Trace number 1870421

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-90 1794.27 1795.51

General information on the benchmark

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

Solver Data

0.09/0.17	c SCIP version 1.1.0.7
0.09/0.17	c LP-Solver Clp 1.8.2
0.09/0.17	c user parameter file <scip.set> not found - using default parameters
0.09/0.17	c read problem <HOME/instance-1870421-1245202893.opb>
0.09/0.17	c original problem has 16772 variables (16772 bin, 0 int, 0 impl, 0 cont) and 16772 constraints
0.29/0.33	c start presolving problem
0.29/0.33	c presolving:
0.69/0.73	c (round 1) 15772 del vars, 1000 del conss, 15772 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63088 impls, 0 clqs
1.39/1.45	c    (1.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.39/1.45	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.39/1.45	c presolving (2 rounds):
1.39/1.45	c  15772 deleted vars, 1000 deleted constraints, 15772 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.45	c  94632 implications, 0 cliques
1.39/1.45	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 15772 constraints
1.39/1.45	c   15772 constraints of type <and>
1.39/1.45	c transformed objective value is always integral (scale: 1)
1.39/1.45	c Presolving Time: 1.00
1.39/1.45	c OPT-NLC
1.39/1.45	c -----------------------------------------------------------------------------------------------
1.39/1.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.45	c limits/memory = c 1620
1.39/1.45	c # maximal time in seconds to run
1.39/1.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.45	c limits/time = c 1791
1.39/1.45	c # frequency for displaying node information lines
1.39/1.45	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.45	c display/freq = c 10000
1.39/1.45	c -----------------------------------------------------------------------------------------------
1.39/1.45	c start solving problem
1.39/1.45	c 
1.79/1.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.80	c   1.4s|     1 |     0 |  1049 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
1.79/1.83	o -90
1.79/1.83	c R 1.4s|     1 |     0 |  1049 |  59M|   0 |1000 |1000 |  15k|  15k|1000 |  15k|   0 |   0 |   0 |-5.000000e+02 |-9.000000e+01 |  82.00%
2.59/2.69	c   2.3s|     1 |     0 |  1194 |  59M|   0 | 990 |1000 |  15k|  15k|1000 |  15k|  13 |   0 |   0 |-4.950000e+02 |-9.000000e+01 |  81.82%
3.39/3.40	c   3.0s|     1 |     0 |  1289 |  59M|   0 | 985 |1000 |  15k|  15k|1000 |  15k|  19 |   0 |   0 |-4.925000e+02 |-9.000000e+01 |  81.73%
3.99/4.07	c   3.6s|     1 |     0 |  1357 |  59M|   0 | 980 |1000 |  15k|  15k|1000 |  15k|  27 |   0 |   0 |-4.900000e+02 |-9.000000e+01 |  81.63%
5.39/5.48	c   5.0s|     1 |     0 |  1515 |  59M|   0 | 974 |1000 |  15k|  15k|1000 |  15k|  39 |   0 |   0 |-4.870000e+02 |-9.000000e+01 |  81.52%
6.38/6.42	c   6.0s|     1 |     0 |  1656 |  59M|   0 | 967 |1000 |  15k|  15k|1000 |  15k|  49 |   0 |   0 |-4.835000e+02 |-9.000000e+01 |  81.39%
7.68/7.74	c   7.3s|     1 |     0 |  1895 |  59M|   0 | 964 |1000 |  15k|  15k|1000 |  15k|  59 |   0 |   0 |-4.820000e+02 |-9.000000e+01 |  81.33%
9.79/9.89	c   9.4s|     1 |     0 |  2363 |  59M|   0 | 961 |1000 |  15k|  15k|1000 |  15k|  65 |   0 |   0 |-4.805000e+02 |-9.000000e+01 |  81.27%
12.98/13.03	c  12.5s|     1 |     0 |  3107 |  59M|   0 | 955 |1000 |  15k|  15k|1000 |  15k|  72 |   0 |   0 |-4.775000e+02 |-9.000000e+01 |  81.15%
16.38/16.48	c  16.0s|     1 |     0 |  3815 |  60M|   0 | 952 |1000 |  15k|  15k|1000 |  15k|  84 |   0 |   0 |-4.755000e+02 |-9.000000e+01 |  81.07%
20.18/20.27	c  19.7s|     1 |     0 |  4663 |  60M|   0 | 944 |1000 |  15k|  15k|1000 |  15k|  96 |   0 |   0 |-4.720000e+02 |-9.000000e+01 |  80.93%
25.07/25.14	c  24.6s|     1 |     0 |  5718 |  60M|   0 | 942 |1000 |  15k|  15k|1000 |1327 | 105 |   0 |   0 |-4.710000e+02 |-9.000000e+01 |  80.89%
26.08/26.11	c  25.6s|     1 |     0 |  6175 |  61M|   0 | 931 |1000 |  15k|  15k|1000 |1337 | 115 |   0 |   0 |-4.700000e+02 |-9.000000e+01 |  80.85%
27.47/27.54	c  27.0s|     1 |     0 |  7233 |  62M|   0 | 928 |1000 |  15k|  15k|1000 |2143 | 921 |   0 |   0 |-4.685000e+02 |-9.000000e+01 |  80.79%
28.38/28.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.38/28.45	c  27.9s|     1 |     0 |  8063 |  62M|   0 | 921 |1000 |  15k|  15k|1000 |2427 |1205 |   0 |   0 |-4.660000e+02 |-9.000000e+01 |  80.69%
29.17/29.25	c  28.7s|     1 |     0 |  8977 |  62M|   0 | 927 |1000 |  15k|  15k|1000 |2576 |1354 |   0 |   0 |-4.640000e+02 |-9.000000e+01 |  80.60%
30.27/30.30	c  29.7s|     1 |     0 |  9887 |  63M|   0 | 928 |1000 |  15k|  15k|1000 |2612 |1390 |   0 |   0 |-4.635000e+02 |-9.000000e+01 |  80.58%
30.97/31.01	c  30.4s|     1 |     0 | 10329 |  63M|   0 | 926 |1000 |  15k|  15k|1000 |2302 |1398 |   0 |   0 |-4.620000e+02 |-9.000000e+01 |  80.52%
31.77/31.86	c  31.3s|     1 |     0 | 11192 |  63M|   0 | 917 |1000 |  15k|  15k|1000 |2310 |1406 |   0 |   0 |-4.610000e+02 |-9.000000e+01 |  80.48%
32.68/32.74	c  32.2s|     1 |     0 | 12093 |  63M|   0 | 933 |1000 |  15k|  15k|1000 |2538 |1634 |   0 |   0 |-4.581250e+02 |-9.000000e+01 |  80.35%
33.57/33.69	c  33.1s|     1 |     0 | 12809 |  64M|   0 | 904 |1000 |  15k|  15k|1000 |3486 |2582 |   0 |   0 |-4.560000e+02 |-9.000000e+01 |  80.26%
34.37/34.41	c  33.8s|     1 |     0 | 13399 |  64M|   0 | 905 |1000 |  15k|  15k|1000 |3590 |2686 |   0 |   0 |-4.535000e+02 |-9.000000e+01 |  80.15%
35.07/35.17	c  34.6s|     1 |     0 | 13983 |  64M|   0 | 909 |1000 |  15k|  15k|1000 |3618 |2714 |   0 |   0 |-4.525909e+02 |-9.000000e+01 |  80.11%
35.67/35.70	c  35.1s|     1 |     0 | 14377 |  64M|   0 | 905 |1000 |  15k|  15k|1000 |2830 |2723 |   0 |   0 |-4.509587e+02 |-9.000000e+01 |  80.04%
36.17/36.28	c  35.7s|     1 |     0 | 14946 |  64M|   0 | 888 |1000 |  15k|  15k|1000 |2885 |2778 |   0 |   0 |-4.499500e+02 |-9.000000e+01 |  80.00%
36.77/36.83	c  36.2s|     1 |     0 | 15435 |  64M|   0 | 898 |1000 |  15k|  15k|1000 |3038 |2931 |   0 |   0 |-4.488750e+02 |-9.000000e+01 |  79.95%
38.06/38.13	c  37.5s|     1 |     0 | 16622 |  64M|   0 | 894 |1000 |  15k|  15k|1000 |3071 |2964 |   0 |   0 |-4.480000e+02 |-9.000000e+01 |  79.91%
40.06/40.11	c  39.5s|     1 |     0 | 18568 |  64M|   0 | 896 |1000 |  15k|  15k|1000 |3100 |2993 |   0 |   0 |-4.460000e+02 |-9.000000e+01 |  79.82%
41.26/41.35	c  40.8s|     1 |     0 | 19815 |  64M|   0 | 886 |1000 |  15k|  15k|1000 |3156 |3049 |   0 |   0 |-4.443333e+02 |-9.000000e+01 |  79.74%
42.36/42.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.36/42.42	c  41.8s|     1 |     0 | 21087 |  64M|   0 | 884 |1000 |  15k|  15k|1000 |2502 |3099 |   0 |   0 |-4.432500e+02 |-9.000000e+01 |  79.70%
42.76/42.85	c  42.2s|     1 |     0 | 21623 |  65M|   0 | 875 |1000 |  15k|  15k|1000 |2555 |3152 |   0 |   0 |-4.425000e+02 |-9.000000e+01 |  79.66%
43.26/43.38	c  42.8s|     1 |     0 | 22324 |  65M|   0 | 927 |1000 |  15k|  15k|1000 |2686 |3283 |   0 |   0 |-4.409394e+02 |-9.000000e+01 |  79.59%
46.55/46.66	c  46.0s|     1 |     0 | 23301 |  66M|   0 | 882 |1000 |  15k|  15k|1000 |4686 |5283 |   0 |   0 |-4.396250e+02 |-9.000000e+01 |  79.53%
47.46/47.58	c  47.0s|     1 |     0 | 24160 |  66M|   0 | 877 |1000 |  15k|  15k|1000 |4717 |5314 |   0 |   0 |-4.387500e+02 |-9.000000e+01 |  79.49%
48.75/48.88	c  48.3s|     1 |     0 | 25212 |  66M|   0 | 874 |1000 |  15k|  15k|1000 |4786 |5383 |   0 |   0 |-4.365000e+02 |-9.000000e+01 |  79.38%
50.05/50.14	c  49.5s|     1 |     0 | 26251 |  66M|   0 | 872 |1000 |  15k|  15k|1000 |3613 |5390 |   0 |   0 |-4.351000e+02 |-9.000000e+01 |  79.32%
51.25/51.36	c  50.7s|     1 |     0 | 27496 |  66M|   0 | 874 |1000 |  15k|  15k|1000 |3623 |5400 |   0 |   0 |-4.340000e+02 |-9.000000e+01 |  79.26%
53.06/53.18	c  52.5s|     1 |     0 | 29262 |  66M|   0 | 858 |1000 |  15k|  15k|1000 |3697 |5474 |   0 |   0 |-4.325000e+02 |-9.000000e+01 |  79.19%
54.85/54.97	c  54.3s|     1 |     0 | 31001 |  67M|   0 | 860 |1000 |  15k|  15k|1000 |3794 |5571 |   0 |   0 |-4.303333e+02 |-9.000000e+01 |  79.09%
55.95/56.09	c  55.5s|     1 |     0 | 32054 |  67M|   0 | 864 |1000 |  15k|  15k|1000 |3830 |5607 |   0 |   0 |-4.298750e+02 |-9.000000e+01 |  79.06%
58.75/58.87	c  58.2s|     1 |     0 | 34490 |  67M|   0 | 858 |1000 |  15k|  15k|1000 |3861 |5638 |   0 |   0 |-4.288750e+02 |-9.000000e+01 |  79.01%
59.95/60.05	c  59.4s|     1 |     0 | 35418 |  67M|   0 | 859 |1000 |  15k|  15k|1000 |3460 |5762 |   0 |   0 |-4.280000e+02 |-9.000000e+01 |  78.97%
61.95/62.03	c  61.4s|     1 |     0 | 37310 |  67M|   0 | 865 |1000 |  15k|  15k|1000 |3470 |5772 |   0 |   0 |-4.268333e+02 |-9.000000e+01 |  78.91%
63.15/63.24	c  62.6s|     1 |     0 | 38441 |  67M|   0 | 851 |1000 |  15k|  15k|1000 |3875 |6177 |   0 |   0 |-4.260000e+02 |-9.000000e+01 |  78.87%
64.95/65.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.95/65.06	c  64.4s|     1 |     0 | 40039 |  67M|   0 | 867 |1000 |  15k|  15k|1000 |3903 |6205 |   0 |   0 |-4.250000e+02 |-9.000000e+01 |  78.82%
66.65/66.77	c  66.1s|     1 |     0 | 41498 |  68M|   0 | 848 |1000 |  15k|  15k|1000 |4010 |6312 |   0 |   0 |-4.225000e+02 |-9.000000e+01 |  78.70%
68.84/68.90	c  68.2s|     1 |     0 | 43156 |  68M|   0 | 847 |1000 |  15k|  15k|1000 |4023 |6325 |   0 |   0 |-4.220000e+02 |-9.000000e+01 |  78.67%
71.35/71.50	c  70.8s|     1 |     0 | 44873 |  68M|   0 | 850 |1000 |  15k|  15k|1000 |2160 |6394 |   0 |   0 |-4.215000e+02 |-9.000000e+01 |  78.65%
72.35/72.47	c  71.8s|     1 |     0 | 46008 |  69M|   0 | 848 |1000 |  15k|  15k|1000 |2240 |6474 |   0 |   0 |-4.205000e+02 |-9.000000e+01 |  78.60%
73.54/73.66	c  73.0s|     1 |     0 | 47240 |  69M|   0 | 831 |1000 |  15k|  15k|1000 |2550 |6784 |   0 |   0 |-4.182500e+02 |-9.000000e+01 |  78.48%
74.34/74.41	c  73.7s|     1 |     0 | 48155 |  69M|   0 | 821 |1000 |  15k|  15k|1000 |2644 |6878 |   0 |   0 |-4.167500e+02 |-9.000000e+01 |  78.40%
74.95/75.00	c  74.3s|     1 |     0 | 48754 |  70M|   0 | 835 |1000 |  15k|  15k|1000 |2862 |7096 |   0 |   0 |-4.157500e+02 |-9.000000e+01 |  78.35%
75.64/75.79	c  75.1s|     1 |     0 | 49450 |  70M|   0 | 829 |1000 |  15k|  15k|1000 |2953 |7187 |   0 |   0 |-4.137500e+02 |-9.000000e+01 |  78.25%
76.84/76.91	c  76.2s|     1 |     0 | 50384 |  70M|   0 | 837 |1000 |  15k|  15k|1000 |2201 |7194 |   0 |   0 |-4.130000e+02 |-9.000000e+01 |  78.21%
78.04/78.12	c  77.4s|     1 |     0 | 51673 |  71M|   0 | 892 |1000 |  15k|  15k|1000 |2209 |7202 |   0 |   0 |-4.127069e+02 |-9.000000e+01 |  78.19%
79.24/79.39	c  78.7s|     1 |     0 | 52645 |  71M|   0 | 833 |1000 |  15k|  15k|1000 |3562 |8555 |   0 |   0 |-4.125000e+02 |-9.000000e+01 |  78.18%
82.33/82.45	c  81.7s|     1 |     0 | 55182 |  71M|   0 | 828 |1000 |  15k|  15k|1000 |3593 |8586 |   0 |   0 |-4.115000e+02 |-9.000000e+01 |  78.13%
84.82/84.95	c  84.2s|     1 |     0 | 57402 |  71M|   0 | 823 |1000 |  15k|  15k|1000 |3621 |8614 |   0 |   0 |-4.100000e+02 |-9.000000e+01 |  78.05%
86.72/86.83	c  86.1s|     1 |     0 | 59005 |  71M|   0 | 818 |1000 |  15k|  15k|1000 |3632 |8625 |   0 |   0 |-4.095000e+02 |-9.000000e+01 |  78.02%
88.62/88.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.62/88.74	c  88.0s|     1 |     0 | 60510 |  71M|   0 | 817 |1000 |  15k|  15k|1000 |3037 |8658 |   0 |   0 |-4.090000e+02 |-9.000000e+01 |  78.00%
90.72/90.82	c  90.0s|     1 |     0 | 62785 |  72M|   0 | 859 |1000 |  15k|  15k|1000 |3071 |8692 |   0 |   0 |-4.082500e+02 |-9.000000e+01 |  77.95%
91.82/91.95	c  91.2s|     1 |     0 | 63991 |  72M|   0 | 816 |1000 |  15k|  15k|1000 |3484 |9105 |   0 |   0 |-4.062500e+02 |-9.000000e+01 |  77.85%
93.72/93.89	c  93.1s|     1 |     0 | 66014 |  72M|   0 | 820 |1000 |  15k|  15k|1000 |3509 |9130 |   0 |   0 |-4.037500e+02 |-9.000000e+01 |  77.71%
96.22/96.36	c  95.6s|     1 |     0 | 68371 |  72M|   0 | 801 |1000 |  15k|  15k|1000 |3522 |9143 |   0 |   0 |-4.025000e+02 |-9.000000e+01 |  77.64%
97.92/98.00	c  97.2s|     1 |     0 | 70285 |  72M|   0 | 907 |1000 |  15k|  15k|1000 |3570 |9191 |   0 |   0 |-4.015294e+02 |-9.000000e+01 |  77.59%
101.71/101.86	c   101s|     1 |     0 | 71788 |  72M|   0 | 802 |1000 |  15k|  15k|1000 |4337 |  11k|   0 |   0 |-4.010000e+02 |-9.000000e+01 |  77.56%
103.92/104.04	c   103s|     1 |     0 | 73270 |  72M|   0 | 811 |1000 |  15k|  15k|1000 |4343 |  11k|   0 |   0 |-4.010000e+02 |-9.000000e+01 |  77.56%
106.61/106.79	c   106s|     1 |     0 | 74913 |  73M|   0 | 801 |1000 |  15k|  15k|1000 |4377 |  11k|   0 |   0 |-4.005000e+02 |-9.000000e+01 |  77.53%
108.92/109.02	c   108s|     1 |     0 | 76668 |  73M|   0 | 826 |1000 |  15k|  15k|1000 |4386 |  11k|   0 |   0 |-3.995000e+02 |-9.000000e+01 |  77.47%
110.31/110.48	c   110s|     1 |     0 | 77699 |  74M|   0 | 802 |1000 |  15k|  15k|1000 |4410 |  11k|   0 |   0 |-3.990000e+02 |-9.000000e+01 |  77.44%
113.11/113.23	c   112s|     1 |     0 | 79547 |  75M|   0 | 797 |1000 |  15k|  15k|1000 |4422 |  11k|   0 |   0 |-3.985000e+02 |-9.000000e+01 |  77.42%
115.21/115.36	c   115s|     1 |     0 | 80988 |  75M|   0 | 817 |1000 |  15k|  15k|1000 |3958 |  11k|   0 |   0 |-3.980000e+02 |-9.000000e+01 |  77.39%
117.11/117.22	c   116s|     1 |     0 | 82593 |  76M|   0 | 807 |1000 |  15k|  15k|1000 |4005 |  11k|   0 |   0 |-3.975000e+02 |-9.000000e+01 |  77.36%
118.82/118.93	c   118s|     1 |     0 | 84313 |  76M|   0 | 795 |1000 |  15k|  15k|1000 |4061 |  11k|   0 |   0 |-3.970000e+02 |-9.000000e+01 |  77.33%
120.51/120.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.51/120.66	c   120s|     1 |     0 | 85785 |  76M|   0 | 822 |1000 |  15k|  15k|1000 |4071 |  11k|   0 |   0 |-3.960000e+02 |-9.000000e+01 |  77.27%
122.50/122.70	c   122s|     1 |     0 | 87428 |  77M|   0 | 785 |1000 |  15k|  15k|1000 |4096 |  11k|   0 |   0 |-3.955000e+02 |-9.000000e+01 |  77.24%
123.81/123.92	c   123s|     1 |     0 | 88456 |  77M|   0 | 787 |1000 |  15k|  15k|1000 |4173 |  11k|   0 |   0 |-3.945000e+02 |-9.000000e+01 |  77.19%
126.61/126.80	c   126s|     1 |     0 | 90907 |  78M|   0 | 808 |1000 |  15k|  15k|1000 |2843 |  11k|   0 |   0 |-3.932500e+02 |-9.000000e+01 |  77.11%
127.61/127.79	c   127s|     1 |     0 | 92069 |  78M|   0 | 804 |1000 |  15k|  15k|1000 |2998 |  11k|   0 |   0 |-3.922500e+02 |-9.000000e+01 |  77.06%
128.81/128.90	c   128s|     1 |     0 | 93377 |  78M|   0 | 864 |1000 |  15k|  15k|1000 |3058 |  11k|   0 |   0 |-3.918214e+02 |-9.000000e+01 |  77.03%
130.31/130.44	c   130s|     1 |     0 | 95165 |  79M|   0 | 858 |1000 |  15k|  15k|1000 |3307 |  12k|   0 |   0 |-3.913231e+02 |-9.000000e+01 |  77.00%
131.21/131.39	c   131s|     1 |     0 | 96134 |  80M|   0 | 822 |1000 |  15k|  15k|1000 |3656 |  12k|   0 |   0 |-3.901667e+02 |-9.000000e+01 |  76.93%
132.30/132.45	c   132s|     1 |     0 | 97131 |  80M|   0 | 799 |1000 |  15k|  15k|1000 |3784 |  12k|   0 |   0 |-3.897500e+02 |-9.000000e+01 |  76.91%
134.41/134.55	c   134s|     1 |     0 | 98805 |  80M|   0 | 778 |1000 |  15k|  15k|1000 |3601 |  12k|   0 |   0 |-3.890000e+02 |-9.000000e+01 |  76.86%
136.00/136.10	c   135s|     1 |     0 |100408 |  81M|   0 | 768 |1000 |  15k|  15k|1000 |3613 |  12k|   0 |   0 |-3.880000e+02 |-9.000000e+01 |  76.80%
137.79/137.99	c   137s|     1 |     0 |102075 |  81M|   0 | 817 |1000 |  15k|  15k|1000 |3710 |  12k|   0 |   0 |-3.875000e+02 |-9.000000e+01 |  76.77%
140.10/140.20	c   139s|     1 |     0 |104112 |  82M|   0 | 825 |1000 |  15k|  15k|1000 |3781 |  12k|   0 |   0 |-3.865000e+02 |-9.000000e+01 |  76.71%
143.00/143.13	c   142s|     1 |     0 |106848 |  83M|   0 | 874 |1000 |  15k|  15k|1000 |3845 |  12k|   0 |   0 |-3.857805e+02 |-9.000000e+01 |  76.67%
144.89/145.04	c   144s|     1 |     0 |108991 |  84M|   0 | 867 |1000 |  15k|  15k|1000 |4045 |  13k|   0 |   0 |-3.845000e+02 |-9.000000e+01 |  76.59%
147.00/147.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.00/147.11	c   146s|     1 |     0 |110965 |  85M|   0 | 873 |1000 |  15k|  15k|1000 |3890 |  13k|   0 |   0 |-3.833398e+02 |-9.000000e+01 |  76.52%
148.60/148.79	c   148s|     1 |     0 |112619 |  86M|   0 | 943 |1000 |  15k|  15k|1000 |3997 |  13k|   0 |   0 |-3.823260e+02 |-9.000000e+01 |  76.46%
150.80/150.92	c   150s|     1 |     0 |113718 |  87M|   0 | 892 |1000 |  15k|  15k|1000 |5751 |  14k|   0 |   0 |-3.819863e+02 |-9.000000e+01 |  76.44%
152.49/152.67	c   152s|     1 |     0 |115011 |  88M|   0 | 883 |1000 |  15k|  15k|1000 |5787 |  14k|   0 |   0 |-3.815714e+02 |-9.000000e+01 |  76.41%
156.69/156.85	c   156s|     1 |     0 |117520 |  90M|   0 | 904 |1000 |  15k|  15k|1000 |5827 |  15k|   0 |   0 |-3.804978e+02 |-9.000000e+01 |  76.35%
158.59/158.79	c   158s|     1 |     0 |118889 |  92M|   0 | 902 |1000 |  15k|  15k|1000 |5900 |  15k|   0 |   0 |-3.800610e+02 |-9.000000e+01 |  76.32%
161.09/161.22	c   160s|     1 |     0 |120496 |  95M|   0 | 911 |1000 |  15k|  15k|1000 |5531 |  15k|   0 |   0 |-3.786503e+02 |-9.000000e+01 |  76.23%
163.39/163.56	c   163s|     1 |     0 |122126 |  96M|   0 | 922 |1000 |  15k|  15k|1000 |5600 |  15k|   0 |   0 |-3.775950e+02 |-9.000000e+01 |  76.16%
166.59/166.70	c   166s|     1 |     0 |123865 |  96M|   0 | 872 |1000 |  15k|  15k|1000 |5712 |  15k|   0 |   0 |-3.766643e+02 |-9.000000e+01 |  76.11%
168.49/168.66	c   168s|     1 |     0 |125408 |  98M|   0 | 916 |1000 |  15k|  15k|1000 |5736 |  15k|   0 |   0 |-3.759272e+02 |-9.000000e+01 |  76.06%
171.08/171.28	c   170s|     1 |     0 |126730 |  98M|   0 | 920 |1000 |  15k|  15k|1000 |5756 |  15k|   0 |   0 |-3.752922e+02 |-9.000000e+01 |  76.02%
174.39/174.55	c   174s|     1 |     0 |128684 |  98M|   0 | 913 |1000 |  15k|  15k|1000 |5817 |  15k|   0 |   0 |-3.742715e+02 |-9.000000e+01 |  75.95%
176.88/177.07	c   176s|     1 |     0 |130453 | 100M|   0 | 917 |1000 |  15k|  15k|1000 |5224 |  15k|   0 |   0 |-3.733008e+02 |-9.000000e+01 |  75.89%
178.79/178.93	c   178s|     1 |     0 |131885 | 101M|   0 | 924 |1000 |  15k|  15k|1000 |5281 |  15k|   0 |   0 |-3.728331e+02 |-9.000000e+01 |  75.86%
181.28/181.49	c   180s|     1 |     0 |133068 | 101M|   0 | 922 |1000 |  15k|  15k|1000 |5361 |  15k|   0 |   0 |-3.723210e+02 |-9.000000e+01 |  75.83%
183.79/183.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.79/183.97	c   183s|     1 |     0 |134963 | 102M|   0 | 920 |1000 |  15k|  15k|1000 |5396 |  15k|   0 |   0 |-3.709282e+02 |-9.000000e+01 |  75.74%
185.68/185.80	c   185s|     1 |     0 |136366 | 103M|   0 | 909 |1000 |  15k|  15k|1000 |5433 |  15k|   0 |   0 |-3.698963e+02 |-9.000000e+01 |  75.67%
187.97/188.10	c   187s|     1 |     0 |137849 | 105M|   0 | 925 |1000 |  15k|  15k|1000 |5491 |  15k|   0 |   0 |-3.692661e+02 |-9.000000e+01 |  75.63%
190.77/190.95	c   190s|     1 |     0 |139155 | 105M|   0 | 932 |1000 |  15k|  15k|1000 |5279 |  15k|   0 |   0 |-3.685631e+02 |-9.000000e+01 |  75.58%
193.98/194.14	c   193s|     1 |     0 |140571 | 105M|   0 | 929 |1000 |  15k|  15k|1000 |5331 |  15k|   0 |   0 |-3.679064e+02 |-9.000000e+01 |  75.54%
196.87/197.05	c   196s|     1 |     0 |142200 | 105M|   0 | 924 |1000 |  15k|  15k|1000 |5381 |  15k|   0 |   0 |-3.670834e+02 |-9.000000e+01 |  75.48%
199.76/199.93	c   199s|     1 |     0 |143606 | 105M|   0 | 893 |1000 |  15k|  15k|1000 |5446 |  16k|   0 |   0 |-3.662393e+02 |-9.000000e+01 |  75.43%
202.66/202.84	c   202s|     1 |     0 |145630 | 107M|   0 | 917 |1000 |  15k|  15k|1000 |5477 |  16k|   0 |   0 |-3.656021e+02 |-9.000000e+01 |  75.38%
206.47/206.68	c   206s|     1 |     0 |147855 | 107M|   0 | 926 |1000 |  15k|  15k|1000 |5551 |  16k|   0 |   0 |-3.646556e+02 |-9.000000e+01 |  75.32%
210.67/210.88	c   210s|     1 |     0 |149883 | 106M|   0 | 937 |1000 |  15k|  15k|1000 |5350 |  16k|   0 |   0 |-3.638421e+02 |-9.000000e+01 |  75.26%
213.57/213.74	c   213s|     1 |     0 |150999 | 105M|   0 | 913 |1000 |  15k|  15k|1000 |5408 |  16k|   0 |   0 |-3.635090e+02 |-9.000000e+01 |  75.24%
216.26/216.42	c   215s|     1 |     0 |152282 | 105M|   0 | 912 |1000 |  15k|  15k|1000 |5416 |  16k|   0 |   0 |-3.631621e+02 |-9.000000e+01 |  75.22%
219.27/219.42	c   218s|     1 |     0 |153954 | 105M|   0 | 909 |1000 |  15k|  15k|1000 |5451 |  16k|   0 |   0 |-3.619432e+02 |-9.000000e+01 |  75.13%
222.17/222.35	c   221s|     1 |     0 |155887 | 107M|   0 | 911 |1000 |  15k|  15k|1000 |5501 |  16k|   0 |   0 |-3.609407e+02 |-9.000000e+01 |  75.07%
225.46/225.70	c   225s|     1 |     0 |157762 | 108M|   0 | 905 |1000 |  15k|  15k|1000 |5560 |  16k|   0 |   0 |-3.601695e+02 |-9.000000e+01 |  75.01%
228.06/228.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.06/228.27	c   227s|     1 |     0 |159152 | 109M|   0 | 922 |1000 |  15k|  15k|1000 |5387 |  16k|   0 |   0 |-3.599756e+02 |-9.000000e+01 |  75.00%
231.56/231.79	c   231s|     1 |     0 |161148 | 109M|   0 | 961 |1000 |  15k|  15k|1000 |5420 |  16k|   0 |   0 |-3.593894e+02 |-9.000000e+01 |  74.96%
236.45/236.62	c   235s|     1 |     0 |163194 | 109M|   0 | 948 |1000 |  15k|  15k|1000 |5519 |  16k|   0 |   0 |-3.580390e+02 |-9.000000e+01 |  74.86%
240.95/241.14	c   240s|     1 |     0 |165045 | 109M|   0 | 948 |1000 |  15k|  15k|1000 |5570 |  16k|   0 |   0 |-3.572980e+02 |-9.000000e+01 |  74.81%
244.95/245.16	c   244s|     1 |     0 |166655 | 109M|   0 | 942 |1000 |  15k|  15k|1000 |5589 |  16k|   0 |   0 |-3.567000e+02 |-9.000000e+01 |  74.77%
249.35/249.51	c   248s|     1 |     0 |168507 | 109M|   0 | 950 |1000 |  15k|  15k|1000 |5643 |  16k|   0 |   0 |-3.558456e+02 |-9.000000e+01 |  74.71%
254.35/254.58	c   253s|     1 |     0 |170387 | 109M|   0 | 962 |1000 |  15k|  15k|1000 |5510 |  16k|   0 |   0 |-3.549781e+02 |-9.000000e+01 |  74.65%
259.84/260.09	c   259s|     1 |     0 |172492 | 109M|   0 | 950 |1000 |  15k|  15k|1000 |5603 |  16k|   0 |   0 |-3.537030e+02 |-9.000000e+01 |  74.55%
264.24/264.49	c   263s|     1 |     0 |174489 | 109M|   0 | 963 |1000 |  15k|  15k|1000 |5641 |  16k|   0 |   0 |-3.525934e+02 |-9.000000e+01 |  74.47%
269.45/269.63	c   268s|     1 |     0 |176188 | 109M|   0 | 958 |1000 |  15k|  15k|1000 |5783 |  16k|   0 |   0 |-3.519196e+02 |-9.000000e+01 |  74.43%
274.54/274.71	c   274s|     1 |     0 |178063 | 109M|   0 | 964 |1000 |  15k|  15k|1000 |5825 |  17k|   0 |   0 |-3.512444e+02 |-9.000000e+01 |  74.38%
279.93/280.19	c   279s|     1 |     0 |179952 | 109M|   0 | 967 |1000 |  15k|  15k|1000 |5858 |  17k|   0 |   0 |-3.502142e+02 |-9.000000e+01 |  74.30%
285.94/286.18	c   285s|     1 |     0 |181930 | 109M|   0 | 964 |1000 |  15k|  15k|1000 |5714 |  17k|   0 |   0 |-3.494063e+02 |-9.000000e+01 |  74.24%
291.82/292.00	c   291s|     1 |     0 |184296 | 109M|   0 | 953 |1000 |  15k|  15k|1000 |5750 |  17k|   0 |   0 |-3.482328e+02 |-9.000000e+01 |  74.16%
297.13/297.35	c   296s|     1 |     0 |186093 | 108M|   0 | 973 |1000 |  15k|  15k|1000 |5791 |  17k|   0 |   0 |-3.476724e+02 |-9.000000e+01 |  74.11%
301.93/302.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.93/302.13	c   301s|     1 |     0 |187199 | 108M|   0 | 964 |1000 |  15k|  15k|1000 |5858 |  17k|   0 |   0 |-3.474312e+02 |-9.000000e+01 |  74.10%
306.82/307.09	c   306s|     1 |     0 |188565 | 108M|   0 | 964 |1000 |  15k|  15k|1000 |5872 |  17k|   0 |   0 |-3.471282e+02 |-9.000000e+01 |  74.07%
312.52/312.76	c   311s|     1 |     0 |190565 | 108M|   0 | 964 |1000 |  15k|  15k|1000 |5884 |  17k|   0 |   0 |-3.461208e+02 |-9.000000e+01 |  74.00%
317.92/318.15	c   317s|     1 |     0 |192110 | 108M|   0 | 964 |1000 |  15k|  15k|1000 |5773 |  17k|   0 |   0 |-3.457420e+02 |-9.000000e+01 |  73.97%
322.72/322.94	c   322s|     1 |     0 |193481 | 108M|   0 | 977 |1000 |  15k|  15k|1000 |5791 |  17k|   0 |   0 |-3.454619e+02 |-9.000000e+01 |  73.95%
328.72/328.91	c   328s|     1 |     0 |195601 | 108M|   0 | 974 |1000 |  15k|  15k|1000 |5806 |  17k|   0 |   0 |-3.447298e+02 |-9.000000e+01 |  73.89%
334.72/334.95	c   334s|     1 |     0 |197758 | 108M|   0 | 974 |1000 |  15k|  15k|1000 |5857 |  17k|   0 |   0 |-3.439351e+02 |-9.000000e+01 |  73.83%
340.92/341.15	c   340s|     1 |     0 |199873 | 108M|   0 | 977 |1000 |  15k|  15k|1000 |5905 |  17k|   0 |   0 |-3.431081e+02 |-9.000000e+01 |  73.77%
347.71/347.93	c   347s|     1 |     0 |202246 | 107M|   0 | 975 |1000 |  15k|  15k|1000 |5961 |  17k|   0 |   0 |-3.422535e+02 |-9.000000e+01 |  73.70%
354.01/354.22	c   353s|     1 |     0 |203771 | 107M|   0 | 976 |1000 |  15k|  15k|1000 |5852 |  17k|   0 |   0 |-3.419055e+02 |-9.000000e+01 |  73.68%
360.01/360.28	c   359s|     1 |     0 |205526 | 107M|   0 | 981 |1000 |  15k|  15k|1000 |5888 |  17k|   0 |   0 |-3.411903e+02 |-9.000000e+01 |  73.62%
367.20/367.48	c   366s|     1 |     0 |207988 | 107M|   0 | 984 |1000 |  15k|  15k|1000 |5973 |  17k|   0 |   0 |-3.402953e+02 |-9.000000e+01 |  73.55%
374.00/374.25	c   373s|     1 |     0 |209890 | 107M|   0 | 982 |1000 |  15k|  15k|1000 |6048 |  17k|   0 |   0 |-3.395362e+02 |-9.000000e+01 |  73.49%
380.69/380.91	c   380s|     1 |     0 |211765 | 107M|   0 | 979 |1000 |  15k|  15k|1000 |6095 |  17k|   0 |   0 |-3.389138e+02 |-9.000000e+01 |  73.44%
388.10/388.33	c   387s|     1 |     0 |213991 | 106M|   0 | 991 |1000 |  15k|  15k|1000 |6165 |  17k|   0 |   0 |-3.382008e+02 |-9.000000e+01 |  73.39%
396.09/396.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.09/396.36	c   395s|     1 |     0 |216066 | 106M|   0 | 989 |1000 |  15k|  15k|1000 |6156 |  17k|   0 |   0 |-3.372374e+02 |-9.000000e+01 |  73.31%
401.79/402.09	c   401s|     1 |     0 |217043 | 105M|   0 | 987 |1000 |  15k|  15k|1000 |6192 |  17k|   0 |   0 |-3.370157e+02 |-9.000000e+01 |  73.30%
408.18/408.46	c   407s|     1 |     0 |218450 | 105M|   0 | 989 |1000 |  15k|  15k|1000 |6219 |  17k|   0 |   0 |-3.366669e+02 |-9.000000e+01 |  73.27%
415.07/415.31	c   414s|     1 |     0 |219930 | 105M|   0 | 988 |1000 |  15k|  15k|1000 |6257 |  17k|   0 |   0 |-3.362998e+02 |-9.000000e+01 |  73.24%
421.67/421.90	c   420s|     1 |     0 |221423 | 104M|   0 | 989 |1000 |  15k|  15k|1000 |6297 |  17k|   0 |   0 |-3.359338e+02 |-9.000000e+01 |  73.21%
428.77/429.05	c   428s|     1 |     0 |222970 | 104M|   0 | 988 |1000 |  15k|  15k|1000 |6336 |  18k|   0 |   0 |-3.355148e+02 |-9.000000e+01 |  73.18%
436.27/436.57	c   435s|     1 |     0 |224539 | 104M|   0 | 989 |1000 |  15k|  15k|1000 |6278 |  18k|   0 |   0 |-3.350764e+02 |-9.000000e+01 |  73.14%
443.37/443.63	c   442s|     1 |     0 |226014 | 104M|   0 | 989 |1000 |  15k|  15k|1000 |6312 |  18k|   0 |   0 |-3.346153e+02 |-9.000000e+01 |  73.10%
450.46/450.71	c   449s|     1 |     0 |227429 | 104M|   0 | 991 |1000 |  15k|  15k|1000 |6342 |  18k|   0 |   0 |-3.341909e+02 |-9.000000e+01 |  73.07%
457.85/458.12	c   457s|     1 |     0 |228822 | 104M|   0 | 993 |1000 |  15k|  15k|1000 |6378 |  18k|   0 |   0 |-3.336650e+02 |-9.000000e+01 |  73.03%
464.75/465.04	c   463s|     1 |     0 |230074 | 104M|   0 | 994 |1000 |  15k|  15k|1000 |6414 |  18k|   0 |   0 |-3.332758e+02 |-9.000000e+01 |  73.00%
472.25/472.58	c   471s|     1 |     0 |231641 | 103M|   0 | 994 |1000 |  15k|  15k|1000 |6429 |  18k|   0 |   0 |-3.328426e+02 |-9.000000e+01 |  72.96%
480.05/480.36	c   479s|     1 |     0 |233012 | 103M|   0 | 993 |1000 |  15k|  15k|1000 |6345 |  18k|   0 |   0 |-3.323741e+02 |-9.000000e+01 |  72.92%
487.25/487.55	c   486s|     1 |     0 |234448 | 103M|   0 | 990 |1000 |  15k|  15k|1000 |6371 |  18k|   0 |   0 |-3.319076e+02 |-9.000000e+01 |  72.88%
494.35/494.63	c   493s|     1 |     0 |235706 | 103M|   0 | 994 |1000 |  15k|  15k|1000 |6419 |  18k|   0 |   0 |-3.314946e+02 |-9.000000e+01 |  72.85%
501.64/501.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.64/501.91	c   500s|     1 |     0 |237042 | 103M|   0 | 995 |1000 |  15k|  15k|1000 |6437 |  18k|   0 |   0 |-3.310935e+02 |-9.000000e+01 |  72.82%
508.74/509.09	c   507s|     1 |     0 |238252 | 103M|   0 | 996 |1000 |  15k|  15k|1000 |6457 |  18k|   0 |   0 |-3.307966e+02 |-9.000000e+01 |  72.79%
515.74/516.06	c   514s|     1 |     0 |239355 | 103M|   0 | 994 |1000 |  15k|  15k|1000 |6471 |  18k|   0 |   0 |-3.305443e+02 |-9.000000e+01 |  72.77%
523.64/523.93	c   522s|     1 |     0 |240586 | 103M|   0 | 993 |1000 |  15k|  15k|1000 |6372 |  18k|   0 |   0 |-3.302675e+02 |-9.000000e+01 |  72.75%
530.53/530.86	c   529s|     1 |     0 |241690 | 103M|   0 | 996 |1000 |  15k|  15k|1000 |6382 |  18k|   0 |   0 |-3.300069e+02 |-9.000000e+01 |  72.73%
537.93/538.26	c   537s|     1 |     0 |242933 | 103M|   0 | 996 |1000 |  15k|  15k|1000 |6394 |  18k|   0 |   0 |-3.295954e+02 |-9.000000e+01 |  72.69%
546.03/546.39	c   545s|     1 |     0 |244501 | 102M|   0 | 996 |1000 |  15k|  15k|1000 |6416 |  18k|   0 |   0 |-3.289007e+02 |-9.000000e+01 |  72.64%
553.32/553.65	c   552s|     1 |     0 |245651 | 101M|   0 | 996 |1000 |  15k|  15k|1000 |6435 |  18k|   0 |   0 |-3.284765e+02 |-9.000000e+01 |  72.60%
560.01/560.37	c   559s|     1 |     0 |246393 | 100M|   0 | 997 |1000 |  15k|  15k|1000 |6455 |  18k|   0 |   0 |-3.282898e+02 |-9.000000e+01 |  72.59%
567.71/568.07	c   566s|     1 |     0 |247405 | 100M|   0 | 995 |1000 |  15k|  15k|1000 |6376 |  18k|   0 |   0 |-3.279719e+02 |-9.000000e+01 |  72.56%
574.32/574.68	c   573s|     1 |     0 |248113 |  99M|   0 | 996 |1000 |  15k|  15k|1000 |6389 |  18k|   0 |   0 |-3.277378e+02 |-9.000000e+01 |  72.54%
580.72/581.07	c   579s|     1 |     0 |248669 |  99M|   0 | 998 |1000 |  15k|  15k|1000 |6401 |  18k|   0 |   0 |-3.276239e+02 |-9.000000e+01 |  72.53%
588.31/588.63	c   587s|     1 |     0 |249991 |  99M|   0 | 996 |1000 |  15k|  15k|1000 |6416 |  18k|   0 |   0 |-3.269375e+02 |-9.000000e+01 |  72.47%
594.80/595.13	c   593s|     1 |     0 |250574 |  99M|   0 | 998 |1000 |  15k|  15k|1000 |6437 |  18k|   0 |   0 |-3.268013e+02 |-9.000000e+01 |  72.46%
601.61/601.99	c   600s|     1 |     0 |251292 |  98M|   0 | 998 |1000 |  15k|  15k|1000 |6450 |  18k|   0 |   0 |-3.265444e+02 |-9.000000e+01 |  72.44%
608.90/609.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.90/609.25	c   608s|     1 |     0 |252029 |  97M|   0 | 997 |1000 |  15k|  15k|1000 |6409 |  18k|   0 |   0 |-3.263795e+02 |-9.000000e+01 |  72.42%
615.70/616.04	c   614s|     1 |     0 |252832 |  97M|   0 | 997 |1000 |  15k|  15k|1000 |6422 |  18k|   0 |   0 |-3.260277e+02 |-9.000000e+01 |  72.39%
622.80/623.19	c   621s|     1 |     0 |253892 |  97M|   0 | 998 |1000 |  15k|  15k|1000 |6434 |  18k|   0 |   0 |-3.255789e+02 |-9.000000e+01 |  72.36%
628.90/629.22	c   627s|     1 |     0 |254150 |  96M|   0 | 998 |1000 |  15k|  15k|1000 |6448 |  18k|   0 |   0 |-3.254880e+02 |-9.000000e+01 |  72.35%
635.49/635.83	c   634s|     1 |     0 |254719 |  96M|   0 | 999 |1000 |  15k|  15k|1000 |6460 |  18k|   0 |   0 |-3.252450e+02 |-9.000000e+01 |  72.33%
641.79/642.18	c   640s|     1 |     0 |255288 |  96M|   0 | 994 |1000 |  15k|  15k|1000 |6476 |  18k|   0 |   0 |-3.250942e+02 |-9.000000e+01 |  72.32%
649.49/649.89	c   648s|     1 |     0 |256120 |  95M|   0 | 996 |1000 |  15k|  15k|1000 |6451 |  18k|   0 |   0 |-3.248843e+02 |-9.000000e+01 |  72.30%
655.78/656.17	c   654s|     1 |     0 |256573 |  95M|   0 | 996 |1000 |  15k|  15k|1000 |6464 |  18k|   0 |   0 |-3.247723e+02 |-9.000000e+01 |  72.29%
661.99/662.38	c   661s|     1 |     0 |256952 |  95M|   0 | 997 |1000 |  15k|  15k|1000 |6476 |  18k|   0 |   0 |-3.247032e+02 |-9.000000e+01 |  72.28%
668.78/669.17	c   667s|     1 |     0 |257676 |  93M|   0 | 998 |1000 |  15k|  15k|1000 |6489 |  18k|   0 |   0 |-3.244500e+02 |-9.000000e+01 |  72.26%
675.48/675.85	c   674s|     1 |     0 |258317 |  93M|   0 | 997 |1000 |  15k|  15k|1000 |6503 |  18k|   0 |   0 |-3.242337e+02 |-9.000000e+01 |  72.24%
681.75/682.13	c   680s|     1 |     0 |258700 |  92M|   0 | 997 |1000 |  15k|  15k|1000 |6519 |  18k|   0 |   0 |-3.241107e+02 |-9.000000e+01 |  72.23%
688.64/689.03	c   687s|     1 |     0 |259210 |  90M|   0 | 997 |1000 |  15k|  15k|1000 |6494 |  18k|   0 |   0 |-3.239665e+02 |-9.000000e+01 |  72.22%
694.94/695.32	c   693s|     1 |     0 |259618 |  89M|   0 | 996 |1000 |  15k|  15k|1000 |6500 |  18k|   0 |   0 |-3.239172e+02 |-9.000000e+01 |  72.22%
701.04/701.49	c   700s|     1 |     0 |260010 |  89M|   0 | 997 |1000 |  15k|  15k|1000 |6512 |  18k|   0 |   0 |-3.238317e+02 |-9.000000e+01 |  72.21%
707.15/707.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.15/707.58	c   706s|     1 |     0 |260405 |  88M|   0 | 996 |1000 |  15k|  15k|1000 |6527 |  18k|   0 |   0 |-3.237816e+02 |-9.000000e+01 |  72.20%
713.43/713.88	c   712s|     1 |     0 |260889 |  86M|   0 | 996 |1000 |  15k|  15k|1000 |6538 |  18k|   0 |   0 |-3.236372e+02 |-9.000000e+01 |  72.19%
719.74/720.15	c   718s|     1 |     0 |261433 |  84M|   0 | 995 |1000 |  15k|  15k|1000 |6548 |  18k|   0 |   0 |-3.234877e+02 |-9.000000e+01 |  72.18%
726.24/726.69	c   725s|     1 |     0 |261837 |  81M|   0 | 998 |1000 |  15k|  15k|1000 |6514 |  18k|   0 |   0 |-3.234019e+02 |-9.000000e+01 |  72.17%
732.22/732.61	c   731s|     1 |     0 |262192 |  80M|   0 | 996 |1000 |  15k|  15k|1000 |6527 |  18k|   0 |   0 |-3.233293e+02 |-9.000000e+01 |  72.16%
738.43/738.88	c   737s|     1 |     0 |262703 |  80M|   0 | 996 |1000 |  15k|  15k|1000 |6541 |  18k|   0 |   0 |-3.232105e+02 |-9.000000e+01 |  72.15%
744.53/744.97	c   743s|     1 |     0 |263164 |  78M|   0 | 995 |1000 |  15k|  15k|1000 |6553 |  18k|   0 |   0 |-3.231351e+02 |-9.000000e+01 |  72.15%
750.53/750.97	c   749s|     1 |     0 |263712 |  78M|   0 | 995 |1000 |  15k|  15k|1000 |6567 |  18k|   0 |   0 |-3.230488e+02 |-9.000000e+01 |  72.14%
756.42/756.89	c   755s|     1 |     0 |264288 |  78M|   0 | 994 |1000 |  15k|  15k|1000 |6581 |  18k|   0 |   0 |-3.230105e+02 |-9.000000e+01 |  72.14%
762.52/762.90	c   761s|     1 |     0 |264547 |  76M|   0 | 972 |1000 |  15k|  15k|1000 |6537 |  18k|   0 |   0 |-3.230000e+02 |-9.000000e+01 |  72.14%
767.41/767.87	c   766s|     1 |     0 |264549 |  75M|   0 | 965 |1000 |  15k|  15k|1000 |6542 |  18k|   0 |   0 |-3.230000e+02 |-9.000000e+01 |  72.14%
772.42/772.85	c   771s|     1 |     0 |264550 |  75M|   0 | 967 |1000 |  15k|  15k|1000 |6545 |  18k|   0 |   0 |-3.230000e+02 |-9.000000e+01 |  72.14%
842.99/843.43	c   841s|     1 |     2 |301677 |  74M|   0 | 967 |1000 |  15k|  15k|1000 |6545 |  18k|   0 |  19 |-3.230000e+02 |-9.000000e+01 |  72.14%
1793.95/1795.28	c 
1793.95/1795.28	c SCIP Status        : solving was interrupted [time limit reached]
1793.95/1795.28	c Solving Time (sec) : 1791.01
1793.95/1795.28	c Solving Nodes      : 146
1793.95/1795.28	c Primal Bound       : -9.00000000000000e+01 (1 solutions)
1793.95/1795.28	c Dual Bound         : -3.19475814092027e+02
1793.95/1795.28	c Gap                : 71.83 %
1794.05/1795.31	c NODE         146
1794.05/1795.31	c DUAL BOUND   -319.476
1794.05/1795.31	c PRIMAL BOUND -90
1794.05/1795.31	c GAP          0.718289
1794.05/1795.31	s SATISFIABLE
1794.05/1795.31	v -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 
1794.05/1795.31	v -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 x964 -x963 -x962 -x961 -x960 -x959 
1794.05/1795.31	v -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 x944 -x943 -x942 -x941 -x940 -x939 -x938 
1794.05/1795.31	v -x937 -x936 -x935 -x934 -x933 -x932 x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1794.05/1795.31	v -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 
1794.05/1795.31	v -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 x881 x880 -x879 -x878 -x877 -x876 -x875 
1794.05/1795.31	v -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 x856 -x855 -x854 
1794.05/1795.31	v x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1794.05/1795.31	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 x818 -x817 -x816 -x815 x814 -x813 -x812 -x811 
1794.05/1795.31	v -x810 -x809 -x808 x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 x795 -x794 -x793 -x792 -x791 -x790 
1794.05/1795.31	v -x789 x788 -x787 -x786 -x785 -x784 -x783 x782 -x781 -x780 -x779 -x778 -x777 x776 -x775 -x774 -x773 x772 -x771 -x770 -x769 
1794.05/1795.31	v -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 
1794.05/1795.31	v -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 
1794.05/1795.31	v -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 
1794.05/1795.31	v -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 
1794.05/1795.31	v -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 x664 
1794.05/1795.31	v -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 
1794.05/1795.31	v -x642 -x641 -x640 -x639 -x638 x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 x626 -x625 -x624 -x623 -x622 
1794.05/1795.31	v -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 
1794.05/1795.31	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 
1794.05/1795.31	v -x580 -x579 -x578 -x577 -x576 -x575 x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 
1794.05/1795.31	v -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 
1794.05/1795.31	v -x538 -x537 -x536 -x535 -x534 -x533 x532 -x531 -x530 x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 
1794.05/1795.31	v -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 
1794.05/1795.31	v -x496 -x495 -x494 -x493 -x492 x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 x476 
1794.05/1795.31	v -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 x459 -x458 x457 -x456 -x455 -x454 
1794.05/1795.31	v -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 x436 x435 x434 -x433 
1794.05/1795.31	v -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 
1794.05/1795.31	v -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 x391 
1794.05/1795.31	v -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 x373 -x372 -x371 -x370 
1794.05/1795.31	v -x369 -x368 -x367 -x366 x365 -x364 -x363 -x362 -x361 x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 
1794.05/1795.31	v -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 x337 -x336 -x335 x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 
1794.05/1795.31	v -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 
1794.05/1795.31	v -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 
1794.05/1795.31	v -x285 x284 -x283 -x282 -x281 x280 -x279 x278 x277 -x276 -x275 -x274 -x273 -x272 x271 x270 -x269 -x268 -x267 -x266 -x265 -x264 
1794.05/1795.31	v -x263 -x262 -x261 -x260 x259 -x258 -x257 -x256 -x255 x254 -x253 -x252 -x251 -x250 x249 -x248 -x247 -x246 -x245 -x244 -x243 
1794.05/1795.31	v -x242 -x241 -x240 -x239 -x238 -x237 x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 
1794.05/1795.31	v -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 
1794.05/1795.31	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 
1794.05/1795.31	v -x179 -x178 -x177 -x176 -x175 x174 x173 -x172 x171 -x170 -x169 -x168 x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1794.05/1795.31	v -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 
1794.05/1795.31	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 
1794.05/1795.31	v -x115 -x114 x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 x104 -x103 x102 -x101 -x100 -x99 x98 -x97 -x96 x95 -x94 -x93 
1794.05/1795.31	v -x92 -x91 x90 x89 -x88 -x87 -x86 x85 -x84 x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 
1794.05/1795.31	v -x65 -x64 -x63 -x62 x61 -x60 x59 -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 x47 -x46 -x45 x44 x43 -x42 -x41 -x40 
1794.05/1795.31	v -x39 x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 x28 x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 
1794.05/1795.31	v -x13 -x12 x11 -x10 x9 x8 -x7 x6 -x5 x4 -x3 -x2 -x1 
1794.05/1795.31	c SCIP Status        : solving was interrupted [time limit reached]
1794.05/1795.31	c Solving Time       :    1791.01
1794.05/1795.31	c Original Problem   :
1794.05/1795.31	c   Problem name     : HOME/instance-1870421-1245202893.opb
1794.05/1795.31	c   Variables        : 16772 (16772 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.05/1795.31	c   Constraints      : 16772 initial, 16772 maximal
1794.05/1795.31	c Presolved Problem  :
1794.05/1795.31	c   Problem name     : t_HOME/instance-1870421-1245202893.opb
1794.05/1795.31	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.05/1795.31	c   Constraints      : 15772 initial, 15772 maximal
1794.05/1795.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.05/1795.31	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1794.05/1795.31	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.05/1795.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.05/1795.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.05/1795.31	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.05/1795.31	c   probing          :       0.55          0          0          0          0          0          0          0          0
1794.05/1795.31	c   and              :       0.30          0          0          0          0          0          0          0          0
1794.05/1795.31	c   linear           :       0.09      15772          0          0      15772          0       1000          0          0
1794.05/1795.31	c   root node        :          -          0          -          -          0          -          -          -          -
1794.05/1795.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.05/1795.31	c   integral         :          0          0          0        145          0          0          0          0          0        290
1794.05/1795.31	c   and              :      15772        877       5800          0          1          0       3067     186398          0          0
1794.05/1795.31	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.05/1795.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.05/1795.31	c   integral         :     256.54       0.00       0.00     256.54       0.00
1794.05/1795.31	c   and              :      22.74      14.57       8.17       0.00       0.00
1794.05/1795.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.05/1795.31	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.05/1795.31	c   rootredcost      :       0.02          0          0          0
1794.05/1795.31	c   pseudoobj        :       0.39       5862          0          0
1794.05/1795.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.05/1795.31	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.05/1795.31	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.05/1795.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.05/1795.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.05/1795.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.05/1795.31	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.05/1795.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.05/1795.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.05/1795.31	c   cut pool         :       1.91        205          -          -       5913          -    (maximal pool size: 15486)
1794.05/1795.31	c   redcost          :       0.07        877          0          0          0          0
1794.05/1795.31	c   impliedbounds    :       0.27        206          0          0      31224          0
1794.05/1795.31	c   intobj           :       0.00          0          0          0          0          0
1794.05/1795.31	c   gomory           :     426.11        202          0          0      68712          0
1794.05/1795.31	c   strongcg         :       2.86         20          0          0      10000          0
1794.05/1795.31	c   cmir             :       1.36         10          0          0          0          0
1794.05/1795.31	c   flowcover        :       0.80         10          0          0          0          0
1794.05/1795.31	c   clique           :       7.01        202          0          0       1648          0
1794.05/1795.31	c   zerohalf         :       0.00          0          0          0          0          0
1794.05/1795.31	c   mcf              :       0.06          1          0          0          0          0
1794.05/1795.31	c Pricers            :       Time      Calls       Vars
1794.05/1795.31	c   problem variables:       0.00          0          0
1794.05/1795.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.05/1795.31	c   relpscost        :     256.54        145          0          0          0          0        290
1794.05/1795.31	c   pscost           :       0.00          0          0          0          0          0          0
1794.05/1795.31	c   inference        :       0.00          1          0          0          0          0          2
1794.05/1795.31	c   mostinf          :       0.00          0          0          0          0          0          0
1794.05/1795.31	c   leastinf         :       0.00          0          0          0          0          0          0
1794.05/1795.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.05/1795.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.05/1795.31	c   random           :       0.00          0          0          0          0          0          0
1794.05/1795.31	c Primal Heuristics  :       Time      Calls      Found
1794.05/1795.31	c   LP solutions     :       0.00          -          0
1794.05/1795.31	c   pseudo solutions :       0.00          -          0
1794.05/1795.31	c   crossover        :       0.00          0          0
1794.05/1795.31	c   oneopt           :       0.01          1          0
1794.05/1795.31	c   simplerounding   :       0.00          0          0
1794.05/1795.31	c   rounding         :      16.46        952          1
1794.05/1795.31	c   shifting         :       3.19        143          0
1794.05/1795.31	c   intshifting      :       0.00          0          0
1794.05/1795.31	c   fixandinfer      :       0.00          0          0
1794.05/1795.31	c   feaspump         :      65.51          3          0
1794.05/1795.31	c   coefdiving       :      42.98          3          0
1794.05/1795.31	c   pscostdiving     :      40.02          3          0
1794.05/1795.31	c   fracdiving       :      50.48          4          0
1794.05/1795.31	c   veclendiving     :      44.85          3          0
1794.05/1795.31	c   intdiving        :       0.00          0          0
1794.05/1795.31	c   actconsdiving    :       0.00          0          0
1794.05/1795.31	c   objpscostdiving  :     126.30          3          0
1794.05/1795.31	c   rootsoldiving    :       7.13          5          0
1794.05/1795.31	c   linesearchdiving :      43.01          4          0
1794.05/1795.31	c   guideddiving     :      51.93          4          0
1794.05/1795.31	c   octane           :       0.00          0          0
1794.05/1795.31	c   rens             :       0.01          0          0
1794.05/1795.31	c   rins             :       0.00          0          0
1794.05/1795.31	c   localbranching   :       0.00          0          0
1794.05/1795.31	c   mutation         :       0.00          0          0
1794.05/1795.31	c   dins             :       0.00          0          0
1794.05/1795.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.05/1795.31	c   primal LP        :      25.97          0          0       0.00       0.00
1794.05/1795.31	c   dual LP          :     549.02        953     645439     677.27    1175.62
1794.05/1795.31	c   barrier LP       :       0.00          0          0       0.00          -
1794.05/1795.31	c   diving/probing LP:     459.02       6159     977070     158.64    2128.60
1794.05/1795.31	c   strong branching :     256.47        888     431024     485.39    1680.60
1794.05/1795.31	c     (at root node) :          -         19       6698     352.53          -
1794.05/1795.31	c   conflict analysis:       0.00          0          0       0.00          -
1794.05/1795.31	c B&B Tree           :
1794.05/1795.31	c   number of runs   :          1
1794.05/1795.31	c   nodes            :        146
1794.05/1795.31	c   nodes (total)    :        146
1794.05/1795.31	c   nodes left       :        147
1794.05/1795.31	c   max depth        :         31
1794.05/1795.31	c   max depth (total):         31
1794.05/1795.31	c   backtracks       :         53 (36.3%)
1794.05/1795.31	c   delayed cutoffs  :          0
1794.05/1795.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.05/1795.31	c   avg switch length:       3.75
1794.05/1795.31	c   switching time   :      17.75
1794.05/1795.31	c Solution           :
1794.05/1795.31	c   Solutions found  :          1 (1 improvements)
1794.05/1795.31	c   Primal Bound     : -9.00000000000000e+01   (in run 1, after 1 nodes, 1.41 seconds, depth 0, found by <rounding>)
1794.05/1795.31	c   Dual Bound       : -3.19475814092027e+02
1794.05/1795.31	c   Gap              :      71.83 %
1794.05/1795.31	c   Root Dual Bound  : -3.22999999999999e+02
1794.25/1795.50	c Time complete: 1794.25.

Verifier Data

OK	-90

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870421-1245202893/watcher-1870421-1245202893 -o /tmp/evaluation-result-1870421-1245202893/solver-1870421-1245202893 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870421-1245202893.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/64 10771
/proc/meminfo: memFree=1813764/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=7616 CPUtime=0
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 581 0 0 0 0 0 0 0 18 0 1 0 187887191 7798784 566 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/10771/statm: 1904 577 354 1256 0 643 0

[startup+0.020771 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10771
/proc/meminfo: memFree=1813764/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=13160 CPUtime=0.01
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 2223 0 0 0 1 0 0 0 18 0 1 0 187887191 13475840 2208 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 0 0 0
/proc/10771/statm: 3290 2213 378 1256 0 2029 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13160

[startup+0.101777 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10771
/proc/meminfo: memFree=1813764/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=23824 CPUtime=0.09
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 4939 0 0 0 7 2 0 0 18 0 1 0 187887191 24395776 4923 1992294400 4194304 9342243 548682068736 18446744073709551615 4419412 0 0 4096 0 0 0 0 17 0 0 0
/proc/10771/statm: 5956 4923 378 1256 0 4695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23824

[startup+0.301797 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10771
/proc/meminfo: memFree=1813764/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=51888 CPUtime=0.29
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 12322 0 0 0 24 5 0 0 19 0 1 0 187887191 53133312 11952 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 12972 11952 426 1256 0 11711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51888

[startup+0.701839 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10771
/proc/meminfo: memFree=1813764/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=61708 CPUtime=0.69
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 14565 0 0 0 54 15 0 0 23 0 1 0 187887191 63188992 14195 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 15427 14195 467 1256 0 14166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61708

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10772
/proc/meminfo: memFree=1758588/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=71796 CPUtime=1.49
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 17134 0 0 0 126 23 0 0 25 0 1 0 187887191 73519104 16757 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 17949 16765 513 1256 0 16688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71796

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10772
/proc/meminfo: memFree=1725244/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=104708 CPUtime=3.09
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 24808 0 0 0 282 27 0 0 25 0 1 0 187887191 107220992 23527 1992294400 4194304 9342243 548682068736 18446744073709551615 8247743 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 26177 23527 641 1256 0 24916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104708

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10772
/proc/meminfo: memFree=1718780/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=107328 CPUtime=6.28
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 25554 0 0 0 598 30 0 0 25 0 1 0 187887191 109903872 24273 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 26832 24273 641 1256 0 25571 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107328

[startup+12.7063 s]
/proc/loadavg: 1.31 1.07 1.02 2/65 10772
/proc/meminfo: memFree=1707644/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=117532 CPUtime=12.69
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 29093 0 0 0 1235 34 0 0 25 0 1 0 187887191 120352768 26947 1992294400 4194304 9342243 548682068736 18446744073709551615 6978102 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 29383 26947 644 1256 0 28122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117532

[startup+25.5054 s]
/proc/loadavg: 1.57 1.13 1.04 2/65 10772
/proc/meminfo: memFree=1701180/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=119988 CPUtime=25.48
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 34407 0 0 0 2509 39 0 0 25 0 1 0 187887191 122867712 28723 1992294400 4194304 9342243 548682068736 18446744073709551615 4642303 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 29997 28723 658 1256 0 28736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119988

[startup+51.101 s]
/proc/loadavg: 1.78 1.21 1.07 2/65 10772
/proc/meminfo: memFree=1676348/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=147348 CPUtime=51.05
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 40575 0 0 0 5061 44 0 0 25 0 1 0 187887191 150884352 34891 1992294400 4194304 9342243 548682068736 18446744073709551615 5869974 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 36837 34891 660 1256 0 35576 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 147348

[startup+102.301 s]
/proc/loadavg: 1.31 1.17 1.07 2/65 10772
/proc/meminfo: memFree=1669500/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=154900 CPUtime=102.21
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 51972 0 0 0 10164 57 0 0 25 0 1 0 187887191 158617600 36606 1992294400 4194304 9342243 548682068736 18446744073709551615 4338504 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 38725 36606 660 1256 0 37464 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 154900

[startup+162.301 s]
/proc/loadavg: 1.11 1.14 1.06 2/65 10772
/proc/meminfo: memFree=1646652/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=181352 CPUtime=162.19
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 69975 0 0 0 16145 74 0 0 25 0 1 0 187887191 185704448 42470 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 45338 42470 660 1256 0 44077 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 181352

[startup+222.302 s]
/proc/loadavg: 1.04 1.11 1.05 2/65 10772
/proc/meminfo: memFree=1628348/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196288 CPUtime=222.17
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74349 0 0 0 22132 85 0 0 25 0 1 0 187887191 200998912 46844 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49072 46844 660 1256 0 47811 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 196288

[startup+282.302 s]
/proc/loadavg: 1.01 1.09 1.05 2/65 10772
/proc/meminfo: memFree=1627068/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=282.13
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74661 0 0 0 28121 92 0 0 25 0 1 0 187887191 202485760 47156 1992294400 4194304 9342243 548682068736 18446744073709551615 4345380 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47156 660 1256 0 48174 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 197740

[startup+342.306 s]
/proc/loadavg: 1.00 1.07 1.04 2/65 10772
/proc/meminfo: memFree=1626748/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=342.12
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74720 0 0 0 34111 101 0 0 25 0 1 0 187887191 202485760 47215 1992294400 4194304 9342243 548682068736 18446744073709551615 8050838 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47215 660 1256 0 48174 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 197740

[startup+402.301 s]
/proc/loadavg: 1.00 1.05 1.04 2/65 10772
/proc/meminfo: memFree=1626556/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=402.08
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74747 0 0 0 40099 109 0 0 25 0 1 0 187887191 202485760 47242 1992294400 4194304 9342243 548682068736 18446744073709551615 6952845 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47242 660 1256 0 48174 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 197740

[startup+462.301 s]
/proc/loadavg: 1.00 1.04 1.03 2/65 10772
/proc/meminfo: memFree=1626428/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=462.06
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74774 0 0 0 46089 117 0 0 25 0 1 0 187887191 202485760 47269 1992294400 4194304 9342243 548682068736 18446744073709551615 4338438 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47269 660 1256 0 48174 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 197740

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 10772
/proc/meminfo: memFree=1626172/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=522.04
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74797 0 0 0 52080 124 0 0 25 0 1 0 187887191 202485760 47292 1992294400 4194304 9342243 548682068736 18446744073709551615 5869974 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47292 660 1256 0 48174 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 197740

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/65 10772
/proc/meminfo: memFree=1626108/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=582.02
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74799 0 0 0 58072 130 0 0 25 0 1 0 187887191 202485760 47294 1992294400 4194304 9342243 548682068736 18446744073709551615 4339117 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47294 660 1256 0 48174 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 197740

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 10772
/proc/meminfo: memFree=1625980/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197740 CPUtime=641.99
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 74808 0 0 0 64064 135 0 0 25 0 1 0 187887191 202485760 47303 1992294400 4194304 9342243 548682068736 18446744073709551615 4252216 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49435 47303 669 1256 0 48174 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 197740

[startup+702.301 s]

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

/proc/meminfo: memFree=1625148/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=194428 CPUtime=1061.79
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76442 0 0 0 105996 183 0 0 25 0 1 0 187887191 199094272 47442 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 48607 47442 685 1256 0 47346 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 194428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10772
/proc/meminfo: memFree=1624892/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196320 CPUtime=1121.77
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76502 0 0 0 111984 193 0 0 25 0 1 0 187887191 201031680 47502 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49080 47502 685 1256 0 47819 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 196320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10778
/proc/meminfo: memFree=1624700/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196320 CPUtime=1181.73
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76518 0 0 0 117971 202 0 0 25 0 1 0 187887191 201031680 47518 1992294400 4194304 9342243 548682068736 18446744073709551615 6978134 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49080 47518 686 1256 0 47819 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 196320

[startup+1242.3 s]
/proc/loadavg: 1.49 1.11 1.04 2/71 11233
/proc/meminfo: memFree=1609036/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196320 CPUtime=1241.29
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76527 0 0 0 123911 218 0 0 25 0 1 0 187887191 201031680 47527 1992294400 4194304 9342243 548682068736 18446744073709551615 6966390 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49080 47527 686 1256 0 47819 0
Current children cumulated CPU time (s) 1241.29
Current children cumulated vsize (KiB) 196320

[startup+1302.3 s]
/proc/loadavg: 1.36 1.16 1.06 2/65 11274
/proc/meminfo: memFree=1590004/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196320 CPUtime=1301.2
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76541 0 0 0 129891 229 0 0 25 0 1 0 187887191 201031680 47541 1992294400 4194304 9342243 548682068736 18446744073709551615 6341962 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49080 47541 686 1256 0 47819 0
Current children cumulated CPU time (s) 1301.2
Current children cumulated vsize (KiB) 196320

[startup+1362.3 s]
/proc/loadavg: 1.13 1.13 1.05 2/65 11274
/proc/meminfo: memFree=1590004/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196320 CPUtime=1361.19
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76551 0 0 0 135882 237 0 0 25 0 1 0 187887191 201031680 47551 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49080 47551 686 1256 0 47819 0
Current children cumulated CPU time (s) 1361.19
Current children cumulated vsize (KiB) 196320

[startup+1422.3 s]
/proc/loadavg: 1.05 1.10 1.05 2/65 11275
/proc/meminfo: memFree=1589940/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=196320 CPUtime=1421.17
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76561 0 0 0 141872 245 0 0 25 0 1 0 187887191 201031680 47561 1992294400 4194304 9342243 548682068736 18446744073709551615 6081597 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49080 47561 686 1256 0 47819 0
Current children cumulated CPU time (s) 1421.17
Current children cumulated vsize (KiB) 196320

[startup+1482.3 s]
/proc/loadavg: 1.02 1.08 1.04 2/65 11275
/proc/meminfo: memFree=1589876/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197472 CPUtime=1481.15
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76624 0 0 0 147865 250 0 0 25 0 1 0 187887191 202211328 47624 1992294400 4194304 9342243 548682068736 18446744073709551615 6965954 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49368 47624 686 1256 0 48107 0
Current children cumulated CPU time (s) 1481.15
Current children cumulated vsize (KiB) 197472

[startup+1542.3 s]
/proc/loadavg: 1.00 1.06 1.03 2/65 11275
/proc/meminfo: memFree=1589756/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=197472 CPUtime=1541.14
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76649 0 0 0 153856 258 0 0 25 0 1 0 187887191 202211328 47649 1992294400 4194304 9342243 548682068736 18446744073709551615 6965710 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49368 47649 686 1256 0 48107 0
Current children cumulated CPU time (s) 1541.14
Current children cumulated vsize (KiB) 197472

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.03 2/65 11275
/proc/meminfo: memFree=1589692/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1601.11
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76681 0 0 0 159845 266 0 0 25 0 1 0 187887191 202801152 47681 1992294400 4194304 9342243 548682068736 18446744073709551615 6978562 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47681 686 1256 0 48251 0
Current children cumulated CPU time (s) 1601.11
Current children cumulated vsize (KiB) 198048

[startup+1662.31 s]
/proc/loadavg: 1.00 1.04 1.02 2/65 11275
/proc/meminfo: memFree=1589628/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1661.1
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76683 0 0 0 165837 273 0 0 25 0 1 0 187887191 202801152 47683 1992294400 4194304 9342243 548682068736 18446744073709551615 6952114 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47683 686 1256 0 48251 0
Current children cumulated CPU time (s) 1661.1
Current children cumulated vsize (KiB) 198048

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 11275
/proc/meminfo: memFree=1589628/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1721.08
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76683 0 0 0 171827 281 0 0 25 0 1 0 187887191 202801152 47683 1992294400 4194304 9342243 548682068736 18446744073709551615 6951726 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47683 686 1256 0 48251 0
Current children cumulated CPU time (s) 1721.08
Current children cumulated vsize (KiB) 198048

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589436/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1781.05
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76703 0 0 0 177818 287 0 0 25 0 1 0 187887191 202801152 47703 1992294400 4194304 9342243 548682068736 18446744073709551615 6960513 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47703 686 1256 0 48251 0
Current children cumulated CPU time (s) 1781.05
Current children cumulated vsize (KiB) 198048

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

[startup+1785.7 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589436/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1784.46
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76703 0 0 0 178158 288 0 0 25 0 1 0 187887191 202801152 47703 1992294400 4194304 9342243 548682068736 18446744073709551615 6960325 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47703 686 1256 0 48251 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 198048

[startup+1792.11 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589372/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1790.85
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76712 0 0 0 178797 288 0 0 25 0 1 0 187887191 202801152 47712 1992294400 4194304 9342243 548682068736 18446744073709551615 6922379 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47712 686 1256 0 48251 0
Current children cumulated CPU time (s) 1790.85
Current children cumulated vsize (KiB) 198048

[startup+1793.7 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589372/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1792.45
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76713 0 0 0 178957 288 0 0 25 0 1 0 187887191 202801152 47713 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47713 686 1256 0 48251 0
Current children cumulated CPU time (s) 1792.45
Current children cumulated vsize (KiB) 198048

[startup+1794.5 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589372/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1793.25
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76713 0 0 0 179037 288 0 0 25 0 1 0 187887191 202801152 47713 1992294400 4194304 9342243 548682068736 18446744073709551615 6966579 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47713 686 1256 0 48251 0
Current children cumulated CPU time (s) 1793.25
Current children cumulated vsize (KiB) 198048

[startup+1795.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589372/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=198048 CPUtime=1794.05
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76713 0 0 0 179117 288 0 0 25 0 1 0 187887191 202801152 47713 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 0 0 0 0 17 0 0 0
/proc/10771/statm: 49512 47713 686 1256 0 48251 0
Current children cumulated CPU time (s) 1794.05
Current children cumulated vsize (KiB) 198048

[startup+1795.5 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11275
/proc/meminfo: memFree=1589372/2055920 swapFree=4178716/4192956
[pid=10771] ppid=10769 vsize=46492 CPUtime=1794.25
/proc/10771/stat : 10771 (pbscip.linux.x8) R 10769 10771 10598 0 -1 4194304 76718 0 0 0 179134 291 0 0 18 0 1 0 187887191 47607808 10756 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 0 0 0
/proc/10771/statm: 11623 10756 3221 1256 0 10362 0
Current children cumulated CPU time (s) 1794.25
Current children cumulated vsize (KiB) 46492

Child status: 0
Real time (s): 1795.51
CPU time (s): 1794.27
CPU user time (s): 1791.35
CPU system time (s): 2.91956
CPU usage (%): 99.9308
Max. virtual memory (cumulated for all children) (KiB): 204224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.35
system time used= 2.91956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76721
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= 9
involuntary context switches= 7011

runsolver used 1.56176 second user time and 4.18536 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 03:41:33
IDJOB=1870421
IDBENCH=48209
IDSOLVER=684
FILE ID=node90/1870421-1245202893
PBS_JOBID= 9368341
Free space on /tmp= 66528 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870421-1245202893/watcher-1870421-1245202893 -o /tmp/evaluation-result-1870421-1245202893/solver-1870421-1245202893 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870421-1245202893.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=904662821

node90.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1814244 kB
Buffers:         38620 kB
Cached:         138320 kB
SwapCached:       8428 kB
Active:          81904 kB
Inactive:       105660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814244 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           12132 kB
Writeback:           0 kB
Mapped:          16264 kB
Slab:            40160 kB
Committed_AS:   121768 kB
PageTables:       1436 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= 66516 MiB
End job on node90 at 2009-06-17 04:11:28