Trace number 3693763

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT-7 190.057 190.097

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_4.opb
MD5SUM0c3fb28b3ecb8f1eba2bffa356ef5364
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.47556
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693763-1338037186.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.03/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11828 impls, 100 clqs
0.09/0.11	c    (0.1s) probing: 51/1566 (3.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.11	c presolving (2 rounds):
0.09/0.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  11828 implications, 100 cliques
0.09/0.11	c presolved problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1617 constraints
0.09/0.11	c     150 constraints of type <setppc>
0.09/0.11	c    1466 constraints of type <and>
0.09/0.11	c       1 constraints of type <linear>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.11
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.1.1.4
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1797
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c t 0.3s|     1 |     0 |  1079 |     - |7173k|   0 | 730 |1566 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 |    Inf 
0.19/0.25	o -2
0.19/0.25	c s 0.3s|     1 |     0 |  1079 |     - |7234k|   0 | 730 |1566 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
0.29/0.32	o -3
0.29/0.32	c U 0.3s|     1 |     0 |  1079 |     - |7295k|   0 | 730 |1566 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
0.79/0.85	c   0.8s|     1 |     0 |  1494 |     - |7684k|   0 | 793 |1566 |1618 |1566 |3088 |   5 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.19/1.28	c   1.3s|     1 |     0 |  2189 |     - |7886k|   0 | 785 |1566 |1618 |1566 |3094 |  11 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.59/1.65	c   1.7s|     1 |     0 |  2761 |     - |8085k|   0 | 818 |1566 |1618 |1566 |3103 |  20 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
2.10/2.13	c   2.1s|     1 |     0 |  3234 |     - |8183k|   0 | 799 |1566 |1618 |1566 |3115 |  32 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
2.49/2.57	c   2.6s|     1 |     0 |  3766 |     - |8255k|   0 | 817 |1566 |1618 |1566 |3123 |  40 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
2.89/2.90	c   2.9s|     1 |     0 |  4013 |     - |8439k|   0 | 822 |1566 |1618 |1566 |3131 |  48 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
12.69/12.73	c  12.7s|     1 |     2 |  4013 |     - |8460k|   0 | 822 |1566 |1618 |1566 |3131 |  48 |   0 |  41 |-2.500000e+01 |-3.000000e+00 | 733.33%
21.89/21.99	o -5
21.89/21.99	c R22.0s|    15 |    14 | 16394 | 884.4 |8556k|  14 |  86 |1566 |1618 |1566 |1307 | 727 |   0 | 212 |-2.500000e+01 |-5.000000e+00 | 400.00%
25.79/25.84	o -6
25.79/25.84	c R25.8s|    36 |    23 | 22253 | 521.1 |8620k|  14 |  60 |1566 |1619 |1566 |1202 |1026 |   1 | 307 |-2.500000e+01 |-6.000000e+00 | 316.67%
43.48/43.52	c  43.5s|   100 |    73 |136679 |1340.1 |8886k|  16 | 668 |1566 |1621 |1566 |1706 |3267 |   3 | 365 |-2.450000e+01 |-6.000000e+00 | 308.33%
61.48/61.58	c  61.6s|   200 |   161 |272164 |1347.5 |9349k|  44 |  99 |1566 |1644 |1566 |1768 |4405 |  26 | 397 |-2.140272e+01 |-6.000000e+00 | 256.71%
66.77/66.84	c  66.8s|   300 |   227 |310952 |1026.6 |9806k|  55 | 140 |1566 |1653 |1566 |1756 |4958 |  35 | 402 |-1.801527e+01 |-6.000000e+00 | 200.25%
70.87/70.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.87/70.91	c  70.9s|   400 |   295 |343099 | 849.8 |  10M|  58 | 258 |1566 |1655 |1566 |1763 |5385 |  37 | 402 |-1.586696e+01 |-6.000000e+00 | 164.45%
74.07/74.11	c  74.1s|   500 |   361 |365361 | 724.1 |  10M|  58 | 176 |1566 |1673 |1566 |1759 |5653 |  55 | 407 |-1.573282e+01 |-6.000000e+00 | 162.21%
77.47/77.50	c  77.5s|   600 |   427 |387081 | 639.5 |  10M|  59 | 399 |1566 |1676 |1566 |1291 |6048 |  58 | 429 |-1.565323e+01 |-6.000000e+00 | 160.89%
80.47/80.50	c  80.5s|   700 |   485 |409751 | 580.5 |  11M|  59 |   - |1566 |1677 |1566 |1743 |6830 |  59 | 431 |-1.549145e+01 |-6.000000e+00 | 158.19%
82.27/82.33	c  82.3s|   800 |   533 |423142 | 524.6 |  11M|  60 | 283 |1566 |1679 |1566 |1753 |7115 |  61 | 433 |-1.519570e+01 |-6.000000e+00 | 153.26%
84.27/84.33	c  84.3s|   900 |   591 |437296 | 482.0 |  12M|  60 |   - |1566 |1687 |1566 |1672 |7472 |  69 | 433 |-1.519570e+01 |-6.000000e+00 | 153.26%
86.16/86.29	c  86.3s|  1000 |   641 |451088 | 447.5 |  12M|  60 |   - |1566 |1690 |1566 |1753 |7812 |  72 | 438 |-1.519570e+01 |-6.000000e+00 | 153.26%
88.07/88.19	c  88.2s|  1100 |   673 |462507 | 417.2 |  12M|  60 |   - |1566 |1690 |1566 |1706 |8029 |  72 | 463 |-1.510642e+01 |-6.000000e+00 | 151.77%
89.97/90.08	c  90.1s|  1200 |   713 |474946 | 392.8 |  13M|  60 | 105 |1566 |1699 |1566 |1633 |8405 |  81 | 478 |-1.466785e+01 |-6.000000e+00 | 144.46%
91.56/91.66	c  91.7s|  1300 |   765 |487675 | 372.3 |  13M|  60 |   - |1566 |1703 |1566 |1711 |9068 |  86 | 479 |-1.466785e+01 |-6.000000e+00 | 144.46%
93.17/93.27	c  93.3s|  1400 |   813 |499515 | 354.2 |  13M|  61 |  91 |1566 |1704 |1566 |1322 |9340 |  87 | 479 |-1.459216e+01 |-6.000000e+00 | 143.20%
94.76/94.87	c  94.9s|  1500 |   853 |511977 | 338.9 |  14M|  61 |   - |1566 |1710 |1566 |1697 |9542 |  94 | 481 |-1.455425e+01 |-6.000000e+00 | 142.57%
96.07/96.19	c  96.2s|  1600 |   899 |521418 | 323.6 |  14M|  61 |  86 |1566 |1708 |1566 |1703 |9743 |  94 | 481 |-1.455425e+01 |-6.000000e+00 | 142.57%
97.57/97.65	c  97.6s|  1700 |   937 |531969 | 310.7 |  15M|  61 |  97 |1566 |1712 |1566 |1415 |9852 |  98 | 481 |-1.454497e+01 |-6.000000e+00 | 142.42%
99.97/100.08	c   100s|  1800 |   967 |547220 | 301.9 |  15M|  61 |  90 |1566 |1712 |1566 |1691 |  10k|  98 | 511 |-1.431422e+01 |-6.000000e+00 | 138.57%
101.77/101.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.77/101.88	c   102s|  1900 |  1005 |559525 | 292.5 |  16M|  61 | 177 |1566 |1713 |1566 |1169 |  10k| 102 | 528 |-1.406947e+01 |-6.000000e+00 | 134.49%
102.86/102.94	c   103s|  2000 |  1027 |567718 | 282.0 |  16M|  63 |  79 |1566 |1713 |1566 |1768 |  10k| 102 | 528 |-1.406947e+01 |-6.000000e+00 | 134.49%
103.96/104.03	c   104s|  2100 |  1063 |574971 | 272.0 |  16M|  63 |   - |1566 |1715 |1566 |1756 |  10k| 105 | 531 |-1.406947e+01 |-6.000000e+00 | 134.49%
105.48/105.58	c   106s|  2200 |  1097 |587523 | 265.4 |  16M|  63 | 215 |1566 |1717 |1566 |1714 |  11k| 107 | 533 |-1.399052e+01 |-6.000000e+00 | 133.18%
107.26/107.33	c   107s|  2300 |  1137 |601111 | 259.7 |  17M|  63 | 101 |1566 |1721 |1566 |1730 |  11k| 111 | 533 |-1.398872e+01 |-6.000000e+00 | 133.15%
108.77/108.85	c   109s|  2400 |  1181 |611993 | 253.4 |  17M|  63 |  32 |1566 |1725 |1566 |1236 |  11k| 118 | 533 |-1.398863e+01 |-6.000000e+00 | 133.14%
109.87/109.97	c   110s|  2500 |  1203 |619698 | 246.4 |  17M|  63 |   - |1566 |1729 |1566 |1705 |  11k| 123 | 534 |-1.394274e+01 |-6.000000e+00 | 132.38%
111.56/111.65	c   112s|  2600 |  1227 |630699 | 241.1 |  17M|  63 | 136 |1566 |1733 |1566 |1655 |  12k| 128 | 556 |-1.389515e+01 |-6.000000e+00 | 131.59%
112.46/112.59	c   113s|  2700 |  1257 |636721 | 234.4 |  18M|  63 |   - |1566 |1733 |1566 |1763 |  12k| 130 | 565 |-1.389515e+01 |-6.000000e+00 | 131.59%
113.17/113.29	o -7
113.17/113.29	c * 113s|  2737 |   677 |640810 | 232.7 |  12M|  63 |   - |1566 |1734 |1566 |1248 |  12k| 131 | 577 |-1.388827e+01 |-7.000000e+00 |  98.40%
113.97/114.06	c   114s|  2800 |   684 |645635 | 229.2 |  12M|  63 |   - |1566 |1733 |1566 |1767 |  12k| 131 | 588 |-1.388827e+01 |-7.000000e+00 |  98.40%
115.16/115.25	c   115s|  2900 |   698 |652111 | 223.6 |  13M|  63 | 126 |1566 |1733 |1566 |1692 |  12k| 133 | 604 |-1.388827e+01 |-7.000000e+00 |  98.40%
116.26/116.30	c   116s|  3000 |   710 |659541 | 218.6 |  13M|  63 |   - |1566 |1732 |1566 |1731 |  12k| 134 | 606 |-1.387624e+01 |-7.000000e+00 |  98.23%
117.16/117.20	c   117s|  3100 |   732 |665579 | 213.5 |  13M|  63 | 193 |1566 |1738 |1566 |1742 |  12k| 141 | 607 |-1.387624e+01 |-7.000000e+00 |  98.23%
118.06/118.14	c   118s|  3200 |   748 |672150 | 208.9 |  13M|  63 |   - |1566 |1740 |1566 |1727 |  12k| 144 | 608 |-1.387624e+01 |-7.000000e+00 |  98.23%
118.77/118.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.77/118.82	c   119s|  3300 |   764 |676393 | 203.8 |  13M|  63 |   - |1566 |1751 |1566 |1760 |  12k| 156 | 608 |-1.387624e+01 |-7.000000e+00 |  98.23%
119.66/119.71	c   120s|  3400 |   774 |682684 | 199.7 |  13M|  63 |   - |1566 |1750 |1566 |1750 |  12k| 158 | 608 |-1.384324e+01 |-7.000000e+00 |  97.76%
120.66/120.74	c   121s|  3500 |   790 |689879 | 196.0 |  13M|  63 | 110 |1566 |1748 |1566 |1179 |  13k| 158 | 609 |-1.384324e+01 |-7.000000e+00 |  97.76%
121.66/121.79	c   122s|  3600 |   810 |697790 | 192.8 |  14M|  63 | 127 |1566 |1745 |1566 |1754 |  13k| 158 | 610 |-1.384324e+01 |-7.000000e+00 |  97.76%
122.36/122.48	c   122s|  3700 |   826 |702810 | 188.9 |  14M|  63 |   - |1566 |1743 |1566 |1760 |  13k| 158 | 610 |-1.383273e+01 |-7.000000e+00 |  97.61%
123.36/123.44	c   123s|  3800 |   842 |709725 | 185.8 |  14M|  63 |   - |1566 |1743 |1566 |1727 |  13k| 159 | 610 |-1.383273e+01 |-7.000000e+00 |  97.61%
123.97/124.03	c   124s|  3900 |   860 |713830 | 182.1 |  14M|  63 | 124 |1566 |1742 |1566 |1756 |  13k| 160 | 610 |-1.383273e+01 |-7.000000e+00 |  97.61%
124.76/124.84	c   125s|  4000 |   878 |719427 | 178.9 |  14M|  63 | 110 |1566 |1742 |1566 |1749 |  13k| 161 | 610 |-1.380666e+01 |-7.000000e+00 |  97.24%
125.67/125.73	c   126s|  4100 |   886 |726193 | 176.2 |  14M|  63 |   - |1566 |1742 |1566 |1425 |  13k| 162 | 611 |-1.380666e+01 |-7.000000e+00 |  97.24%
126.26/126.38	c   126s|  4200 |   898 |730933 | 173.1 |  14M|  63 | 166 |1566 |1742 |1566 |1320 |  13k| 162 | 611 |-1.376208e+01 |-7.000000e+00 |  96.60%
127.16/127.20	c   127s|  4300 |   914 |736421 | 170.4 |  15M|  63 | 258 |1566 |1742 |1566 |1611 |  13k| 162 | 611 |-1.376208e+01 |-7.000000e+00 |  96.60%
127.86/127.92	c   128s|  4400 |   926 |741211 | 167.6 |  15M|  63 | 163 |1566 |1742 |1566 |1758 |  13k| 162 | 611 |-1.373449e+01 |-7.000000e+00 |  96.21%
128.67/128.77	c   129s|  4500 |   934 |747113 | 165.2 |  15M|  63 |   - |1566 |1743 |1566 |1646 |  13k| 163 | 611 |-1.373449e+01 |-7.000000e+00 |  96.21%
129.46/129.52	c   130s|  4600 |   940 |752207 | 162.7 |  15M|  63 |  98 |1566 |1744 |1566 |1702 |  13k| 165 | 611 |-1.369689e+01 |-7.000000e+00 |  95.67%
130.06/130.17	c   130s|  4700 |   952 |756709 | 160.2 |  15M|  63 | 141 |1566 |1740 |1566 |1702 |  13k| 166 | 612 |-1.369689e+01 |-7.000000e+00 |  95.67%
130.66/130.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.66/130.73	c   131s|  4800 |   962 |760366 | 157.6 |  15M|  63 |  86 |1566 |1741 |1566 |1760 |  14k| 167 | 612 |-1.369689e+01 |-7.000000e+00 |  95.67%
131.06/131.19	c   131s|  4900 |   964 |763159 | 155.0 |  15M|  63 |   - |1566 |1746 |1566 |1733 |  14k| 172 | 613 |-1.368204e+01 |-7.000000e+00 |  95.46%
132.06/132.10	c   132s|  5000 |   974 |769529 | 153.1 |  15M|  63 | 126 |1566 |1742 |1566 |1183 |  14k| 173 | 613 |-1.366187e+01 |-7.000000e+00 |  95.17%
132.66/132.75	c   133s|  5100 |   982 |774283 | 151.1 |  16M|  63 | 195 |1566 |1742 |1566 |1728 |  14k| 173 | 613 |-1.363295e+01 |-7.000000e+00 |  94.76%
133.16/133.25	c   133s|  5200 |   992 |777554 | 148.8 |  16M|  63 |   - |1566 |1739 |1566 |1770 |  14k| 173 | 613 |-1.363295e+01 |-7.000000e+00 |  94.76%
133.86/133.94	c   134s|  5300 |   994 |782132 | 146.8 |  16M|  63 | 102 |1566 |1738 |1566 |1209 |  14k| 174 | 614 |-1.360141e+01 |-7.000000e+00 |  94.31%
134.56/134.67	c   135s|  5400 |   996 |787403 | 145.1 |  16M|  63 | 107 |1566 |1745 |1566 |1756 |  14k| 181 | 614 |-1.359372e+01 |-7.000000e+00 |  94.20%
135.56/135.68	c   136s|  5500 |   996 |795162 | 143.9 |  16M|  63 |   - |1566 |1743 |1566 |1641 |  14k| 182 | 614 |-1.351490e+01 |-7.000000e+00 |  93.07%
136.16/136.27	c   136s|  5600 |  1000 |798998 | 142.0 |  16M|  63 | 130 |1566 |1743 |1566 |1669 |  14k| 182 | 615 |-1.351490e+01 |-7.000000e+00 |  93.07%
136.66/136.72	c   137s|  5700 |  1002 |802098 | 140.0 |  16M|  63 |   - |1566 |1744 |1566 |1328 |  14k| 183 | 616 |-1.349888e+01 |-7.000000e+00 |  92.84%
137.25/137.34	c   137s|  5800 |  1006 |806081 | 138.3 |  16M|  63 | 187 |1566 |1742 |1566 |1648 |  14k| 183 | 616 |-1.349536e+01 |-7.000000e+00 |  92.79%
138.16/138.22	c   138s|  5900 |  1010 |812331 | 137.0 |  16M|  63 |   - |1566 |1741 |1566 |1185 |  14k| 183 | 616 |-1.349536e+01 |-7.000000e+00 |  92.79%
138.86/138.90	c   139s|  6000 |  1020 |817262 | 135.6 |  16M|  63 |   - |1566 |1745 |1566 |1754 |  14k| 187 | 616 |-1.336981e+01 |-7.000000e+00 |  91.00%
139.15/139.22	c   139s|  6100 |  1020 |818939 | 133.6 |  17M|  63 |   - |1566 |1744 |1566 |1633 |  14k| 187 | 617 |-1.336981e+01 |-7.000000e+00 |  91.00%
139.66/139.74	c   140s|  6200 |  1024 |822443 | 132.0 |  17M|  63 |   - |1566 |1742 |1566 |1242 |  14k| 187 | 617 |-1.333999e+01 |-7.000000e+00 |  90.57%
140.06/140.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.06/140.10	c   140s|  6300 |  1032 |824955 | 130.3 |  17M|  63 |   - |1566 |1742 |1566 |1710 |  14k| 187 | 617 |-1.333999e+01 |-7.000000e+00 |  90.57%
140.46/140.50	c   141s|  6400 |  1030 |827569 | 128.7 |  17M|  63 | 107 |1566 |1743 |1566 |1715 |  15k| 188 | 617 |-1.333439e+01 |-7.000000e+00 |  90.49%
140.86/140.97	c   141s|  6500 |  1030 |830648 | 127.2 |  17M|  63 | 116 |1566 |1746 |1566 |1712 |  15k| 191 | 617 |-1.333439e+01 |-7.000000e+00 |  90.49%
141.56/141.63	c   142s|  6600 |  1030 |835415 | 126.0 |  17M|  63 |   - |1566 |1746 |1566 |1625 |  15k| 191 | 617 |-1.331314e+01 |-7.000000e+00 |  90.19%
141.96/142.02	c   142s|  6700 |  1030 |837939 | 124.5 |  17M|  63 | 132 |1566 |1744 |1566 |1298 |  15k| 191 | 617 |-1.331314e+01 |-7.000000e+00 |  90.19%
142.26/142.33	c   142s|  6800 |  1034 |839834 | 122.9 |  17M|  63 | 119 |1566 |1742 |1566 |1753 |  15k| 191 | 617 |-1.329996e+01 |-7.000000e+00 |  90.00%
142.76/142.88	c   143s|  6900 |  1034 |843511 | 121.7 |  17M|  63 |   - |1566 |1740 |1566 |1642 |  15k| 191 | 617 |-1.327362e+01 |-7.000000e+00 |  89.62%
143.56/143.66	c   144s|  7000 |  1036 |849180 | 120.8 |  17M|  63 |   - |1566 |1744 |1566 |1680 |  15k| 195 | 617 |-1.325163e+01 |-7.000000e+00 |  89.31%
144.56/144.60	c   145s|  7100 |  1040 |855699 | 120.0 |  17M|  63 | 127 |1566 |1744 |1566 |1725 |  15k| 195 | 617 |-1.324778e+01 |-7.000000e+00 |  89.25%
144.96/145.03	c   145s|  7200 |  1044 |858344 | 118.7 |  17M|  63 |   - |1566 |1747 |1566 |1744 |  15k| 198 | 617 |-1.324778e+01 |-7.000000e+00 |  89.25%
145.45/145.56	c   146s|  7300 |  1046 |861876 | 117.5 |  17M|  63 |   - |1566 |1747 |1566 |1724 |  15k| 198 | 617 |-1.324778e+01 |-7.000000e+00 |  89.25%
145.96/146.09	c   146s|  7400 |  1052 |865672 | 116.5 |  18M|  63 |   - |1566 |1748 |1566 |1719 |  15k| 199 | 617 |-1.320827e+01 |-7.000000e+00 |  88.69%
146.46/146.58	c   147s|  7500 |  1054 |868939 | 115.3 |  18M|  63 | 129 |1566 |1749 |1566 |1740 |  15k| 200 | 617 |-1.320827e+01 |-7.000000e+00 |  88.69%
146.86/146.97	c   147s|  7600 |  1056 |871641 | 114.2 |  18M|  63 |   - |1566 |1750 |1566 |1733 |  15k| 201 | 617 |-1.320827e+01 |-7.000000e+00 |  88.69%
147.37/147.46	c   147s|  7700 |  1054 |874921 | 113.1 |  18M|  63 |   - |1566 |1751 |1566 |1191 |  15k| 202 | 617 |-1.319809e+01 |-7.000000e+00 |  88.54%
147.65/147.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.65/147.74	c   148s|  7800 |  1058 |876625 | 111.9 |  18M|  63 |  93 |1566 |1750 |1566 |1761 |  15k| 202 | 617 |-1.319809e+01 |-7.000000e+00 |  88.54%
147.96/148.08	c   148s|  7900 |  1060 |878790 | 110.7 |  18M|  63 |  72 |1566 |1748 |1566 |1751 |  15k| 202 | 617 |-1.319809e+01 |-7.000000e+00 |  88.54%
148.47/148.51	c   149s|  8000 |  1056 |881425 | 109.7 |  18M|  63 |   - |1566 |1751 |1566 |1742 |  15k| 206 | 617 |-1.318814e+01 |-7.000000e+00 |  88.40%
148.85/148.96	c   149s|  8100 |  1052 |884381 | 108.7 |  18M|  63 | 164 |1566 |1750 |1566 |1655 |  15k| 207 | 617 |-1.318814e+01 |-7.000000e+00 |  88.40%
149.36/149.45	c   149s|  8200 |  1052 |887418 | 107.7 |  18M|  63 |  96 |1566 |1749 |1566 |1642 |  15k| 208 | 617 |-1.318814e+01 |-7.000000e+00 |  88.40%
149.76/149.85	c   150s|  8300 |  1056 |889963 | 106.8 |  18M|  63 |  99 |1566 |1749 |1566 |1744 |  15k| 208 | 617 |-1.318814e+01 |-7.000000e+00 |  88.40%
150.26/150.36	c   150s|  8400 |  1054 |893498 | 105.9 |  18M|  63 |   - |1566 |1747 |1566 |1636 |  15k| 208 | 617 |-1.316909e+01 |-7.000000e+00 |  88.13%
150.75/150.89	c   151s|  8500 |  1058 |897005 | 105.1 |  18M|  63 |   - |1566 |1748 |1566 |1194 |  15k| 209 | 617 |-1.315294e+01 |-7.000000e+00 |  87.90%
151.16/151.20	c   151s|  8600 |  1056 |898700 | 104.0 |  18M|  63 |   - |1566 |1748 |1566 |1760 |  15k| 211 | 617 |-1.315294e+01 |-7.000000e+00 |  87.90%
151.96/152.03	c   152s|  8700 |  1058 |905088 | 103.6 |  18M|  63 | 176 |1566 |1747 |1566 |1704 |  16k| 211 | 617 |-1.307389e+01 |-7.000000e+00 |  86.77%
152.66/152.76	c   153s|  8800 |  1066 |910828 | 103.1 |  18M|  63 | 112 |1566 |1747 |1566 |1710 |  16k| 212 | 617 |-1.307313e+01 |-7.000000e+00 |  86.76%
152.95/153.02	c   153s|  8900 |  1072 |912282 | 102.1 |  18M|  63 |  86 |1566 |1747 |1566 |1761 |  16k| 212 | 617 |-1.307313e+01 |-7.000000e+00 |  86.76%
153.26/153.38	c   153s|  9000 |  1068 |914328 | 101.2 |  19M|  63 | 101 |1566 |1748 |1566 |1745 |  16k| 214 | 617 |-1.307313e+01 |-7.000000e+00 |  86.76%
153.76/153.81	c   154s|  9100 |  1062 |916975 | 100.3 |  19M|  63 | 173 |1566 |1747 |1566 |1758 |  16k| 215 | 617 |-1.305546e+01 |-7.000000e+00 |  86.51%
154.06/154.18	c   154s|  9200 |  1062 |919259 |  99.5 |  19M|  63 |   - |1566 |1747 |1566 |1698 |  16k| 217 | 617 |-1.305546e+01 |-7.000000e+00 |  86.51%
154.45/154.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.45/154.59	c   155s|  9300 |  1058 |922081 |  98.7 |  19M|  63 |   - |1566 |1749 |1566 |1719 |  16k| 219 | 617 |-1.305546e+01 |-7.000000e+00 |  86.51%
154.76/154.85	c   155s|  9400 |  1056 |923475 |  97.8 |  19M|  63 | 104 |1566 |1750 |1566 |1745 |  16k| 221 | 617 |-1.305546e+01 |-7.000000e+00 |  86.51%
155.07/155.17	c   155s|  9500 |  1048 |925476 |  97.0 |  19M|  63 |   - |1566 |1750 |1566 |1323 |  16k| 221 | 617 |-1.305546e+01 |-7.000000e+00 |  86.51%
155.36/155.44	c   155s|  9600 |  1050 |926980 |  96.2 |  19M|  63 |  93 |1566 |1751 |1566 |1179 |  16k| 223 | 617 |-1.305546e+01 |-7.000000e+00 |  86.51%
155.66/155.79	c   156s|  9700 |  1046 |929225 |  95.4 |  19M|  63 | 174 |1566 |1752 |1566 |1431 |  16k| 224 | 617 |-1.303039e+01 |-7.000000e+00 |  86.15%
156.25/156.38	c   156s|  9800 |  1038 |932994 |  94.8 |  19M|  63 |   - |1566 |1750 |1566 |1735 |  16k| 224 | 617 |-1.290024e+01 |-7.000000e+00 |  84.29%
156.96/157.05	c   157s|  9900 |  1038 |937699 |  94.3 |  19M|  63 | 146 |1566 |1750 |1566 |1762 |  16k| 224 | 617 |-1.289600e+01 |-7.000000e+00 |  84.23%
157.45/157.53	c   158s| 10000 |  1030 |940943 |  93.7 |  19M|  63 |   - |1566 |1748 |1566 |1684 |  16k| 224 | 617 |-1.289234e+01 |-7.000000e+00 |  84.18%
158.06/158.13	c   158s| 10100 |  1036 |944915 |  93.2 |  19M|  63 | 148 |1566 |1755 |1566 |1754 |  16k| 231 | 617 |-1.285536e+01 |-7.000000e+00 |  83.65%
158.36/158.44	c   158s| 10200 |  1030 |946600 |  92.4 |  19M|  63 | 117 |1566 |1755 |1566 |1749 |  16k| 231 | 617 |-1.283234e+01 |-7.000000e+00 |  83.32%
158.65/158.73	c   159s| 10300 |  1026 |948068 |  91.7 |  19M|  63 |  85 |1566 |1754 |1566 |1325 |  16k| 231 | 617 |-1.283234e+01 |-7.000000e+00 |  83.32%
159.25/159.30	c   159s| 10400 |  1022 |952091 |  91.2 |  19M|  63 |   - |1566 |1750 |1566 |1697 |  16k| 231 | 617 |-1.283234e+01 |-7.000000e+00 |  83.32%
159.65/159.77	c   160s| 10500 |  1016 |955176 |  90.6 |  19M|  63 |   - |1566 |1750 |1566 |1677 |  16k| 231 | 617 |-1.282321e+01 |-7.000000e+00 |  83.19%
160.36/160.41	c   160s| 10600 |  1014 |959592 |  90.2 |  19M|  63 |   - |1566 |1752 |1566 |1705 |  16k| 233 | 617 |-1.279880e+01 |-7.000000e+00 |  82.84%
160.65/160.75	c   161s| 10700 |  1012 |961616 |  89.5 |  19M|  63 | 155 |1566 |1751 |1566 |1309 |  16k| 233 | 617 |-1.279005e+01 |-7.000000e+00 |  82.72%
161.35/161.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.35/161.49	c   161s| 10800 |  1020 |966917 |  89.2 |  19M|  63 | 122 |1566 |1749 |1566 |1706 |  17k| 233 | 617 |-1.278525e+01 |-7.000000e+00 |  82.65%
161.85/161.97	c   162s| 10900 |  1020 |970251 |  88.7 |  19M|  63 | 129 |1566 |1753 |1566 |1321 |  17k| 238 | 617 |-1.278525e+01 |-7.000000e+00 |  82.65%
162.26/162.35	c   162s| 11000 |  1014 |972426 |  88.0 |  19M|  63 |   - |1566 |1752 |1566 |1768 |  17k| 238 | 617 |-1.278525e+01 |-7.000000e+00 |  82.65%
162.76/162.88	c   163s| 11100 |  1008 |976166 |  87.6 |  19M|  63 |   - |1566 |1751 |1566 |1421 |  17k| 238 | 617 |-1.276531e+01 |-7.000000e+00 |  82.36%
163.16/163.21	c   163s| 11200 |  1000 |978228 |  87.0 |  19M|  63 |  90 |1566 |1751 |1566 |1413 |  17k| 238 | 617 |-1.276531e+01 |-7.000000e+00 |  82.36%
163.55/163.65	c   164s| 11300 |   996 |981316 |  86.5 |  19M|  63 |   - |1566 |1751 |1566 |1209 |  17k| 239 | 617 |-1.272900e+01 |-7.000000e+00 |  81.84%
163.96/164.04	c   164s| 11400 |   992 |983823 |  86.0 |  19M|  63 |   - |1566 |1750 |1566 |1670 |  17k| 239 | 617 |-1.268537e+01 |-7.000000e+00 |  81.22%
164.36/164.49	c   164s| 11500 |   986 |986599 |  85.4 |  19M|  63 |  93 |1566 |1752 |1566 |1752 |  17k| 242 | 617 |-1.268537e+01 |-7.000000e+00 |  81.22%
165.15/165.20	c   165s| 11600 |   988 |991857 |  85.2 |  19M|  63 |  59 |1566 |1753 |1566 |1703 |  17k| 243 | 617 |-1.256031e+01 |-7.000000e+00 |  79.43%
165.36/165.48	c   165s| 11700 |   984 |993521 |  84.6 |  19M|  63 |   - |1566 |1753 |1566 |1737 |  17k| 243 | 617 |-1.254528e+01 |-7.000000e+00 |  79.22%
165.96/166.00	c   166s| 11800 |   968 |996964 |  84.2 |  19M|  63 | 110 |1566 |1753 |1566 |1728 |  17k| 244 | 617 |-1.252339e+01 |-7.000000e+00 |  78.91%
166.56/166.61	c   167s| 11900 |   966 |  1001k|  83.8 |  19M|  63 |   - |1566 |1750 |1566 |1319 |  17k| 244 | 617 |-1.252339e+01 |-7.000000e+00 |  78.91%
167.46/167.54	c   168s| 12000 |   970 |  1008k|  83.7 |  19M|  63 |   - |1566 |1749 |1566 |1641 |  17k| 244 | 617 |-1.252146e+01 |-7.000000e+00 |  78.88%
168.26/168.39	c   168s| 12100 |   964 |  1014k|  83.5 |  19M|  63 | 128 |1566 |1748 |1566 |1701 |  17k| 246 | 629 |-1.241944e+01 |-7.000000e+00 |  77.42%
168.96/169.07	c   169s| 12200 |   962 |  1017k|  83.1 |  19M|  63 | 118 |1566 |1746 |1566 |1692 |  17k| 246 | 638 |-1.236459e+01 |-7.000000e+00 |  76.64%
169.55/169.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.55/169.65	c   170s| 12300 |   952 |  1020k|  82.7 |  19M|  63 | 102 |1566 |1746 |1566 |1760 |  17k| 248 | 644 |-1.236459e+01 |-7.000000e+00 |  76.64%
170.25/170.38	c   170s| 12400 |   948 |  1025k|  82.4 |  19M|  63 | 104 |1566 |1746 |1566 |1778 |  17k| 249 | 657 |-1.233273e+01 |-7.000000e+00 |  76.18%
171.05/171.12	c   171s| 12500 |   934 |  1029k|  82.1 |  19M|  63 |  70 |1566 |1748 |1566 |1745 |  18k| 251 | 667 |-1.233273e+01 |-7.000000e+00 |  76.18%
171.75/171.84	c   172s| 12600 |   922 |  1034k|  81.8 |  19M|  63 |   - |1566 |1750 |1566 |1767 |  18k| 253 | 671 |-1.226163e+01 |-7.000000e+00 |  75.17%
172.45/172.50	c   172s| 12700 |   920 |  1039k|  81.5 |  19M|  63 | 103 |1566 |1748 |1566 |1707 |  18k| 253 | 674 |-1.221023e+01 |-7.000000e+00 |  74.43%
172.75/172.87	c   173s| 12800 |   924 |  1041k|  81.1 |  19M|  63 |  75 |1566 |1750 |1566 |1699 |  18k| 255 | 674 |-1.221023e+01 |-7.000000e+00 |  74.43%
173.46/173.59	c   174s| 12900 |   914 |  1046k|  80.8 |  19M|  63 |   - |1566 |1751 |1566 |1701 |  18k| 257 | 674 |-1.218492e+01 |-7.000000e+00 |  74.07%
174.25/174.32	c   174s| 13000 |   922 |  1051k|  80.6 |  19M|  63 |   - |1566 |1751 |1566 |1777 |  18k| 257 | 674 |-1.211479e+01 |-7.000000e+00 |  73.07%
174.66/174.76	c   175s| 13100 |   918 |  1054k|  80.2 |  19M|  63 | 154 |1566 |1756 |1566 |1773 |  18k| 262 | 674 |-1.209503e+01 |-7.000000e+00 |  72.79%
175.15/175.24	c   175s| 13200 |   912 |  1058k|  79.9 |  19M|  63 |  86 |1566 |1755 |1566 |1710 |  18k| 263 | 674 |-1.209503e+01 |-7.000000e+00 |  72.79%
175.96/176.05	c   176s| 13300 |   890 |  1063k|  79.7 |  19M|  63 |   - |1566 |1759 |1566 |1414 |  18k| 267 | 674 |-1.204690e+01 |-7.000000e+00 |  72.10%
176.55/176.61	c   177s| 13400 |   870 |  1067k|  79.4 |  19M|  63 | 115 |1566 |1758 |1566 |1696 |  18k| 267 | 674 |-1.202709e+01 |-7.000000e+00 |  71.82%
177.06/177.14	c   177s| 13500 |   858 |  1070k|  79.0 |  19M|  63 |   - |1566 |1759 |1566 |1581 |  18k| 268 | 674 |-1.195882e+01 |-7.000000e+00 |  70.84%
177.75/177.85	c   178s| 13600 |   840 |  1075k|  78.8 |  19M|  63 | 100 |1566 |1758 |1566 |1744 |  18k| 268 | 674 |-1.190986e+01 |-7.000000e+00 |  70.14%
178.45/178.53	c   179s| 13700 |   806 |  1080k|  78.6 |  19M|  63 |  92 |1566 |1758 |1566 |1304 |  19k| 268 | 674 |-1.179133e+01 |-7.000000e+00 |  68.45%
179.16/179.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.16/179.26	c   179s| 13800 |   750 |  1085k|  78.4 |  18M|  63 |   - |1566 |1756 |1566 |1183 |  19k| 270 | 674 |-1.166117e+01 |-7.000000e+00 |  66.59%
179.75/179.84	c   180s| 13900 |   728 |  1089k|  78.1 |  18M|  63 |   - |1566 |1755 |1566 |1750 |  19k| 270 | 674 |-1.165918e+01 |-7.000000e+00 |  66.56%
181.05/181.14	c   181s| 14000 |   672 |  1097k|  78.1 |  18M|  63 |   - |1566 |1755 |1566 |1752 |  19k| 271 | 703 |-1.156530e+01 |-7.000000e+00 |  65.22%
181.75/181.86	c   182s| 14100 |   638 |  1101k|  77.8 |  18M|  63 |   - |1566 |1754 |1566 |1638 |  19k| 271 | 712 |-1.147365e+01 |-7.000000e+00 |  63.91%
182.76/182.87	c   183s| 14200 |   600 |  1108k|  77.8 |  17M|  63 |   - |1566 |1753 |1566 |1741 |  19k| 272 | 727 |-1.136663e+01 |-7.000000e+00 |  62.38%
183.66/183.76	c   184s| 14300 |   533 |  1113k|  77.6 |  17M|  63 |   - |1566 |1750 |1566 |1677 |  19k| 273 | 754 |-1.129007e+01 |-7.000000e+00 |  61.29%
184.26/184.37	c   184s| 14400 |   511 |  1117k|  77.3 |  16M|  63 |   - |1566 |1750 |1566 |1762 |  19k| 273 | 759 |-1.126791e+01 |-7.000000e+00 |  60.97%
185.06/185.16	c   185s| 14500 |   454 |  1122k|  77.2 |  16M|  63 | 118 |1566 |1750 |1566 |1314 |  19k| 276 | 771 |-1.104753e+01 |-7.000000e+00 |  57.82%
186.05/186.18	c   186s| 14600 |   386 |  1129k|  77.1 |  16M|  63 |  78 |1566 |1749 |1566 |1188 |  19k| 278 | 779 |-1.074546e+01 |-7.000000e+00 |  53.51%
186.75/186.86	c   187s| 14700 |   318 |  1134k|  76.9 |  15M|  63 |   - |1566 |1748 |1566 |1416 |  19k| 278 | 780 |-1.054852e+01 |-7.000000e+00 |  50.69%
187.55/187.62	c   188s| 14800 |   302 |  1140k|  76.8 |  15M|  63 |   - |1566 |1747 |1566 |1745 |  19k| 278 | 781 |-1.036891e+01 |-7.000000e+00 |  48.13%
188.15/188.21	c   188s| 14900 |   215 |  1144k|  76.5 |  14M|  63 |   - |1566 |1745 |1566 |1740 |  19k| 281 | 783 |-9.999792e+00 |-7.000000e+00 |  42.85%
189.05/189.16	c   189s| 15000 |   161 |  1152k|  76.5 |  13M|  63 |   - |1566 |1741 |1566 |1629 |  20k| 282 | 791 |-9.799787e+00 |-7.000000e+00 |  40.00%
189.55/189.64	c   190s| 15100 |   104 |  1155k|  76.2 |  11M|  63 |   - |1566 |1740 |1566 |1703 |  20k| 283 | 793 |-9.532517e+00 |-7.000000e+00 |  36.18%
189.95/190.06	c   190s| 15200 |     4 |  1157k|  75.9 |9243k|  63 |   - |1566 |1735 |   0 |   0 |  20k| 287 | 793 |-8.603077e+00 |-7.000000e+00 |  22.90%
189.95/190.08	c 
189.95/190.08	c SCIP Status        : problem is solved [optimal solution found]
189.95/190.08	c Solving Time (sec) : 190.08
189.95/190.08	c Solving Nodes      : 15204
189.95/190.08	c Primal Bound       : -7.00000000000000e+00 (12 solutions)
189.95/190.08	c Dual Bound         : -7.00000000000000e+00
189.95/190.08	c Gap                : 0.00 %
189.95/190.08	s OPTIMUM FOUND
189.95/190.08	v -x59 -x66 -x97 -x60 -x58 -x56 x96 -x87 -x72 x90 -x98 -x94 -x93 -x82 x62 -x70 -x51 x99 -x91 x89 -x85 -x78 -x67 -x63 -x61 -x57 -x81 
189.95/190.08	v -x71 -x83 -x73 -x74 -x80 -x69 -x68 -x100 -x92 -x53 -x54 -x65 x55 -x95 x86 -x79 -x76 -x88 -x64 -x77 -x75 -x84 -x52 -x50 -x49 
189.95/190.08	v x48 x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 
189.95/190.08	v x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
189.95/190.08	c SCIP Status        : problem is solved [optimal solution found]
189.95/190.08	c Total Time         :     190.08
189.95/190.08	c   solving          :     190.08
189.95/190.08	c   presolving       :       0.11 (included in solving)
189.95/190.08	c   reading          :       0.00 (included in solving)
189.95/190.08	c   copying          :       0.07 (10 #copies) (minimal 0.01, maximal 0.01, average 0.01)
189.95/190.08	c Original Problem   :
189.95/190.08	c   Problem name     : HOME/instance-3693763-1338037186.opb
189.95/190.08	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
189.95/190.08	c   Constraints      : 151 initial, 151 maximal
189.95/190.08	c   Objective sense  : minimize
189.95/190.08	c Presolved Problem  :
189.95/190.08	c   Problem name     : t_HOME/instance-3693763-1338037186.opb
189.95/190.08	c   Variables        : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
189.95/190.08	c   Constraints      : 1617 initial, 1760 maximal
189.95/190.08	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
189.95/190.08	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   and              :       0.08       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
189.95/190.08	c   root node        :          -          -         60          -          -         60          -          -          -          -          -
189.95/190.08	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
189.95/190.08	c   integral         :          0          0          0          0       8044          0         41          0         16        245          0          0      15806
189.95/190.08	c   setppc           :        150        150          6      46732          1          0         36       2055         81      67764          0          0          0
189.95/190.08	c   and              :       1466       1466      11486      46651          1          0         35       2547         31    1252270      22308          0          0
189.95/190.08	c   linear           :          1          1          6      46620          1          0         10          5         15         38          0          0          0
189.95/190.08	c   logicor          :          0+       143          6      11808          0          0          0        100          7       1833          0          0          0
189.95/190.08	c   countsols        :          0          0          0          0          1          0         14          0          0          0          0          0          0
189.95/190.08	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
189.95/190.08	c   integral         :      32.73       0.00       0.00       0.00      32.73       0.00       0.00       0.00
189.95/190.08	c   setppc           :       0.12       0.00       0.00       0.12       0.00       0.00       0.00       0.00
189.95/190.08	c   and              :       2.12       0.00       0.90       1.21       0.00       0.00       0.00       0.00
189.95/190.08	c   linear           :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
189.95/190.08	c   logicor          :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
189.95/190.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
189.95/190.08	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
189.95/190.08	c   rootredcost      :          4          0          0          0
189.95/190.08	c   pseudoobj        :      54759        100         83        172
189.95/190.08	c   vbounds          :          0          0          0          0
189.95/190.08	c   redcost          :      13142          0          0      38431
189.95/190.08	c   probing          :          0          0          0          0
189.95/190.08	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
189.95/190.08	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
189.95/190.08	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00
189.95/190.08	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
189.95/190.08	c   redcost          :       0.40       0.00       0.00       0.40       0.00
189.95/190.08	c   probing          :       0.01       0.00       0.01       0.00       0.00
189.95/190.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
189.95/190.08	c   propagation      :       0.01        217        212        340       27.0          0        0.0          -
189.95/190.08	c   infeasible LP    :       0.00          5          5          7       26.3          0        0.0          0
189.95/190.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
189.95/190.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
189.95/190.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
189.95/190.08	c   applied globally :          -          -          -        287       25.3          -          -          -
189.95/190.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
189.95/190.08	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
189.95/190.08	c   cut pool         :       0.00                     5          -          -          0          -    (maximal pool size: 192)
189.95/190.08	c   closecuts        :       0.00       0.00          0          0          0          0          0
189.95/190.08	c   impliedbounds    :       0.00       0.00          6          0          0         32          0
189.95/190.08	c   intobj           :       0.00       0.00          0          0          0          0          0
189.95/190.08	c   gomory           :       0.92       0.00          6          0          0          0          0
189.95/190.08	c   cgmip            :       0.00       0.00          0          0          0          0          0
189.95/190.08	c   strongcg         :       0.78       0.00          6          0          0        418          0
189.95/190.08	c   cmir             :       0.07       0.00          6          0          0          1          0
189.95/190.08	c   flowcover        :       0.08       0.00          6          0          0          0          0
189.95/190.08	c   clique           :       0.11       0.00          6          0          0         37          0
189.95/190.08	c   zerohalf         :       0.00       0.00          0          0          0          0          0
189.95/190.08	c   mcf              :       0.01       0.00          2          0          0          6          0
189.95/190.08	c   oddcycle         :       0.00       0.00          0          0          0          0          0
189.95/190.08	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
189.95/190.08	c Pricers            :   ExecTime  SetupTime      Calls       Vars
189.95/190.08	c   problem variables:       0.00          -          0          0
189.95/190.08	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
189.95/190.08	c   relpscost        :      32.72       0.00       8043         16        245          0          0      15806
189.95/190.08	c   pscost           :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c   inference        :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c   random           :       0.00       0.00          0          0          0          0          0          0
189.95/190.08	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
189.95/190.08	c   LP solutions     :       0.00          -          -          1
189.95/190.08	c   pseudo solutions :       0.00          -          -          0
189.95/190.08	c   feaspump         :       0.00       0.00          0          0
189.95/190.08	c   oneopt           :       0.01       0.00          4          0
189.95/190.08	c   objpscostdiving  :       3.29       0.00          8          0
189.95/190.08	c   crossover        :       0.19       0.00          6          0
189.95/190.08	c   fracdiving       :       1.79       0.00         31          0
189.95/190.08	c   pscostdiving     :       1.86       0.00         31          0
189.95/190.08	c   veclendiving     :       3.63       0.00         31          0
189.95/190.08	c   linesearchdiving :       2.10       0.00         31          0
189.95/190.08	c   guideddiving     :       1.96       0.00         31          0
189.95/190.08	c   rootsoldiving    :       1.37       0.00         16          0
189.95/190.08	c   coefdiving       :       1.20       0.00         32          0
189.95/190.08	c   smallcard        :       0.00       0.00          0          0
189.95/190.08	c   trivial          :       0.00       0.00          2          1
189.95/190.08	c   shiftandpropagate:       0.00       0.00          0          0
189.95/190.08	c   simplerounding   :       0.00       0.00          0          0
189.95/190.08	c   zirounding       :       0.42       0.00          0          0
189.95/190.08	c   rounding         :       1.13       0.00       6156          2
189.95/190.08	c   shifting         :       0.39       0.00       1186          7
189.95/190.08	c   intshifting      :       0.00       0.00          0          0
189.95/190.08	c   twoopt           :       0.00       0.00          0          0
189.95/190.08	c   indoneopt        :       0.01       0.00          0          0
189.95/190.08	c   indtwoopt        :       0.00       0.00          0          0
189.95/190.08	c   fixandinfer      :       0.00       0.00          0          0
189.95/190.08	c   clique           :       0.00       0.00          0          0
189.95/190.08	c   indcoefdiving    :       0.00       0.00          0          0
189.95/190.08	c   indrounding      :       0.00       0.00          0          0
189.95/190.08	c   nlpdiving        :       0.00       0.00          0          0
189.95/190.08	c   intdiving        :       0.00       0.00          0          0
189.95/190.08	c   actconsdiving    :       0.00       0.00          0          0
189.95/190.08	c   octane           :       0.00       0.00          0          0
189.95/190.08	c   rens             :       0.01       0.00          0          0
189.95/190.08	c   rins             :       0.00       0.00          0          0
189.95/190.08	c   localbranching   :       0.00       0.00          0          0
189.95/190.08	c   mutation         :       0.00       0.00          0          0
189.95/190.08	c   dins             :       0.00       0.00          0          0
189.95/190.08	c   vbounds          :       0.00       0.00          0          0
189.95/190.08	c   undercover       :       0.08       0.00          1          1
189.95/190.08	c   subnlp           :       0.00       0.00          0          0
189.95/190.08	c   trysol           :       0.01       0.00          0          0
189.95/190.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
189.95/190.08	c   primal LP        :       1.04       1161          1       1.00       0.96       1.04       1160
189.95/190.08	c   dual LP          :     125.49      20317    1033330      55.20    8234.61       0.64       1598
189.95/190.08	c   lex dual LP      :       0.00          0          0       0.00          -
189.95/190.08	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
189.95/190.08	c   diving/probing LP:      15.23       7205     124443      17.27    8168.54
189.95/190.08	c   strong branching :      32.59        793     232455     293.13    7132.05
189.95/190.08	c     (at root node) :          -         41      41000    1000.00          -
189.95/190.08	c   conflict analysis:       0.00          0          0       0.00          -
189.95/190.08	c B&B Tree           :
189.95/190.08	c   number of runs   :          1
189.95/190.08	c   nodes            :      15204
189.95/190.08	c   nodes (total)    :      15204
189.95/190.08	c   nodes left       :          0
189.95/190.08	c   max depth        :         63
189.95/190.08	c   max depth (total):         63
189.95/190.08	c   backtracks       :       2329 (15.3%)
189.95/190.08	c   delayed cutoffs  :         10
189.95/190.08	c   repropagations   :       1751 (10673 domain reductions, 0 cutoffs)
189.95/190.08	c   avg switch length:       7.98
189.95/190.08	c   switching time   :       2.92
189.95/190.08	c Solution           :
189.95/190.08	c   Solutions found  :         12 (6 improvements)
189.95/190.08	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
189.95/190.08	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 2737 nodes, 113.28 seconds, depth 18, found by <relaxation>)
189.95/190.08	c   Dual Bound       : -7.00000000000000e+00
189.95/190.08	c   Gap              :       0.00 %
189.95/190.08	c   Root Dual Bound  : -2.50000000000000e+01
189.95/190.08	c   Root Iterations  :       4013
189.95/190.09	c Time complete: 190.05.

Verifier Data

OK	-7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3693763-1338037186/watcher-3693763-1338037186 -o /tmp/evaluation-result-3693763-1338037186/solver-3693763-1338037186 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693763-1338037186.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 1980
/proc/meminfo: memFree=28594512/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 1271 0 0 0 0 0 0 0 20 0 1 0 269847162 10366976 1226 33554432000 4194304 10169799 140734052122592 140734333268456 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2531 1226 413 1459 0 1063 0

[startup+0.0355541 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 1980
/proc/meminfo: memFree=28594512/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=18880 CPUtime=0.03 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 3513 0 0 0 1 2 0 0 20 0 1 0 269847162 19333120 3211 33554432000 4194304 10169799 140734052122592 140734051988920 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 4720 3211 539 1459 0 3252 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880

[startup+0.100247 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 1980
/proc/meminfo: memFree=28594512/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=21980 CPUtime=0.09 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 4308 0 0 0 4 5 0 0 20 0 1 0 269847162 22507520 4006 33554432000 4194304 10169799 140734052122592 140734052120744 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 5495 4006 569 1459 0 4027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21980

[startup+0.300253 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 1980
/proc/meminfo: memFree=28594512/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=47572 CPUtime=0.29 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 10865 0 0 0 22 7 0 0 20 0 1 0 269847162 48713728 10395 33554432000 4194304 10169799 140734052122592 140734052120744 8795777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 11893 10396 790 1459 0 10425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47572

[startup+0.700177 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 1980
/proc/meminfo: memFree=28594512/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=0.69 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13863 0 0 0 61 8 0 0 20 0 1 0 269847162 57090048 12589 33554432000 4194304 10169799 140734052122592 140734052120744 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12589 838 1459 0 12470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55752

[startup+1.50018 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 1981
/proc/meminfo: memFree=28547012/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=1.49 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13909 0 0 0 140 9 0 0 20 0 1 0 269847162 57090048 12625 33554432000 4194304 10169799 140734052122592 140734052118632 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12625 859 1459 0 12470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55752

[startup+3.10026 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 1981
/proc/meminfo: memFree=28546500/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=3.09 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13921 0 0 0 300 9 0 0 20 0 1 0 269847162 57090048 12637 33554432000 4194304 10169799 140734052122592 140734052117192 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12637 861 1459 0 12470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55752

[startup+6.30019 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 1981
/proc/meminfo: memFree=28546128/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=6.29 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13921 0 0 0 618 11 0 0 20 0 1 0 269847162 57090048 12637 33554432000 4194304 10169799 140734052122592 140734052117192 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12637 861 1459 0 12470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55752

[startup+12.7002 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 1981
/proc/meminfo: memFree=28545896/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=12.69 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13921 0 0 0 1255 14 0 0 20 0 1 0 269847162 57090048 12637 33554432000 4194304 10169799 140734052122592 140734052117240 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12637 861 1459 0 12470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55752

[startup+25.5002 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 1984
/proc/meminfo: memFree=28546476/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=25.49 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13925 0 0 0 2523 26 0 0 20 0 1 0 269847162 57090048 12641 33554432000 4194304 10169799 140734052122592 140734052117288 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12641 864 1459 0 12470 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55752

[startup+51.1002 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 1984
/proc/meminfo: memFree=28546372/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=51.08 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 13931 0 0 0 5059 49 0 0 20 0 1 0 269847162 57090048 12644 33554432000 4194304 10169799 140734052122592 140734052117384 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 12644 864 1459 0 12470 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55752

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 2007
/proc/meminfo: memFree=28544552/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=55752 CPUtime=102.27 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 14196 0 0 0 10132 95 0 0 20 0 1 0 269847162 57090048 13175 33554432000 4194304 10169799 140734052122592 140734052117096 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 13938 13175 868 1459 0 12470 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55752

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2007
/proc/meminfo: memFree=28541584/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=59324 CPUtime=162.26 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 23599 0 0 0 16072 154 0 0 20 0 1 0 269847162 60747776 14055 33554432000 4194304 10169799 140734052122592 140734052117096 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 14831 14055 868 1459 0 13363 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 59324

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

[startup+166.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2007
/proc/meminfo: memFree=28540716/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=59940 CPUtime=166.26 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 23740 0 0 0 16468 158 0 0 20 0 1 0 269847162 61378560 14196 33554432000 4194304 10169799 140734052122592 140734052117416 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 14985 14196 868 1459 0 13517 0
Current children cumulated CPU time (s) 166.26
Current children cumulated vsize (KiB) 59940

[startup+179.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2007
/proc/meminfo: memFree=28538048/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=61776 CPUtime=179.05 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24209 0 0 0 17735 170 0 0 20 0 1 0 269847162 63258624 14782 33554432000 4194304 10169799 140734052122592 140734052117000 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15444 14782 868 1459 0 13976 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 61776

[startup+185.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2007
/proc/meminfo: memFree=28537736/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=62632 CPUtime=185.45 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24404 0 0 0 18368 177 0 0 20 0 1 0 269847162 64135168 14976 33554432000 4194304 10169799 140734052122592 140734052117000 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15658 14976 868 1459 0 14190 0
Current children cumulated CPU time (s) 185.45
Current children cumulated vsize (KiB) 62632

[startup+187.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2007
/proc/meminfo: memFree=28537116/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=62632 CPUtime=187.05 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24423 0 0 0 18527 178 0 0 20 0 1 0 269847162 64135168 14995 33554432000 4194304 10169799 140734052122592 140734052117000 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15658 14995 868 1459 0 14190 0
Current children cumulated CPU time (s) 187.05
Current children cumulated vsize (KiB) 62632

[startup+188.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2007
/proc/meminfo: memFree=28537116/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=62632 CPUtime=188.65 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24427 0 0 0 18686 179 0 0 20 0 1 0 269847162 64135168 14999 33554432000 4194304 10169799 140734052122592 140734052116680 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15658 14999 868 1459 0 14190 0
Current children cumulated CPU time (s) 188.65
Current children cumulated vsize (KiB) 62632

[startup+189.5 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 2007
/proc/meminfo: memFree=28537116/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=62764 CPUtime=189.45 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24432 0 0 0 18765 180 0 0 20 0 1 0 269847162 64270336 15004 33554432000 4194304 10169799 140734052122592 140734052120472 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15691 15004 868 1459 0 14223 0
Current children cumulated CPU time (s) 189.45
Current children cumulated vsize (KiB) 62764

[startup+189.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 2007
/proc/meminfo: memFree=28537116/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=62764 CPUtime=189.85 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24448 0 0 0 18805 180 0 0 20 0 1 0 269847162 64270336 15020 33554432000 4194304 10169799 140734052122592 140734052120472 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15691 15020 868 1459 0 14223 0
Current children cumulated CPU time (s) 189.85
Current children cumulated vsize (KiB) 62764

[startup+190 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 2007
/proc/meminfo: memFree=28537116/32873844 swapFree=7100/7100
[pid=1980] ppid=1978 vsize=62764 CPUtime=189.95 cores=1,3,5,7
/proc/1980/stat : 1980 (scip-2.1.1.4sfi) R 1978 1980 32565 0 -1 4202496 24448 0 0 0 18814 181 0 0 20 0 1 0 269847162 64270336 15020 33554432000 4194304 10169799 140734052122592 140734052120472 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 15691 15020 868 1459 0 14223 0
Current children cumulated CPU time (s) 189.95
Current children cumulated vsize (KiB) 62764

Child status: 0
Real time (s): 190.097
CPU time (s): 190.057
CPU user time (s): 188.242
CPU system time (s): 1.81472
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 66684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.242
system time used= 1.81472
maximum resident set size= 64480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24452
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= 16
involuntary context switches= 197

runsolver used 0.341948 second user time and 0.932858 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 14:59:46
IDJOB=3693763
IDBENCH=48259
IDSOLVER=2272
FILE ID=node103/3693763-1338037186
RUNJOBID= node103-1338029661-1335
PBS_JOBID= 14624368
Free space on /tmp= 71560 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_4.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693763-1338037186/watcher-3693763-1338037186 -o /tmp/evaluation-result-3693763-1338037186/solver-3693763-1338037186 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693763-1338037186.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=205710955

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28594884 kB
Buffers:          249956 kB
Cached:          3063004 kB
SwapCached:            0 kB
Active:          1078572 kB
Inactive:        2428228 kB
Active(anon):     196036 kB
Inactive(anon):        0 kB
Active(file):     882536 kB
Inactive(file):  2428228 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13600 kB
Writeback:             0 kB
AnonPages:        186020 kB
Mapped:            17492 kB
Shmem:               200 kB
Slab:             633732 kB
SReclaimable:      76424 kB
SUnreclaim:       557308 kB
KernelStack:        1480 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     307836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node103 at 2012-05-26 15:02:56