Trace number 1870360

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)-27 1800.94 1801.39

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_2.opb
MD5SUMfecc1e3404707b1609ea9647c91fc73f
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 benchmark1800.45
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 constraint105
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)37488
Sum of products size (including duplicates)74976
Number of different products18744
Sum of products size37488

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-1870360-1245199616.opb>
0.19/0.20	c original problem has 19244 variables (19244 bin, 0 int, 0 impl, 0 cont) and 19244 constraints
0.29/0.38	c start presolving problem
0.29/0.38	c presolving:
0.79/0.88	c (round 1) 18744 del vars, 500 del conss, 18744 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 74976 impls, 0 clqs
2.39/2.47	c    (2.0s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.47	c    (2.0s) probing aborted: 100/100 successive totally useless probings
2.39/2.47	c presolving (2 rounds):
2.39/2.47	c  18744 deleted vars, 500 deleted constraints, 18744 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.47	c  112464 implications, 0 cliques
2.39/2.47	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 18744 constraints
2.39/2.47	c   18744 constraints of type <and>
2.39/2.47	c transformed objective value is always integral (scale: 1)
2.39/2.47	c Presolving Time: 1.95
2.39/2.47	c OPT-NLC
2.39/2.47	c -----------------------------------------------------------------------------------------------
2.39/2.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.47	c limits/memory = c 1620
2.39/2.47	c # maximal time in seconds to run
2.39/2.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.47	c limits/time = c 1791
2.39/2.47	c # frequency for displaying node information lines
2.39/2.47	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.47	c display/freq = c 10000
2.39/2.47	c -----------------------------------------------------------------------------------------------
2.39/2.47	c start solving problem
2.39/2.47	c 
2.99/3.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.03	c   2.6s|     1 |     0 |   508 |  69M|   0 | 500 | 500 |  18k|  18k| 500 |  18k|   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
2.99/3.05	o -24
2.99/3.05	c R 2.6s|     1 |     0 |   508 |  69M|   0 | 500 | 500 |  18k|  18k| 500 |  18k|   0 |   0 |   0 |-2.500000e+02 |-2.400000e+01 |  90.40%
4.09/4.13	c   3.6s|     1 |     0 |   639 |  69M|   0 | 485 | 500 |  18k|  18k| 500 |  18k|   9 |   0 |   0 |-2.425000e+02 |-2.400000e+01 |  90.10%
4.09/4.15	o -25
4.09/4.15	c R 3.7s|     1 |     0 |   639 |  69M|   0 | 485 | 500 |  18k|  18k| 500 |  18k|   9 |   0 |   0 |-2.425000e+02 |-2.500000e+01 |  89.69%
5.29/5.32	c   4.8s|     1 |     0 |   785 |  69M|   0 | 476 | 500 |  18k|  18k| 500 |  18k|  17 |   0 |   0 |-2.380000e+02 |-2.500000e+01 |  89.50%
6.39/6.46	c   6.0s|     1 |     0 |   881 |  69M|   0 | 468 | 500 |  18k|  18k| 500 |  18k|  22 |   0 |   0 |-2.340000e+02 |-2.500000e+01 |  89.32%
7.89/7.91	c   7.4s|     1 |     0 |  1081 |  69M|   0 | 459 | 500 |  18k|  18k| 500 |  18k|  31 |   0 |   0 |-2.295000e+02 |-2.500000e+01 |  89.11%
9.19/9.23	c   8.7s|     1 |     0 |  1218 |  69M|   0 | 450 | 500 |  18k|  18k| 500 |  18k|  39 |   0 |   0 |-2.250000e+02 |-2.500000e+01 |  88.89%
10.89/10.95	c  10.4s|     1 |     0 |  1468 |  69M|   0 | 441 | 500 |  18k|  18k| 500 |  18k|  50 |   0 |   0 |-2.205000e+02 |-2.500000e+01 |  88.66%
10.89/10.97	o -26
10.89/10.97	c R10.4s|     1 |     0 |  1468 |  69M|   0 | 441 | 500 |  18k|  18k| 500 |  18k|  50 |   0 |   0 |-2.205000e+02 |-2.600000e+01 |  88.21%
12.49/12.57	c  12.0s|     1 |     0 |  1670 |  69M|   0 | 434 | 500 |  18k|  18k| 500 |  18k|  56 |   0 |   0 |-2.170000e+02 |-2.600000e+01 |  88.02%
14.29/14.38	c  13.8s|     1 |     0 |  1922 |  69M|   0 | 425 | 500 |  18k|  18k| 500 |  18k|  63 |   0 |   0 |-2.125000e+02 |-2.600000e+01 |  87.76%
15.88/15.93	c  15.4s|     1 |     0 |  2080 |  69M|   0 | 417 | 500 |  18k|  18k| 500 |  18k|  71 |   0 |   0 |-2.085000e+02 |-2.600000e+01 |  87.53%
15.88/15.95	o -27
15.88/15.95	c R15.4s|     1 |     0 |  2080 |  69M|   0 | 417 | 500 |  18k|  18k| 500 |  18k|  71 |   0 |   0 |-2.085000e+02 |-2.700000e+01 |  87.05%
17.49/17.55	c  17.0s|     1 |     0 |  2258 |  69M|   0 | 412 | 500 |  18k|  18k| 500 |  18k|  81 |   0 |   0 |-2.060000e+02 |-2.700000e+01 |  86.89%
18.69/18.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.69/18.78	c  18.2s|     1 |     0 |  2503 |  69M|   0 | 407 | 500 |  18k|  18k| 500 | 765 |  87 |   0 |   0 |-2.035000e+02 |-2.700000e+01 |  86.73%
18.89/18.97	c  18.4s|     1 |     0 |  2752 |  69M|   0 | 386 | 500 |  18k|  18k| 500 | 773 |  95 |   0 |   0 |-2.010000e+02 |-2.700000e+01 |  86.57%
19.19/19.24	c  18.7s|     1 |     0 |  3131 |  69M|   0 | 390 | 500 |  18k|  18k| 500 |1194 | 516 |   0 |   0 |-1.985000e+02 |-2.700000e+01 |  86.40%
19.38/19.48	c  18.9s|     1 |     0 |  3388 |  69M|   0 | 390 | 500 |  18k|  18k| 500 |1530 | 852 |   0 |   0 |-1.960000e+02 |-2.700000e+01 |  86.22%
19.69/19.79	c  19.2s|     1 |     0 |  3809 |  69M|   0 | 423 | 500 |  18k|  18k| 500 |1579 | 901 |   0 |   0 |-1.949333e+02 |-2.700000e+01 |  86.15%
22.39/22.45	c  21.9s|     1 |     0 |  3950 |  71M|   0 | 391 | 500 |  18k|  18k| 500 |3579 |2901 |   0 |   0 |-1.945000e+02 |-2.700000e+01 |  86.12%
22.78/22.82	c  22.3s|     1 |     0 |  4201 |  71M|   0 | 387 | 500 |  18k|  18k| 500 |3294 |2911 |   0 |   0 |-1.920000e+02 |-2.700000e+01 |  85.94%
23.19/23.20	c  22.6s|     1 |     0 |  4467 |  71M|   0 | 385 | 500 |  18k|  18k| 500 |3301 |2918 |   0 |   0 |-1.905000e+02 |-2.700000e+01 |  85.83%
23.58/23.65	c  23.1s|     1 |     0 |  4926 |  71M|   0 | 377 | 500 |  18k|  18k| 500 |3309 |2926 |   0 |   0 |-1.885000e+02 |-2.700000e+01 |  85.68%
23.99/24.03	c  23.4s|     1 |     0 |  5318 |  71M|   0 | 374 | 500 |  18k|  18k| 500 |3317 |2934 |   0 |   0 |-1.870000e+02 |-2.700000e+01 |  85.56%
24.48/24.50	c  23.9s|     1 |     0 |  5791 |  71M|   0 | 370 | 500 |  18k|  18k| 500 |3325 |2942 |   0 |   0 |-1.850000e+02 |-2.700000e+01 |  85.41%
24.99/25.02	c  24.4s|     1 |     0 |  6447 |  71M|   0 | 372 | 500 |  18k|  18k| 500 |3330 |2947 |   0 |   0 |-1.835833e+02 |-2.700000e+01 |  85.29%
25.49/25.50	c  24.9s|     1 |     0 |  7040 |  71M|   0 | 391 | 500 |  18k|  18k| 500 |2888 |3011 |   0 |   0 |-1.821000e+02 |-2.700000e+01 |  85.17%
26.29/26.33	c  25.7s|     1 |     0 |  7195 |  71M|   0 | 366 | 500 |  18k|  18k| 500 |4515 |4638 |   0 |   0 |-1.820000e+02 |-2.700000e+01 |  85.16%
26.68/26.71	c  26.1s|     1 |     0 |  7471 |  71M|   0 | 365 | 500 |  18k|  18k| 500 |4526 |4649 |   0 |   0 |-1.800000e+02 |-2.700000e+01 |  85.00%
27.08/27.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.08/27.17	c  26.6s|     1 |     0 |  7822 |  72M|   0 | 366 | 500 |  18k|  18k| 500 |4535 |4658 |   0 |   0 |-1.785000e+02 |-2.700000e+01 |  84.87%
27.68/27.72	c  27.1s|     1 |     0 |  8240 |  72M|   0 | 356 | 500 |  18k|  18k| 500 |4543 |4666 |   0 |   0 |-1.780000e+02 |-2.700000e+01 |  84.83%
28.18/28.21	c  27.6s|     1 |     0 |  8652 |  72M|   0 | 366 | 500 |  18k|  18k| 500 |4550 |4673 |   0 |   0 |-1.760000e+02 |-2.700000e+01 |  84.66%
28.58/28.63	c  28.0s|     1 |     0 |  8965 |  72M|   0 | 347 | 500 |  18k|  18k| 500 |2244 |4685 |   0 |   0 |-1.745000e+02 |-2.700000e+01 |  84.53%
28.79/28.86	c  28.2s|     1 |     0 |  9184 |  72M|   0 | 346 | 500 |  18k|  18k| 500 |2304 |4745 |   0 |   0 |-1.740000e+02 |-2.700000e+01 |  84.48%
29.08/29.19	c  28.6s|     1 |     0 |  9534 |  72M|   0 | 338 | 500 |  18k|  18k| 500 |2361 |4802 |   0 |   0 |-1.730000e+02 |-2.700000e+01 |  84.39%
29.48/29.55	c  28.9s|     1 |     0 |  9960 |  72M|   0 | 346 | 500 |  18k|  18k| 500 |2574 |5015 |   0 |   0 |-1.710000e+02 |-2.700000e+01 |  84.21%
29.88/29.96	c  29.4s|     1 |     0 | 10547 |  72M|   0 | 334 | 500 |  18k|  18k| 500 |2739 |5180 |   0 |   0 |-1.680000e+02 |-2.700000e+01 |  83.93%
30.28/30.35	c  29.7s|     1 |     0 | 11047 |  72M|   0 | 326 | 500 |  18k|  18k| 500 |2780 |5221 |   0 |   0 |-1.660000e+02 |-2.700000e+01 |  83.73%
30.79/30.89	c  30.3s|     1 |     0 | 11774 |  72M|   0 | 387 | 500 |  18k|  18k| 500 |1196 |5382 |   0 |   0 |-1.657364e+02 |-2.700000e+01 |  83.71%
31.58/31.68	c  31.1s|     1 |     0 | 12392 |  73M|   0 | 338 | 500 |  18k|  18k| 500 |2784 |6970 |   0 |   0 |-1.635000e+02 |-2.700000e+01 |  83.49%
32.18/32.28	c  31.6s|     1 |     0 | 12938 |  73M|   0 | 325 | 500 |  18k|  18k| 500 |3332 |7518 |   0 |   0 |-1.620000e+02 |-2.700000e+01 |  83.33%
32.78/32.89	c  32.3s|     1 |     0 | 13614 |  73M|   0 | 323 | 500 |  18k|  18k| 500 |3374 |7560 |   0 |   0 |-1.605000e+02 |-2.700000e+01 |  83.18%
33.68/33.77	c  33.1s|     1 |     0 | 14592 |  73M|   0 | 327 | 500 |  18k|  18k| 500 |3383 |7569 |   0 |   0 |-1.591667e+02 |-2.700000e+01 |  83.04%
34.47/34.59	c  33.9s|     1 |     0 | 15552 |  73M|   0 | 346 | 500 |  18k|  18k| 500 |3438 |7624 |   0 |   0 |-1.570000e+02 |-2.700000e+01 |  82.80%
35.18/35.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.18/35.25	c  34.6s|     1 |     0 | 16131 |  74M|   0 | 309 | 500 |  18k|  18k| 500 |3470 |7878 |   0 |   0 |-1.555000e+02 |-2.700000e+01 |  82.64%
35.78/35.83	c  35.2s|     1 |     0 | 16781 |  74M|   0 | 388 | 500 |  18k|  18k| 500 |3518 |7926 |   0 |   0 |-1.547410e+02 |-2.700000e+01 |  82.55%
36.67/36.72	c  36.0s|     1 |     0 | 17220 |  74M|   0 | 334 | 500 |  18k|  18k| 500 |4858 |9266 |   0 |   0 |-1.542000e+02 |-2.700000e+01 |  82.49%
37.28/37.33	c  36.6s|     1 |     0 | 17757 |  74M|   0 | 350 | 500 |  18k|  18k| 500 |4866 |9274 |   0 |   0 |-1.525833e+02 |-2.700000e+01 |  82.30%
38.27/38.34	c  37.6s|     1 |     0 | 18647 |  74M|   0 | 358 | 500 |  18k|  18k| 500 |4878 |9286 |   0 |   0 |-1.509286e+02 |-2.700000e+01 |  82.11%
39.27/39.40	c  38.7s|     1 |     0 | 19508 |  75M|   0 | 328 | 500 |  18k|  18k| 500 |4889 |9297 |   0 |   0 |-1.488000e+02 |-2.700000e+01 |  81.85%
40.37/40.49	c  39.8s|     1 |     0 | 20369 |  75M|   0 | 348 | 500 |  18k|  18k| 500 |3537 |9310 |   0 |   0 |-1.476226e+02 |-2.700000e+01 |  81.71%
40.97/41.01	c  40.3s|     1 |     0 | 20811 |  75M|   0 | 318 | 500 |  18k|  18k| 500 |3583 |9356 |   0 |   0 |-1.465833e+02 |-2.700000e+01 |  81.58%
41.87/41.99	c  41.3s|     1 |     0 | 21678 |  75M|   0 | 354 | 500 |  18k|  18k| 500 |3597 |9370 |   0 |   0 |-1.452154e+02 |-2.700000e+01 |  81.41%
42.87/42.98	c  42.3s|     1 |     0 | 22498 |  76M|   0 | 345 | 500 |  18k|  18k| 500 |3892 |9665 |   0 |   0 |-1.440769e+02 |-2.700000e+01 |  81.26%
43.67/43.77	c  43.1s|     1 |     0 | 23250 |  76M|   0 | 358 | 500 |  18k|  18k| 500 |4009 |9782 |   0 |   0 |-1.427982e+02 |-2.700000e+01 |  81.09%
44.57/44.62	c  43.9s|     1 |     0 | 23974 |  77M|   0 | 368 | 500 |  18k|  18k| 500 |4190 |9963 |   0 |   0 |-1.417987e+02 |-2.700000e+01 |  80.96%
45.57/45.63	c  44.9s|     1 |     0 | 24603 |  78M|   0 | 374 | 500 |  18k|  18k| 500 |3316 |  10k|   0 |   0 |-1.396615e+02 |-2.700000e+01 |  80.67%
46.67/46.71	c  46.0s|     1 |     0 | 25402 |  78M|   0 | 370 | 500 |  18k|  18k| 500 |3381 |  10k|   0 |   0 |-1.383758e+02 |-2.700000e+01 |  80.49%
47.77/47.85	c  47.1s|     1 |     0 | 26121 |  79M|   0 | 346 | 500 |  18k|  18k| 500 |3393 |  10k|   0 |   0 |-1.373021e+02 |-2.700000e+01 |  80.34%
48.77/48.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.77/48.83	c  48.1s|     1 |     0 | 27043 |  79M|   0 | 377 | 500 |  18k|  18k| 500 |3470 |  10k|   0 |   0 |-1.357644e+02 |-2.700000e+01 |  80.11%
50.27/50.32	c  49.6s|     1 |     0 | 27726 |  80M|   0 | 361 | 500 |  18k|  18k| 500 |3777 |  10k|   0 |   0 |-1.343804e+02 |-2.700000e+01 |  79.91%
51.27/51.37	c  50.6s|     1 |     0 | 28601 |  80M|   0 | 381 | 500 |  18k|  18k| 500 |3787 |  10k|   0 |   0 |-1.332977e+02 |-2.700000e+01 |  79.74%
52.97/53.07	c  52.3s|     1 |     0 | 29561 |  80M|   0 | 377 | 500 |  18k|  18k| 500 |3627 |  10k|   0 |   0 |-1.322324e+02 |-2.700000e+01 |  79.58%
54.47/54.58	c  53.8s|     1 |     0 | 30317 |  80M|   0 | 380 | 500 |  18k|  18k| 500 |3657 |  10k|   0 |   0 |-1.312560e+02 |-2.700000e+01 |  79.43%
56.07/56.13	c  55.4s|     1 |     0 | 30989 |  81M|   0 | 377 | 500 |  18k|  18k| 500 |3688 |  10k|   0 |   0 |-1.300511e+02 |-2.700000e+01 |  79.24%
57.47/57.54	c  56.8s|     1 |     0 | 31680 |  81M|   0 | 386 | 500 |  18k|  18k| 500 |3763 |  10k|   0 |   0 |-1.294495e+02 |-2.700000e+01 |  79.14%
59.46/59.59	c  58.8s|     1 |     0 | 32765 |  81M|   0 | 366 | 500 |  18k|  18k| 500 |3791 |  10k|   0 |   0 |-1.277892e+02 |-2.700000e+01 |  78.87%
61.07/61.18	c  60.4s|     1 |     0 | 33673 |  81M|   0 | 375 | 500 |  18k|  18k| 500 |3832 |  10k|   0 |   0 |-1.270945e+02 |-2.700000e+01 |  78.76%
63.27/63.34	c  62.5s|     1 |     0 | 34844 |  81M|   0 | 387 | 500 |  18k|  18k| 500 |3332 |  10k|   0 |   0 |-1.259723e+02 |-2.700000e+01 |  78.57%
64.77/64.85	c  64.0s|     1 |     0 | 35507 |  81M|   0 | 396 | 500 |  18k|  18k| 500 |3402 |  10k|   0 |   0 |-1.255688e+02 |-2.700000e+01 |  78.50%
66.67/66.72	c  65.9s|     1 |     0 | 36444 |  81M|   0 | 383 | 500 |  18k|  18k| 500 |3487 |  10k|   0 |   0 |-1.243784e+02 |-2.700000e+01 |  78.29%
68.47/68.51	c  67.7s|     1 |     0 | 37176 |  81M|   0 | 399 | 500 |  18k|  18k| 500 |3607 |  11k|   0 |   0 |-1.236849e+02 |-2.700000e+01 |  78.17%
70.27/70.39	c  69.6s|     1 |     0 | 37855 |  81M|   0 | 400 | 500 |  18k|  18k| 500 |3677 |  11k|   0 |   0 |-1.228428e+02 |-2.700000e+01 |  78.02%
72.26/72.39	c  71.5s|     1 |     0 | 38691 |  81M|   0 | 409 | 500 |  18k|  18k| 500 |3703 |  11k|   0 |   0 |-1.221370e+02 |-2.700000e+01 |  77.89%
74.16/74.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.16/74.27	c  73.4s|     1 |     0 | 39271 |  81M|   0 | 409 | 500 |  18k|  18k| 500 |3522 |  11k|   0 |   0 |-1.215933e+02 |-2.700000e+01 |  77.79%
76.06/76.18	c  75.3s|     1 |     0 | 40024 |  81M|   0 | 404 | 500 |  18k|  18k| 500 |3564 |  11k|   0 |   0 |-1.207270e+02 |-2.700000e+01 |  77.64%
78.27/78.35	c  77.5s|     1 |     0 | 40911 |  81M|   0 | 417 | 500 |  18k|  18k| 500 |3647 |  11k|   0 |   0 |-1.199574e+02 |-2.700000e+01 |  77.49%
80.56/80.64	c  79.8s|     1 |     0 | 41779 |  81M|   0 | 428 | 500 |  18k|  18k| 500 |3689 |  11k|   0 |   0 |-1.192008e+02 |-2.700000e+01 |  77.35%
82.66/82.75	c  81.8s|     1 |     0 | 42491 |  81M|   0 | 414 | 500 |  18k|  18k| 500 |3723 |  11k|   0 |   0 |-1.184908e+02 |-2.700000e+01 |  77.21%
84.96/85.10	c  84.2s|     1 |     0 | 43299 |  81M|   0 | 420 | 500 |  18k|  18k| 500 |3767 |  11k|   0 |   0 |-1.178653e+02 |-2.700000e+01 |  77.09%
87.26/87.31	c  86.4s|     1 |     0 | 43941 |  81M|   0 | 427 | 500 |  18k|  18k| 500 |3583 |  11k|   0 |   0 |-1.173329e+02 |-2.700000e+01 |  76.99%
89.66/89.70	c  88.8s|     1 |     0 | 44905 |  81M|   0 | 424 | 500 |  18k|  18k| 500 |3629 |  11k|   0 |   0 |-1.166092e+02 |-2.700000e+01 |  76.85%
91.96/92.04	c  91.1s|     1 |     0 | 45715 |  81M|   0 | 428 | 500 |  18k|  18k| 500 |3675 |  11k|   0 |   0 |-1.160777e+02 |-2.700000e+01 |  76.74%
94.16/94.24	c  93.3s|     1 |     0 | 46368 |  81M|   0 | 437 | 500 |  18k|  18k| 500 |3705 |  11k|   0 |   0 |-1.156430e+02 |-2.700000e+01 |  76.65%
96.46/96.55	c  95.6s|     1 |     0 | 47011 |  81M|   0 | 429 | 500 |  18k|  18k| 500 |3736 |  11k|   0 |   0 |-1.150667e+02 |-2.700000e+01 |  76.54%
98.76/98.88	c  97.9s|     1 |     0 | 47700 |  81M|   0 | 426 | 500 |  18k|  18k| 500 |3750 |  11k|   0 |   0 |-1.145964e+02 |-2.700000e+01 |  76.44%
100.96/101.07	c   100s|     1 |     0 | 48278 |  81M|   0 | 434 | 500 |  18k|  18k| 500 |3607 |  11k|   0 |   0 |-1.142887e+02 |-2.700000e+01 |  76.38%
103.15/103.24	c   102s|     1 |     0 | 48862 |  81M|   0 | 435 | 500 |  18k|  18k| 500 |3635 |  11k|   0 |   0 |-1.138751e+02 |-2.700000e+01 |  76.29%
105.46/105.55	c   105s|     1 |     0 | 49528 |  81M|   0 | 444 | 500 |  18k|  18k| 500 |3675 |  11k|   0 |   0 |-1.134589e+02 |-2.700000e+01 |  76.20%
108.05/108.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.05/108.11	c   107s|     1 |     0 | 50355 |  81M|   0 | 441 | 500 |  18k|  18k| 500 |3692 |  11k|   0 |   0 |-1.129775e+02 |-2.700000e+01 |  76.10%
110.16/110.27	c   109s|     1 |     0 | 50830 |  81M|   0 | 443 | 500 |  18k|  18k| 500 |3720 |  11k|   0 |   0 |-1.126809e+02 |-2.700000e+01 |  76.04%
112.55/112.67	c   112s|     1 |     0 | 51422 |  81M|   0 | 444 | 500 |  18k|  18k| 500 |3738 |  11k|   0 |   0 |-1.124324e+02 |-2.700000e+01 |  75.99%
114.85/114.95	c   114s|     1 |     0 | 51941 |  81M|   0 | 451 | 500 |  18k|  18k| 500 |3660 |  11k|   0 |   0 |-1.121729e+02 |-2.700000e+01 |  75.93%
116.95/117.00	c   116s|     1 |     0 | 52305 |  81M|   0 | 454 | 500 |  18k|  18k| 500 |3667 |  11k|   0 |   0 |-1.120026e+02 |-2.700000e+01 |  75.89%
119.06/119.18	c   118s|     1 |     0 | 52794 |  81M|   0 | 452 | 500 |  18k|  18k| 500 |3677 |  11k|   0 |   0 |-1.117632e+02 |-2.700000e+01 |  75.84%
121.05/121.17	c   120s|     1 |     0 | 53113 |  81M|   0 | 450 | 500 |  18k|  18k| 500 |3696 |  11k|   0 |   0 |-1.116061e+02 |-2.700000e+01 |  75.81%
123.16/123.25	c   122s|     1 |     0 | 53516 |  81M|   0 | 456 | 500 |  18k|  18k| 500 |3717 |  11k|   0 |   0 |-1.114494e+02 |-2.700000e+01 |  75.77%
125.45/125.50	c   124s|     1 |     0 | 53962 |  81M|   0 | 458 | 500 |  18k|  18k| 500 |3729 |  11k|   0 |   0 |-1.112320e+02 |-2.700000e+01 |  75.73%
127.56/127.67	c   127s|     1 |     0 | 54320 |  81M|   0 | 463 | 500 |  18k|  18k| 500 |3671 |  11k|   0 |   0 |-1.110604e+02 |-2.700000e+01 |  75.69%
129.66/129.72	c   129s|     1 |     0 | 54641 |  81M|   0 | 459 | 500 |  18k|  18k| 500 |3682 |  11k|   0 |   0 |-1.108899e+02 |-2.700000e+01 |  75.65%
131.95/132.04	c   131s|     1 |     0 | 55179 |  81M|   0 | 463 | 500 |  18k|  18k| 500 |3706 |  12k|   0 |   0 |-1.106348e+02 |-2.700000e+01 |  75.60%
133.95/134.01	c   133s|     1 |     0 | 55406 |  81M|   0 | 473 | 500 |  18k|  18k| 500 |3722 |  12k|   0 |   0 |-1.105429e+02 |-2.700000e+01 |  75.58%
136.15/136.25	c   135s|     1 |     0 | 55771 |  81M|   0 | 473 | 500 |  18k|  18k| 500 |3734 |  12k|   0 |   0 |-1.103834e+02 |-2.700000e+01 |  75.54%
138.24/138.35	c   137s|     1 |     0 | 56072 |  81M|   0 | 470 | 500 |  18k|  18k| 500 |3747 |  12k|   0 |   0 |-1.102153e+02 |-2.700000e+01 |  75.50%
140.65/140.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.65/140.70	c   140s|     1 |     0 | 56504 |  81M|   0 | 475 | 500 |  18k|  18k| 500 |3710 |  12k|   0 |   0 |-1.099778e+02 |-2.700000e+01 |  75.45%
142.75/142.81	c   142s|     1 |     0 | 56768 |  81M|   0 | 476 | 500 |  18k|  18k| 500 |3719 |  12k|   0 |   0 |-1.098479e+02 |-2.700000e+01 |  75.42%
144.95/145.01	c   144s|     1 |     0 | 57087 |  81M|   0 | 471 | 500 |  18k|  18k| 500 |3730 |  12k|   0 |   0 |-1.097324e+02 |-2.700000e+01 |  75.39%
146.94/147.06	c   146s|     1 |     0 | 57341 |  81M|   0 | 472 | 500 |  18k|  18k| 500 |3743 |  12k|   0 |   0 |-1.096397e+02 |-2.700000e+01 |  75.37%
149.15/149.20	c   148s|     1 |     0 | 57660 |  81M|   0 | 477 | 500 |  18k|  18k| 500 |3752 |  12k|   0 |   0 |-1.094923e+02 |-2.700000e+01 |  75.34%
151.14/151.20	c   150s|     1 |     0 | 57849 |  81M|   0 | 480 | 500 |  18k|  18k| 500 |3765 |  12k|   0 |   0 |-1.094214e+02 |-2.700000e+01 |  75.32%
153.25/153.39	c   152s|     1 |     0 | 58179 |  81M|   0 | 478 | 500 |  18k|  18k| 500 |3722 |  12k|   0 |   0 |-1.092971e+02 |-2.700000e+01 |  75.30%
155.45/155.50	c   154s|     1 |     0 | 58459 |  81M|   0 | 480 | 500 |  18k|  18k| 500 |3735 |  12k|   0 |   0 |-1.091746e+02 |-2.700000e+01 |  75.27%
157.54/157.62	c   156s|     1 |     0 | 58763 |  81M|   0 | 478 | 500 |  18k|  18k| 500 |3751 |  12k|   0 |   0 |-1.090606e+02 |-2.700000e+01 |  75.24%
159.94/160.03	c   159s|     1 |     0 | 59213 |  81M|   0 | 475 | 500 |  18k|  18k| 500 |3760 |  12k|   0 |   0 |-1.088547e+02 |-2.700000e+01 |  75.20%
161.94/162.08	c   161s|     1 |     0 | 59424 |  81M|   0 | 481 | 500 |  18k|  18k| 500 |3772 |  12k|   0 |   0 |-1.087577e+02 |-2.700000e+01 |  75.17%
164.24/164.31	c   163s|     1 |     0 | 59704 |  81M|   0 | 483 | 500 |  18k|  18k| 500 |3780 |  12k|   0 |   0 |-1.086338e+02 |-2.700000e+01 |  75.15%
166.54/166.64	c   165s|     1 |     0 | 60060 |  81M|   0 | 481 | 500 |  18k|  18k| 500 |3756 |  12k|   0 |   0 |-1.085102e+02 |-2.700000e+01 |  75.12%
168.64/168.72	c   168s|     1 |     0 | 60329 |  81M|   0 | 484 | 500 |  18k|  18k| 500 |3764 |  12k|   0 |   0 |-1.084068e+02 |-2.700000e+01 |  75.09%
170.94/171.06	c   170s|     1 |     0 | 60696 |  81M|   0 | 484 | 500 |  18k|  18k| 500 |3776 |  12k|   0 |   0 |-1.082413e+02 |-2.700000e+01 |  75.06%
173.04/173.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.04/173.13	c   172s|     1 |     0 | 60904 |  81M|   0 | 484 | 500 |  18k|  18k| 500 |3792 |  12k|   0 |   0 |-1.081688e+02 |-2.700000e+01 |  75.04%
175.14/175.23	c   174s|     1 |     0 | 61109 |  81M|   0 | 487 | 500 |  18k|  18k| 500 |3800 |  12k|   0 |   0 |-1.081060e+02 |-2.700000e+01 |  75.02%
177.14/177.29	c   176s|     1 |     0 | 61278 |  81M|   0 | 489 | 500 |  18k|  18k| 500 |3812 |  12k|   0 |   0 |-1.080419e+02 |-2.700000e+01 |  75.01%
179.24/179.35	c   178s|     1 |     0 | 61427 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |3782 |  12k|   0 |   0 |-1.080059e+02 |-2.700000e+01 |  75.00%
181.34/181.46	c   180s|     1 |     0 | 61619 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |3789 |  12k|   0 |   0 |-1.079374e+02 |-2.700000e+01 |  74.99%
183.64/183.74	c   182s|     1 |     0 | 61895 |  81M|   0 | 484 | 500 |  18k|  18k| 500 |3804 |  12k|   0 |   0 |-1.078136e+02 |-2.700000e+01 |  74.96%
185.84/185.96	c   185s|     1 |     0 | 62110 |  81M|   0 | 486 | 500 |  18k|  18k| 500 |3812 |  12k|   0 |   0 |-1.077425e+02 |-2.700000e+01 |  74.94%
187.94/188.07	c   187s|     1 |     0 | 62284 |  81M|   0 | 490 | 500 |  18k|  18k| 500 |3822 |  12k|   0 |   0 |-1.077087e+02 |-2.700000e+01 |  74.93%
190.24/190.38	c   189s|     1 |     0 | 62618 |  81M|   0 | 494 | 500 |  18k|  18k| 500 |3835 |  12k|   0 |   0 |-1.076113e+02 |-2.700000e+01 |  74.91%
192.63/192.72	c   191s|     1 |     0 | 62956 |  81M|   0 | 492 | 500 |  18k|  18k| 500 |3795 |  12k|   0 |   0 |-1.075039e+02 |-2.700000e+01 |  74.88%
194.83/194.94	c   194s|     1 |     0 | 63215 |  81M|   0 | 493 | 500 |  18k|  18k| 500 |3805 |  12k|   0 |   0 |-1.074391e+02 |-2.700000e+01 |  74.87%
197.13/197.22	c   196s|     1 |     0 | 63504 |  81M|   0 | 493 | 500 |  18k|  18k| 500 |3820 |  12k|   0 |   0 |-1.073295e+02 |-2.700000e+01 |  74.84%
199.54/199.63	c   198s|     1 |     0 | 63881 |  81M|   0 | 491 | 500 |  18k|  18k| 500 |3836 |  12k|   0 |   0 |-1.071722e+02 |-2.700000e+01 |  74.81%
201.83/201.97	c   201s|     1 |     0 | 64184 |  81M|   0 | 494 | 500 |  18k|  18k| 500 |3852 |  12k|   0 |   0 |-1.070678e+02 |-2.700000e+01 |  74.78%
204.14/204.23	c   203s|     1 |     0 | 64430 |  80M|   0 | 492 | 500 |  18k|  18k| 500 |3864 |  12k|   0 |   0 |-1.069970e+02 |-2.700000e+01 |  74.77%
206.73/206.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.73/206.81	c   205s|     1 |     0 | 64859 |  80M|   0 | 494 | 500 |  18k|  18k| 500 |3840 |  12k|   0 |   0 |-1.068105e+02 |-2.700000e+01 |  74.72%
208.93/209.06	c   208s|     1 |     0 | 65152 |  80M|   0 | 494 | 500 |  18k|  18k| 500 |3859 |  12k|   0 |   0 |-1.067037e+02 |-2.700000e+01 |  74.70%
211.23/211.31	c   210s|     1 |     0 | 65407 |  80M|   0 | 493 | 500 |  18k|  18k| 500 |3876 |  12k|   0 |   0 |-1.066223e+02 |-2.700000e+01 |  74.68%
213.53/213.65	c   212s|     1 |     0 | 65711 |  80M|   0 | 492 | 500 |  18k|  18k| 500 |3888 |  12k|   0 |   0 |-1.065157e+02 |-2.700000e+01 |  74.65%
215.83/215.95	c   215s|     1 |     0 | 65974 |  80M|   0 | 493 | 500 |  18k|  18k| 500 |3896 |  12k|   0 |   0 |-1.064450e+02 |-2.700000e+01 |  74.63%
218.13/218.29	c   217s|     1 |     0 | 66227 |  79M|   0 | 497 | 500 |  18k|  18k| 500 |3906 |  12k|   0 |   0 |-1.063752e+02 |-2.700000e+01 |  74.62%
220.53/220.61	c   219s|     1 |     0 | 66494 |  79M|   0 | 494 | 500 |  18k|  18k| 500 |3883 |  12k|   0 |   0 |-1.062782e+02 |-2.700000e+01 |  74.59%
222.83/222.97	c   222s|     1 |     0 | 66800 |  79M|   0 | 496 | 500 |  18k|  18k| 500 |3892 |  12k|   0 |   0 |-1.061815e+02 |-2.700000e+01 |  74.57%
225.12/225.21	c   224s|     1 |     0 | 67061 |  79M|   0 | 494 | 500 |  18k|  18k| 500 |3912 |  12k|   0 |   0 |-1.060824e+02 |-2.700000e+01 |  74.55%
227.42/227.57	c   226s|     1 |     0 | 67358 |  79M|   0 | 498 | 500 |  18k|  18k| 500 |3928 |  12k|   0 |   0 |-1.059966e+02 |-2.700000e+01 |  74.53%
230.03/230.17	c   229s|     1 |     0 | 67752 |  79M|   0 | 494 | 500 |  18k|  18k| 500 |3941 |  12k|   0 |   0 |-1.058450e+02 |-2.700000e+01 |  74.49%
232.73/232.88	c   231s|     1 |     0 | 68197 |  79M|   0 | 498 | 500 |  18k|  18k| 500 |3957 |  12k|   0 |   0 |-1.057222e+02 |-2.700000e+01 |  74.46%
235.23/235.31	c   234s|     1 |     0 | 68445 |  78M|   0 | 499 | 500 |  18k|  18k| 500 |3920 |  12k|   0 |   0 |-1.056361e+02 |-2.700000e+01 |  74.44%
237.62/237.75	c   236s|     1 |     0 | 68822 |  78M|   0 | 495 | 500 |  18k|  18k| 500 |3930 |  12k|   0 |   0 |-1.055129e+02 |-2.700000e+01 |  74.41%
239.92/240.02	c   239s|     1 |     0 | 69039 |  78M|   0 | 494 | 500 |  18k|  18k| 500 |3947 |  12k|   0 |   0 |-1.054519e+02 |-2.700000e+01 |  74.40%
242.42/242.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.42/242.51	c   241s|     1 |     0 | 69330 |  78M|   0 | 493 | 500 |  18k|  18k| 500 |3955 |  12k|   0 |   0 |-1.053586e+02 |-2.700000e+01 |  74.37%
244.82/244.93	c   243s|     1 |     0 | 69589 |  78M|   0 | 492 | 500 |  18k|  18k| 500 |3968 |  12k|   0 |   0 |-1.052830e+02 |-2.700000e+01 |  74.35%
247.22/247.33	c   246s|     1 |     0 | 69807 |  77M|   0 | 496 | 500 |  18k|  18k| 500 |3975 |  12k|   0 |   0 |-1.052364e+02 |-2.700000e+01 |  74.34%
249.83/249.93	c   248s|     1 |     0 | 70147 |  77M|   0 | 496 | 500 |  18k|  18k| 500 |3943 |  12k|   0 |   0 |-1.051180e+02 |-2.700000e+01 |  74.31%
252.32/252.40	c   251s|     1 |     0 | 70488 |  77M|   0 | 497 | 500 |  18k|  18k| 500 |3953 |  12k|   0 |   0 |-1.049958e+02 |-2.700000e+01 |  74.28%
254.52/254.70	c   253s|     1 |     0 | 70737 |  76M|   0 | 499 | 500 |  18k|  18k| 500 |3970 |  12k|   0 |   0 |-1.049318e+02 |-2.700000e+01 |  74.27%
257.02/257.11	c   256s|     1 |     0 | 71049 |  76M|   0 | 497 | 500 |  18k|  18k| 500 |3986 |  12k|   0 |   0 |-1.048716e+02 |-2.700000e+01 |  74.25%
259.42/259.53	c   258s|     1 |     0 | 71317 |  76M|   0 | 499 | 500 |  18k|  18k| 500 |3996 |  12k|   0 |   0 |-1.048198e+02 |-2.700000e+01 |  74.24%
261.82/261.97	c   260s|     1 |     0 | 71555 |  75M|   0 | 499 | 500 |  18k|  18k| 500 |4007 |  12k|   0 |   0 |-1.047621e+02 |-2.700000e+01 |  74.23%
264.42/264.52	c   263s|     1 |     0 | 71787 |  74M|   0 | 497 | 500 |  18k|  18k| 500 |3957 |  12k|   0 |   0 |-1.046883e+02 |-2.700000e+01 |  74.21%
266.72/266.87	c   265s|     1 |     0 | 72022 |  73M|   0 | 496 | 500 |  18k|  18k| 500 |3969 |  12k|   0 |   0 |-1.046376e+02 |-2.700000e+01 |  74.20%
269.32/269.49	c   268s|     1 |     0 | 72408 |  73M|   0 | 496 | 500 |  18k|  18k| 500 |3982 |  12k|   0 |   0 |-1.045121e+02 |-2.700000e+01 |  74.17%
271.72/271.85	c   270s|     1 |     0 | 72611 |  72M|   0 | 498 | 500 |  18k|  18k| 500 |3998 |  12k|   0 |   0 |-1.044662e+02 |-2.700000e+01 |  74.15%
274.42/274.51	c   273s|     1 |     0 | 72930 |  72M|   0 | 497 | 500 |  18k|  18k| 500 |4005 |  12k|   0 |   0 |-1.043824e+02 |-2.700000e+01 |  74.13%
277.02/277.10	c   276s|     1 |     0 | 73246 |  72M|   0 | 498 | 500 |  18k|  18k| 500 |4021 |  12k|   0 |   0 |-1.043082e+02 |-2.700000e+01 |  74.12%
279.52/279.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.52/279.66	c   278s|     1 |     0 | 73516 |  72M|   0 | 496 | 500 |  18k|  18k| 500 |3982 |  12k|   0 |   0 |-1.042564e+02 |-2.700000e+01 |  74.10%
281.81/281.90	c   280s|     1 |     0 | 73658 |  72M|   0 | 498 | 500 |  18k|  18k| 500 |3997 |  12k|   0 |   0 |-1.042320e+02 |-2.700000e+01 |  74.10%
284.01/284.16	c   283s|     1 |     0 | 73835 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4011 |  12k|   0 |   0 |-1.041872e+02 |-2.700000e+01 |  74.09%
286.40/286.59	c   285s|     1 |     0 | 74098 |  71M|   0 | 498 | 500 |  18k|  18k| 500 |4023 |  12k|   0 |   0 |-1.041298e+02 |-2.700000e+01 |  74.07%
288.71/288.81	c   287s|     1 |     0 | 74239 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4036 |  12k|   0 |   0 |-1.041124e+02 |-2.700000e+01 |  74.07%
291.00/291.17	c   290s|     1 |     0 | 74447 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4048 |  12k|   0 |   0 |-1.040763e+02 |-2.700000e+01 |  74.06%
293.51/293.68	c   292s|     1 |     0 | 74688 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |3994 |  12k|   0 |   0 |-1.040351e+02 |-2.700000e+01 |  74.05%
296.01/296.15	c   294s|     1 |     0 | 74929 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4005 |  12k|   0 |   0 |-1.039762e+02 |-2.700000e+01 |  74.03%
298.50/298.65	c   297s|     1 |     0 | 75205 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4019 |  12k|   0 |   0 |-1.039058e+02 |-2.700000e+01 |  74.01%
301.00/301.15	c   299s|     1 |     0 | 75452 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4036 |  12k|   0 |   0 |-1.038435e+02 |-2.700000e+01 |  74.00%
303.51/303.66	c   302s|     1 |     0 | 75703 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4048 |  12k|   0 |   0 |-1.037780e+02 |-2.700000e+01 |  73.98%
306.20/306.30	c   305s|     1 |     0 | 75968 |  71M|   0 | 498 | 500 |  18k|  18k| 500 |4059 |  12k|   0 |   0 |-1.037186e+02 |-2.700000e+01 |  73.97%
308.80/308.90	c   307s|     1 |     0 | 76212 |  71M|   0 | 497 | 500 |  18k|  18k| 500 |4017 |  12k|   0 |   0 |-1.036388e+02 |-2.700000e+01 |  73.95%
311.21/311.32	c   310s|     1 |     0 | 76438 |  71M|   0 | 498 | 500 |  18k|  18k| 500 |4031 |  12k|   0 |   0 |-1.035926e+02 |-2.700000e+01 |  73.94%
313.70/313.82	c   312s|     1 |     0 | 76663 |  71M|   0 | 498 | 500 |  18k|  18k| 500 |4047 |  12k|   0 |   0 |-1.035537e+02 |-2.700000e+01 |  73.93%
316.00/316.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.00/316.18	c   314s|     1 |     0 | 76849 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4060 |  12k|   0 |   0 |-1.035092e+02 |-2.700000e+01 |  73.92%
318.60/318.76	c   317s|     1 |     0 | 77079 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4071 |  13k|   0 |   0 |-1.034460e+02 |-2.700000e+01 |  73.90%
321.30/321.49	c   320s|     1 |     0 | 77380 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4082 |  13k|   0 |   0 |-1.033927e+02 |-2.700000e+01 |  73.89%
323.99/324.11	c   322s|     1 |     0 | 77652 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4046 |  13k|   0 |   0 |-1.033418e+02 |-2.700000e+01 |  73.87%
326.20/326.32	c   325s|     1 |     0 | 77757 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4059 |  13k|   0 |   0 |-1.033299e+02 |-2.700000e+01 |  73.87%
328.70/328.89	c   327s|     1 |     0 | 77984 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4072 |  13k|   0 |   0 |-1.032883e+02 |-2.700000e+01 |  73.86%
331.29/331.40	c   330s|     1 |     0 | 78163 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4084 |  13k|   0 |   0 |-1.032599e+02 |-2.700000e+01 |  73.85%
333.79/333.94	c   332s|     1 |     0 | 78396 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4097 |  13k|   0 |   0 |-1.032123e+02 |-2.700000e+01 |  73.84%
336.40/336.55	c   335s|     1 |     0 | 78641 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4107 |  13k|   0 |   0 |-1.031500e+02 |-2.700000e+01 |  73.82%
338.90/339.04	c   337s|     1 |     0 | 78813 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4057 |  13k|   0 |   0 |-1.031159e+02 |-2.700000e+01 |  73.82%
341.30/341.48	c   340s|     1 |     0 | 79011 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4069 |  13k|   0 |   0 |-1.030738e+02 |-2.700000e+01 |  73.81%
343.80/344.00	c   342s|     1 |     0 | 79226 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4081 |  13k|   0 |   0 |-1.030356e+02 |-2.700000e+01 |  73.80%
346.20/346.39	c   345s|     1 |     0 | 79414 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4092 |  13k|   0 |   0 |-1.030021e+02 |-2.700000e+01 |  73.79%
348.79/348.94	c   347s|     1 |     0 | 79640 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4099 |  13k|   0 |   0 |-1.029622e+02 |-2.700000e+01 |  73.78%
351.39/351.56	c   350s|     1 |     0 | 79858 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4111 |  13k|   0 |   0 |-1.029239e+02 |-2.700000e+01 |  73.77%
353.89/354.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.89/354.06	c   352s|     1 |     0 | 80049 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4063 |  13k|   0 |   0 |-1.028930e+02 |-2.700000e+01 |  73.76%
356.39/356.50	c   355s|     1 |     0 | 80242 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4070 |  13k|   0 |   0 |-1.028483e+02 |-2.700000e+01 |  73.75%
358.69/358.80	c   357s|     1 |     0 | 80416 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4086 |  13k|   0 |   0 |-1.028201e+02 |-2.700000e+01 |  73.74%
361.19/361.36	c   359s|     1 |     0 | 80640 |  71M|   0 | 499 | 500 |  18k|  18k| 500 |4097 |  13k|   0 |   0 |-1.027862e+02 |-2.700000e+01 |  73.73%
363.69/363.83	c   362s|     1 |     0 | 80794 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4108 |  13k|   0 |   0 |-1.027636e+02 |-2.700000e+01 |  73.73%
366.09/366.30	c   364s|     1 |     0 | 81014 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4120 |  13k|   0 |   0 |-1.027267e+02 |-2.700000e+01 |  73.72%
368.69/368.80	c   367s|     1 |     0 | 81144 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4091 |  13k|   0 |   0 |-1.027109e+02 |-2.700000e+01 |  73.71%
371.09/371.25	c   369s|     1 |     0 | 81350 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4101 |  13k|   0 |   0 |-1.026777e+02 |-2.700000e+01 |  73.70%
373.39/373.57	c   372s|     1 |     0 | 81490 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4115 |  13k|   0 |   0 |-1.026605e+02 |-2.700000e+01 |  73.70%
375.79/375.90	c   374s|     1 |     0 | 81613 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4126 |  13k|   0 |   0 |-1.026458e+02 |-2.700000e+01 |  73.70%
378.29/378.41	c   376s|     1 |     0 | 81810 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4135 |  13k|   0 |   0 |-1.026159e+02 |-2.700000e+01 |  73.69%
380.58/380.76	c   379s|     1 |     0 | 81918 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4145 |  13k|   0 |   0 |-1.026061e+02 |-2.700000e+01 |  73.69%
383.09/383.26	c   381s|     1 |     0 | 82066 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4098 |  13k|   0 |   0 |-1.025816e+02 |-2.700000e+01 |  73.68%
385.68/385.86	c   384s|     1 |     0 | 82279 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4109 |  13k|   0 |   0 |-1.025448e+02 |-2.700000e+01 |  73.67%
388.09/388.30	c   386s|     1 |     0 | 82425 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4123 |  13k|   0 |   0 |-1.025272e+02 |-2.700000e+01 |  73.67%
390.58/390.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.58/390.76	c   389s|     1 |     0 | 82573 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4132 |  13k|   0 |   0 |-1.025140e+02 |-2.700000e+01 |  73.66%
393.08/393.30	c   391s|     1 |     0 | 82793 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4142 |  13k|   0 |   0 |-1.024911e+02 |-2.700000e+01 |  73.66%
395.68/395.81	c   394s|     1 |     0 | 82991 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4155 |  13k|   0 |   0 |-1.024746e+02 |-2.700000e+01 |  73.65%
398.09/398.25	c   396s|     1 |     0 | 83135 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4106 |  13k|   0 |   0 |-1.024607e+02 |-2.700000e+01 |  73.65%
400.48/400.63	c   399s|     1 |     0 | 83307 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4116 |  13k|   0 |   0 |-1.024417e+02 |-2.700000e+01 |  73.64%
402.88/403.04	c   401s|     1 |     0 | 83460 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4125 |  13k|   0 |   0 |-1.024224e+02 |-2.700000e+01 |  73.64%
405.38/405.50	c   403s|     1 |     0 | 83622 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4134 |  13k|   0 |   0 |-1.024110e+02 |-2.700000e+01 |  73.64%
407.98/408.15	c   406s|     1 |     0 | 83859 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4144 |  13k|   0 |   0 |-1.023838e+02 |-2.700000e+01 |  73.63%
410.28/410.49	c   408s|     1 |     0 | 83979 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4155 |  13k|   0 |   0 |-1.023739e+02 |-2.700000e+01 |  73.63%
412.98/413.11	c   411s|     1 |     0 | 84195 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4111 |  13k|   0 |   0 |-1.023530e+02 |-2.700000e+01 |  73.62%
415.38/415.59	c   413s|     1 |     0 | 84381 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4120 |  13k|   0 |   0 |-1.023311e+02 |-2.700000e+01 |  73.62%
417.88/418.08	c   416s|     1 |     0 | 84545 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4130 |  13k|   0 |   0 |-1.023122e+02 |-2.700000e+01 |  73.61%
420.48/420.61	c   418s|     1 |     0 | 84685 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4139 |  13k|   0 |   0 |-1.023018e+02 |-2.700000e+01 |  73.61%
422.97/423.12	c   421s|     1 |     0 | 84828 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4148 |  13k|   0 |   0 |-1.022932e+02 |-2.700000e+01 |  73.61%
425.48/425.67	c   424s|     1 |     0 | 85000 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4158 |  13k|   0 |   0 |-1.022827e+02 |-2.700000e+01 |  73.60%
427.97/428.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.97/428.19	c   426s|     1 |     0 | 85148 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4115 |  13k|   0 |   0 |-1.022741e+02 |-2.700000e+01 |  73.60%
430.38/430.58	c   428s|     1 |     0 | 85265 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4124 |  13k|   0 |   0 |-1.022643e+02 |-2.700000e+01 |  73.60%
432.78/432.90	c   431s|     1 |     0 | 85330 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4130 |  13k|   0 |   0 |-1.022608e+02 |-2.700000e+01 |  73.60%
435.08/435.26	c   433s|     1 |     0 | 85384 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4135 |  13k|   0 |   0 |-1.022595e+02 |-2.700000e+01 |  73.60%
437.47/437.62	c   435s|     1 |     0 | 85403 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4136 |  13k|   0 |   0 |-1.022594e+02 |-2.700000e+01 |  73.60%
468.77/468.90	c   467s|     1 |     2 | 85403 |  71M|   0 | 500 | 500 |  18k|  18k| 500 |4136 |  13k|   0 |  17 |-1.022594e+02 |-2.700000e+01 |  73.60%
1800.24/1800.72	c 
1800.24/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1800.72	c Solving Time (sec) : 1788.05
1800.24/1800.72	c Solving Nodes      : 6643
1800.24/1800.72	c Primal Bound       : -2.70000000000000e+01 (5 solutions)
1800.24/1800.72	c Dual Bound         : -9.73872976596708e+01
1800.24/1800.72	c Gap                : 72.28 %
1800.24/1800.76	c NODE         6643
1800.24/1800.76	c DUAL BOUND   -97.3873
1800.24/1800.76	c PRIMAL BOUND -27
1800.24/1800.76	c GAP          0.722756
1800.24/1800.76	s SATISFIABLE
1800.24/1800.76	v -x500 x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.24/1800.76	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1800.24/1800.76	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1800.24/1800.76	v -x436 -x435 -x434 -x433 x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.24/1800.76	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1800.24/1800.76	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 
1800.24/1800.76	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1800.24/1800.76	v -x353 -x352 -x351 x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1800.24/1800.76	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 
1800.24/1800.76	v -x311 -x310 -x309 x308 x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 
1800.24/1800.76	v x290 x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 -x269 
1800.24/1800.76	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1800.24/1800.76	v -x247 -x246 -x245 -x244 x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 
1800.24/1800.76	v -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 -x207 -x206 
1800.24/1800.76	v x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 
1800.24/1800.76	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 
1800.24/1800.76	v -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 
1800.24/1800.76	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 x124 -x123 -x122 
1800.24/1800.76	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 
1800.24/1800.76	v 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.24/1800.76	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 
1800.24/1800.76	v -x50 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.24/1800.76	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.24/1800.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1800.76	c Solving Time       :    1788.05
1800.24/1800.76	c Original Problem   :
1800.24/1800.76	c   Problem name     : HOME/instance-1870360-1245199616.opb
1800.24/1800.76	c   Variables        : 19244 (19244 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1800.76	c   Constraints      : 19244 initial, 19244 maximal
1800.24/1800.76	c Presolved Problem  :
1800.24/1800.76	c   Problem name     : t_HOME/instance-1870360-1245199616.opb
1800.24/1800.76	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1800.76	c   Constraints      : 18744 initial, 18744 maximal
1800.24/1800.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.24/1800.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.24/1800.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   probing          :       1.40          0          0          0          0          0          0          0          0
1800.24/1800.76	c   and              :       0.35          0          0          0          0          0          0          0          0
1800.24/1800.76	c   linear           :       0.11      18744          0          0      18744          0        500          0          0
1800.24/1800.76	c   root node        :          -          0          -          -          0          -          -          -          -
1800.24/1800.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1800.76	c   integral         :          0          0          0       6643          0          0          0          0          0      13286
1800.24/1800.76	c   and              :      18744      18892      37362          0          0          0     215581    1307892          0          0
1800.24/1800.76	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.24/1800.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.24/1800.76	c   integral         :     314.07       0.00       0.00     314.07       0.00
1800.24/1800.76	c   and              :     117.32      95.08      22.24       0.00       0.00
1800.24/1800.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.24/1800.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.24/1800.76	c   rootredcost      :       0.03          0          0          0
1800.24/1800.76	c   pseudoobj        :       1.40      37602          0          0
1800.24/1800.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.24/1800.76	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1800.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1800.76	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.24/1800.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.24/1800.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.24/1800.76	c   cut pool         :       0.59        225          -          -       2652          -    (maximal pool size: 10655)
1800.24/1800.76	c   redcost          :       0.55      18892          0          0          0          0
1800.24/1800.76	c   impliedbounds    :       0.37        226          0          0      19081          0
1800.24/1800.76	c   intobj           :       0.00          0          0          0          0          0
1800.24/1800.76	c   gomory           :     307.87        223          0          0      33705          0
1800.24/1800.76	c   strongcg         :       2.44         20          0          0      10000          0
1800.24/1800.76	c   cmir             :       2.25         10          0          0          0          0
1800.24/1800.76	c   flowcover        :       1.98         10          0          0          0          0
1800.24/1800.76	c   clique           :       7.27        223          0          0       2070          0
1800.24/1800.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.24/1800.76	c   mcf              :       0.04          1          0          0          0          0
1800.24/1800.76	c Pricers            :       Time      Calls       Vars
1800.24/1800.76	c   problem variables:       0.00          0          0
1800.24/1800.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1800.76	c   relpscost        :     314.04       6643          0          0          0          0      13286
1800.24/1800.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   inference        :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   random           :       0.00          0          0          0          0          0          0
1800.24/1800.76	c Primal Heuristics  :       Time      Calls      Found
1800.24/1800.76	c   LP solutions     :       0.00          -          0
1800.24/1800.76	c   pseudo solutions :       0.00          -          0
1800.24/1800.76	c   intshifting      :       0.01          0          0
1800.24/1800.76	c   oneopt           :       0.01          1          0
1800.24/1800.76	c   crossover        :       0.13          5          0
1800.24/1800.76	c   linesearchdiving :      14.55        137          0
1800.24/1800.76	c   coefdiving       :      20.72        137          0
1800.24/1800.76	c   veclendiving     :      22.29        137          0
1800.24/1800.76	c   rootsoldiving    :       4.23         69          0
1800.24/1800.76	c   pscostdiving     :      25.25        138          0
1800.24/1800.76	c   simplerounding   :       0.06          0          0
1800.24/1800.76	c   rounding         :      15.60      10796          4
1800.24/1800.76	c   shifting         :       2.15        835          1
1800.24/1800.76	c   fixandinfer      :       0.00          0          0
1800.24/1800.76	c   feaspump         :       0.00          0          0
1800.24/1800.76	c   fracdiving       :      16.70        138          0
1800.24/1800.76	c   intdiving        :       0.00          0          0
1800.24/1800.76	c   actconsdiving    :       0.00          0          0
1800.24/1800.76	c   objpscostdiving  :      10.17         62          0
1800.24/1800.76	c   guideddiving     :      19.63        138          0
1800.24/1800.76	c   octane           :       0.00          0          0
1800.24/1800.76	c   rens             :       0.01          0          0
1800.24/1800.76	c   rins             :       0.00          0          0
1800.24/1800.76	c   localbranching   :       0.00          0          0
1800.24/1800.76	c   mutation         :       0.00          0          0
1800.24/1800.76	c   dins             :       0.00          0          0
1800.24/1800.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.24/1800.76	c   primal LP        :       9.64          0          0       0.00       0.00
1800.24/1800.76	c   dual LP          :     836.06      18920    2567534     135.70    3070.99
1800.24/1800.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.24/1800.76	c   diving/probing LP:     112.91      25977     456550      17.58    4043.49
1800.24/1800.76	c   strong branching :     312.85       2828     750157     265.26    2397.82
1800.24/1800.76	c     (at root node) :          -         17      16389     964.06          -
1800.24/1800.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.24/1800.76	c B&B Tree           :
1800.24/1800.76	c   number of runs   :          1
1800.24/1800.76	c   nodes            :       6643
1800.24/1800.76	c   nodes (total)    :       6643
1800.24/1800.76	c   nodes left       :       6644
1800.24/1800.76	c   max depth        :         74
1800.24/1800.76	c   max depth (total):         74
1800.24/1800.76	c   backtracks       :       1011 (15.2%)
1800.24/1800.76	c   delayed cutoffs  :          0
1800.24/1800.76	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.24/1800.76	c   avg switch length:       6.02
1800.24/1800.76	c   switching time   :      18.12
1800.24/1800.76	c Solution           :
1800.24/1800.76	c   Solutions found  :          5 (4 improvements)
1800.24/1800.76	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 1 nodes, 15.39 seconds, depth 0, found by <rounding>)
1800.24/1800.76	c   Dual Bound       : -9.73872976596708e+01
1800.24/1800.76	c   Gap              :      72.28 %
1800.24/1800.76	c   Root Dual Bound  : -1.02259430465095e+02
1800.83/1801.39	c Time complete: 1800.93.

Verifier Data

OK	-27

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870360-1245199616/watcher-1870360-1245199616 -o /tmp/evaluation-result-1870360-1245199616/solver-1870360-1245199616 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870360-1245199616.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.08 1.03 1.00 3/64 956
/proc/meminfo: memFree=1878832/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=4648 CPUtime=0
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 187561398 4759552 475 1992294400 4194304 7823515 548682068736 18446744073709551615 6884513 0 0 4096 0 0 0 0 17 1 0 0
/proc/956/statm: 1162 485 318 886 0 272 0

[startup+0.069808 s]
/proc/loadavg: 1.08 1.03 1.00 3/64 956
/proc/meminfo: memFree=1878832/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=18328 CPUtime=0.06
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 3875 0 0 0 5 1 0 0 18 0 1 0 187561398 18767872 3857 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/956/statm: 4582 3857 354 886 0 3692 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18328

[startup+0.101809 s]
/proc/loadavg: 1.08 1.03 1.00 3/64 956
/proc/meminfo: memFree=1878832/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=22244 CPUtime=0.09
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 4883 0 0 0 8 1 0 0 18 0 1 0 187561398 22777856 4865 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/956/statm: 5561 4865 354 886 0 4671 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22244

[startup+0.301827 s]
/proc/loadavg: 1.08 1.03 1.00 3/64 956
/proc/meminfo: memFree=1878832/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=57792 CPUtime=0.29
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 14070 0 0 0 24 5 0 0 19 0 1 0 187561398 59179008 13698 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 14448 13698 371 886 0 13558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57792

[startup+0.701862 s]
/proc/loadavg: 1.08 1.03 1.00 3/64 956
/proc/meminfo: memFree=1878832/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=67980 CPUtime=0.69
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 17137 0 0 0 58 11 0 0 22 0 1 0 187561398 69611520 16011 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 16995 16011 404 886 0 16105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67980

[startup+1.50194 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 957
/proc/meminfo: memFree=1813288/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=70908 CPUtime=1.49
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 17902 0 0 0 124 25 0 0 25 0 1 0 187561398 72609792 16776 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 17727 16776 433 886 0 16837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70908

[startup+3.10108 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 957
/proc/meminfo: memFree=1813160/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=114424 CPUtime=3.09
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 28591 0 0 0 280 29 0 0 25 0 1 0 187561398 117170176 26965 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 28606 26965 521 886 0 27716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114424

[startup+6.30137 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 957
/proc/meminfo: memFree=1768488/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=117784 CPUtime=6.29
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 29754 0 0 0 597 32 0 0 25 0 1 0 187561398 120610816 28085 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 29446 28085 544 886 0 28556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117784

[startup+12.702 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 957
/proc/meminfo: memFree=1766136/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=119708 CPUtime=12.69
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 30261 0 0 0 1234 35 0 0 25 0 1 0 187561398 122580992 28592 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 29927 28592 546 886 0 29037 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119708

[startup+25.5011 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 957
/proc/meminfo: memFree=1762936/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=121308 CPUtime=25.49
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 31283 0 0 0 2508 41 0 0 25 0 1 0 187561398 124219392 29391 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 30327 29391 546 886 0 29437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121308

[startup+51.1014 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 957
/proc/meminfo: memFree=1738424/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=145908 CPUtime=51.07
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 37534 0 0 0 5052 55 0 0 25 0 1 0 187561398 149409792 35533 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 36477 35533 546 886 0 35587 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 145908

[startup+102.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 957
/proc/meminfo: memFree=1737016/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=147972 CPUtime=102.26
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 37860 0 0 0 10149 77 0 0 25 0 1 0 187561398 151523328 35856 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 36993 35856 547 886 0 36103 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 147972

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 957
/proc/meminfo: memFree=1737016/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148148 CPUtime=162.24
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 37881 0 0 0 16128 96 0 0 25 0 1 0 187561398 151703552 35877 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37037 35877 547 886 0 36147 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 148148

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 957
/proc/meminfo: memFree=1736824/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148148 CPUtime=222.23
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 37921 0 0 0 22107 116 0 0 25 0 1 0 187561398 151703552 35917 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37037 35917 547 886 0 36147 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 148148

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 957
/proc/meminfo: memFree=1736184/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148628 CPUtime=282.22
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38065 0 0 0 28085 137 0 0 25 0 1 0 187561398 152195072 36061 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37157 36061 547 886 0 36267 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 148628

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 959
/proc/meminfo: memFree=1735928/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148628 CPUtime=342.2
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38065 0 0 0 34061 159 0 0 25 0 1 0 187561398 152195072 36061 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37157 36061 547 886 0 36267 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 148628

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 959
/proc/meminfo: memFree=1735928/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148628 CPUtime=402.18
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38065 0 0 0 40040 178 0 0 25 0 1 0 187561398 152195072 36061 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37157 36061 547 886 0 36267 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 148628

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 959
/proc/meminfo: memFree=1735928/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148780 CPUtime=462.16
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38095 0 0 0 46021 195 0 0 25 0 1 0 187561398 152350720 36091 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37195 36091 554 886 0 36305 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 148780

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 959
/proc/meminfo: memFree=1735928/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148780 CPUtime=522.15
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38095 0 0 0 51997 218 0 0 25 0 1 0 187561398 152350720 36091 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37195 36091 554 886 0 36305 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 148780

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 959
/proc/meminfo: memFree=1735864/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148780 CPUtime=582.14
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38096 0 0 0 57960 254 0 0 25 0 1 0 187561398 152350720 36092 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37195 36092 555 886 0 36305 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 148780

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 959
/proc/meminfo: memFree=1735864/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=148780 CPUtime=642.13
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 38097 0 0 0 63912 301 0 0 25 0 1 0 187561398 152350720 36093 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 37195 36093 555 886 0 36305 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 148780

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1711600/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=173960 CPUtime=1062.01
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 46498 0 0 0 105606 595 0 0 25 0 1 0 187561398 178135040 42116 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 43490 42116 566 886 0 42600 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 173960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1707952/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=177516 CPUtime=1122
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 48550 0 0 0 111556 644 0 0 25 0 1 0 187561398 181776384 43011 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 44379 43011 566 886 0 43489 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 177516

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1703288/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=181864 CPUtime=1181.99
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 49717 0 0 0 117508 691 0 0 25 0 1 0 187561398 186228736 44178 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 45466 44178 566 886 0 44576 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 181864

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1698360/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=187796 CPUtime=1241.97
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 50938 0 0 0 123460 737 0 0 25 0 1 0 187561398 192303104 45399 1992294400 4194304 7823515 548682068736 18446744073709551615 4289652 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 46949 45399 566 886 0 46059 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 187796

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1693944/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=192628 CPUtime=1301.96
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 52022 0 0 0 129409 787 0 0 25 0 1 0 187561398 197251072 46483 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 48157 46483 566 886 0 47267 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 192628

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1688312/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=197808 CPUtime=1361.94
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 54682 0 0 0 135356 838 0 0 25 0 1 0 187561398 202555392 47910 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 49452 47910 566 886 0 48562 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 197808

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1684728/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=200924 CPUtime=1421.94
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 55569 0 0 0 141306 888 0 0 25 0 1 0 187561398 205746176 48797 1992294400 4194304 7823515 548682068736 18446744073709551615 6151351 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 50231 48797 566 886 0 49341 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 200924

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1680120/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=205712 CPUtime=1481.91
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 56733 0 0 0 147254 937 0 0 25 0 1 0 187561398 210649088 49961 1992294400 4194304 7823515 548682068736 18446744073709551615 6255651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 51428 49961 566 886 0 50538 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 205712

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1675064/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=211344 CPUtime=1541.9
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 57990 0 0 0 153201 989 0 0 25 0 1 0 187561398 216416256 51218 1992294400 4194304 7823515 548682068736 18446744073709551615 6177531 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 52836 51218 566 886 0 51946 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 211344

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 965
/proc/meminfo: memFree=1669624/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=216760 CPUtime=1601.88
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 59339 0 0 0 159152 1036 0 0 25 0 1 0 187561398 221962240 52567 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 54190 52567 566 886 0 53300 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 216760

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 965
/proc/meminfo: memFree=1665848/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=219924 CPUtime=1661.87
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 60270 0 0 0 165103 1084 0 0 25 0 1 0 187561398 225202176 53498 1992294400 4194304 7823515 548682068736 18446744073709551615 6254344 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 54981 53498 566 886 0 54091 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 219924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1659960/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=226312 CPUtime=1721.85
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 61735 0 0 0 171050 1135 0 0 25 0 1 0 187561398 231743488 54963 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 56578 54963 566 886 0 55688 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 226312

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1654328/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=231672 CPUtime=1781.84
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 64395 0 0 0 176995 1189 0 0 25 0 1 0 187561398 237232128 56401 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 57918 56401 566 886 0 57028 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 231672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 965
/proc/meminfo: memFree=1653496/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=232444 CPUtime=1800.04
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 64552 0 0 0 178800 1204 0 0 25 0 1 0 187561398 238022656 56558 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 58111 56558 566 886 0 57221 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 232444

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 966
/proc/meminfo: memFree=1653488/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=232444 CPUtime=1800.14
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 64552 0 0 0 178810 1204 0 0 25 0 1 0 187561398 238022656 56558 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/956/statm: 58111 56558 566 886 0 57221 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 232444

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 966
/proc/meminfo: memFree=1653488/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=232444 CPUtime=1800.53
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 64561 0 0 0 178849 1204 0 0 18 0 1 0 187561398 238022656 56567 1992294400 4194304 7823515 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/956/statm: 58111 56567 568 886 0 57221 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 232444

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 966
/proc/meminfo: memFree=1653488/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=232444 CPUtime=1800.73
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 64561 0 0 0 178869 1204 0 0 20 0 1 0 187561398 238022656 56567 1992294400 4194304 7823515 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/956/statm: 58111 56567 568 886 0 57221 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 232444

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 966
/proc/meminfo: memFree=1653488/2055920 swapFree=4181500/4192956
[pid=956] ppid=954 vsize=232444 CPUtime=1800.83
/proc/956/stat : 956 (pbscip.linux.x8) R 954 956 499 0 -1 4194304 64561 0 0 0 178879 1204 0 0 20 0 1 0 187561398 238022656 56567 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/956/statm: 58111 56567 568 886 0 57221 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 232444

Child status: 0
Real time (s): 1801.39
CPU time (s): 1800.94
CPU user time (s): 1788.85
CPU system time (s): 12.0832
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 233476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.85
system time used= 12.0832
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64564
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= 3239

runsolver used 1.15382 second user time and 3.99739 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-17 02:46:56
IDJOB=1870360
IDBENCH=48179
IDSOLVER=683
FILE ID=node25/1870360-1245199616
PBS_JOBID= 9368335
Free space on /tmp= 66312 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_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870360-1245199616/watcher-1870360-1245199616 -o /tmp/evaluation-result-1870360-1245199616/solver-1870360-1245199616 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870360-1245199616.opb

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

MD5SUM BENCH= fecc1e3404707b1609ea9647c91fc73f
RANDOM SEED=443476077

node25.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.238
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.238
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:       1879248 kB
Buffers:         44980 kB
Cached:          76024 kB
SwapCached:       5884 kB
Active:          75952 kB
Inactive:        53584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879248 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:           10300 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            33112 kB
Committed_AS:   213108 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node25 at 2009-06-17 03:16:59