Trace number 3737169

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-98 1799.5 1799.8

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.05/0.07	c SCIP version 1.1.0.7
0.05/0.07	c LP-Solver SoPlex 1.4.1
0.05/0.07	c user parameter file <scip.set> not found - using default parameters
0.05/0.07	c read problem <HOME/instance-3737169-1338735772.opb>
0.05/0.07	c original problem has 16820 variables (16820 bin, 0 int, 0 impl, 0 cont) and 16820 constraints
0.09/0.13	c start presolving problem
0.09/0.13	c presolving:
0.19/0.29	c (round 1) 15820 del vars, 1000 del conss, 15820 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63280 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  15820 deleted vars, 1000 deleted constraints, 15820 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  94920 implications, 0 cliques
0.39/0.44	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15820 constraints
0.39/0.44	c   15820 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.27
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.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.72	c   0.6s|     1 |     0 |  1076 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
0.69/0.73	o -96
0.69/0.73	c R 0.6s|     1 |     0 |  1076 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-9.600000e+01 |  80.80%
1.00/1.06	c   0.9s|     1 |     0 |  1171 |  59M|   0 | 993 |1000 |  15k|  15k|1000 |  15k|   9 |   0 |   0 |-4.965000e+02 |-9.600000e+01 |  80.66%
1.00/1.06	o -98
1.00/1.06	c R 0.9s|     1 |     0 |  1171 |  59M|   0 | 993 |1000 |  15k|  15k|1000 |  15k|   9 |   0 |   0 |-4.965000e+02 |-9.800000e+01 |  80.26%
1.39/1.44	c   1.3s|     1 |     0 |  1368 |  59M|   0 | 982 |1000 |  15k|  15k|1000 |  15k|  21 |   0 |   0 |-4.910000e+02 |-9.800000e+01 |  80.04%
1.79/1.86	c   1.7s|     1 |     0 |  1587 |  59M|   0 | 974 |1000 |  15k|  15k|1000 |  15k|  33 |   0 |   0 |-4.870000e+02 |-9.800000e+01 |  79.88%
2.20/2.22	c   2.0s|     1 |     0 |  1717 |  59M|   0 | 970 |1000 |  15k|  15k|1000 |  15k|  41 |   0 |   0 |-4.850000e+02 |-9.800000e+01 |  79.79%
2.48/2.57	c   2.4s|     1 |     0 |  1804 |  59M|   0 | 965 |1000 |  15k|  15k|1000 |  15k|  48 |   0 |   0 |-4.825000e+02 |-9.800000e+01 |  79.69%
2.89/2.95	c   2.8s|     1 |     0 |  1942 |  59M|   0 | 959 |1000 |  15k|  15k|1000 |  15k|  60 |   0 |   0 |-4.795000e+02 |-9.800000e+01 |  79.56%
3.39/3.49	c   3.3s|     1 |     0 |  2235 |  60M|   0 | 952 |1000 |  15k|  15k|1000 |  15k|  71 |   0 |   0 |-4.760000e+02 |-9.800000e+01 |  79.41%
3.99/4.05	c   3.8s|     1 |     0 |  2477 |  60M|   0 | 948 |1000 |  15k|  15k|1000 |  15k|  83 |   0 |   0 |-4.740000e+02 |-9.800000e+01 |  79.32%
4.59/4.69	c   4.5s|     1 |     0 |  2873 |  60M|   0 | 940 |1000 |  15k|  15k|1000 |  15k|  95 |   0 |   0 |-4.700000e+02 |-9.800000e+01 |  79.15%
5.09/5.18	c   5.0s|     1 |     0 |  3044 |  60M|   0 | 937 |1000 |  15k|  15k|1000 |  15k| 105 |   0 |   0 |-4.685000e+02 |-9.800000e+01 |  79.08%
5.99/6.02	c   5.8s|     1 |     0 |  3574 |  60M|   0 | 932 |1000 |  15k|  15k|1000 |1399 | 114 |   0 |   0 |-4.660000e+02 |-9.800000e+01 |  78.97%
6.19/6.20	c   6.0s|     1 |     0 |  3970 |  60M|   0 | 921 |1000 |  15k|  15k|1000 |1406 | 121 |   0 |   0 |-4.655000e+02 |-9.800000e+01 |  78.95%
6.39/6.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.47	c   6.2s|     1 |     0 |  4459 |  60M|   0 | 916 |1000 |  15k|  15k|1000 |1559 | 274 |   0 |   0 |-4.640000e+02 |-9.800000e+01 |  78.88%
6.69/6.72	c   6.5s|     1 |     0 |  4910 |  61M|   0 | 938 |1000 |  15k|  15k|1000 |1716 | 431 |   0 |   0 |-4.630833e+02 |-9.800000e+01 |  78.84%
6.99/7.03	c   6.8s|     1 |     0 |  5264 |  61M|   0 | 923 |1000 |  15k|  15k|1000 |2648 |1363 |   0 |   0 |-4.625000e+02 |-9.800000e+01 |  78.81%
7.39/7.46	c   7.2s|     1 |     0 |  6110 |  61M|   0 | 917 |1000 |  15k|  15k|1000 |2680 |1395 |   0 |   0 |-4.615000e+02 |-9.800000e+01 |  78.76%
7.69/7.77	c   7.5s|     1 |     0 |  6540 |  62M|   0 | 923 |1000 |  15k|  15k|1000 |2409 |1478 |   0 |   0 |-4.607500e+02 |-9.800000e+01 |  78.73%
8.09/8.10	c   7.9s|     1 |     0 |  7186 |  62M|   0 | 932 |1000 |  15k|  15k|1000 |2464 |1533 |   0 |   0 |-4.599826e+02 |-9.800000e+01 |  78.69%
8.39/8.44	c   8.2s|     1 |     0 |  7770 |  64M|   0 | 915 |1000 |  15k|  15k|1000 |2643 |1712 |   0 |   0 |-4.590472e+02 |-9.800000e+01 |  78.65%
8.89/8.96	c   8.7s|     1 |     0 |  8634 |  65M|   0 | 914 |1000 |  15k|  15k|1000 |3221 |2290 |   0 |   0 |-4.560833e+02 |-9.800000e+01 |  78.51%
9.19/9.21	c   9.0s|     1 |     0 |  9053 |  65M|   0 | 913 |1000 |  15k|  15k|1000 |3296 |2365 |   0 |   0 |-4.551667e+02 |-9.800000e+01 |  78.47%
9.38/9.46	c   9.2s|     1 |     0 |  9530 |  65M|   0 | 908 |1000 |  15k|  15k|1000 |3304 |2373 |   0 |   0 |-4.542381e+02 |-9.800000e+01 |  78.43%
9.68/9.74	c   9.5s|     1 |     0 | 10056 |  65M|   0 | 905 |1000 |  15k|  15k|1000 |3048 |2428 |   0 |   0 |-4.535000e+02 |-9.800000e+01 |  78.39%
9.89/9.98	c   9.7s|     1 |     0 | 10480 |  65M|   0 | 910 |1000 |  15k|  15k|1000 |3126 |2506 |   0 |   0 |-4.527500e+02 |-9.800000e+01 |  78.35%
10.29/10.36	c  10.1s|     1 |     0 | 11303 |  66M|   0 | 905 |1000 |  15k|  15k|1000 |3207 |2587 |   0 |   0 |-4.522500e+02 |-9.800000e+01 |  78.33%
10.69/10.72	c  10.5s|     1 |     0 | 12148 |  66M|   0 | 894 |1000 |  15k|  15k|1000 |3333 |2713 |   0 |   0 |-4.505000e+02 |-9.800000e+01 |  78.25%
10.99/11.02	c  10.8s|     1 |     0 | 12678 |  66M|   0 | 902 |1000 |  15k|  15k|1000 |3496 |2876 |   0 |   0 |-4.500000e+02 |-9.800000e+01 |  78.22%
11.48/11.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.48/11.55	c  11.3s|     1 |     0 | 13935 |  66M|   0 | 899 |1000 |  15k|  15k|1000 |3505 |2885 |   0 |   0 |-4.490000e+02 |-9.800000e+01 |  78.17%
11.69/11.78	c  11.5s|     1 |     0 | 14307 |  66M|   0 | 897 |1000 |  15k|  15k|1000 |2262 |2892 |   0 |   0 |-4.485000e+02 |-9.800000e+01 |  78.15%
12.19/12.22	c  12.0s|     1 |     0 | 15522 |  66M|   0 | 873 |1000 |  15k|  15k|1000 |2368 |2998 |   0 |   0 |-4.465000e+02 |-9.800000e+01 |  78.05%
12.49/12.59	c  12.3s|     1 |     0 | 16382 |  66M|   0 | 889 |1000 |  15k|  15k|1000 |2622 |3252 |   0 |   0 |-4.455000e+02 |-9.800000e+01 |  78.00%
12.89/12.97	c  12.7s|     1 |     0 | 17350 |  66M|   0 | 929 |1000 |  15k|  15k|1000 |2652 |3282 |   0 |   0 |-4.446641e+02 |-9.800000e+01 |  77.96%
13.48/13.58	c  13.3s|     1 |     0 | 17746 |  66M|   0 | 889 |1000 |  15k|  15k|1000 |4652 |5282 |   0 |   0 |-4.440000e+02 |-9.800000e+01 |  77.93%
13.99/14.03	c  13.8s|     1 |     0 | 18568 |  67M|   0 | 885 |1000 |  15k|  15k|1000 |4659 |5289 |   0 |   0 |-4.430000e+02 |-9.800000e+01 |  77.88%
14.49/14.56	c  14.3s|     1 |     0 | 19489 |  67M|   0 | 882 |1000 |  15k|  15k|1000 |3894 |5322 |   0 |   0 |-4.410000e+02 |-9.800000e+01 |  77.78%
14.89/14.98	c  14.7s|     1 |     0 | 20373 |  67M|   0 | 881 |1000 |  15k|  15k|1000 |3902 |5330 |   0 |   0 |-4.400000e+02 |-9.800000e+01 |  77.73%
15.39/15.41	c  15.1s|     1 |     0 | 21266 |  67M|   0 | 898 |1000 |  15k|  15k|1000 |4069 |5497 |   0 |   0 |-4.390833e+02 |-9.800000e+01 |  77.68%
15.79/15.87	c  15.6s|     1 |     0 | 22080 |  67M|   0 | 901 |1000 |  15k|  15k|1000 |4420 |5848 |   0 |   0 |-4.383750e+02 |-9.800000e+01 |  77.64%
16.39/16.46	c  16.2s|     1 |     0 | 23031 |  68M|   0 | 883 |1000 |  15k|  15k|1000 |4558 |5986 |   0 |   0 |-4.377500e+02 |-9.800000e+01 |  77.61%
16.79/16.87	c  16.6s|     1 |     0 | 23793 |  68M|   0 | 873 |1000 |  15k|  15k|1000 |4641 |6069 |   0 |   0 |-4.365000e+02 |-9.800000e+01 |  77.55%
17.39/17.47	c  17.2s|     1 |     0 | 24941 |  68M|   0 | 866 |1000 |  15k|  15k|1000 |4001 |6076 |   0 |   0 |-4.350000e+02 |-9.800000e+01 |  77.47%
17.69/17.79	c  17.5s|     1 |     0 | 25624 |  68M|   0 | 871 |1000 |  15k|  15k|1000 |4055 |6130 |   0 |   0 |-4.335000e+02 |-9.800000e+01 |  77.39%
18.18/18.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.18/18.25	c  17.9s|     1 |     0 | 26648 |  68M|   0 | 888 |1000 |  15k|  15k|1000 |4095 |6170 |   0 |   0 |-4.321452e+02 |-9.800000e+01 |  77.32%
18.70/18.75	c  18.4s|     1 |     0 | 27701 |  68M|   0 | 876 |1000 |  15k|  15k|1000 |4405 |6480 |   0 |   0 |-4.313571e+02 |-9.800000e+01 |  77.28%
19.09/19.11	c  18.8s|     1 |     0 | 28403 |  68M|   0 | 863 |1000 |  15k|  15k|1000 |4477 |6552 |   0 |   0 |-4.302500e+02 |-9.800000e+01 |  77.22%
19.49/19.54	c  19.2s|     1 |     0 | 29121 |  68M|   0 | 852 |1000 |  15k|  15k|1000 |4483 |6558 |   0 |   0 |-4.300000e+02 |-9.800000e+01 |  77.21%
19.98/20.09	c  19.8s|     1 |     0 | 30062 |  70M|   0 | 867 |1000 |  15k|  15k|1000 |4243 |6653 |   0 |   0 |-4.293000e+02 |-9.800000e+01 |  77.17%
20.48/20.58	c  20.3s|     1 |     0 | 30989 |  70M|   0 | 859 |1000 |  15k|  15k|1000 |4288 |6698 |   0 |   0 |-4.285000e+02 |-9.800000e+01 |  77.13%
20.99/21.03	c  20.7s|     1 |     0 | 31713 |  70M|   0 | 856 |1000 |  15k|  15k|1000 |4321 |6731 |   0 |   0 |-4.270000e+02 |-9.800000e+01 |  77.05%
21.49/21.53	c  21.2s|     1 |     0 | 32585 |  70M|   0 | 860 |1000 |  15k|  15k|1000 |4428 |6838 |   0 |   0 |-4.265000e+02 |-9.800000e+01 |  77.02%
22.28/22.38	c  22.1s|     1 |     0 | 34427 |  71M|   0 | 857 |1000 |  15k|  15k|1000 |4485 |6895 |   0 |   0 |-4.247500e+02 |-9.800000e+01 |  76.93%
23.09/23.12	c  22.8s|     1 |     0 | 36014 |  71M|   0 | 885 |1000 |  15k|  15k|1000 |4547 |6957 |   0 |   0 |-4.235556e+02 |-9.800000e+01 |  76.86%
23.99/24.04	c  23.7s|     1 |     0 | 37675 |  71M|   0 | 848 |1000 |  15k|  15k|1000 |4200 |7227 |   0 |   0 |-4.227500e+02 |-9.800000e+01 |  76.82%
24.79/24.88	c  24.5s|     1 |     0 | 39451 |  71M|   0 | 837 |1000 |  15k|  15k|1000 |4242 |7269 |   0 |   0 |-4.215000e+02 |-9.800000e+01 |  76.75%
26.09/26.11	c  25.8s|     1 |     0 | 41970 |  71M|   0 | 835 |1000 |  15k|  15k|1000 |4328 |7355 |   0 |   0 |-4.205000e+02 |-9.800000e+01 |  76.69%
26.88/26.92	c  26.6s|     1 |     0 | 43659 |  72M|   0 | 862 |1000 |  15k|  15k|1000 |4438 |7465 |   0 |   0 |-4.200263e+02 |-9.800000e+01 |  76.67%
27.68/27.79	c  27.4s|     1 |     0 | 45431 |  73M|   0 | 876 |1000 |  15k|  15k|1000 |4531 |7558 |   0 |   0 |-4.191494e+02 |-9.800000e+01 |  76.62%
28.49/28.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.49/28.55	c  28.2s|     1 |     0 | 46773 |  74M|   0 | 864 |1000 |  15k|  15k|1000 |5122 |8149 |   0 |   0 |-4.183684e+02 |-9.800000e+01 |  76.58%
29.09/29.16	c  28.8s|     1 |     0 | 47713 |  77M|   0 | 866 |1000 |  15k|  15k|1000 |4722 |8253 |   0 |   0 |-4.179567e+02 |-9.800000e+01 |  76.55%
29.59/29.65	c  29.3s|     1 |     0 | 48561 |  78M|   0 | 872 |1000 |  15k|  15k|1000 |4736 |8267 |   0 |   0 |-4.178000e+02 |-9.800000e+01 |  76.54%
30.38/30.47	c  30.1s|     1 |     0 | 49962 |  78M|   0 | 849 |1000 |  15k|  15k|1000 |4764 |8295 |   0 |   0 |-4.165000e+02 |-9.800000e+01 |  76.47%
31.28/31.36	c  31.0s|     1 |     0 | 51637 |  79M|   0 | 860 |1000 |  15k|  15k|1000 |4798 |8329 |   0 |   0 |-4.149698e+02 |-9.800000e+01 |  76.38%
32.19/32.24	c  31.9s|     1 |     0 | 53078 |  80M|   0 | 847 |1000 |  15k|  15k|1000 |4841 |8372 |   0 |   0 |-4.137500e+02 |-9.800000e+01 |  76.31%
33.69/33.72	c  33.4s|     1 |     0 | 55475 |  81M|   0 | 848 |1000 |  15k|  15k|1000 |4988 |8519 |   0 |   0 |-4.122500e+02 |-9.800000e+01 |  76.23%
35.09/35.10	c  34.7s|     1 |     0 | 57865 |  82M|   0 | 870 |1000 |  15k|  15k|1000 |4598 |8564 |   0 |   0 |-4.109947e+02 |-9.800000e+01 |  76.16%
36.08/36.10	c  35.7s|     1 |     0 | 59808 |  84M|   0 | 857 |1000 |  15k|  15k|1000 |4854 |8820 |   0 |   0 |-4.096025e+02 |-9.800000e+01 |  76.07%
37.29/37.40	c  37.0s|     1 |     0 | 61443 |  84M|   0 | 816 |1000 |  15k|  15k|1000 |4997 |8963 |   0 |   0 |-4.089000e+02 |-9.800000e+01 |  76.03%
38.29/38.38	c  38.0s|     1 |     0 | 63343 |  84M|   0 | 845 |1000 |  15k|  15k|1000 |5053 |9019 |   0 |   0 |-4.077500e+02 |-9.800000e+01 |  75.97%
39.88/39.94	c  39.5s|     1 |     0 | 65878 |  84M|   0 | 837 |1000 |  15k|  15k|1000 |5084 |9050 |   0 |   0 |-4.070000e+02 |-9.800000e+01 |  75.92%
41.69/41.76	c  41.4s|     1 |     0 | 68890 |  85M|   0 | 850 |1000 |  15k|  15k|1000 |5160 |9126 |   0 |   0 |-4.065000e+02 |-9.800000e+01 |  75.89%
44.18/44.22	c  43.8s|     1 |     0 | 72715 |  85M|   0 | 852 |1000 |  15k|  15k|1000 |4527 |9190 |   0 |   0 |-4.053333e+02 |-9.800000e+01 |  75.82%
46.29/46.31	c  45.9s|     1 |     0 | 76237 |  85M|   0 | 863 |1000 |  15k|  15k|1000 |4643 |9306 |   0 |   0 |-4.038750e+02 |-9.800000e+01 |  75.74%
47.38/47.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.38/47.40	c  47.0s|     1 |     0 | 78175 |  86M|   0 | 897 |1000 |  15k|  15k|1000 |4767 |9430 |   0 |   0 |-4.031505e+02 |-9.800000e+01 |  75.69%
49.59/49.65	c  49.2s|     1 |     0 | 81420 |  87M|   0 | 873 |1000 |  15k|  15k|1000 |4922 |9585 |   0 |   0 |-4.017646e+02 |-9.800000e+01 |  75.61%
50.98/51.08	c  50.7s|     1 |     0 | 83668 |  87M|   0 | 856 |1000 |  15k|  15k|1000 |5133 |9796 |   0 |   0 |-4.000491e+02 |-9.800000e+01 |  75.50%
52.48/52.52	c  52.1s|     1 |     0 | 85936 |  88M|   0 | 853 |1000 |  15k|  15k|1000 |5169 |9832 |   0 |   0 |-3.983819e+02 |-9.800000e+01 |  75.40%
53.79/53.81	c  53.4s|     1 |     0 | 88081 |  88M|   0 | 878 |1000 |  15k|  15k|1000 |4718 |9945 |   0 |   0 |-3.968654e+02 |-9.800000e+01 |  75.31%
55.18/55.25	c  54.8s|     1 |     0 | 90593 |  90M|   0 | 856 |1000 |  15k|  15k|1000 |4819 |  10k|   0 |   0 |-3.953912e+02 |-9.800000e+01 |  75.21%
56.08/56.17	c  55.7s|     1 |     0 | 92217 |  91M|   0 | 878 |1000 |  15k|  15k|1000 |4902 |  10k|   0 |   0 |-3.946554e+02 |-9.800000e+01 |  75.17%
57.78/57.84	c  57.4s|     1 |     0 | 95043 |  91M|   0 | 908 |1000 |  15k|  15k|1000 |5082 |  10k|   0 |   0 |-3.935662e+02 |-9.800000e+01 |  75.10%
58.98/59.06	c  58.6s|     1 |     0 | 96701 |  92M|   0 | 864 |1000 |  15k|  15k|1000 |5302 |  10k|   0 |   0 |-3.924309e+02 |-9.800000e+01 |  75.03%
60.58/60.68	c  60.2s|     1 |     0 | 99278 |  92M|   0 | 875 |1000 |  15k|  15k|1000 |5407 |  10k|   0 |   0 |-3.912202e+02 |-9.800000e+01 |  74.95%
62.48/62.53	c  62.1s|     1 |     0 |101655 |  92M|   0 | 862 |1000 |  15k|  15k|1000 |5215 |  10k|   0 |   0 |-3.895341e+02 |-9.800000e+01 |  74.84%
63.48/63.50	c  63.0s|     1 |     0 |102823 |  92M|   0 | 851 |1000 |  15k|  15k|1000 |5281 |  10k|   0 |   0 |-3.884667e+02 |-9.800000e+01 |  74.77%
64.08/64.19	c  63.7s|     1 |     0 |103778 |  95M|   0 | 802 |1000 |  15k|  15k|1000 |5300 |  10k|   0 |   0 |-3.877500e+02 |-9.800000e+01 |  74.73%
65.58/65.62	c  65.1s|     1 |     0 |106051 |  98M|   0 | 898 |1000 |  15k|  15k|1000 |5314 |  10k|   0 |   0 |-3.861940e+02 |-9.800000e+01 |  74.62%
66.87/66.98	c  66.5s|     1 |     0 |108073 |  99M|   0 | 918 |1000 |  15k|  15k|1000 |5712 |  11k|   0 |   0 |-3.842461e+02 |-9.800000e+01 |  74.50%
68.47/68.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.47/68.55	c  68.0s|     1 |     0 |109952 |  99M|   0 | 884 |1000 |  15k|  15k|1000 |5929 |  11k|   0 |   0 |-3.831186e+02 |-9.800000e+01 |  74.42%
69.98/70.04	c  69.5s|     1 |     0 |112023 |  99M|   0 | 881 |1000 |  15k|  15k|1000 |5630 |  11k|   0 |   0 |-3.819128e+02 |-9.800000e+01 |  74.34%
71.28/71.36	c  70.8s|     1 |     0 |113361 | 100M|   0 | 872 |1000 |  15k|  15k|1000 |5671 |  11k|   0 |   0 |-3.811250e+02 |-9.800000e+01 |  74.29%
73.18/73.22	c  72.7s|     1 |     0 |116269 | 100M|   0 | 864 |1000 |  15k|  15k|1000 |5711 |  11k|   0 |   0 |-3.797669e+02 |-9.800000e+01 |  74.19%
74.98/75.04	c  74.5s|     1 |     0 |118567 | 100M|   0 | 904 |1000 |  15k|  15k|1000 |5768 |  11k|   0 |   0 |-3.782698e+02 |-9.800000e+01 |  74.09%
76.38/76.43	c  75.9s|     1 |     0 |120623 | 103M|   0 | 912 |1000 |  15k|  15k|1000 |5860 |  11k|   0 |   0 |-3.773047e+02 |-9.800000e+01 |  74.03%
77.98/78.09	c  77.5s|     1 |     0 |122421 | 104M|   0 | 913 |1000 |  15k|  15k|1000 |5948 |  11k|   0 |   0 |-3.759915e+02 |-9.800000e+01 |  73.94%
79.68/79.78	c  79.2s|     1 |     0 |124313 | 104M|   0 | 915 |1000 |  15k|  15k|1000 |5646 |  11k|   0 |   0 |-3.756296e+02 |-9.800000e+01 |  73.91%
81.47/81.50	c  80.9s|     1 |     0 |126257 | 104M|   0 | 926 |1000 |  15k|  15k|1000 |5714 |  12k|   0 |   0 |-3.747428e+02 |-9.800000e+01 |  73.85%
83.17/83.26	c  82.7s|     1 |     0 |128177 | 104M|   0 | 922 |1000 |  15k|  15k|1000 |5766 |  12k|   0 |   0 |-3.740787e+02 |-9.800000e+01 |  73.80%
85.08/85.12	c  84.5s|     1 |     0 |130030 | 104M|   0 | 938 |1000 |  15k|  15k|1000 |5826 |  12k|   0 |   0 |-3.734921e+02 |-9.800000e+01 |  73.76%
87.28/87.32	c  86.7s|     1 |     0 |132453 | 104M|   0 | 906 |1000 |  15k|  15k|1000 |5957 |  12k|   0 |   0 |-3.719227e+02 |-9.800000e+01 |  73.65%
89.17/89.22	c  88.6s|     1 |     0 |134327 | 104M|   0 | 902 |1000 |  15k|  15k|1000 |5999 |  12k|   0 |   0 |-3.711014e+02 |-9.800000e+01 |  73.59%
91.08/91.18	c  90.6s|     1 |     0 |136069 | 104M|   0 | 906 |1000 |  15k|  15k|1000 |5537 |  12k|   0 |   0 |-3.699800e+02 |-9.800000e+01 |  73.51%
92.28/92.38	c  91.8s|     1 |     0 |138198 | 106M|   0 | 908 |1000 |  15k|  15k|1000 |5612 |  12k|   0 |   0 |-3.688814e+02 |-9.800000e+01 |  73.43%
93.97/94.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.97/94.08	c  93.5s|     1 |     0 |140366 | 107M|   0 | 941 |1000 |  15k|  15k|1000 |5679 |  12k|   0 |   0 |-3.678436e+02 |-9.800000e+01 |  73.36%
95.98/96.01	c  95.4s|     1 |     0 |142380 | 107M|   0 | 924 |1000 |  15k|  15k|1000 |5933 |  12k|   0 |   0 |-3.662401e+02 |-9.800000e+01 |  73.24%
97.68/97.74	c  97.1s|     1 |     0 |144079 | 107M|   0 | 941 |1000 |  15k|  15k|1000 |5955 |  12k|   0 |   0 |-3.652701e+02 |-9.800000e+01 |  73.17%
99.78/99.83	c  99.2s|     1 |     0 |146302 | 107M|   0 | 937 |1000 |  15k|  15k|1000 |6091 |  12k|   0 |   0 |-3.644795e+02 |-9.800000e+01 |  73.11%
102.28/102.35	c   102s|     1 |     0 |149180 | 107M|   0 | 952 |1000 |  15k|  15k|1000 |5859 |  12k|   0 |   0 |-3.631881e+02 |-9.800000e+01 |  73.02%
104.27/104.38	c   104s|     1 |     0 |151233 | 107M|   0 | 950 |1000 |  15k|  15k|1000 |5945 |  13k|   0 |   0 |-3.617937e+02 |-9.800000e+01 |  72.91%
106.07/106.11	c   105s|     1 |     0 |152659 | 107M|   0 | 964 |1000 |  15k|  15k|1000 |5976 |  13k|   0 |   0 |-3.614616e+02 |-9.800000e+01 |  72.89%
108.08/108.19	c   108s|     1 |     0 |154545 | 107M|   0 | 974 |1000 |  15k|  15k|1000 |6003 |  13k|   0 |   0 |-3.609262e+02 |-9.800000e+01 |  72.85%
110.57/110.63	c   110s|     1 |     0 |156762 | 107M|   0 | 974 |1000 |  15k|  15k|1000 |6089 |  13k|   0 |   0 |-3.601528e+02 |-9.800000e+01 |  72.79%
113.27/113.35	c   113s|     1 |     0 |159458 | 107M|   0 | 967 |1000 |  15k|  15k|1000 |6179 |  13k|   0 |   0 |-3.589518e+02 |-9.800000e+01 |  72.70%
115.57/115.68	c   115s|     1 |     0 |161421 | 107M|   0 | 967 |1000 |  15k|  15k|1000 |5881 |  13k|   0 |   0 |-3.583415e+02 |-9.800000e+01 |  72.65%
117.77/117.80	c   117s|     1 |     0 |163345 | 107M|   0 | 968 |1000 |  15k|  15k|1000 |5963 |  13k|   0 |   0 |-3.577006e+02 |-9.800000e+01 |  72.60%
120.16/120.26	c   120s|     1 |     0 |165835 | 107M|   0 | 972 |1000 |  15k|  15k|1000 |6013 |  13k|   0 |   0 |-3.564640e+02 |-9.800000e+01 |  72.51%
122.66/122.70	c   122s|     1 |     0 |168019 | 106M|   0 | 965 |1000 |  15k|  15k|1000 |6057 |  13k|   0 |   0 |-3.552985e+02 |-9.800000e+01 |  72.42%
125.06/125.12	c   124s|     1 |     0 |170526 | 106M|   0 | 973 |1000 |  15k|  15k|1000 |6099 |  13k|   0 |   0 |-3.543106e+02 |-9.800000e+01 |  72.34%
127.47/127.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.47/127.52	c   127s|     1 |     0 |172506 | 106M|   0 | 970 |1000 |  15k|  15k|1000 |6220 |  13k|   0 |   0 |-3.533783e+02 |-9.800000e+01 |  72.27%
129.76/129.84	c   129s|     1 |     0 |174359 | 105M|   0 | 977 |1000 |  15k|  15k|1000 |5994 |  13k|   0 |   0 |-3.529333e+02 |-9.800000e+01 |  72.23%
132.25/132.32	c   132s|     1 |     0 |176909 | 104M|   0 | 973 |1000 |  15k|  15k|1000 |6058 |  13k|   0 |   0 |-3.518373e+02 |-9.800000e+01 |  72.15%
134.45/134.52	c   134s|     1 |     0 |178629 | 103M|   0 | 976 |1000 |  15k|  15k|1000 |6125 |  13k|   0 |   0 |-3.513974e+02 |-9.800000e+01 |  72.11%
136.95/137.04	c   136s|     1 |     0 |180929 | 103M|   0 | 981 |1000 |  15k|  15k|1000 |6159 |  13k|   0 |   0 |-3.502833e+02 |-9.800000e+01 |  72.02%
139.35/139.42	c   139s|     1 |     0 |182912 | 103M|   0 | 984 |1000 |  15k|  15k|1000 |6207 |  13k|   0 |   0 |-3.496567e+02 |-9.800000e+01 |  71.97%
141.65/141.77	c   141s|     1 |     0 |184764 | 103M|   0 | 988 |1000 |  15k|  15k|1000 |6266 |  14k|   0 |   0 |-3.489531e+02 |-9.800000e+01 |  71.92%
144.15/144.25	c   143s|     1 |     0 |186624 | 103M|   0 | 985 |1000 |  15k|  15k|1000 |6178 |  14k|   0 |   0 |-3.481989e+02 |-9.800000e+01 |  71.86%
146.55/146.61	c   146s|     1 |     0 |188414 | 103M|   0 | 988 |1000 |  15k|  15k|1000 |6202 |  14k|   0 |   0 |-3.476683e+02 |-9.800000e+01 |  71.81%
149.35/149.42	c   149s|     1 |     0 |190754 | 103M|   0 | 995 |1000 |  15k|  15k|1000 |6229 |  14k|   0 |   0 |-3.468202e+02 |-9.800000e+01 |  71.74%
151.95/152.09	c   151s|     1 |     0 |192626 | 103M|   0 | 991 |1000 |  15k|  15k|1000 |6278 |  14k|   0 |   0 |-3.460982e+02 |-9.800000e+01 |  71.68%
154.34/154.42	c   154s|     1 |     0 |193894 | 102M|   0 | 994 |1000 |  15k|  15k|1000 |6360 |  14k|   0 |   0 |-3.457704e+02 |-9.800000e+01 |  71.66%
157.15/157.27	c   156s|     1 |     0 |195990 | 102M|   0 | 990 |1000 |  15k|  15k|1000 |6400 |  14k|   0 |   0 |-3.450863e+02 |-9.800000e+01 |  71.60%
159.94/160.00	c   159s|     1 |     0 |197888 | 102M|   0 | 997 |1000 |  15k|  15k|1000 |6326 |  14k|   0 |   0 |-3.444319e+02 |-9.800000e+01 |  71.55%
162.54/162.68	c   162s|     1 |     0 |199842 | 102M|   0 | 995 |1000 |  15k|  15k|1000 |6397 |  14k|   0 |   0 |-3.436974e+02 |-9.800000e+01 |  71.49%
165.54/165.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.54/165.61	c   165s|     1 |     0 |201983 | 102M|   0 | 994 |1000 |  15k|  15k|1000 |6436 |  14k|   0 |   0 |-3.429388e+02 |-9.800000e+01 |  71.42%
168.24/168.33	c   167s|     1 |     0 |203529 | 102M|   0 | 996 |1000 |  15k|  15k|1000 |6478 |  14k|   0 |   0 |-3.423193e+02 |-9.800000e+01 |  71.37%
171.04/171.16	c   170s|     1 |     0 |205239 | 102M|   0 | 997 |1000 |  15k|  15k|1000 |6517 |  14k|   0 |   0 |-3.417198e+02 |-9.800000e+01 |  71.32%
173.84/173.96	c   173s|     1 |     0 |206866 | 102M|   0 | 994 |1000 |  15k|  15k|1000 |6570 |  14k|   0 |   0 |-3.413614e+02 |-9.800000e+01 |  71.29%
176.64/176.73	c   176s|     1 |     0 |208384 | 102M|   0 | 997 |1000 |  15k|  15k|1000 |6485 |  14k|   0 |   0 |-3.409820e+02 |-9.800000e+01 |  71.26%
179.14/179.22	c   178s|     1 |     0 |209510 | 102M|   0 | 997 |1000 |  15k|  15k|1000 |6521 |  14k|   0 |   0 |-3.407957e+02 |-9.800000e+01 |  71.24%
182.03/182.13	c   181s|     1 |     0 |211162 | 102M|   0 | 998 |1000 |  15k|  15k|1000 |6541 |  14k|   0 |   0 |-3.401356e+02 |-9.800000e+01 |  71.19%
184.84/184.99	c   184s|     1 |     0 |212794 | 101M|   0 | 995 |1000 |  15k|  15k|1000 |6597 |  14k|   0 |   0 |-3.395927e+02 |-9.800000e+01 |  71.14%
187.74/187.85	c   187s|     1 |     0 |214433 | 101M|   0 | 998 |1000 |  15k|  15k|1000 |6647 |  14k|   0 |   0 |-3.391599e+02 |-9.800000e+01 |  71.11%
190.53/190.68	c   190s|     1 |     0 |215947 | 101M|   0 | 998 |1000 |  15k|  15k|1000 |6671 |  14k|   0 |   0 |-3.385528e+02 |-9.800000e+01 |  71.05%
194.03/194.10	c   193s|     1 |     0 |218171 | 101M|   0 | 999 |1000 |  15k|  15k|1000 |6563 |  14k|   0 |   0 |-3.376977e+02 |-9.800000e+01 |  70.98%
196.64/196.78	c   196s|     1 |     0 |219451 | 101M|   0 | 997 |1000 |  15k|  15k|1000 |6592 |  14k|   0 |   0 |-3.373109e+02 |-9.800000e+01 |  70.95%
199.23/199.35	c   198s|     1 |     0 |220514 | 101M|   0 | 997 |1000 |  15k|  15k|1000 |6623 |  14k|   0 |   0 |-3.369509e+02 |-9.800000e+01 |  70.92%
201.93/202.03	c   201s|     1 |     0 |221774 | 101M|   0 | 997 |1000 |  15k|  15k|1000 |6655 |  15k|   0 |   0 |-3.366131e+02 |-9.800000e+01 |  70.89%
204.72/204.89	c   204s|     1 |     0 |223165 | 101M|   0 | 994 |1000 |  15k|  15k|1000 |6683 |  15k|   0 |   0 |-3.362546e+02 |-9.800000e+01 |  70.86%
207.32/207.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.32/207.44	c   206s|     1 |     0 |224157 |  99M|   0 | 997 |1000 |  15k|  15k|1000 |6718 |  15k|   0 |   0 |-3.360526e+02 |-9.800000e+01 |  70.84%
209.94/210.02	c   209s|     1 |     0 |225111 |  99M|   0 | 996 |1000 |  15k|  15k|1000 |6646 |  15k|   0 |   0 |-3.358114e+02 |-9.800000e+01 |  70.82%
212.83/212.92	c   212s|     1 |     0 |226539 |  99M|   0 | 996 |1000 |  15k|  15k|1000 |6661 |  15k|   0 |   0 |-3.353235e+02 |-9.800000e+01 |  70.77%
215.83/215.94	c   215s|     1 |     0 |228213 |  99M|   0 | 995 |1000 |  15k|  15k|1000 |6689 |  15k|   0 |   0 |-3.348216e+02 |-9.800000e+01 |  70.73%
218.53/218.69	c   217s|     1 |     0 |229390 |  98M|   0 | 997 |1000 |  15k|  15k|1000 |6709 |  15k|   0 |   0 |-3.345423e+02 |-9.800000e+01 |  70.71%
221.43/221.55	c   220s|     1 |     0 |230626 |  98M|   0 | 995 |1000 |  15k|  15k|1000 |6734 |  15k|   0 |   0 |-3.340924e+02 |-9.800000e+01 |  70.67%
224.34/224.43	c   223s|     1 |     0 |231915 |  98M|   0 | 996 |1000 |  15k|  15k|1000 |6756 |  15k|   0 |   0 |-3.336580e+02 |-9.800000e+01 |  70.63%
227.02/227.12	c   226s|     1 |     0 |232731 |  98M|   0 | 997 |1000 |  15k|  15k|1000 |6685 |  15k|   0 |   0 |-3.333670e+02 |-9.800000e+01 |  70.60%
229.92/230.06	c   229s|     1 |     0 |233887 |  98M|   0 | 997 |1000 |  15k|  15k|1000 |6704 |  15k|   0 |   0 |-3.327835e+02 |-9.800000e+01 |  70.55%
232.73/232.89	c   232s|     1 |     0 |234979 |  97M|   0 | 996 |1000 |  15k|  15k|1000 |6730 |  15k|   0 |   0 |-3.323681e+02 |-9.800000e+01 |  70.51%
235.43/235.52	c   234s|     1 |     0 |235837 |  96M|   0 | 997 |1000 |  15k|  15k|1000 |6757 |  15k|   0 |   0 |-3.321232e+02 |-9.800000e+01 |  70.49%
238.22/238.34	c   237s|     1 |     0 |236956 |  95M|   0 | 998 |1000 |  15k|  15k|1000 |6780 |  15k|   0 |   0 |-3.316951e+02 |-9.800000e+01 |  70.45%
240.83/240.91	c   240s|     1 |     0 |237750 |  93M|   0 | 998 |1000 |  15k|  15k|1000 |6800 |  15k|   0 |   0 |-3.314403e+02 |-9.800000e+01 |  70.43%
243.43/243.59	c   242s|     1 |     0 |238571 |  92M|   0 | 998 |1000 |  15k|  15k|1000 |6755 |  15k|   0 |   0 |-3.311048e+02 |-9.800000e+01 |  70.40%
246.23/246.37	c   245s|     1 |     0 |239609 |  91M|   0 | 998 |1000 |  15k|  15k|1000 |6769 |  15k|   0 |   0 |-3.307824e+02 |-9.800000e+01 |  70.37%
248.82/248.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.82/248.97	c   248s|     1 |     0 |240357 |  91M|   0 | 998 |1000 |  15k|  15k|1000 |6782 |  15k|   0 |   0 |-3.305856e+02 |-9.800000e+01 |  70.36%
251.52/251.60	c   250s|     1 |     0 |241145 |  90M|   0 | 997 |1000 |  15k|  15k|1000 |6798 |  15k|   0 |   0 |-3.303422e+02 |-9.800000e+01 |  70.33%
254.03/254.19	c   253s|     1 |     0 |241876 |  88M|   0 | 997 |1000 |  15k|  15k|1000 |6809 |  15k|   0 |   0 |-3.301481e+02 |-9.800000e+01 |  70.32%
256.72/256.83	c   256s|     1 |     0 |242608 |  87M|   0 | 998 |1000 |  15k|  15k|1000 |6829 |  15k|   0 |   0 |-3.299456e+02 |-9.800000e+01 |  70.30%
259.22/259.38	c   258s|     1 |     0 |243272 |  86M|   0 | 997 |1000 |  15k|  15k|1000 |6787 |  15k|   0 |   0 |-3.297522e+02 |-9.800000e+01 |  70.28%
261.63/261.80	c   260s|     1 |     0 |243811 |  86M|   0 | 997 |1000 |  15k|  15k|1000 |6800 |  15k|   0 |   0 |-3.295523e+02 |-9.800000e+01 |  70.26%
264.42/264.59	c   263s|     1 |     0 |244819 |  86M|   0 | 996 |1000 |  15k|  15k|1000 |6812 |  15k|   0 |   0 |-3.292053e+02 |-9.800000e+01 |  70.23%
267.13/267.20	c   266s|     1 |     0 |245534 |  85M|   0 | 997 |1000 |  15k|  15k|1000 |6835 |  15k|   0 |   0 |-3.290126e+02 |-9.800000e+01 |  70.21%
269.52/269.67	c   268s|     1 |     0 |246192 |  85M|   0 | 997 |1000 |  15k|  15k|1000 |6853 |  15k|   0 |   0 |-3.287830e+02 |-9.800000e+01 |  70.19%
272.42/272.51	c   271s|     1 |     0 |247250 |  85M|   0 | 999 |1000 |  15k|  15k|1000 |6872 |  15k|   0 |   0 |-3.284515e+02 |-9.800000e+01 |  70.16%
274.83/274.99	c   274s|     1 |     0 |247728 |  84M|   0 | 998 |1000 |  15k|  15k|1000 |6825 |  15k|   0 |   0 |-3.283163e+02 |-9.800000e+01 |  70.15%
277.42/277.52	c   276s|     1 |     0 |248319 |  84M|   0 | 999 |1000 |  15k|  15k|1000 |6843 |  15k|   0 |   0 |-3.281583e+02 |-9.800000e+01 |  70.14%
279.81/279.97	c   279s|     1 |     0 |248862 |  83M|   0 | 999 |1000 |  15k|  15k|1000 |6854 |  15k|   0 |   0 |-3.280042e+02 |-9.800000e+01 |  70.12%
282.32/282.41	c   281s|     1 |     0 |249320 |  83M|   0 | 999 |1000 |  15k|  15k|1000 |6863 |  15k|   0 |   0 |-3.279073e+02 |-9.800000e+01 |  70.11%
284.82/284.90	c   284s|     1 |     0 |249839 |  83M|   0 | 998 |1000 |  15k|  15k|1000 |6872 |  15k|   0 |   0 |-3.277939e+02 |-9.800000e+01 |  70.10%
287.02/287.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.02/287.17	c   286s|     1 |     0 |250168 |  82M|   0 | 998 |1000 |  15k|  15k|1000 |6885 |  15k|   0 |   0 |-3.277255e+02 |-9.800000e+01 |  70.10%
289.42/289.55	c   288s|     1 |     0 |250597 |  82M|   0 | 999 |1000 |  15k|  15k|1000 |6863 |  15k|   0 |   0 |-3.276236e+02 |-9.800000e+01 |  70.09%
291.71/291.87	c   290s|     1 |     0 |250974 |  80M|   0 | 999 |1000 |  15k|  15k|1000 |6872 |  15k|   0 |   0 |-3.275629e+02 |-9.800000e+01 |  70.08%
294.11/294.23	c   293s|     1 |     0 |251356 |  80M|   0 | 999 |1000 |  15k|  15k|1000 |6890 |  15k|   0 |   0 |-3.274519e+02 |-9.800000e+01 |  70.07%
296.42/296.54	c   295s|     1 |     0 |251740 |  80M|   0 | 999 |1000 |  15k|  15k|1000 |6904 |  15k|   0 |   0 |-3.273488e+02 |-9.800000e+01 |  70.06%
298.82/298.98	c   298s|     1 |     0 |252240 |  79M|   0 | 999 |1000 |  15k|  15k|1000 |6912 |  15k|   0 |   0 |-3.272274e+02 |-9.800000e+01 |  70.05%
301.22/301.35	c   300s|     1 |     0 |252689 |  78M|   0 | 999 |1000 |  15k|  15k|1000 |6931 |  15k|   0 |   0 |-3.271369e+02 |-9.800000e+01 |  70.04%
303.52/303.68	c   302s|     1 |     0 |253140 |  78M|   0 | 998 |1000 |  15k|  15k|1000 |6898 |  15k|   0 |   0 |-3.270823e+02 |-9.800000e+01 |  70.04%
305.91/306.05	c   305s|     1 |     0 |253634 |  78M|   0 | 998 |1000 |  15k|  15k|1000 |6907 |  15k|   0 |   0 |-3.270489e+02 |-9.800000e+01 |  70.04%
308.11/308.23	c   307s|     1 |     0 |253892 |  75M|   0 | 979 |1000 |  15k|  15k|1000 |6916 |  15k|   0 |   0 |-3.270000e+02 |-9.800000e+01 |  70.03%
310.12/310.24	c   309s|     1 |     0 |253894 |  73M|   0 | 978 |1000 |  15k|  15k|1000 |6920 |  15k|   0 |   0 |-3.270000e+02 |-9.800000e+01 |  70.03%
312.11/312.23	c   311s|     1 |     0 |253895 |  71M|   0 | 979 |1000 |  15k|  15k|1000 |6923 |  15k|   0 |   0 |-3.270000e+02 |-9.800000e+01 |  70.03%
342.20/342.36	c   341s|     1 |     2 |268293 |  71M|   0 | 979 |1000 |  15k|  15k|1000 |6923 |  15k|   0 |  19 |-3.270000e+02 |-9.800000e+01 |  70.03%
1799.39/1799.71	c 
1799.39/1799.71	c SCIP Status        : solving was interrupted [time limit reached]
1799.39/1799.71	c Solving Time (sec) : 1791.00
1799.39/1799.71	c Solving Nodes      : 856
1799.39/1799.71	c Primal Bound       : -9.80000000000000e+01 (2 solutions)
1799.39/1799.71	c Dual Bound         : -3.21044320410736e+02
1799.39/1799.71	c Gap                : 69.47 %
1799.39/1799.72	c NODE         856
1799.39/1799.72	c DUAL BOUND   -321.044
1799.39/1799.72	c PRIMAL BOUND -98
1799.39/1799.72	c GAP          0.694746
1799.39/1799.72	s SATISFIABLE
1799.39/1799.72	v -x1000 -x999 -x998 x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1799.39/1799.72	v -x978 x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1799.39/1799.72	v -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 
1799.39/1799.72	v -x937 x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1799.39/1799.72	v -x916 x915 -x914 -x913 -x912 x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 x897 -x896 -x895 
1799.39/1799.72	v -x894 -x893 -x892 -x891 x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 
1799.39/1799.72	v -x873 -x872 -x871 x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 x856 x855 -x854 -x853 
1799.39/1799.72	v -x852 -x851 -x850 -x849 x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 
1799.39/1799.72	v -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 x811 
1799.39/1799.72	v -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 x791 -x790 
1799.39/1799.72	v -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 
1799.39/1799.72	v -x768 -x767 -x766 -x765 -x764 x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 
1799.39/1799.72	v -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 
1799.39/1799.72	v -x726 -x725 -x724 -x723 x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 
1799.39/1799.72	v -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 
1799.39/1799.72	v -x684 -x683 -x682 x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 x673 -x672 -x671 -x670 -x669 -x668 x667 -x666 -x665 -x664 
1799.39/1799.72	v -x663 -x662 -x661 -x660 -x659 -x658 x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 x649 -x648 -x647 x646 -x645 -x644 -x643 
1799.39/1799.72	v -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 x628 -x627 -x626 -x625 -x624 -x623 -x622 
1799.39/1799.72	v -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 
1799.39/1799.72	v -x600 -x599 -x598 -x597 -x596 x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 
1799.39/1799.72	v -x579 -x578 x577 -x576 x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 
1799.39/1799.72	v -x557 -x556 -x555 -x554 -x553 -x552 -x551 x550 -x549 -x548 -x547 -x546 -x545 x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 
1799.39/1799.72	v -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 x518 -x517 -x516 
1799.39/1799.72	v -x515 -x514 -x513 -x512 x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 
1799.39/1799.72	v -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 x475 -x474 
1799.39/1799.72	v -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 x461 -x460 -x459 -x458 x457 -x456 x455 -x454 x453 
1799.39/1799.72	v x452 x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 
1799.39/1799.72	v -x430 -x429 -x428 -x427 x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 x415 x414 -x413 -x412 -x411 -x410 
1799.39/1799.72	v -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 
1799.39/1799.72	v x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 x380 -x379 -x378 -x377 -x376 x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 
1799.39/1799.72	v -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 
1799.39/1799.72	v x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 x329 -x328 -x327 -x326 
1799.39/1799.72	v -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 x305 
1799.39/1799.72	v -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 
1799.39/1799.72	v -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 
1799.39/1799.72	v -x262 -x261 -x260 -x259 x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 
1799.39/1799.72	v x241 -x240 x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 
1799.39/1799.72	v -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 
1799.39/1799.72	v -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 
1799.39/1799.72	v -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 
1799.39/1799.72	v -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 x136 -x135 
1799.39/1799.72	v -x134 -x133 -x132 x131 -x130 x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 x117 -x116 -x115 -x114 -x113 
1799.39/1799.72	v -x112 -x111 -x110 x109 -x108 x107 -x106 -x105 -x104 x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 
1799.39/1799.72	v -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 x70 -x69 -x68 -x67 -x66 x65 -x64 
1799.39/1799.72	v -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 x38 
1799.39/1799.72	v -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 -x12 -x11 
1799.39/1799.72	v -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1799.39/1799.72	c SCIP Status        : solving was interrupted [time limit reached]
1799.39/1799.72	c Solving Time       :    1791.00
1799.39/1799.72	c Original Problem   :
1799.39/1799.72	c   Problem name     : HOME/instance-3737169-1338735772.opb
1799.39/1799.72	c   Variables        : 16820 (16820 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.39/1799.72	c   Constraints      : 16820 initial, 16820 maximal
1799.39/1799.72	c Presolved Problem  :
1799.39/1799.72	c   Problem name     : t_HOME/instance-3737169-1338735772.opb
1799.39/1799.72	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.39/1799.72	c   Constraints      : 15820 initial, 15820 maximal
1799.39/1799.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.39/1799.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.72	c   probing          :       0.09          0          0          0          0          0          0          0          0
1799.39/1799.72	c   and              :       0.12          0          0          0          0          0          0          0          0
1799.39/1799.72	c   linear           :       0.04      15820          0          0      15820          0       1000          0          0
1799.39/1799.72	c   root node        :          -          0          -          -          0          -          -          -          -
1799.39/1799.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.39/1799.72	c   integral         :          0          0          0        855          0          0          0          0          0       1710
1799.39/1799.72	c   and              :      15820       4113      13972          0          1          0      21502     884296          0          0
1799.39/1799.72	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1799.39/1799.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.39/1799.72	c   integral         :     371.15       0.00       0.00     371.15       0.00
1799.39/1799.72	c   and              :      20.86      18.35       2.51       0.00       0.00
1799.39/1799.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.39/1799.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.39/1799.72	c   rootredcost      :       0.00          0          0          0
1799.39/1799.72	c   pseudoobj        :       0.20      14059          0          0
1799.39/1799.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.39/1799.72	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.39/1799.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.39/1799.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.39/1799.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.39/1799.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.39/1799.72	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.39/1799.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.39/1799.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.39/1799.72	c   cut pool         :       0.73        189          -          -       3580          -    (maximal pool size: 13212)
1799.39/1799.72	c   redcost          :       0.12       4113          0          0          0          0
1799.39/1799.72	c   impliedbounds    :       0.11        189          0          0      19003          0
1799.39/1799.72	c   intobj           :       0.00          0          0          0          0          0
1799.39/1799.72	c   gomory           :     170.26        189          0          0      59864          0
1799.39/1799.72	c   strongcg         :       1.28         20          0          0      10000          0
1799.39/1799.72	c   cmir             :       0.58         10          0          0          0          0
1799.39/1799.72	c   flowcover        :       0.42         10          0          0          0          0
1799.39/1799.72	c   clique           :       4.57        189          0          0       1594          0
1799.39/1799.72	c   zerohalf         :       0.00          0          0          0          0          0
1799.39/1799.72	c   mcf              :       0.02          1          0          0          0          0
1799.39/1799.72	c Pricers            :       Time      Calls       Vars
1799.39/1799.72	c   problem variables:       0.00          0          0
1799.39/1799.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.39/1799.72	c   relpscost        :     371.15        855          0          0          0          0       1710
1799.39/1799.72	c   pscost           :       0.00          0          0          0          0          0          0
1799.39/1799.72	c   inference        :       0.00          1          0          0          0          0          2
1799.39/1799.72	c   mostinf          :       0.00          0          0          0          0          0          0
1799.39/1799.72	c   leastinf         :       0.00          0          0          0          0          0          0
1799.39/1799.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.39/1799.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.39/1799.72	c   random           :       0.00          0          0          0          0          0          0
1799.39/1799.72	c Primal Heuristics  :       Time      Calls      Found
1799.39/1799.72	c   LP solutions     :       0.00          -          0
1799.39/1799.72	c   pseudo solutions :       0.00          -          0
1799.39/1799.72	c   crossover        :       0.00          0          0
1799.39/1799.72	c   oneopt           :       0.00          1          0
1799.39/1799.72	c   simplerounding   :       0.00          0          0
1799.39/1799.72	c   rounding         :      23.75       3427          2
1799.39/1799.72	c   shifting         :       2.15        259          0
1799.39/1799.72	c   intshifting      :       0.00          0          0
1799.39/1799.72	c   fixandinfer      :       0.00          0          0
1799.39/1799.72	c   feaspump         :      41.82         14          0
1799.39/1799.72	c   coefdiving       :      57.54         10          0
1799.39/1799.72	c   pscostdiving     :      62.07          9          0
1799.39/1799.72	c   fracdiving       :      54.47         11          0
1799.39/1799.72	c   veclendiving     :      61.36          9          0
1799.39/1799.72	c   intdiving        :       0.00          0          0
1799.39/1799.72	c   actconsdiving    :       0.00          0          0
1799.39/1799.72	c   objpscostdiving  :      73.51          3          0
1799.39/1799.72	c   rootsoldiving    :       9.81         18          0
1799.39/1799.72	c   linesearchdiving :      48.30         14          0
1799.39/1799.72	c   guideddiving     :      57.71         10          0
1799.39/1799.72	c   octane           :       0.00          0          0
1799.39/1799.72	c   rens             :       0.00          0          0
1799.39/1799.72	c   rins             :       0.00          0          0
1799.39/1799.72	c   localbranching   :       0.00          0          0
1799.39/1799.72	c   mutation         :       0.00          0          0
1799.39/1799.72	c   dins             :       0.00          0          0
1799.39/1799.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.39/1799.72	c   primal LP        :       1.45          0          0       0.00       0.00
1799.39/1799.72	c   dual LP          :     721.28       4430    2530897     571.31    3508.90
1799.39/1799.72	c   barrier LP       :       0.00          0          0       0.00          -
1799.39/1799.72	c   diving/probing LP:     460.18      13197    1747308     132.40    3797.01
1799.39/1799.72	c   strong branching :     370.97       1638    1388884     847.91    3743.93
1799.39/1799.72	c     (at root node) :          -         19      17503     921.21          -
1799.39/1799.72	c   conflict analysis:       0.00          0          0       0.00          -
1799.39/1799.72	c B&B Tree           :
1799.39/1799.72	c   number of runs   :          1
1799.39/1799.72	c   nodes            :        856
1799.39/1799.72	c   nodes (total)    :        856
1799.39/1799.72	c   nodes left       :        857
1799.39/1799.72	c   max depth        :         41
1799.39/1799.72	c   max depth (total):         41
1799.39/1799.72	c   backtracks       :        227 (26.5%)
1799.39/1799.72	c   delayed cutoffs  :          0
1799.39/1799.72	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.39/1799.72	c   avg switch length:       5.95
1799.39/1799.72	c   switching time   :       1.69
1799.39/1799.72	c Solution           :
1799.39/1799.72	c   Solutions found  :          2 (2 improvements)
1799.39/1799.72	c   Primal Bound     : -9.80000000000000e+01   (in run 1, after 1 nodes, 0.89 seconds, depth 0, found by <rounding>)
1799.39/1799.72	c   Dual Bound       : -3.21044320410736e+02
1799.39/1799.72	c   Gap              :      69.47 %
1799.39/1799.72	c   Root Dual Bound  : -3.26999999999999e+02
1799.39/1799.79	c Time complete: 1799.48.

Verifier Data

OK	-98

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29004
/proc/meminfo: memFree=26557044/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 1688 0 0 0 0 0 0 0 20 0 1 0 339703972 9736192 1640 33554432000 4194304 7823515 140736842534720 140735152893128 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 2377 1645 349 887 0 1487 0

[startup+0.0553729 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29004
/proc/meminfo: memFree=26557044/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=23728 CPUtime=0.05 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 5267 0 0 0 5 0 0 0 20 0 1 0 339703972 24297472 5219 33554432000 4194304 7823515 140736842534720 140735152893128 4403228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 5932 5219 354 887 0 5042 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23728

[startup+0.100335 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29004
/proc/meminfo: memFree=26557044/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=44884 CPUtime=0.09 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 10852 0 0 0 9 0 0 0 20 0 1 0 339703972 45961216 10450 33554432000 4194304 7823515 140736842534720 140735152893128 4802903 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 11221 10450 371 887 0 10331 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44884

[startup+0.300264 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29004
/proc/meminfo: memFree=26557044/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=60268 CPUtime=0.29 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 14490 0 0 0 25 4 0 0 20 0 1 0 339703972 61714432 14088 33554432000 4194304 7823515 140736842534720 140735152893128 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 15067 14088 425 887 0 14177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60268

[startup+0.700274 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29004
/proc/meminfo: memFree=26557044/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=97940 CPUtime=0.69 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 23843 0 0 0 61 8 0 0 20 0 1 0 339703972 100290560 22836 33554432000 4194304 7823515 140736842534720 140735152893128 6109407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 24485 22836 506 887 0 23595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97940

[startup+1.50027 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 29005
/proc/meminfo: memFree=26465740/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=100540 CPUtime=1.48 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 24929 0 0 0 139 9 0 0 20 0 1 0 339703972 102952960 23856 33554432000 4194304 7823515 140736842534720 140736842530728 5965831 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 25135 23856 543 887 0 24245 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100540

[startup+3.10033 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 29005
/proc/meminfo: memFree=26460904/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=103644 CPUtime=3.09 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 26083 0 0 0 297 12 0 0 20 0 1 0 339703972 106131456 24898 33554432000 4194304 7823515 140736842534720 140736842530712 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 25911 24898 545 887 0 25021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103644

[startup+6.3003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29005
/proc/meminfo: memFree=26445116/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=124688 CPUtime=6.29 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 31486 0 0 0 615 14 0 0 20 0 1 0 339703972 127680512 30103 33554432000 4194304 7823515 140736842534720 140736842530520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 31172 30103 546 887 0 30282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124688

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29005
/proc/meminfo: memFree=26419336/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=138752 CPUtime=12.69 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 35308 0 0 0 1250 19 0 0 20 0 1 0 339703972 142082048 33846 33554432000 4194304 7823515 140736842534720 140736842530056 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 34688 33846 547 887 0 33798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 138752

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 29005
/proc/meminfo: memFree=26402864/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=153924 CPUtime=25.49 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 38782 0 0 0 2523 26 0 0 20 0 1 0 339703972 157618176 37320 33554432000 4194304 7823515 140736842534720 140736842531416 6264072 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 38481 37320 547 887 0 37591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153924

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 29005
/proc/meminfo: memFree=26385012/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=168368 CPUtime=51.08 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 42214 0 0 0 5075 33 0 0 20 0 1 0 339703972 172408832 40752 33554432000 4194304 7823515 140736842534720 140736842530120 4685903 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 42092 40752 547 887 0 41202 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 168368

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29082
/proc/meminfo: memFree=26755320/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=187220 CPUtime=102.28 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 46933 0 0 0 10172 56 0 0 20 0 1 0 339703972 191713280 45314 33554432000 4194304 7823515 140736842534720 140736842530056 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 46805 45314 547 887 0 45915 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 187220

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 29083
/proc/meminfo: memFree=26691904/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=187220 CPUtime=162.24 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47035 0 0 0 16142 82 0 0 20 0 1 0 339703972 191713280 45698 33554432000 4194304 7823515 140736842534720 140736842530056 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 46805 45698 547 887 0 45915 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 187220

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29083
/proc/meminfo: memFree=26684816/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=187220 CPUtime=222.23 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47054 0 0 0 22115 108 0 0 20 0 1 0 339703972 191713280 45753 33554432000 4194304 7823515 140736842534720 140736842529864 4271908 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 46805 45753 547 887 0 45915 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 187220

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29083
/proc/meminfo: memFree=26683360/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=282.22 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47060 0 0 0 28097 125 0 0 20 0 1 0 339703972 192655360 45759 33554432000 4194304 7823515 140736842534720 140736842529864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45759 547 887 0 46145 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 188140

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29083
/proc/meminfo: memFree=26684016/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=342.2 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47069 0 0 0 34082 138 0 0 20 0 1 0 339703972 192655360 45768 33554432000 4194304 7823515 140736842534720 140736842529880 6247068 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45768 554 887 0 46145 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 188140

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29083
/proc/meminfo: memFree=26683892/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=402.2 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47091 0 0 0 40057 163 0 0 20 0 1 0 339703972 192655360 45790 33554432000 4194304 7823515 140736842534720 140736842529880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45790 554 887 0 46145 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 188140

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29087
/proc/meminfo: memFree=26683856/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=462.19 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47091 0 0 0 46029 190 0 0 20 0 1 0 339703972 192655360 45790 33554432000 4194304 7823515 140736842534720 140736842530840 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45790 554 887 0 46145 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 188140

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29087
/proc/meminfo: memFree=26683928/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=522.18 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47091 0 0 0 51997 221 0 0 20 0 1 0 339703972 192655360 45790 33554432000 4194304 7823515 140736842534720 140736842530472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45790 554 887 0 46145 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 188140

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29087
/proc/meminfo: memFree=26683928/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=582.17 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47092 0 0 0 57966 251 0 0 20 0 1 0 339703972 192655360 45791 33554432000 4194304 7823515 140736842534720 140736842529880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45791 555 887 0 46145 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 188140

[startup+642.3 s]

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

/proc/meminfo: memFree=26684560/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1062.09 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47098 0 0 0 105721 488 0 0 20 0 1 0 339703972 192655360 45797 33554432000 4194304 7823515 140736842534720 140736842530168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45797 555 887 0 46145 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 188140

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29092
/proc/meminfo: memFree=26684692/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1122.09 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47098 0 0 0 111690 519 0 0 20 0 1 0 339703972 192655360 45797 33554432000 4194304 7823515 140736842534720 140736842531432 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45797 555 887 0 46145 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 188140

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29092
/proc/meminfo: memFree=26684692/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1182.09 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47098 0 0 0 117661 548 0 0 20 0 1 0 339703972 192655360 45797 33554432000 4194304 7823515 140736842534720 140736842529832 6205808 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45797 555 887 0 46145 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 188140

[startup+1242.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 29092
/proc/meminfo: memFree=26684692/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1242.07 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47098 0 0 0 123632 575 0 0 20 0 1 0 339703972 192655360 45797 33554432000 4194304 7823515 140736842534720 140736842529416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45797 555 887 0 46145 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 188140

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 29092
/proc/meminfo: memFree=26684948/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1302.07 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47098 0 0 0 129604 603 0 0 20 0 1 0 339703972 192655360 45797 33554432000 4194304 7823515 140736842534720 140736842529416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45797 555 887 0 46145 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 188140

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29094
/proc/meminfo: memFree=26684404/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1362.05 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47098 0 0 0 135574 631 0 0 20 0 1 0 339703972 192655360 45797 33554432000 4194304 7823515 140736842534720 140736842530520 6265945 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45797 555 887 0 46145 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 188140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29094
/proc/meminfo: memFree=26683784/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188140 CPUtime=1422.05 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47117 0 0 0 141547 658 0 0 20 0 1 0 339703972 192655360 45816 33554432000 4194304 7823515 140736842534720 140736842529416 6177510 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47035 45816 555 887 0 46145 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 188140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29094
/proc/meminfo: memFree=26679936/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188612 CPUtime=1482.03 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47261 0 0 0 147517 686 0 0 20 0 1 0 339703972 193138688 46202 33554432000 4194304 7823515 140736842534720 140736842529880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47153 46202 555 887 0 46263 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 188612

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29094
/proc/meminfo: memFree=26679816/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188612 CPUtime=1542.03 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47262 0 0 0 153495 708 0 0 20 0 1 0 339703972 193138688 46203 33554432000 4194304 7823515 140736842534720 140736842530632 6208511 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47153 46203 555 887 0 46263 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 188612

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29094
/proc/meminfo: memFree=26678480/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=188612 CPUtime=1602.02 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47262 0 0 0 159466 736 0 0 20 0 1 0 339703972 193138688 46203 33554432000 4194304 7823515 140736842534720 140736842529832 6212430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47153 46203 555 887 0 46263 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 188612

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 29098
/proc/meminfo: memFree=26677832/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=189532 CPUtime=1662.01 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47444 0 0 0 165434 767 0 0 20 0 1 0 339703972 194080768 46385 33554432000 4194304 7823515 140736842534720 140736842529416 6212325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47383 46385 555 887 0 46493 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 189532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26676724/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1721.99 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47608 0 0 0 171402 797 0 0 20 0 1 0 339703972 194654208 46549 33554432000 4194304 7823515 140736842534720 140736842529416 5964872 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46549 555 887 0 46633 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 190092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1781.99 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47644 0 0 0 177372 827 0 0 20 0 1 0 339703972 194654208 46585 33554432000 4194304 7823515 140736842534720 140736842529416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46585 555 887 0 46633 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 190092

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1791.6 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47645 0 0 0 178329 831 0 0 20 0 1 0 339703972 194654208 46586 33554432000 4194304 7823515 140736842534720 140736842530520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46586 555 887 0 46633 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 190092

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1794.79 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47645 0 0 0 178647 832 0 0 20 0 1 0 339703972 194654208 46586 33554432000 4194304 7823515 140736842534720 140736842530472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46586 555 887 0 46633 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 190092

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1797.99 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47645 0 0 0 178965 834 0 0 20 0 1 0 339703972 194654208 46586 33554432000 4194304 7823515 140736842534720 140736842529416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46586 555 887 0 46633 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 190092

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1798.79 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47645 0 0 0 179045 834 0 0 20 0 1 0 339703972 194654208 46586 33554432000 4194304 7823515 140736842534720 140736842530520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46586 555 887 0 46633 0
Current children cumulated CPU time (s) 1798.79
Current children cumulated vsize (KiB) 190092

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1799.19 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47645 0 0 0 179085 834 0 0 20 0 1 0 339703972 194654208 46586 33554432000 4194304 7823515 140736842534720 140736842530520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46586 555 887 0 46633 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 190092

[startup+1799.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29098
/proc/meminfo: memFree=26675980/32873648 swapFree=6852/6852
[pid=29004] ppid=29002 vsize=190092 CPUtime=1799.39 cores=1,3,5,7
/proc/29004/stat : 29004 (pbscip.linux.x8) R 29002 29004 27068 0 -1 4202496 47645 0 0 0 179105 834 0 0 20 0 1 0 339703972 194654208 46586 33554432000 4194304 7823515 140736842534720 140736842530520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29004/statm: 47523 46586 555 887 0 46633 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 190092

Child status: 0
Real time (s): 1799.8
CPU time (s): 1799.5
CPU user time (s): 1791.15
CPU system time (s): 8.34973
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 190092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.15
system time used= 8.34973
maximum resident set size= 186360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47652
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= 44
involuntary context switches= 1850

runsolver used 4.28235 second user time and 13.6599 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 17:02:52
IDJOB=3737169
IDBENCH=48193
IDSOLVER=2321
FILE ID=node115/3737169-1338735772
RUNJOBID= node115-1338714108-27085
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_1.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-3737169-1338735772/watcher-3737169-1338735772 -o /tmp/evaluation-result-3737169-1338735772/solver-3737169-1338735772 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737169-1338735772.opb

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=902612353

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:        26556936 kB
Buffers:         1435432 kB
Cached:          3493960 kB
SwapCached:         1016 kB
Active:          3226156 kB
Inactive:        2180756 kB
Active(anon):     466164 kB
Inactive(anon):     9868 kB
Active(file):    2759992 kB
Inactive(file):  2170888 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             10216 kB
Writeback:             0 kB
AnonPages:        479428 kB
Mapped:            13932 kB
Shmem:                96 kB
Slab:             771912 kB
SReclaimable:     215376 kB
SUnreclaim:       556536 kB
KernelStack:        1432 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     591600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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 17:32:52