Trace number 1870370

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-28 1800.75 1801.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
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-34
Best CPU time to get the best result obtained on this benchmark1798.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint60
Maximum length of a constraint110
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

Quality of the solution as a function of time


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

Solver Data

0.19/0.20	c SCIP version 1.1.0.7
0.19/0.20	c LP-Solver SoPlex 1.4.1
0.19/0.20	c user parameter file <scip.set> not found - using default parameters
0.19/0.20	c read problem <HOME/instance-1870370-1245200037.opb>
0.19/0.20	c original problem has 19230 variables (19230 bin, 0 int, 0 impl, 0 cont) and 19230 constraints
0.29/0.39	c start presolving problem
0.29/0.39	c presolving:
0.79/0.89	c (round 1) 18730 del vars, 500 del conss, 18730 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 74920 impls, 0 clqs
2.39/2.46	c    (2.0s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.46	c    (2.0s) probing aborted: 100/100 successive totally useless probings
2.39/2.46	c presolving (2 rounds):
2.39/2.46	c  18730 deleted vars, 500 deleted constraints, 18730 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.46	c  112380 implications, 0 cliques
2.39/2.46	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 18730 constraints
2.39/2.46	c   18730 constraints of type <and>
2.39/2.46	c transformed objective value is always integral (scale: 1)
2.39/2.46	c Presolving Time: 1.95
2.39/2.46	c OPT-NLC
2.39/2.46	c -----------------------------------------------------------------------------------------------
2.39/2.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.46	c limits/memory = c 1620
2.39/2.46	c # maximal time in seconds to run
2.39/2.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.46	c limits/time = c 1791
2.39/2.46	c # frequency for displaying node information lines
2.39/2.46	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.46	c display/freq = c 10000
2.39/2.46	c -----------------------------------------------------------------------------------------------
2.39/2.46	c start solving problem
2.39/2.46	c 
2.99/3.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.02	c   2.6s|     1 |     0 |   516 |  69M|   0 | 500 | 500 |  18k|  18k| 500 |  18k|   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
2.99/3.04	o -23
2.99/3.04	c R 2.6s|     1 |     0 |   516 |  69M|   0 | 500 | 500 |  18k|  18k| 500 |  18k|   0 |   0 |   0 |-2.500000e+02 |-2.300000e+01 |  90.80%
4.09/4.15	c   3.7s|     1 |     0 |   659 |  69M|   0 | 488 | 500 |  18k|  18k| 500 |  18k|   9 |   0 |   0 |-2.440000e+02 |-2.300000e+01 |  90.57%
5.29/5.30	c   4.8s|     1 |     0 |   796 |  69M|   0 | 475 | 500 |  18k|  18k| 500 |  18k|  16 |   0 |   0 |-2.375000e+02 |-2.300000e+01 |  90.32%
6.59/6.62	c   6.1s|     1 |     0 |   965 |  69M|   0 | 464 | 500 |  18k|  18k| 500 |  18k|  24 |   0 |   0 |-2.320000e+02 |-2.300000e+01 |  90.09%
7.99/8.07	c   7.6s|     1 |     0 |  1155 |  69M|   0 | 454 | 500 |  18k|  18k| 500 |  18k|  33 |   0 |   0 |-2.270000e+02 |-2.300000e+01 |  89.87%
9.59/9.62	c   9.1s|     1 |     0 |  1348 |  69M|   0 | 447 | 500 |  18k|  18k| 500 |  18k|  39 |   0 |   0 |-2.235000e+02 |-2.300000e+01 |  89.71%
11.19/11.26	c  10.7s|     1 |     0 |  1580 |  69M|   0 | 435 | 500 |  18k|  18k| 500 |  18k|  47 |   0 |   0 |-2.175000e+02 |-2.300000e+01 |  89.43%
12.89/12.92	c  12.4s|     1 |     0 |  1773 |  69M|   0 | 432 | 500 |  18k|  18k| 500 |  18k|  54 |   0 |   0 |-2.160000e+02 |-2.300000e+01 |  89.35%
14.48/14.56	c  14.0s|     1 |     0 |  1975 |  69M|   0 | 428 | 500 |  18k|  18k| 500 |  18k|  61 |   0 |   0 |-2.140000e+02 |-2.300000e+01 |  89.25%
15.99/16.07	c  15.5s|     1 |     0 |  2141 |  69M|   0 | 424 | 500 |  18k|  18k| 500 |  18k|  67 |   0 |   0 |-2.120000e+02 |-2.300000e+01 |  89.15%
17.38/17.45	c  16.9s|     1 |     0 |  2238 |  69M|   0 | 420 | 500 |  18k|  18k| 500 |  18k|  76 |   0 |   0 |-2.100000e+02 |-2.300000e+01 |  89.05%
18.79/18.83	c  18.3s|     1 |     0 |  2482 |  69M|   0 | 416 | 500 |  18k|  18k| 500 | 752 |  83 |   0 |   0 |-2.080000e+02 |-2.300000e+01 |  88.94%
19.09/19.11	c  18.6s|     1 |     0 |  2673 |  69M|   0 | 421 | 500 |  18k|  18k| 500 | 759 |  90 |   0 |   0 |-2.065000e+02 |-2.300000e+01 |  88.86%
19.59/19.63	c  19.1s|     1 |     0 |  2926 |  70M|   0 | 415 | 500 |  18k|  18k| 500 |1957 |1288 |   0 |   0 |-2.055000e+02 |-2.300000e+01 |  88.81%
19.88/19.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.88/19.90	c  19.3s|     1 |     0 |  3160 |  70M|   0 | 410 | 500 |  18k|  18k| 500 |1965 |1296 |   0 |   0 |-2.040000e+02 |-2.300000e+01 |  88.73%
20.09/20.19	c  19.6s|     1 |     0 |  3493 |  70M|   0 | 403 | 500 |  18k|  18k| 500 |1971 |1302 |   0 |   0 |-2.035000e+02 |-2.300000e+01 |  88.70%
20.58/20.69	c  20.1s|     1 |     0 |  4084 |  70M|   0 | 433 | 500 |  18k|  18k| 500 |2143 |1474 |   0 |   0 |-2.012727e+02 |-2.300000e+01 |  88.57%
23.48/23.59	c  23.0s|     1 |     0 |  4194 |  71M|   0 | 401 | 500 |  18k|  18k| 500 |3846 |3474 |   0 |   0 |-2.005000e+02 |-2.300000e+01 |  88.53%
24.19/24.20	c  23.6s|     1 |     0 |  4639 |  71M|   0 | 397 | 500 |  18k|  18k| 500 |3857 |3485 |   0 |   0 |-1.985000e+02 |-2.300000e+01 |  88.41%
24.68/24.73	c  24.1s|     1 |     0 |  5025 |  71M|   0 | 394 | 500 |  18k|  18k| 500 |3866 |3494 |   0 |   0 |-1.980000e+02 |-2.300000e+01 |  88.38%
25.19/25.29	c  24.7s|     1 |     0 |  5537 |  71M|   0 | 392 | 500 |  18k|  18k| 500 |3931 |3559 |   0 |   0 |-1.945000e+02 |-2.300000e+01 |  88.17%
25.99/26.00	c  25.4s|     1 |     0 |  6159 |  71M|   0 | 389 | 500 |  18k|  18k| 500 |3990 |3618 |   0 |   0 |-1.920000e+02 |-2.300000e+01 |  88.02%
26.68/26.70	c  26.1s|     1 |     0 |  6631 |  72M|   0 | 377 | 500 |  18k|  18k| 500 |4227 |3855 |   0 |   0 |-1.885000e+02 |-2.300000e+01 |  87.80%
26.99/27.06	c  26.5s|     1 |     0 |  6977 |  72M|   0 | 371 | 500 |  18k|  18k| 500 |3013 |3861 |   0 |   0 |-1.865000e+02 |-2.300000e+01 |  87.67%
27.28/27.34	c  26.7s|     1 |     0 |  7241 |  72M|   0 | 366 | 500 |  18k|  18k| 500 |3061 |3909 |   0 |   0 |-1.850000e+02 |-2.300000e+01 |  87.57%
27.68/27.73	c  27.1s|     1 |     0 |  7635 |  72M|   0 | 360 | 500 |  18k|  18k| 500 |3171 |4019 |   0 |   0 |-1.830000e+02 |-2.300000e+01 |  87.43%
28.08/28.11	c  27.5s|     1 |     0 |  8063 |  72M|   0 | 364 | 500 |  18k|  18k| 500 |3303 |4151 |   0 |   0 |-1.820000e+02 |-2.300000e+01 |  87.36%
28.49/28.54	c  27.9s|     1 |     0 |  8461 |  72M|   0 | 356 | 500 |  18k|  18k| 500 |3417 |4265 |   0 |   0 |-1.810000e+02 |-2.300000e+01 |  87.29%
29.08/29.18	c  28.6s|     1 |     0 |  9147 |  72M|   0 | 350 | 500 |  18k|  18k| 500 |3565 |4413 |   0 |   0 |-1.790000e+02 |-2.300000e+01 |  87.15%
29.78/29.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.78/29.80	c  29.2s|     1 |     0 |  9810 |  72M|   0 | 395 | 500 |  18k|  18k| 500 |1654 |4614 |   0 |   0 |-1.771818e+02 |-2.300000e+01 |  87.02%
30.58/30.66	c  30.0s|     1 |     0 | 10099 |  73M|   0 | 356 | 500 |  18k|  18k| 500 |3205 |6165 |   0 |   0 |-1.770000e+02 |-2.300000e+01 |  87.01%
30.98/31.09	c  30.5s|     1 |     0 | 10502 |  73M|   0 | 353 | 500 |  18k|  18k| 500 |3212 |6172 |   0 |   0 |-1.765000e+02 |-2.300000e+01 |  86.97%
31.58/31.64	c  31.0s|     1 |     0 | 11039 |  73M|   0 | 350 | 500 |  18k|  18k| 500 |3219 |6179 |   0 |   0 |-1.750000e+02 |-2.300000e+01 |  86.86%
31.98/32.07	c  31.4s|     1 |     0 | 11419 |  73M|   0 | 348 | 500 |  18k|  18k| 500 |3225 |6185 |   0 |   0 |-1.740000e+02 |-2.300000e+01 |  86.78%
32.38/32.43	c  31.8s|     1 |     0 | 11734 |  73M|   0 | 341 | 500 |  18k|  18k| 500 |3231 |6191 |   0 |   0 |-1.725000e+02 |-2.300000e+01 |  86.67%
32.79/32.85	c  32.2s|     1 |     0 | 12278 |  73M|   0 | 352 | 500 |  18k|  18k| 500 |2653 |6275 |   0 |   0 |-1.702500e+02 |-2.300000e+01 |  86.49%
33.19/33.20	c  32.6s|     1 |     0 | 12697 |  73M|   0 | 369 | 500 |  18k|  18k| 500 |2717 |6339 |   0 |   0 |-1.689000e+02 |-2.300000e+01 |  86.38%
33.78/33.86	c  33.2s|     1 |     0 | 13212 |  73M|   0 | 329 | 500 |  18k|  18k| 500 |3538 |7160 |   0 |   0 |-1.655000e+02 |-2.300000e+01 |  86.10%
34.38/34.40	c  33.8s|     1 |     0 | 13774 |  73M|   0 | 336 | 500 |  18k|  18k| 500 |3607 |7229 |   0 |   0 |-1.635000e+02 |-2.300000e+01 |  85.93%
35.08/35.12	c  34.5s|     1 |     0 | 14535 |  73M|   0 | 345 | 500 |  18k|  18k| 500 |3658 |7280 |   0 |   0 |-1.603333e+02 |-2.300000e+01 |  85.65%
35.57/35.68	c  35.0s|     1 |     0 | 15144 |  73M|   0 | 351 | 500 |  18k|  18k| 500 |3745 |7367 |   0 |   0 |-1.573333e+02 |-2.300000e+01 |  85.38%
36.18/36.25	c  35.6s|     1 |     0 | 15587 |  74M|   0 | 335 | 500 |  18k|  18k| 500 |2423 |7879 |   0 |   0 |-1.562500e+02 |-2.300000e+01 |  85.28%
36.78/36.83	c  36.2s|     1 |     0 | 16269 |  74M|   0 | 346 | 500 |  18k|  18k| 500 |2434 |7890 |   0 |   0 |-1.556000e+02 |-2.300000e+01 |  85.22%
37.28/37.36	c  36.7s|     1 |     0 | 16869 |  74M|   0 | 356 | 500 |  18k|  18k| 500 |2621 |8077 |   0 |   0 |-1.538302e+02 |-2.300000e+01 |  85.05%
37.88/37.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.88/37.91	c  37.2s|     1 |     0 | 17435 |  74M|   0 | 355 | 500 |  18k|  18k| 500 |2706 |8162 |   0 |   0 |-1.526667e+02 |-2.300000e+01 |  84.93%
38.48/38.52	c  37.8s|     1 |     0 | 18048 |  75M|   0 | 338 | 500 |  18k|  18k| 500 |2777 |8233 |   0 |   0 |-1.508611e+02 |-2.300000e+01 |  84.75%
38.97/39.00	c  38.3s|     1 |     0 | 18572 |  75M|   0 | 355 | 500 |  18k|  18k| 500 |2840 |8296 |   0 |   0 |-1.498360e+02 |-2.300000e+01 |  84.65%
39.68/39.76	c  39.1s|     1 |     0 | 19424 |  76M|   0 | 368 | 500 |  18k|  18k| 500 |2046 |8341 |   0 |   0 |-1.469407e+02 |-2.300000e+01 |  84.35%
40.58/40.66	c  40.0s|     1 |     0 | 19980 |  77M|   0 | 345 | 500 |  18k|  18k| 500 |2802 |9097 |   0 |   0 |-1.457222e+02 |-2.300000e+01 |  84.22%
41.27/41.36	c  40.7s|     1 |     0 | 20724 |  77M|   0 | 349 | 500 |  18k|  18k| 500 |2816 |9111 |   0 |   0 |-1.437957e+02 |-2.300000e+01 |  84.01%
42.07/42.13	c  41.4s|     1 |     0 | 21360 |  78M|   0 | 364 | 500 |  18k|  18k| 500 |2973 |9268 |   0 |   0 |-1.425066e+02 |-2.300000e+01 |  83.86%
42.97/43.01	c  42.3s|     1 |     0 | 22207 |  79M|   0 | 366 | 500 |  18k|  18k| 500 |3115 |9410 |   0 |   0 |-1.396944e+02 |-2.300000e+01 |  83.54%
43.77/43.86	c  43.2s|     1 |     0 | 22723 |  79M|   0 | 358 | 500 |  18k|  18k| 500 |3215 |9510 |   0 |   0 |-1.387444e+02 |-2.300000e+01 |  83.42%
44.78/44.85	c  44.1s|     1 |     0 | 23465 |  79M|   0 | 372 | 500 |  18k|  18k| 500 |2575 |9520 |   0 |   0 |-1.367993e+02 |-2.300000e+01 |  83.19%
45.57/45.68	c  45.0s|     1 |     0 | 23967 |  79M|   0 | 359 | 500 |  18k|  18k| 500 |2665 |9610 |   0 |   0 |-1.363349e+02 |-2.300000e+01 |  83.13%
46.27/46.31	c  45.6s|     1 |     0 | 24562 |  80M|   0 | 355 | 500 |  18k|  18k| 500 |2884 |9829 |   0 |   0 |-1.351184e+02 |-2.300000e+01 |  82.98%
47.07/47.12	c  46.4s|     1 |     0 | 25334 |  81M|   0 | 364 | 500 |  18k|  18k| 500 |2983 |9928 |   0 |   0 |-1.337860e+02 |-2.300000e+01 |  82.81%
48.07/48.12	c  47.4s|     1 |     0 | 25776 |  81M|   0 | 366 | 500 |  18k|  18k| 500 |3103 |  10k|   0 |   0 |-1.330506e+02 |-2.300000e+01 |  82.71%
49.17/49.26	c  48.5s|     1 |     0 | 26330 |  82M|   0 | 375 | 500 |  18k|  18k| 500 |3149 |  10k|   0 |   0 |-1.322335e+02 |-2.300000e+01 |  82.61%
50.37/50.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.37/50.45	c  49.7s|     1 |     0 | 26825 |  82M|   0 | 372 | 500 |  18k|  18k| 500 |2627 |  10k|   0 |   0 |-1.317157e+02 |-2.300000e+01 |  82.54%
51.27/51.36	c  50.6s|     1 |     0 | 27297 |  82M|   0 | 376 | 500 |  18k|  18k| 500 |2638 |  10k|   0 |   0 |-1.307879e+02 |-2.300000e+01 |  82.41%
52.47/52.51	c  51.8s|     1 |     0 | 27932 |  82M|   0 | 388 | 500 |  18k|  18k| 500 |2715 |  10k|   0 |   0 |-1.300828e+02 |-2.300000e+01 |  82.32%
53.67/53.75	c  53.0s|     1 |     0 | 28588 |  82M|   0 | 387 | 500 |  18k|  18k| 500 |2824 |  10k|   0 |   0 |-1.294554e+02 |-2.300000e+01 |  82.23%
54.77/54.89	c  54.1s|     1 |     0 | 29067 |  82M|   0 | 390 | 500 |  18k|  18k| 500 |2921 |  10k|   0 |   0 |-1.288166e+02 |-2.300000e+01 |  82.15%
56.17/56.29	c  55.5s|     1 |     0 | 29868 |  82M|   0 | 376 | 500 |  18k|  18k| 500 |2949 |  10k|   0 |   0 |-1.275696e+02 |-2.300000e+01 |  81.97%
57.67/57.71	c  57.0s|     1 |     0 | 30660 |  82M|   0 | 383 | 500 |  18k|  18k| 500 |2477 |  10k|   0 |   0 |-1.266475e+02 |-2.300000e+01 |  81.84%
58.87/58.91	c  58.1s|     1 |     0 | 31353 |  82M|   0 | 393 | 500 |  18k|  18k| 500 |2581 |  10k|   0 |   0 |-1.258982e+02 |-2.300000e+01 |  81.73%
60.16/60.29	c  59.5s|     1 |     0 | 32172 |  82M|   0 | 390 | 500 |  18k|  18k| 500 |2648 |  10k|   0 |   0 |-1.247171e+02 |-2.300000e+01 |  81.56%
61.57/61.63	c  60.9s|     1 |     0 | 32807 |  82M|   0 | 397 | 500 |  18k|  18k| 500 |2790 |  10k|   0 |   0 |-1.240231e+02 |-2.300000e+01 |  81.46%
63.06/63.15	c  62.4s|     1 |     0 | 33636 |  82M|   0 | 409 | 500 |  18k|  18k| 500 |2842 |  11k|   0 |   0 |-1.231488e+02 |-2.300000e+01 |  81.32%
64.47/64.57	c  63.8s|     1 |     0 | 34066 |  82M|   0 | 408 | 500 |  18k|  18k| 500 |2934 |  11k|   0 |   0 |-1.227974e+02 |-2.300000e+01 |  81.27%
66.17/66.21	c  65.4s|     1 |     0 | 34833 |  82M|   0 | 407 | 500 |  18k|  18k| 500 |2578 |  11k|   0 |   0 |-1.220240e+02 |-2.300000e+01 |  81.15%
67.46/67.52	c  66.7s|     1 |     0 | 35465 |  82M|   0 | 413 | 500 |  18k|  18k| 500 |2644 |  11k|   0 |   0 |-1.212672e+02 |-2.300000e+01 |  81.03%
68.76/68.83	c  68.0s|     1 |     0 | 35894 |  82M|   0 | 418 | 500 |  18k|  18k| 500 |2695 |  11k|   0 |   0 |-1.209375e+02 |-2.300000e+01 |  80.98%
70.46/70.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.46/70.51	c  69.7s|     1 |     0 | 36661 |  82M|   0 | 414 | 500 |  18k|  18k| 500 |2720 |  11k|   0 |   0 |-1.200800e+02 |-2.300000e+01 |  80.85%
71.96/72.04	c  71.2s|     1 |     0 | 37276 |  82M|   0 | 419 | 500 |  18k|  18k| 500 |2831 |  11k|   0 |   0 |-1.197660e+02 |-2.300000e+01 |  80.80%
73.57/73.65	c  72.8s|     1 |     0 | 37951 |  82M|   0 | 419 | 500 |  18k|  18k| 500 |2870 |  11k|   0 |   0 |-1.194455e+02 |-2.300000e+01 |  80.74%
75.26/75.34	c  74.5s|     1 |     0 | 38720 |  82M|   0 | 417 | 500 |  18k|  18k| 500 |2587 |  11k|   0 |   0 |-1.188930e+02 |-2.300000e+01 |  80.65%
76.67/76.75	c  75.9s|     1 |     0 | 39257 |  82M|   0 | 421 | 500 |  18k|  18k| 500 |2645 |  11k|   0 |   0 |-1.181713e+02 |-2.300000e+01 |  80.54%
78.07/78.17	c  77.3s|     1 |     0 | 39770 |  82M|   0 | 431 | 500 |  18k|  18k| 500 |2672 |  11k|   0 |   0 |-1.178210e+02 |-2.300000e+01 |  80.48%
79.46/79.59	c  78.7s|     1 |     0 | 40257 |  82M|   0 | 424 | 500 |  18k|  18k| 500 |2698 |  11k|   0 |   0 |-1.175152e+02 |-2.300000e+01 |  80.43%
80.96/81.05	c  80.2s|     1 |     0 | 40785 |  82M|   0 | 431 | 500 |  18k|  18k| 500 |2714 |  11k|   0 |   0 |-1.172370e+02 |-2.300000e+01 |  80.38%
82.56/82.61	c  81.7s|     1 |     0 | 41348 |  82M|   0 | 437 | 500 |  18k|  18k| 500 |2742 |  11k|   0 |   0 |-1.169226e+02 |-2.300000e+01 |  80.33%
84.35/84.46	c  83.6s|     1 |     0 | 42223 |  82M|   0 | 431 | 500 |  18k|  18k| 500 |2557 |  11k|   0 |   0 |-1.164929e+02 |-2.300000e+01 |  80.26%
86.06/86.18	c  85.3s|     1 |     0 | 43041 |  82M|   0 | 429 | 500 |  18k|  18k| 500 |2578 |  11k|   0 |   0 |-1.159807e+02 |-2.300000e+01 |  80.17%
87.56/87.67	c  86.8s|     1 |     0 | 43594 |  82M|   0 | 427 | 500 |  18k|  18k| 500 |2613 |  11k|   0 |   0 |-1.157089e+02 |-2.300000e+01 |  80.12%
89.16/89.27	c  88.4s|     1 |     0 | 44264 |  82M|   0 | 429 | 500 |  18k|  18k| 500 |2641 |  11k|   0 |   0 |-1.152136e+02 |-2.300000e+01 |  80.04%
90.76/90.81	c  89.9s|     1 |     0 | 44792 |  82M|   0 | 436 | 500 |  18k|  18k| 500 |2680 |  11k|   0 |   0 |-1.149139e+02 |-2.300000e+01 |  79.99%
92.26/92.37	c  91.5s|     1 |     0 | 45297 |  82M|   0 | 439 | 500 |  18k|  18k| 500 |2704 |  11k|   0 |   0 |-1.145182e+02 |-2.300000e+01 |  79.92%
93.76/93.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.76/93.88	c  93.0s|     1 |     0 | 45715 |  82M|   0 | 445 | 500 |  18k|  18k| 500 |2605 |  11k|   0 |   0 |-1.143467e+02 |-2.300000e+01 |  79.89%
95.45/95.55	c  94.6s|     1 |     0 | 46387 |  82M|   0 | 440 | 500 |  18k|  18k| 500 |2627 |  11k|   0 |   0 |-1.140407e+02 |-2.300000e+01 |  79.83%
96.76/96.88	c  96.0s|     1 |     0 | 46704 |  82M|   0 | 444 | 500 |  18k|  18k| 500 |2655 |  11k|   0 |   0 |-1.139322e+02 |-2.300000e+01 |  79.81%
98.35/98.44	c  97.5s|     1 |     0 | 47210 |  82M|   0 | 441 | 500 |  18k|  18k| 500 |2672 |  11k|   0 |   0 |-1.135835e+02 |-2.300000e+01 |  79.75%
99.86/99.96	c  99.0s|     1 |     0 | 47642 |  82M|   0 | 448 | 500 |  18k|  18k| 500 |2690 |  11k|   0 |   0 |-1.133731e+02 |-2.300000e+01 |  79.71%
101.35/101.47	c   101s|     1 |     0 | 48009 |  82M|   0 | 455 | 500 |  18k|  18k| 500 |2705 |  11k|   0 |   0 |-1.131577e+02 |-2.300000e+01 |  79.67%
102.95/103.03	c   102s|     1 |     0 | 48406 |  82M|   0 | 449 | 500 |  18k|  18k| 500 |2659 |  11k|   0 |   0 |-1.129841e+02 |-2.300000e+01 |  79.64%
104.36/104.46	c   104s|     1 |     0 | 48715 |  82M|   0 | 453 | 500 |  18k|  18k| 500 |2675 |  11k|   0 |   0 |-1.128559e+02 |-2.300000e+01 |  79.62%
105.75/105.87	c   105s|     1 |     0 | 48974 |  82M|   0 | 457 | 500 |  18k|  18k| 500 |2696 |  11k|   0 |   0 |-1.127658e+02 |-2.300000e+01 |  79.60%
107.45/107.51	c   107s|     1 |     0 | 49391 |  82M|   0 | 461 | 500 |  18k|  18k| 500 |2707 |  11k|   0 |   0 |-1.124374e+02 |-2.300000e+01 |  79.54%
109.25/109.37	c   108s|     1 |     0 | 50027 |  82M|   0 | 459 | 500 |  18k|  18k| 500 |2727 |  11k|   0 |   0 |-1.120590e+02 |-2.300000e+01 |  79.48%
110.85/110.98	c   110s|     1 |     0 | 50401 |  82M|   0 | 462 | 500 |  18k|  18k| 500 |2743 |  11k|   0 |   0 |-1.118176e+02 |-2.300000e+01 |  79.43%
112.45/112.52	c   112s|     1 |     0 | 50742 |  82M|   0 | 468 | 500 |  18k|  18k| 500 |2674 |  12k|   0 |   0 |-1.116545e+02 |-2.300000e+01 |  79.40%
114.05/114.16	c   113s|     1 |     0 | 51160 |  82M|   0 | 469 | 500 |  18k|  18k| 500 |2687 |  12k|   0 |   0 |-1.114248e+02 |-2.300000e+01 |  79.36%
115.54/115.63	c   115s|     1 |     0 | 51431 |  82M|   0 | 474 | 500 |  18k|  18k| 500 |2705 |  12k|   0 |   0 |-1.112652e+02 |-2.300000e+01 |  79.33%
117.25/117.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.25/117.32	c   116s|     1 |     0 | 51830 |  82M|   0 | 472 | 500 |  18k|  18k| 500 |2720 |  12k|   0 |   0 |-1.110305e+02 |-2.300000e+01 |  79.28%
118.85/118.91	c   118s|     1 |     0 | 52128 |  82M|   0 | 470 | 500 |  18k|  18k| 500 |2728 |  12k|   0 |   0 |-1.108803e+02 |-2.300000e+01 |  79.26%
120.24/120.32	c   119s|     1 |     0 | 52318 |  82M|   0 | 474 | 500 |  18k|  18k| 500 |2740 |  12k|   0 |   0 |-1.107806e+02 |-2.300000e+01 |  79.24%
121.85/121.97	c   121s|     1 |     0 | 52699 |  82M|   0 | 476 | 500 |  18k|  18k| 500 |2704 |  12k|   0 |   0 |-1.105146e+02 |-2.300000e+01 |  79.19%
123.25/123.31	c   122s|     1 |     0 | 52852 |  82M|   0 | 481 | 500 |  18k|  18k| 500 |2715 |  12k|   0 |   0 |-1.104500e+02 |-2.300000e+01 |  79.18%
124.75/124.87	c   124s|     1 |     0 | 53134 |  82M|   0 | 486 | 500 |  18k|  18k| 500 |2728 |  12k|   0 |   0 |-1.102893e+02 |-2.300000e+01 |  79.15%
126.34/126.45	c   125s|     1 |     0 | 53437 |  82M|   0 | 484 | 500 |  18k|  18k| 500 |2740 |  12k|   0 |   0 |-1.101263e+02 |-2.300000e+01 |  79.11%
127.84/127.92	c   127s|     1 |     0 | 53633 |  82M|   0 | 484 | 500 |  18k|  18k| 500 |2750 |  12k|   0 |   0 |-1.100610e+02 |-2.300000e+01 |  79.10%
129.44/129.56	c   129s|     1 |     0 | 53944 |  82M|   0 | 485 | 500 |  18k|  18k| 500 |2758 |  12k|   0 |   0 |-1.099336e+02 |-2.300000e+01 |  79.08%
131.04/131.19	c   130s|     1 |     0 | 54211 |  82M|   0 | 486 | 500 |  18k|  18k| 500 |2722 |  12k|   0 |   0 |-1.097958e+02 |-2.300000e+01 |  79.05%
132.54/132.67	c   132s|     1 |     0 | 54462 |  82M|   0 | 475 | 500 |  18k|  18k| 500 |2732 |  12k|   0 |   0 |-1.097089e+02 |-2.300000e+01 |  79.04%
134.14/134.25	c   133s|     1 |     0 | 54746 |  82M|   0 | 487 | 500 |  18k|  18k| 500 |2745 |  12k|   0 |   0 |-1.095975e+02 |-2.300000e+01 |  79.01%
135.65/135.79	c   135s|     1 |     0 | 54970 |  82M|   0 | 487 | 500 |  18k|  18k| 500 |2758 |  12k|   0 |   0 |-1.095025e+02 |-2.300000e+01 |  79.00%
137.24/137.33	c   136s|     1 |     0 | 55203 |  82M|   0 | 488 | 500 |  18k|  18k| 500 |2770 |  12k|   0 |   0 |-1.093988e+02 |-2.300000e+01 |  78.98%
138.84/138.92	c   138s|     1 |     0 | 55463 |  82M|   0 | 489 | 500 |  18k|  18k| 500 |2778 |  12k|   0 |   0 |-1.092600e+02 |-2.300000e+01 |  78.95%
140.44/140.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.44/140.56	c   139s|     1 |     0 | 55681 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |2766 |  12k|   0 |   0 |-1.091735e+02 |-2.300000e+01 |  78.93%
142.14/142.21	c   141s|     1 |     0 | 55989 |  81M|   0 | 493 | 500 |  18k|  18k| 500 |2782 |  12k|   0 |   0 |-1.090202e+02 |-2.300000e+01 |  78.90%
143.74/143.85	c   143s|     1 |     0 | 56258 |  81M|   0 | 489 | 500 |  18k|  18k| 500 |2791 |  12k|   0 |   0 |-1.089219e+02 |-2.300000e+01 |  78.88%
145.24/145.37	c   144s|     1 |     0 | 56435 |  81M|   0 | 491 | 500 |  18k|  18k| 500 |2801 |  12k|   0 |   0 |-1.088740e+02 |-2.300000e+01 |  78.87%
146.84/146.96	c   146s|     1 |     0 | 56635 |  81M|   0 | 495 | 500 |  18k|  18k| 500 |2813 |  12k|   0 |   0 |-1.088266e+02 |-2.300000e+01 |  78.87%
148.45/148.50	c   147s|     1 |     0 | 56785 |  81M|   0 | 494 | 500 |  18k|  18k| 500 |2824 |  12k|   0 |   0 |-1.087938e+02 |-2.300000e+01 |  78.86%
150.13/150.22	c   149s|     1 |     0 | 57023 |  81M|   0 | 496 | 500 |  18k|  18k| 500 |2792 |  12k|   0 |   0 |-1.087070e+02 |-2.300000e+01 |  78.84%
151.84/151.91	c   151s|     1 |     0 | 57306 |  81M|   0 | 493 | 500 |  18k|  18k| 500 |2800 |  12k|   0 |   0 |-1.085786e+02 |-2.300000e+01 |  78.82%
153.43/153.55	c   152s|     1 |     0 | 57524 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |2812 |  12k|   0 |   0 |-1.085276e+02 |-2.300000e+01 |  78.81%
155.14/155.25	c   154s|     1 |     0 | 57774 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |2823 |  12k|   0 |   0 |-1.084199e+02 |-2.300000e+01 |  78.79%
156.83/156.95	c   156s|     1 |     0 | 58083 |  81M|   0 | 490 | 500 |  18k|  18k| 500 |2838 |  12k|   0 |   0 |-1.082735e+02 |-2.300000e+01 |  78.76%
158.73/158.80	c   158s|     1 |     0 | 58467 |  80M|   0 | 494 | 500 |  18k|  18k| 500 |2854 |  12k|   0 |   0 |-1.080459e+02 |-2.300000e+01 |  78.71%
160.44/160.50	c   159s|     1 |     0 | 58722 |  80M|   0 | 493 | 500 |  18k|  18k| 500 |2816 |  12k|   0 |   0 |-1.079322e+02 |-2.300000e+01 |  78.69%
162.13/162.20	c   161s|     1 |     0 | 59038 |  80M|   0 | 497 | 500 |  18k|  18k| 500 |2832 |  12k|   0 |   0 |-1.078138e+02 |-2.300000e+01 |  78.67%
163.74/163.87	c   163s|     1 |     0 | 59252 |  80M|   0 | 496 | 500 |  18k|  18k| 500 |2845 |  12k|   0 |   0 |-1.077392e+02 |-2.300000e+01 |  78.65%
165.53/165.68	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.53/165.68	c   164s|     1 |     0 | 59571 |  80M|   0 | 496 | 500 |  18k|  18k| 500 |2858 |  12k|   0 |   0 |-1.075589e+02 |-2.300000e+01 |  78.62%
167.23/167.31	c   166s|     1 |     0 | 59796 |  80M|   0 | 496 | 500 |  18k|  18k| 500 |2869 |  12k|   0 |   0 |-1.074807e+02 |-2.300000e+01 |  78.60%
168.73/168.86	c   168s|     1 |     0 | 59936 |  80M|   0 | 498 | 500 |  18k|  18k| 500 |2883 |  12k|   0 |   0 |-1.074441e+02 |-2.300000e+01 |  78.59%
170.43/170.53	c   169s|     1 |     0 | 60151 |  80M|   0 | 497 | 500 |  18k|  18k| 500 |2853 |  12k|   0 |   0 |-1.073712e+02 |-2.300000e+01 |  78.58%
172.13/172.25	c   171s|     1 |     0 | 60427 |  80M|   0 | 497 | 500 |  18k|  18k| 500 |2863 |  12k|   0 |   0 |-1.072813e+02 |-2.300000e+01 |  78.56%
173.83/173.90	c   173s|     1 |     0 | 60634 |  80M|   0 | 496 | 500 |  18k|  18k| 500 |2879 |  12k|   0 |   0 |-1.072115e+02 |-2.300000e+01 |  78.55%
175.43/175.51	c   174s|     1 |     0 | 60821 |  80M|   0 | 497 | 500 |  18k|  18k| 500 |2891 |  12k|   0 |   0 |-1.071682e+02 |-2.300000e+01 |  78.54%
177.13/177.28	c   176s|     1 |     0 | 61142 |  80M|   0 | 496 | 500 |  18k|  18k| 500 |2902 |  12k|   0 |   0 |-1.070561e+02 |-2.300000e+01 |  78.52%
179.03/179.11	c   178s|     1 |     0 | 61473 |  79M|   0 | 496 | 500 |  18k|  18k| 500 |2912 |  12k|   0 |   0 |-1.069212e+02 |-2.300000e+01 |  78.49%
180.93/181.06	c   180s|     1 |     0 | 61878 |  79M|   0 | 499 | 500 |  18k|  18k| 500 |2871 |  12k|   0 |   0 |-1.068099e+02 |-2.300000e+01 |  78.47%
182.53/182.61	c   181s|     1 |     0 | 62049 |  79M|   0 | 499 | 500 |  18k|  18k| 500 |2886 |  12k|   0 |   0 |-1.067757e+02 |-2.300000e+01 |  78.46%
184.13/184.29	c   183s|     1 |     0 | 62289 |  79M|   0 | 497 | 500 |  18k|  18k| 500 |2898 |  12k|   0 |   0 |-1.067253e+02 |-2.300000e+01 |  78.45%
186.02/186.17	c   185s|     1 |     0 | 62665 |  79M|   0 | 498 | 500 |  18k|  18k| 500 |2907 |  12k|   0 |   0 |-1.065936e+02 |-2.300000e+01 |  78.42%
187.83/187.96	c   187s|     1 |     0 | 62951 |  78M|   0 | 498 | 500 |  18k|  18k| 500 |2923 |  12k|   0 |   0 |-1.064754e+02 |-2.300000e+01 |  78.40%
189.43/189.58	c   188s|     1 |     0 | 63134 |  78M|   0 | 498 | 500 |  18k|  18k| 500 |2938 |  12k|   0 |   0 |-1.064404e+02 |-2.300000e+01 |  78.39%
191.33/191.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.33/191.49	c   190s|     1 |     0 | 63451 |  77M|   0 | 496 | 500 |  18k|  18k| 500 |2901 |  12k|   0 |   0 |-1.063388e+02 |-2.300000e+01 |  78.37%
193.13/193.29	c   192s|     1 |     0 | 63745 |  76M|   0 | 497 | 500 |  18k|  18k| 500 |2914 |  12k|   0 |   0 |-1.062651e+02 |-2.300000e+01 |  78.36%
194.92/195.04	c   194s|     1 |     0 | 63989 |  76M|   0 | 496 | 500 |  18k|  18k| 500 |2926 |  12k|   0 |   0 |-1.061934e+02 |-2.300000e+01 |  78.34%
196.63/196.79	c   196s|     1 |     0 | 64251 |  75M|   0 | 496 | 500 |  18k|  18k| 500 |2937 |  12k|   0 |   0 |-1.061067e+02 |-2.300000e+01 |  78.32%
198.42/198.53	c   197s|     1 |     0 | 64510 |  74M|   0 | 498 | 500 |  18k|  18k| 500 |2950 |  12k|   0 |   0 |-1.060566e+02 |-2.300000e+01 |  78.31%
200.03/200.15	c   199s|     1 |     0 | 64664 |  74M|   0 | 496 | 500 |  18k|  18k| 500 |2960 |  12k|   0 |   0 |-1.060285e+02 |-2.300000e+01 |  78.31%
201.72/201.85	c   201s|     1 |     0 | 64900 |  74M|   0 | 498 | 500 |  18k|  18k| 500 |2927 |  12k|   0 |   0 |-1.059672e+02 |-2.300000e+01 |  78.30%
203.43/203.55	c   202s|     1 |     0 | 65142 |  74M|   0 | 498 | 500 |  18k|  18k| 500 |2938 |  12k|   0 |   0 |-1.058970e+02 |-2.300000e+01 |  78.28%
205.22/205.33	c   204s|     1 |     0 | 65391 |  73M|   0 | 498 | 500 |  18k|  18k| 500 |2948 |  12k|   0 |   0 |-1.058073e+02 |-2.300000e+01 |  78.26%
207.12/207.21	c   206s|     1 |     0 | 65676 |  72M|   0 | 497 | 500 |  18k|  18k| 500 |2964 |  12k|   0 |   0 |-1.057322e+02 |-2.300000e+01 |  78.25%
209.12/209.22	c   208s|     1 |     0 | 65986 |  72M|   0 | 498 | 500 |  18k|  18k| 500 |2978 |  12k|   0 |   0 |-1.056061e+02 |-2.300000e+01 |  78.22%
211.02/211.11	c   210s|     1 |     0 | 66259 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |2999 |  12k|   0 |   0 |-1.055427e+02 |-2.300000e+01 |  78.21%
212.82/212.96	c   212s|     1 |     0 | 66514 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |2953 |  12k|   0 |   0 |-1.054733e+02 |-2.300000e+01 |  78.19%
214.61/214.78	c   213s|     1 |     0 | 66816 |  72M|   0 | 498 | 500 |  18k|  18k| 500 |2962 |  12k|   0 |   0 |-1.053810e+02 |-2.300000e+01 |  78.17%
216.42/216.53	c   215s|     1 |     0 | 67084 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |2976 |  12k|   0 |   0 |-1.053069e+02 |-2.300000e+01 |  78.16%
218.22/218.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.22/218.31	c   217s|     1 |     0 | 67315 |  72M|   0 | 499 | 500 |  18k|  18k| 500 |2988 |  12k|   0 |   0 |-1.052470e+02 |-2.300000e+01 |  78.15%
220.01/220.18	c   219s|     1 |     0 | 67536 |  72M|   0 | 498 | 500 |  18k|  18k| 500 |3006 |  12k|   0 |   0 |-1.052009e+02 |-2.300000e+01 |  78.14%
221.92/222.02	c   221s|     1 |     0 | 67741 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3020 |  12k|   0 |   0 |-1.051623e+02 |-2.300000e+01 |  78.13%
223.81/223.96	c   223s|     1 |     0 | 68061 |  71M|   0 | 497 | 500 |  18k|  18k| 500 |2981 |  12k|   0 |   0 |-1.050633e+02 |-2.300000e+01 |  78.11%
225.61/225.73	c   224s|     1 |     0 | 68318 |  71M|   0 | 498 | 500 |  18k|  18k| 500 |2993 |  12k|   0 |   0 |-1.050178e+02 |-2.300000e+01 |  78.10%
227.41/227.51	c   226s|     1 |     0 | 68519 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3007 |  12k|   0 |   0 |-1.049729e+02 |-2.300000e+01 |  78.09%
229.22/229.33	c   228s|     1 |     0 | 68786 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3022 |  12k|   0 |   0 |-1.049194e+02 |-2.300000e+01 |  78.08%
231.11/231.23	c   230s|     1 |     0 | 69099 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3033 |  12k|   0 |   0 |-1.048393e+02 |-2.300000e+01 |  78.06%
232.91/233.08	c   232s|     1 |     0 | 69326 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3051 |  12k|   0 |   0 |-1.048082e+02 |-2.300000e+01 |  78.06%
234.81/234.96	c   234s|     1 |     0 | 69518 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |2993 |  12k|   0 |   0 |-1.047830e+02 |-2.300000e+01 |  78.05%
236.61/236.72	c   235s|     1 |     0 | 69707 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3004 |  12k|   0 |   0 |-1.047580e+02 |-2.300000e+01 |  78.04%
238.41/238.55	c   237s|     1 |     0 | 69960 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3011 |  12k|   0 |   0 |-1.047061e+02 |-2.300000e+01 |  78.03%
240.31/240.41	c   239s|     1 |     0 | 70205 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3024 |  12k|   0 |   0 |-1.046553e+02 |-2.300000e+01 |  78.02%
242.01/242.14	c   241s|     1 |     0 | 70405 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3036 |  12k|   0 |   0 |-1.046314e+02 |-2.300000e+01 |  78.02%
243.70/243.89	c   242s|     1 |     0 | 70601 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3046 |  12k|   0 |   0 |-1.045977e+02 |-2.300000e+01 |  78.01%
245.71/245.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.71/245.80	c   244s|     1 |     0 | 70744 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |2995 |  12k|   0 |   0 |-1.045681e+02 |-2.300000e+01 |  78.00%
247.61/247.71	c   246s|     1 |     0 | 71037 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3006 |  12k|   0 |   0 |-1.045032e+02 |-2.300000e+01 |  77.99%
249.31/249.48	c   248s|     1 |     0 | 71143 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3018 |  12k|   0 |   0 |-1.044885e+02 |-2.300000e+01 |  77.99%
251.41/251.55	c   250s|     1 |     0 | 71471 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3030 |  12k|   0 |   0 |-1.043908e+02 |-2.300000e+01 |  77.97%
253.40/253.53	c   252s|     1 |     0 | 71745 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3046 |  13k|   0 |   0 |-1.043363e+02 |-2.300000e+01 |  77.96%
255.50/255.60	c   254s|     1 |     0 | 72055 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3058 |  13k|   0 |   0 |-1.042843e+02 |-2.300000e+01 |  77.94%
257.40/257.55	c   256s|     1 |     0 | 72330 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3022 |  13k|   0 |   0 |-1.042201e+02 |-2.300000e+01 |  77.93%
259.30/259.45	c   258s|     1 |     0 | 72571 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3045 |  13k|   0 |   0 |-1.041639e+02 |-2.300000e+01 |  77.92%
261.20/261.38	c   260s|     1 |     0 | 72791 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3057 |  13k|   0 |   0 |-1.041281e+02 |-2.300000e+01 |  77.91%
263.21/263.39	c   262s|     1 |     0 | 73037 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3070 |  13k|   0 |   0 |-1.040759e+02 |-2.300000e+01 |  77.90%
265.31/265.44	c   264s|     1 |     0 | 73265 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3077 |  13k|   0 |   0 |-1.040233e+02 |-2.300000e+01 |  77.89%
267.30/267.48	c   266s|     1 |     0 | 73541 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3087 |  13k|   0 |   0 |-1.039769e+02 |-2.300000e+01 |  77.88%
269.20/269.38	c   268s|     1 |     0 | 73745 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3056 |  13k|   0 |   0 |-1.039418e+02 |-2.300000e+01 |  77.87%
271.10/271.26	c   270s|     1 |     0 | 73955 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3070 |  13k|   0 |   0 |-1.039006e+02 |-2.300000e+01 |  77.86%
273.20/273.31	c   272s|     1 |     0 | 74217 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3080 |  13k|   0 |   0 |-1.038467e+02 |-2.300000e+01 |  77.85%
275.10/275.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.10/275.26	c   274s|     1 |     0 | 74420 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3092 |  13k|   0 |   0 |-1.038218e+02 |-2.300000e+01 |  77.85%
277.01/277.20	c   276s|     1 |     0 | 74617 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3105 |  13k|   0 |   0 |-1.037946e+02 |-2.300000e+01 |  77.84%
279.10/279.26	c   278s|     1 |     0 | 74827 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3118 |  13k|   0 |   0 |-1.037668e+02 |-2.300000e+01 |  77.83%
281.19/281.37	c   280s|     1 |     0 | 75055 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3070 |  13k|   0 |   0 |-1.037275e+02 |-2.300000e+01 |  77.83%
283.19/283.34	c   282s|     1 |     0 | 75273 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3083 |  13k|   0 |   0 |-1.036781e+02 |-2.300000e+01 |  77.82%
284.99/285.16	c   284s|     1 |     0 | 75435 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3091 |  13k|   0 |   0 |-1.036531e+02 |-2.300000e+01 |  77.81%
286.99/287.15	c   286s|     1 |     0 | 75663 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3100 |  13k|   0 |   0 |-1.036113e+02 |-2.300000e+01 |  77.80%
289.00/289.11	c   287s|     1 |     0 | 75864 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3109 |  13k|   0 |   0 |-1.035721e+02 |-2.300000e+01 |  77.79%
290.99/291.14	c   290s|     1 |     0 | 76094 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3125 |  13k|   0 |   0 |-1.035324e+02 |-2.300000e+01 |  77.78%
293.00/293.18	c   292s|     1 |     0 | 76310 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3076 |  13k|   0 |   0 |-1.035031e+02 |-2.300000e+01 |  77.78%
295.10/295.21	c   294s|     1 |     0 | 76520 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3089 |  13k|   0 |   0 |-1.034683e+02 |-2.300000e+01 |  77.77%
296.89/297.09	c   295s|     1 |     0 | 76677 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3101 |  13k|   0 |   0 |-1.034473e+02 |-2.300000e+01 |  77.77%
298.79/298.90	c   297s|     1 |     0 | 76826 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3113 |  13k|   0 |   0 |-1.034299e+02 |-2.300000e+01 |  77.76%
300.60/300.74	c   299s|     1 |     0 | 76974 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3122 |  13k|   0 |   0 |-1.034067e+02 |-2.300000e+01 |  77.76%
302.59/302.74	c   301s|     1 |     0 | 77176 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3131 |  13k|   0 |   0 |-1.033604e+02 |-2.300000e+01 |  77.75%
304.69/304.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.69/304.88	c   303s|     1 |     0 | 77441 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3081 |  13k|   0 |   0 |-1.033166e+02 |-2.300000e+01 |  77.74%
306.79/306.96	c   305s|     1 |     0 | 77663 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3091 |  13k|   0 |   0 |-1.032801e+02 |-2.300000e+01 |  77.73%
308.59/308.77	c   307s|     1 |     0 | 77801 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3105 |  13k|   0 |   0 |-1.032657e+02 |-2.300000e+01 |  77.73%
310.58/310.74	c   309s|     1 |     0 | 78007 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3116 |  13k|   0 |   0 |-1.032483e+02 |-2.300000e+01 |  77.72%
312.59/312.78	c   311s|     1 |     0 | 78215 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3125 |  13k|   0 |   0 |-1.032230e+02 |-2.300000e+01 |  77.72%
314.58/314.79	c   313s|     1 |     0 | 78443 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3135 |  13k|   0 |   0 |-1.031777e+02 |-2.300000e+01 |  77.71%
316.59/316.80	c   315s|     1 |     0 | 78646 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3088 |  13k|   0 |   0 |-1.031511e+02 |-2.300000e+01 |  77.70%
318.79/318.98	c   317s|     1 |     0 | 78964 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3097 |  13k|   0 |   0 |-1.030973e+02 |-2.300000e+01 |  77.69%
320.88/321.00	c   319s|     1 |     0 | 79176 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3108 |  13k|   0 |   0 |-1.030674e+02 |-2.300000e+01 |  77.68%
322.69/322.86	c   321s|     1 |     0 | 79320 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3117 |  13k|   0 |   0 |-1.030597e+02 |-2.300000e+01 |  77.68%
324.59/324.78	c   323s|     1 |     0 | 79455 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3127 |  13k|   0 |   0 |-1.030392e+02 |-2.300000e+01 |  77.68%
326.59/326.76	c   325s|     1 |     0 | 79636 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3140 |  13k|   0 |   0 |-1.030229e+02 |-2.300000e+01 |  77.67%
328.58/328.71	c   327s|     1 |     0 | 79779 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3102 |  13k|   0 |   0 |-1.030130e+02 |-2.300000e+01 |  77.67%
330.48/330.64	c   329s|     1 |     0 | 79931 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3112 |  13k|   0 |   0 |-1.029999e+02 |-2.300000e+01 |  77.67%
332.38/332.59	c   331s|     1 |     0 | 80109 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3122 |  13k|   0 |   0 |-1.029844e+02 |-2.300000e+01 |  77.67%
334.28/334.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.28/334.49	c   333s|     1 |     0 | 80275 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3128 |  13k|   0 |   0 |-1.029725e+02 |-2.300000e+01 |  77.66%
336.18/336.37	c   335s|     1 |     0 | 80424 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3136 |  13k|   0 |   0 |-1.029607e+02 |-2.300000e+01 |  77.66%
338.08/338.24	c   336s|     1 |     0 | 80616 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3145 |  13k|   0 |   0 |-1.029510e+02 |-2.300000e+01 |  77.66%
340.08/340.22	c   338s|     1 |     0 | 80751 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3085 |  13k|   0 |   0 |-1.029450e+02 |-2.300000e+01 |  77.66%
341.88/342.07	c   340s|     1 |     0 | 80916 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3092 |  13k|   0 |   0 |-1.029291e+02 |-2.300000e+01 |  77.65%
343.78/343.90	c   342s|     1 |     0 | 81034 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3099 |  13k|   0 |   0 |-1.029201e+02 |-2.300000e+01 |  77.65%
345.58/345.76	c   344s|     1 |     0 | 81184 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3110 |  13k|   0 |   0 |-1.029078e+02 |-2.300000e+01 |  77.65%
347.38/347.60	c   346s|     1 |     0 | 81273 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3119 |  13k|   0 |   0 |-1.029025e+02 |-2.300000e+01 |  77.65%
349.28/349.42	c   348s|     1 |     0 | 81405 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3125 |  13k|   0 |   0 |-1.028960e+02 |-2.300000e+01 |  77.65%
351.28/351.43	c   350s|     1 |     0 | 81532 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3094 |  13k|   0 |   0 |-1.028899e+02 |-2.300000e+01 |  77.65%
353.07/353.23	c   351s|     1 |     0 | 81598 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3098 |  13k|   0 |   0 |-1.028881e+02 |-2.300000e+01 |  77.65%
354.78/354.95	c   353s|     1 |     0 | 81627 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3099 |  13k|   0 |   0 |-1.028879e+02 |-2.300000e+01 |  77.65%
356.47/356.63	c   355s|     1 |     0 | 81647 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3100 |  13k|   0 |   0 |-1.028878e+02 |-2.300000e+01 |  77.65%
393.06/393.23	c   391s|     1 |     2 | 81647 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |3100 |  13k|   0 |  25 |-1.028878e+02 |-2.300000e+01 |  77.65%
1738.74/1739.35	o -28
1738.74/1739.35	c f1726s|  7372 |  7373 |  3372k| 157M|  49 |   - | 500 |  18k|   6 | 500 | 956 | 814k|   0 |2615 |-1.005065e+02 |-2.800000e+01 |  72.14%
1800.04/1800.62	c 
1800.04/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.62	c Solving Time (sec) : 1786.94
1800.04/1800.62	c Solving Nodes      : 7950
1800.04/1800.62	c Primal Bound       : -2.80000000000000e+01 (4 solutions)
1800.04/1800.62	c Dual Bound         : -1.00506505020560e+02
1800.04/1800.62	c Gap                : 72.14 %
1800.04/1800.65	c NODE         7950
1800.04/1800.65	c DUAL BOUND   -100.507
1800.04/1800.65	c PRIMAL BOUND -28
1800.04/1800.65	c GAP          0.721411
1800.04/1800.65	s SATISFIABLE
1800.04/1800.65	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.04/1800.65	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1800.04/1800.65	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 x443 -x442 -x441 -x440 -x439 -x438 -x437 
1800.04/1800.65	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.04/1800.65	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 x399 -x398 -x397 -x396 -x395 
1800.04/1800.65	v -x394 -x393 -x392 -x391 x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1800.04/1800.65	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1800.04/1800.65	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1800.04/1800.65	v -x332 -x331 x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 x316 -x315 -x314 -x313 -x312 
1800.04/1800.65	v -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 
1800.04/1800.65	v -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 
1800.04/1800.65	v -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 
1800.04/1800.65	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 
1800.04/1800.65	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 x209 -x208 -x207 
1800.04/1800.65	v -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
1800.04/1800.65	v -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 
1800.04/1800.65	v -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 x145 -x144 
1800.04/1800.65	v -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 
1800.04/1800.65	v -x122 -x121 x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
1800.04/1800.65	v -x101 -x100 x99 -x98 -x97 -x96 x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 
1800.04/1800.65	v -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 -x55 -x54 x53 x52 -x51 -x50 
1800.04/1800.65	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 
1800.04/1800.65	v -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1800.04/1800.65	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.65	c Solving Time       :    1786.94
1800.04/1800.65	c Original Problem   :
1800.04/1800.65	c   Problem name     : HOME/instance-1870370-1245200037.opb
1800.04/1800.65	c   Variables        : 19230 (19230 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.65	c   Constraints      : 19230 initial, 19230 maximal
1800.04/1800.65	c Presolved Problem  :
1800.04/1800.65	c   Problem name     : t_HOME/instance-1870370-1245200037.opb
1800.04/1800.65	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.65	c   Constraints      : 18730 initial, 18730 maximal
1800.04/1800.65	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.65	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.65	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.65	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.65	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.65	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.65	c   probing          :       1.39          0          0          0          0          0          0          0          0
1800.04/1800.65	c   and              :       0.37          0          0          0          0          0          0          0          0
1800.04/1800.65	c   linear           :       0.11      18730          0          0      18730          0        500          0          0
1800.04/1800.65	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.65	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.65	c   integral         :          0          0          0       7950          0          0          0          0          0      15900
1800.04/1800.65	c   and              :      18730      21964      60516          0          0          0     246787    1619024          0          0
1800.04/1800.65	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.65	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.65	c   integral         :     285.91       0.00       0.00     285.91       0.00
1800.04/1800.65	c   and              :     127.87     101.65      26.22       0.00       0.00
1800.04/1800.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.65	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.65	c   rootredcost      :       0.04          1          0          0
1800.04/1800.65	c   pseudoobj        :       1.80      60605          0          0
1800.04/1800.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.65	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.65	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.65	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.65	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.65	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.65	c   cut pool         :       0.61        236          -          -       2971          -    (maximal pool size: 11688)
1800.04/1800.65	c   redcost          :       0.48      21964          0          0          0          0
1800.04/1800.65	c   impliedbounds    :       0.34        237          0          0      21716          0
1800.04/1800.65	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.65	c   gomory           :     241.79        235          0          0      32761          0
1800.04/1800.65	c   strongcg         :       2.67         20          0          0      10000          0
1800.04/1800.65	c   cmir             :       2.29         10          0          0          0          0
1800.04/1800.65	c   flowcover        :       2.02         10          0          0          0          0
1800.04/1800.65	c   clique           :       7.40        234          0          0       2160          0
1800.04/1800.65	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.65	c   mcf              :       0.04          1          0          0          0          0
1800.04/1800.65	c Pricers            :       Time      Calls       Vars
1800.04/1800.65	c   problem variables:       0.00          0          0
1800.04/1800.65	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.65	c   relpscost        :     285.88       7950          0          0          0          0      15900
1800.04/1800.65	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.65	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.65	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.65	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.65	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.65	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.65	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.65	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.65	c   LP solutions     :       0.00          -          0
1800.04/1800.65	c   pseudo solutions :       0.00          -          0
1800.04/1800.65	c   oneopt           :       0.01          2          0
1800.04/1800.65	c   crossover        :       0.06          2          0
1800.04/1800.65	c   objpscostdiving  :      15.07         35          0
1800.04/1800.65	c   pscostdiving     :      42.90        217          0
1800.04/1800.65	c   fracdiving       :      21.03        241          1
1800.04/1800.65	c   veclendiving     :      37.68        241          0
1800.04/1800.65	c   linesearchdiving :      18.96        241          0
1800.04/1800.65	c   rootsoldiving    :       6.55        121          0
1800.04/1800.65	c   simplerounding   :       0.03          0          0
1800.04/1800.65	c   rounding         :      10.24       6708          1
1800.04/1800.65	c   shifting         :       2.77       1070          2
1800.04/1800.65	c   intshifting      :       0.00          0          0
1800.04/1800.65	c   fixandinfer      :       0.00          0          0
1800.04/1800.65	c   feaspump         :       0.00          0          0
1800.04/1800.65	c   coefdiving       :      35.23        242          0
1800.04/1800.65	c   intdiving        :       0.00          0          0
1800.04/1800.65	c   actconsdiving    :       0.00          0          0
1800.04/1800.65	c   guideddiving     :      27.39        241          0
1800.04/1800.65	c   octane           :       0.00          0          0
1800.04/1800.65	c   rens             :       0.01          0          0
1800.04/1800.65	c   rins             :       0.00          0          0
1800.04/1800.66	c   localbranching   :       0.00          0          0
1800.04/1800.66	c   mutation         :       0.00          0          0
1800.04/1800.66	c   dins             :       0.00          0          0
1800.04/1800.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.66	c   primal LP        :       9.65          0          0       0.00       0.00
1800.04/1800.66	c   dual LP          :     842.99      21989    2815725     128.05    3340.16
1800.04/1800.66	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.66	c   diving/probing LP:     170.70      45478     724338      15.93    4243.34
1800.04/1800.66	c   strong branching :     284.77       2828     703135     248.63    2469.13
1800.04/1800.66	c     (at root node) :          -         25      24250     970.00          -
1800.04/1800.66	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.66	c B&B Tree           :
1800.04/1800.66	c   number of runs   :          1
1800.04/1800.66	c   nodes            :       7950
1800.04/1800.66	c   nodes (total)    :       7950
1800.04/1800.66	c   nodes left       :       7951
1800.04/1800.66	c   max depth        :         49
1800.04/1800.66	c   max depth (total):         49
1800.04/1800.66	c   backtracks       :       1611 (20.3%)
1800.04/1800.66	c   delayed cutoffs  :          0
1800.04/1800.66	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.66	c   avg switch length:       6.89
1800.04/1800.66	c   switching time   :      23.35
1800.04/1800.66	c Solution           :
1800.04/1800.66	c   Solutions found  :          4 (2 improvements)
1800.04/1800.66	c   Primal Bound     : -2.80000000000000e+01   (in run 1, after 7372 nodes, 1726.24 seconds, depth 54, found by <fracdiving>)
1800.04/1800.66	c   Dual Bound       : -1.00506505020560e+02
1800.04/1800.66	c   Gap              :      72.14 %
1800.04/1800.66	c   Root Dual Bound  : -1.02887833995442e+02
1800.72/1801.31	c Time complete: 1800.73.

Verifier Data

OK	-28

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870370-1245200037/watcher-1870370-1245200037 -o /tmp/evaluation-result-1870370-1245200037/solver-1870370-1245200037 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870370-1245200037.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 15517
/proc/meminfo: memFree=1849776/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=4536 CPUtime=0
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 511 0 0 0 0 0 0 0 18 0 1 0 72727105 4644864 493 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 1525 501 325 886 0 635 0

[startup+0.00771402 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 15517
/proc/meminfo: memFree=1849776/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=8412 CPUtime=0
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 1164 0 0 0 0 0 0 0 18 0 1 0 72727105 8613888 1146 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 2103 1155 335 886 0 1213 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8412

[startup+0.101725 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 15517
/proc/meminfo: memFree=1849776/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=22244 CPUtime=0.09
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 4878 0 0 0 8 1 0 0 18 0 1 0 72727105 22777856 4860 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 5561 4860 354 886 0 4671 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22244

[startup+0.301751 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 15517
/proc/meminfo: memFree=1849776/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=57732 CPUtime=0.29
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 14061 0 0 0 24 5 0 0 19 0 1 0 72727105 59117568 13689 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 14433 13690 371 886 0 13543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57732

[startup+0.701805 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 15517
/proc/meminfo: memFree=1849776/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=68724 CPUtime=0.69
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 17322 0 0 0 58 11 0 0 23 0 1 0 72727105 70373376 16196 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 17181 16196 404 886 0 16291 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68724

[startup+1.50191 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1783016/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=71992 CPUtime=1.49
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 18167 0 0 0 125 24 0 0 25 0 1 0 72727105 73719808 17041 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 17998 17041 433 886 0 17108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71992

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1783016/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=115240 CPUtime=3.09
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 28772 0 0 0 281 28 0 0 25 0 1 0 72727105 118005760 27146 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 28810 27146 521 886 0 27920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115240

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1739496/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=117952 CPUtime=6.29
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 29704 0 0 0 597 32 0 0 25 0 1 0 72727105 120782848 28027 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 29488 28027 544 886 0 28598 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117952

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1735984/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=120600 CPUtime=12.69
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 30619 0 0 0 1235 34 0 0 25 0 1 0 72727105 123494400 28906 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 30150 28906 546 886 0 29260 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120600

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1727728/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=127964 CPUtime=25.48
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 32890 0 0 0 2508 40 0 0 25 0 1 0 72727105 131035136 30953 1992294400 4194304 7823515 548682068736 18446744073709551615 4639155 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 31991 30953 546 886 0 31101 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 127964

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1708784/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=146720 CPUtime=51.07
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 37854 0 0 0 5053 54 0 0 25 0 1 0 72727105 150241280 35694 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 36680 35694 547 886 0 35790 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 146720

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15518
/proc/meminfo: memFree=1708592/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=147348 CPUtime=102.26
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 37884 0 0 0 10153 73 0 0 25 0 1 0 72727105 150884352 35724 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 36837 35724 547 886 0 35947 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 147348

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15520
/proc/meminfo: memFree=1708336/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=147484 CPUtime=162.23
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 37896 0 0 0 16129 94 0 0 25 0 1 0 72727105 151023616 35736 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 36871 35736 547 886 0 35981 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 147484

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15520
/proc/meminfo: memFree=1707760/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148000 CPUtime=222.21
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38055 0 0 0 22108 113 0 0 25 0 1 0 72727105 151552000 35895 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37000 35895 547 886 0 36110 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 148000

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15520
/proc/meminfo: memFree=1707696/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148000 CPUtime=282.2
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38055 0 0 0 28087 133 0 0 25 0 1 0 72727105 151552000 35895 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37000 35895 547 886 0 36110 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 148000

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15520
/proc/meminfo: memFree=1707568/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148000 CPUtime=342.18
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38069 0 0 0 34067 151 0 0 25 0 1 0 72727105 151552000 35909 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37000 35909 547 886 0 36110 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 148000

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15520
/proc/meminfo: memFree=1707312/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148340 CPUtime=402.16
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38133 0 0 0 40048 168 0 0 25 0 1 0 72727105 151900160 35973 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37085 35973 554 886 0 36195 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 148340

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1706928/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148340 CPUtime=462.14
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38133 0 0 0 46020 194 0 0 25 0 1 0 72727105 151900160 35973 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37085 35973 554 886 0 36195 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 148340

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1706992/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148340 CPUtime=522.11
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38134 0 0 0 51982 229 0 0 25 0 1 0 72727105 151900160 35974 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37085 35974 554 886 0 36195 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 148340

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1706992/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=148340 CPUtime=582.1
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38135 0 0 0 57938 272 0 0 25 0 1 0 72727105 151900160 35975 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37085 35975 555 886 0 36195 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 148340

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1704688/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=150744 CPUtime=642.08
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 38719 0 0 0 63899 309 0 0 25 0 1 0 72727105 154361856 36559 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 37686 36559 555 886 0 36796 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 150744

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1680240/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=176900 CPUtime=1001.97
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 46020 0 0 0 99595 602 0 0 25 0 1 0 72727105 181145600 42622 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 44225 42622 566 886 0 43335 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 176900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1676336/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=180800 CPUtime=1061.95
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 46998 0 0 0 105545 650 0 0 25 0 1 0 72727105 185139200 43600 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 45200 43600 566 886 0 44310 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 180800

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1671216/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=186252 CPUtime=1121.93
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 48265 0 0 0 111496 697 0 0 25 0 1 0 72727105 190722048 44867 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 46563 44867 566 886 0 45673 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 186252

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1666288/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=191140 CPUtime=1181.91
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 49489 0 0 0 117449 742 0 0 25 0 1 0 72727105 195727360 46091 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 47785 46091 566 886 0 46895 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 191140

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1662704/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=194904 CPUtime=1241.89
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 50386 0 0 0 123395 794 0 0 25 0 1 0 72727105 199581696 46988 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 48726 46988 566 886 0 47836 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 194904

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1658160/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=198716 CPUtime=1301.88
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 51498 0 0 0 129344 844 0 0 25 0 1 0 72727105 203485184 48100 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 49679 48100 566 886 0 48789 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 198716

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1653488/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=204184 CPUtime=1361.86
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 52659 0 0 0 135284 902 0 0 25 0 1 0 72727105 209084416 49261 1992294400 4194304 7823515 548682068736 18446744073709551615 4898467 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 51046 49261 566 886 0 50156 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 204184

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1649456/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=207880 CPUtime=1421.84
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 53678 0 0 0 141232 952 0 0 25 0 1 0 72727105 212869120 50280 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 51970 50280 566 886 0 51080 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 207880

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1643952/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=213216 CPUtime=1481.82
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 55028 0 0 0 147177 1005 0 0 25 0 1 0 72727105 218333184 51630 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 53304 51630 566 886 0 52414 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 213216

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1639408/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=217788 CPUtime=1541.81
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 56148 0 0 0 153125 1056 0 0 25 0 1 0 72727105 223014912 52747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 54447 52747 566 886 0 53557 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 217788

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1635056/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=221720 CPUtime=1601.79
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 57252 0 0 0 159071 1108 0 0 25 0 1 0 72727105 227041280 53851 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 55430 53851 566 886 0 54540 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 221720

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1627760/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=230428 CPUtime=1661.76
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 59080 0 0 0 165010 1166 0 0 25 0 1 0 72727105 235958272 55679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 57607 55679 566 886 0 56717 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 230428

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1623344/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=233508 CPUtime=1721.74
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 60160 0 0 0 170953 1221 0 0 25 0 1 0 72727105 239112192 56758 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 58377 56758 566 886 0 57487 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 233508

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1617648/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=238564 CPUtime=1781.73
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 62805 0 0 0 176896 1277 0 0 25 0 1 0 72727105 244289536 58160 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 59641 58160 566 886 0 58751 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 238564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1615984/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=240592 CPUtime=1800.04
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 63220 0 0 0 178710 1294 0 0 25 0 1 0 72727105 246366208 58575 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15517/statm: 60148 58575 566 886 0 59258 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 240592

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1615984/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=240592 CPUtime=1800.43
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 63222 0 0 0 178749 1294 0 0 25 0 1 0 72727105 246366208 58577 1992294400 4194304 7823515 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 60148 58577 568 886 0 59258 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 240592

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1615984/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=240592 CPUtime=1800.63
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 63222 0 0 0 178769 1294 0 0 25 0 1 0 72727105 246366208 58577 1992294400 4194304 7823515 548682068736 18446744073709551615 4237376 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 60148 58577 568 886 0 59258 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 240592

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15526
/proc/meminfo: memFree=1615984/2055920 swapFree=4191988/4192956
[pid=15517] ppid=15515 vsize=104540 CPUtime=1800.72
/proc/15517/stat : 15517 (pbscip.linux.x8) R 15515 15517 14647 0 -1 4194304 63222 0 0 0 178776 1296 0 0 25 0 1 0 72727105 107048960 25469 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 26135 25469 3122 886 0 25245 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 104540

Child status: 0
Real time (s): 1801.32
CPU time (s): 1800.75
CPU user time (s): 1787.77
CPU system time (s): 12.979
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 240592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.77
system time used= 12.979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63225
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= 3
involuntary context switches= 5254

runsolver used 2.24966 second user time and 4.32634 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 02:53:57
IDJOB=1870370
IDBENCH=48184
IDSOLVER=683
FILE ID=node40/1870370-1245200037
PBS_JOBID= 9368327
Free space on /tmp= 66560 MiB

SOLVER NAME= 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_500_60_3.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-1870370-1245200037/watcher-1870370-1245200037 -o /tmp/evaluation-result-1870370-1245200037/solver-1870370-1245200037 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870370-1245200037.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1016860752

node40.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850192 kB
Buffers:         24760 kB
Cached:         102832 kB
SwapCached:        384 kB
Active:          53320 kB
Inactive:        88344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850192 kB
SwapTotal:     4192956 kB
SwapFree:      4191988 kB
Dirty:           10296 kB
Writeback:           0 kB
Mapped:          23472 kB
Slab:            49868 kB
Committed_AS:    69364 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node40 at 2009-06-17 03:23:59