Trace number 3693761

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 138.015 138.046

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
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.39857
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)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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-3693761-1338037080.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.00/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, 11940 impls, 100 clqs
0.09/0.11	c    (0.1s) probing: 51/1580 (3.2%) - 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  11940 implications, 100 cliques
0.09/0.11	c presolved problem has 1580 variables (1580 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.09/0.11	c     150 constraints of type <setppc>
0.09/0.11	c    1480 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.24	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.24	c t 0.2s|     1 |     0 |   802 |     - |7218k|   0 | 457 |1580 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 |    Inf 
0.19/0.24	o -2
0.19/0.24	c s 0.2s|     1 |     0 |   802 |     - |7279k|   0 | 457 |1580 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
0.79/0.80	c   0.8s|     1 |     0 |  3797 |     - |7656k|   0 | 395 |1580 |1633 |1580 |3129 |  18 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
0.99/1.05	c   1.0s|     1 |     0 |  4692 |     - |7934k|   0 | 594 |1580 |1633 |1580 |3147 |  36 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.29/1.31	c   1.3s|     1 |     0 |  5402 |     - |8522k|   0 | 780 |1580 |1633 |1580 |3156 |  45 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.49/1.58	c   1.6s|     1 |     0 |  5952 |     - |9040k|   0 | 743 |1580 |1633 |1580 |3166 |  55 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.49/1.58	o -2
1.49/1.58	c s 1.6s|     1 |     0 |  5952 |     - |9060k|   0 | 743 |1580 |1633 |1580 |3166 |  55 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.79/1.88	c   1.9s|     1 |     0 |  6673 |     - |9402k|   0 | 807 |1580 |1633 |1580 |3175 |  64 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.79/1.89	o -2
1.79/1.89	c s 1.9s|     1 |     0 |  6673 |     - |9422k|   0 | 807 |1580 |1633 |1580 |3175 |  64 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
2.20/2.23	c   2.2s|     1 |     0 |  7106 |     - |9623k|   0 | 804 |1580 |1633 |1580 |3180 |  69 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
9.79/9.83	c   9.8s|     1 |     2 |  7106 |     - |9644k|   0 | 804 |1580 |1633 |1580 |3180 |  69 |   1 |  32 |-2.500000e+01 |-2.000000e+00 |1150.00%
13.19/13.25	o -4
13.19/13.25	c R13.3s|     5 |     4 | 15782 |2169.0 |9701k|   4 |  60 |1580 |1633 |1580 |1123 | 447 |   1 |  94 |-2.500000e+01 |-4.000000e+00 | 525.00%
13.58/13.66	o -5
13.58/13.66	c R13.7s|     6 |     5 | 16016 |1782.0 |9732k|   5 |  36 |1580 |1633 |1580 |1138 | 476 |   1 | 134 |-2.500000e+01 |-5.000000e+00 | 400.00%
13.79/13.85	o -6
13.79/13.85	c *13.8s|     8 |     4 | 16136 |1290.0 |9823k|   7 |   - |1580 |1633 |1580 |1145 | 484 |   1 | 168 |-2.500000e+01 |-6.000000e+00 | 316.67%
43.38/43.41	c  43.4s|   100 |    70 |169978 |1645.2 |  10M|  21 | 186 |1580 |1639 |1580 |1749 |3441 |   7 | 460 |-2.337077e+01 |-6.000000e+00 | 289.51%
54.88/54.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.88/54.95	c  55.0s|   200 |   150 |251919 |1230.2 |  10M|  49 | 190 |1580 |1645 |1580 |1754 |4366 |  13 | 486 |-2.290335e+01 |-6.000000e+00 | 281.72%
58.19/58.25	c  58.3s|   300 |   222 |278227 | 906.8 |  10M|  51 | 310 |1580 |1649 |1580 |1742 |4971 |  17 | 486 |-1.803069e+01 |-6.000000e+00 | 200.51%
61.48/61.54	c  61.5s|   400 |   274 |297810 | 728.6 |  11M|  54 |  53 |1580 |1649 |1580 |1742 |5398 |  17 | 508 |-1.780229e+01 |-6.000000e+00 | 196.70%
63.88/63.91	c  63.9s|   500 |   334 |314711 | 616.4 |  11M|  58 |  73 |1580 |1659 |1580 |1738 |5744 |  27 | 515 |-1.585748e+01 |-6.000000e+00 | 164.29%
63.88/63.94	o -7
63.88/63.94	c l63.9s|   503 |   196 |314997 | 613.3 |  10M|  58 |   - |1580 |1659 |1580 |1742 |5748 |  27 | 515 |-1.585748e+01 |-7.000000e+00 | 126.54%
66.38/66.46	c  66.5s|   600 |   241 |332369 | 543.0 |  10M|  58 | 129 |1580 |1659 |1580 |1701 |6149 |  27 | 520 |-1.563925e+01 |-7.000000e+00 | 123.42%
68.58/68.66	c  68.7s|   700 |   295 |348285 | 488.1 |  11M|  58 |   - |1580 |1661 |1580 |1705 |6473 |  29 | 520 |-1.555777e+01 |-7.000000e+00 | 122.25%
69.57/69.62	c  69.6s|   800 |   327 |354388 | 434.6 |  11M|  58 |  95 |1580 |1661 |1580 |1738 |6571 |  29 | 520 |-1.555777e+01 |-7.000000e+00 | 122.25%
70.39/70.47	c  70.5s|   900 |   361 |359841 | 392.4 |  11M|  60 |   - |1580 |1662 |1580 |1746 |6601 |  30 | 520 |-1.555777e+01 |-7.000000e+00 | 122.25%
72.77/72.86	c  72.9s|  1000 |   397 |373768 | 367.0 |  11M|  60 |   - |1580 |1666 |1580 |1539 |6952 |  34 | 556 |-1.555777e+01 |-7.000000e+00 | 122.25%
73.98/74.01	c  74.0s|  1100 |   433 |381178 | 340.4 |  11M|  60 | 151 |1580 |1669 |1580 |1555 |7132 |  37 | 564 |-1.555777e+01 |-7.000000e+00 | 122.25%
75.08/75.16	c  75.2s|  1200 |   465 |387998 | 317.7 |  12M|  60 |  99 |1580 |1675 |1580 |1768 |7254 |  43 | 575 |-1.555777e+01 |-7.000000e+00 | 122.25%
75.78/75.83	c  75.8s|  1300 |   493 |392186 | 296.4 |  12M|  60 |   - |1580 |1676 |1580 |1727 |7328 |  44 | 576 |-1.551973e+01 |-7.000000e+00 | 121.71%
76.88/76.92	c  76.9s|  1400 |   531 |399745 | 280.7 |  12M|  60 | 108 |1580 |1677 |1580 |1755 |7498 |  45 | 585 |-1.550110e+01 |-7.000000e+00 | 121.44%
77.78/77.87	c  77.9s|  1500 |   555 |405895 | 266.0 |  12M|  60 | 196 |1580 |1678 |1580 |1740 |7562 |  46 | 586 |-1.543611e+01 |-7.000000e+00 | 120.52%
79.19/79.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.19/79.25	c  79.2s|  1600 |   583 |415034 | 255.1 |  12M|  60 |   - |1580 |1681 |1580 |1730 |7703 |  49 | 592 |-1.534444e+01 |-7.000000e+00 | 119.21%
80.08/80.18	c  80.2s|  1700 |   621 |421171 | 243.7 |  12M|  60 |   - |1580 |1683 |1580 |1748 |7816 |  51 | 599 |-1.534444e+01 |-7.000000e+00 | 119.21%
81.67/81.78	c  81.8s|  1800 |   663 |430830 | 235.5 |  13M|  61 | 109 |1580 |1688 |1580 |1618 |7965 |  56 | 605 |-1.529070e+01 |-7.000000e+00 | 118.44%
82.97/83.03	c  83.0s|  1900 |   685 |439870 | 227.9 |  13M|  61 | 125 |1580 |1688 |1580 |1719 |8084 |  56 | 605 |-1.518023e+01 |-7.000000e+00 | 116.86%
83.38/83.47	c  83.5s|  2000 |   707 |442678 | 217.9 |  13M|  61 | 102 |1580 |1689 |1580 |1722 |8107 |  57 | 605 |-1.518023e+01 |-7.000000e+00 | 116.86%
83.98/84.08	c  84.1s|  2100 |   731 |446247 | 209.2 |  13M|  61 | 119 |1580 |1689 |1580 |1734 |8154 |  57 | 605 |-1.508524e+01 |-7.000000e+00 | 115.50%
86.17/86.22	c  86.2s|  2200 |   749 |458456 | 205.3 |  13M|  61 | 136 |1580 |1690 |1580 |1702 |8375 |  59 | 629 |-1.499022e+01 |-7.000000e+00 | 114.15%
87.07/87.17	c  87.2s|  2300 |   767 |464809 | 199.1 |  13M|  61 | 132 |1580 |1692 |1580 |1616 |8473 |  61 | 644 |-1.499022e+01 |-7.000000e+00 | 114.15%
88.57/88.60	c  88.6s|  2400 |   781 |477557 | 196.1 |  13M|  61 | 132 |1580 |1694 |1580 |1750 |8503 |  63 | 658 |-1.499022e+01 |-7.000000e+00 | 114.15%
89.17/89.29	c  89.3s|  2500 |   801 |482057 | 190.1 |  14M|  61 | 187 |1580 |1694 |1580 |1613 |8560 |  63 | 663 |-1.488937e+01 |-7.000000e+00 | 112.71%
90.07/90.14	c  90.1s|  2600 |   821 |487683 | 184.9 |  14M|  61 |   - |1580 |1693 |1580 |1650 |8605 |  63 | 666 |-1.485356e+01 |-7.000000e+00 | 112.19%
91.17/91.26	c  91.3s|  2700 |   851 |494616 | 180.6 |  14M|  61 | 181 |1580 |1693 |1580 |1666 |8699 |  63 | 667 |-1.472900e+01 |-7.000000e+00 | 110.41%
91.97/92.05	c  92.1s|  2800 |   879 |499805 | 176.0 |  14M|  61 | 108 |1580 |1699 |1580 |1683 |8722 |  69 | 667 |-1.472900e+01 |-7.000000e+00 | 110.41%
92.38/92.44	c  92.4s|  2900 |   897 |502742 | 171.0 |  14M|  61 | 142 |1580 |1699 |1580 |1750 |8736 |  69 | 667 |-1.468745e+01 |-7.000000e+00 | 109.82%
92.88/92.95	c  93.0s|  3000 |   917 |505787 | 166.3 |  14M|  61 |   - |1580 |1699 |1580 |1702 |8780 |  69 | 667 |-1.468745e+01 |-7.000000e+00 | 109.82%
93.57/93.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.57/93.62	c  93.6s|  3100 |   939 |510632 | 162.5 |  14M|  61 | 137 |1580 |1698 |1580 |1761 |8846 |  69 | 668 |-1.464134e+01 |-7.000000e+00 | 109.16%
93.97/94.07	c  94.1s|  3200 |   947 |513566 | 158.3 |  14M|  61 | 148 |1580 |1698 |1580 |1695 |8875 |  69 | 668 |-1.464134e+01 |-7.000000e+00 | 109.16%
94.47/94.59	c  94.6s|  3300 |   955 |517257 | 154.6 |  14M|  61 | 114 |1580 |1698 |1580 |1756 |8908 |  69 | 668 |-1.464134e+01 |-7.000000e+00 | 109.16%
95.27/95.36	c  95.4s|  3400 |   955 |522930 | 151.8 |  15M|  61 |   - |1580 |1697 |1580 |1728 |8984 |  69 | 668 |-1.464134e+01 |-7.000000e+00 | 109.16%
95.76/95.85	c  95.9s|  3500 |   959 |526375 | 148.4 |  15M|  61 | 215 |1580 |1699 |1580 |1659 |9029 |  71 | 668 |-1.445021e+01 |-7.000000e+00 | 106.43%
96.37/96.47	c  96.5s|  3600 |   965 |530965 | 145.6 |  15M|  61 | 127 |1580 |1699 |1580 |1702 |9068 |  72 | 668 |-1.445021e+01 |-7.000000e+00 | 106.43%
96.86/96.97	c  97.0s|  3700 |   965 |534258 | 142.5 |  15M|  61 | 139 |1580 |1699 |1580 |1710 |9090 |  74 | 668 |-1.444593e+01 |-7.000000e+00 | 106.37%
97.46/97.53	c  97.5s|  3800 |   957 |537490 | 139.6 |  15M|  61 |   - |1580 |1695 |1580 |1729 |9161 |  74 | 680 |-1.444593e+01 |-7.000000e+00 | 106.37%
98.16/98.28	c  98.3s|  3900 |   955 |540877 | 136.9 |  15M|  61 |   - |1580 |1693 |1580 |1710 |9187 |  74 | 708 |-1.434892e+01 |-7.000000e+00 | 104.98%
99.07/99.11	c  99.1s|  4000 |   955 |546198 | 134.8 |  15M|  61 |   - |1580 |1691 |1580 |1731 |9214 |  74 | 717 |-1.422818e+01 |-7.000000e+00 | 103.26%
99.77/99.82	c  99.8s|  4100 |   957 |550904 | 132.7 |  15M|  61 | 123 |1580 |1690 |1580 |1743 |9247 |  74 | 728 |-1.413936e+01 |-7.000000e+00 | 101.99%
100.47/100.59	c   101s|  4200 |   959 |555479 | 130.6 |  15M|  61 |  78 |1580 |1688 |1580 |1702 |9293 |  74 | 744 |-1.412918e+01 |-7.000000e+00 | 101.85%
101.18/101.20	c   101s|  4300 |   957 |558804 | 128.3 |  15M|  61 | 113 |1580 |1688 |1580 |1663 |9337 |  74 | 773 |-1.412918e+01 |-7.000000e+00 | 101.85%
102.77/102.83	c   103s|  4400 |   975 |571502 | 128.3 |  15M|  61 |   - |1580 |1688 |1580 |1130 |9805 |  74 | 787 |-1.412452e+01 |-7.000000e+00 | 101.78%
103.56/103.64	c   104s|  4500 |   983 |577817 | 126.9 |  16M|  61 |   - |1580 |1689 |1580 |1149 |  10k|  75 | 796 |-1.412452e+01 |-7.000000e+00 | 101.78%
103.87/103.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.87/103.95	c   104s|  4600 |   989 |579989 | 124.6 |  16M|  61 |   - |1580 |1689 |1580 |1124 |  10k|  75 | 799 |-1.412452e+01 |-7.000000e+00 | 101.78%
104.16/104.28	c   104s|  4700 |   993 |582407 | 122.4 |  16M|  61 |   - |1580 |1689 |1580 |1136 |  10k|  75 | 802 |-1.412452e+01 |-7.000000e+00 | 101.78%
104.77/104.84	c   105s|  4800 |   997 |586168 | 120.7 |  16M|  61 | 358 |1580 |1699 |1580 |1616 |  10k|  87 | 805 |-1.412452e+01 |-7.000000e+00 | 101.78%
105.77/105.84	c   106s|  4900 |  1005 |593651 | 119.7 |  16M|  61 |   - |1580 |1700 |1580 |1629 |  10k|  88 | 805 |-1.406876e+01 |-7.000000e+00 | 100.98%
106.57/106.62	c   107s|  5000 |  1011 |599314 | 118.5 |  16M|  61 | 148 |1580 |1700 |1580 |1637 |  10k|  88 | 807 |-1.401818e+01 |-7.000000e+00 | 100.26%
107.16/107.24	c   107s|  5100 |  1001 |603688 | 117.0 |  16M|  61 | 118 |1580 |1702 |1580 |1665 |  10k|  90 | 807 |-1.392194e+01 |-7.000000e+00 |  98.88%
107.57/107.65	c   108s|  5200 |   993 |606162 | 115.2 |  16M|  61 |   - |1580 |1703 |1580 |1748 |  10k|  91 | 807 |-1.388154e+01 |-7.000000e+00 |  98.31%
108.66/108.72	c   109s|  5300 |  1005 |614084 | 114.5 |  16M|  61 |   - |1580 |1703 |1580 |1701 |  10k|  91 | 807 |-1.388154e+01 |-7.000000e+00 |  98.31%
109.16/109.28	c   109s|  5400 |  1011 |617616 | 113.1 |  16M|  61 |   - |1580 |1704 |1580 |1799 |  11k|  93 | 807 |-1.388154e+01 |-7.000000e+00 |  98.31%
109.86/109.94	c   110s|  5500 |  1019 |621951 | 111.8 |  16M|  61 |  77 |1580 |1704 |1580 |1644 |  11k|  93 | 807 |-1.388154e+01 |-7.000000e+00 |  98.31%
110.36/110.43	c   110s|  5600 |  1013 |625362 | 110.4 |  16M|  61 |  88 |1580 |1703 |1580 |1755 |  11k|  93 | 807 |-1.371436e+01 |-7.000000e+00 |  95.92%
110.77/110.88	c   111s|  5700 |  1011 |627921 | 108.9 |  16M|  61 |  98 |1580 |1704 |1580 |1662 |  11k|  95 | 808 |-1.371436e+01 |-7.000000e+00 |  95.92%
111.46/111.52	c   112s|  5800 |  1015 |632656 | 107.9 |  16M|  61 |  81 |1580 |1704 |1580 |1742 |  11k|  95 | 808 |-1.371436e+01 |-7.000000e+00 |  95.92%
111.77/111.84	c   112s|  5900 |  1007 |634626 | 106.4 |  16M|  61 |  95 |1580 |1703 |1580 |1614 |  11k|  95 | 808 |-1.351077e+01 |-7.000000e+00 |  93.01%
112.17/112.28	c   112s|  6000 |   997 |637453 | 105.1 |  16M|  61 | 113 |1580 |1703 |1580 |1651 |  11k|  95 | 808 |-1.351077e+01 |-7.000000e+00 |  93.01%
112.67/112.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.67/112.75	c   113s|  6100 |   991 |640718 | 103.9 |  16M|  61 |   - |1580 |1702 |1580 |1739 |  11k|  95 | 808 |-1.347278e+01 |-7.000000e+00 |  92.47%
113.76/113.82	c   114s|  6200 |   999 |648642 | 103.5 |  16M|  61 | 125 |1580 |1702 |1580 |1430 |  11k|  95 | 809 |-1.339189e+01 |-7.000000e+00 |  91.31%
114.37/114.45	c   114s|  6300 |  1005 |653416 | 102.6 |  17M|  61 | 104 |1580 |1704 |1580 |1711 |  11k|  97 | 809 |-1.334939e+01 |-7.000000e+00 |  90.71%
115.36/115.47	c   115s|  6400 |  1005 |661281 | 102.2 |  17M|  61 |   - |1580 |1704 |1580 |1430 |  11k|  97 | 810 |-1.330735e+01 |-7.000000e+00 |  90.11%
116.36/116.50	c   116s|  6500 |  1017 |669273 | 101.9 |  17M|  61 |  68 |1580 |1704 |1580 |1452 |  11k|  97 | 810 |-1.326472e+01 |-7.000000e+00 |  89.50%
116.96/117.03	c   117s|  6600 |  1015 |673188 | 100.9 |  17M|  61 |  77 |1580 |1703 |1580 |1462 |  11k|  97 | 810 |-1.323449e+01 |-7.000000e+00 |  89.06%
117.46/117.60	c   118s|  6700 |  1009 |677151 | 100.0 |  17M|  61 | 135 |1580 |1703 |1580 |1722 |  11k|  97 | 810 |-1.323449e+01 |-7.000000e+00 |  89.06%
118.16/118.27	c   118s|  6800 |  1015 |681631 |  99.2 |  17M|  61 |  96 |1580 |1703 |1580 |1607 |  11k|  97 | 810 |-1.323449e+01 |-7.000000e+00 |  89.06%
119.46/119.58	c   120s|  6900 |  1017 |692361 |  99.3 |  17M|  61 |   - |1580 |1705 |1580 |1642 |  12k|  99 | 810 |-1.321394e+01 |-7.000000e+00 |  88.77%
120.17/120.26	c   120s|  7000 |  1017 |697028 |  98.6 |  17M|  61 | 133 |1580 |1705 |1580 |1717 |  12k|  99 | 810 |-1.315941e+01 |-7.000000e+00 |  87.99%
120.87/120.97	c   121s|  7100 |   995 |701961 |  97.9 |  17M|  61 |   - |1580 |1703 |1580 |1747 |  12k|  99 | 810 |-1.315197e+01 |-7.000000e+00 |  87.89%
121.46/121.51	c   122s|  7200 |   991 |705821 |  97.1 |  17M|  61 |  83 |1580 |1700 |1580 |1738 |  12k|  99 | 810 |-1.315180e+01 |-7.000000e+00 |  87.88%
122.27/122.33	c   122s|  7300 |   977 |711970 |  96.6 |  17M|  61 |   - |1580 |1700 |1580 |1735 |  12k|  99 | 810 |-1.305772e+01 |-7.000000e+00 |  86.54%
122.86/122.97	c   123s|  7400 |   981 |716798 |  95.9 |  17M|  61 |   - |1580 |1700 |1580 |1657 |  12k|  99 | 810 |-1.305772e+01 |-7.000000e+00 |  86.54%
123.67/123.76	c   124s|  7500 |   953 |722632 |  95.4 |  17M|  61 | 180 |1580 |1700 |1580 |1487 |  12k|  99 | 810 |-1.285972e+01 |-7.000000e+00 |  83.71%
124.27/124.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.27/124.32	c   124s|  7600 |   949 |726775 |  94.7 |  17M|  61 | 105 |1580 |1700 |1580 |1545 |  12k| 100 | 810 |-1.273234e+01 |-7.000000e+00 |  81.89%
124.86/124.90	c   125s|  7700 |   901 |730735 |  94.0 |  17M|  61 |   - |1580 |1701 |1580 |1729 |  12k| 101 | 810 |-1.237538e+01 |-7.000000e+00 |  76.79%
125.46/125.53	c   126s|  7800 |   889 |735583 |  93.4 |  17M|  61 | 116 |1580 |1701 |1580 |1671 |  12k| 101 | 810 |-1.217190e+01 |-7.000000e+00 |  73.88%
125.77/125.88	c   126s|  7900 |   879 |737749 |  92.5 |  17M|  61 |   - |1580 |1700 |1580 |1620 |  12k| 101 | 810 |-1.211077e+01 |-7.000000e+00 |  73.01%
126.26/126.36	c   126s|  8000 |   885 |741252 |  91.8 |  17M|  61 | 117 |1580 |1700 |1580 |1635 |  12k| 101 | 810 |-1.200652e+01 |-7.000000e+00 |  71.52%
126.96/127.00	c   127s|  8100 |   849 |746004 |  91.2 |  17M|  61 |   - |1580 |1699 |1580 |1714 |  12k| 101 | 810 |-1.189100e+01 |-7.000000e+00 |  69.87%
127.46/127.58	c   128s|  8200 |   833 |750335 |  90.6 |  17M|  61 |  81 |1580 |1699 |1580 |1633 |  13k| 101 | 810 |-1.175847e+01 |-7.000000e+00 |  67.98%
127.86/127.99	c   128s|  8300 |   823 |753099 |  89.9 |  17M|  61 |   - |1580 |1697 |1580 |1721 |  13k| 101 | 810 |-1.171207e+01 |-7.000000e+00 |  67.32%
128.36/128.48	c   128s|  8400 |   829 |757121 |  89.3 |  17M|  61 | 131 |1580 |1697 |1580 |1143 |  13k| 101 | 810 |-1.164430e+01 |-7.000000e+00 |  66.35%
128.76/128.88	c   129s|  8500 |   813 |759766 |  88.6 |  17M|  61 |   - |1580 |1697 |1580 |1643 |  13k| 101 | 810 |-1.158314e+01 |-7.000000e+00 |  65.47%
129.26/129.33	c   129s|  8600 |   793 |763221 |  87.9 |  17M|  61 |   - |1580 |1696 |1580 |1757 |  13k| 101 | 810 |-1.156398e+01 |-7.000000e+00 |  65.20%
129.96/130.01	c   130s|  8700 |   753 |768361 |  87.5 |  17M|  61 |   - |1580 |1696 |1580 |1649 |  13k| 101 | 810 |-1.139310e+01 |-7.000000e+00 |  62.76%
130.46/130.55	c   131s|  8800 |   747 |772229 |  87.0 |  17M|  61 | 107 |1580 |1696 |1580 |1749 |  13k| 101 | 810 |-1.128368e+01 |-7.000000e+00 |  61.20%
130.96/131.04	c   131s|  8900 |   727 |775448 |  86.3 |  17M|  61 | 106 |1580 |1696 |1580 |1637 |  13k| 101 | 810 |-1.124545e+01 |-7.000000e+00 |  60.65%
131.36/131.49	c   131s|  9000 |   711 |778691 |  85.7 |  17M|  61 |   - |1580 |1696 |1580 |1653 |  13k| 101 | 810 |-1.123726e+01 |-7.000000e+00 |  60.53%
131.87/131.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.87/131.94	c   132s|  9100 |   667 |781714 |  85.1 |  16M|  61 |   - |1580 |1702 |1580 |1623 |  13k| 108 | 810 |-1.114794e+01 |-7.000000e+00 |  59.26%
132.66/132.73	c   133s|  9200 |   609 |787438 |  84.8 |  16M|  61 |   - |1580 |1702 |1580 |1727 |  13k| 108 | 810 |-1.101766e+01 |-7.000000e+00 |  57.40%
133.06/133.18	c   133s|  9300 |   605 |790492 |  84.2 |  16M|  61 |  59 |1580 |1702 |1580 |1676 |  13k| 108 | 810 |-1.098541e+01 |-7.000000e+00 |  56.93%
133.46/133.56	c   134s|  9400 |   561 |793018 |  83.6 |  16M|  61 |   - |1580 |1703 |1580 |1761 |  13k| 109 | 810 |-1.094185e+01 |-7.000000e+00 |  56.31%
134.17/134.23	c   134s|  9500 |   537 |797921 |  83.3 |  16M|  61 |   - |1580 |1703 |1580 |1632 |  14k| 109 | 810 |-1.085635e+01 |-7.000000e+00 |  55.09%
134.56/134.62	c   135s|  9600 |   503 |800388 |  82.6 |  15M|  61 |   - |1580 |1702 |1580 |1138 |  14k| 109 | 810 |-1.081681e+01 |-7.000000e+00 |  54.53%
135.06/135.13	c   135s|  9700 |   433 |803946 |  82.2 |  15M|  61 |  80 |1580 |1701 |1580 |1700 |  14k| 109 | 810 |-1.053199e+01 |-7.000000e+00 |  50.46%
135.56/135.67	c   136s|  9800 |   369 |807707 |  81.7 |  15M|  61 |   - |1580 |1701 |1580 |1656 |  14k| 109 | 810 |-1.032089e+01 |-7.000000e+00 |  47.44%
136.26/136.32	c   136s|  9900 |   299 |812273 |  81.3 |  14M|  61 |   - |1580 |1701 |1580 |1680 |  14k| 109 | 810 |-1.009825e+01 |-7.000000e+00 |  44.26%
136.86/136.91	c   137s| 10000 |   205 |816391 |  80.9 |  13M|  61 |   - |1580 |1701 |1580 |1641 |  14k| 109 | 810 |-9.753943e+00 |-7.000000e+00 |  39.34%
137.47/137.51	c   138s| 10100 |   107 |820673 |  80.6 |  12M|  61 |   - |1580 |1701 |1580 |1704 |  14k| 110 | 810 |-9.652708e+00 |-7.000000e+00 |  37.90%
137.86/137.99	c   138s| 10200 |    12 |824145 |  80.1 |  10M|  61 |   - |1580 |1705 |1580 |1637 |  14k| 116 | 810 |-9.174752e+00 |-7.000000e+00 |  31.07%
137.96/138.03	c 
137.96/138.03	c SCIP Status        : problem is solved [optimal solution found]
137.96/138.03	c Solving Time (sec) : 138.03
137.96/138.03	c Solving Nodes      : 10212
137.96/138.03	c Primal Bound       : -7.00000000000000e+00 (11 solutions)
137.96/138.03	c Dual Bound         : -7.00000000000000e+00
137.96/138.03	c Gap                : 0.00 %
137.96/138.03	s OPTIMUM FOUND
137.96/138.03	v -x84 -x71 -x52 x90 -x85 -x82 -x77 -x75 -x54 -x56 -x95 -x98 -x83 -x87 -x51 -x86 -x79 -x72 -x69 -x67 -x63 -x60 -x59 -x58 -x57 -x64 
137.96/138.03	v -x97 -x61 x92 -x66 -x73 -x53 x81 -x68 -x74 -x55 -x88 -x94 x100 -x80 x93 -x96 x78 -x65 x99 -x62 -x76 -x89 -x70 -x91 -x50 -x49 
137.96/138.03	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 
137.96/138.03	v x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
137.96/138.03	c SCIP Status        : problem is solved [optimal solution found]
137.96/138.03	c Total Time         :     138.03
137.96/138.03	c   solving          :     138.03
137.96/138.03	c   presolving       :       0.11 (included in solving)
137.96/138.03	c   reading          :       0.00 (included in solving)
137.96/138.03	c   copying          :       0.05 (8 #copies) (minimal 0.01, maximal 0.01, average 0.01)
137.96/138.03	c Original Problem   :
137.96/138.03	c   Problem name     : HOME/instance-3693761-1338037080.opb
137.96/138.03	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
137.96/138.03	c   Constraints      : 151 initial, 151 maximal
137.96/138.03	c   Objective sense  : minimize
137.96/138.03	c Presolved Problem  :
137.96/138.03	c   Problem name     : t_HOME/instance-3693761-1338037080.opb
137.96/138.03	c   Variables        : 1580 (1580 binary, 0 integer, 0 implicit integer, 0 continuous)
137.96/138.03	c   Constraints      : 1631 initial, 1707 maximal
137.96/138.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
137.96/138.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   and              :       0.08       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
137.96/138.03	c   root node        :          -          -         31          -          -         31          -          -          -          -          -
137.96/138.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
137.96/138.03	c   integral         :          0          0          0          0       5336          0         38          0          8        283          0          0      10354
137.96/138.03	c   setppc           :        150        150          6      31284          1          0         33        950         19      45757          0          0          0
137.96/138.03	c   and              :       1480       1480       7679      31265          1          0         32       1239         10     867228      16236          0          0
137.96/138.03	c   linear           :          1          1          6      31255          1          0          9         69          4         27          0          0          0
137.96/138.03	c   logicor          :          0+        76          6       6734          0          0          0          1          2        321          0          0          0
137.96/138.03	c   countsols        :          0          0          0          0          1          0         13          0          0          0          0          0          0
137.96/138.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
137.96/138.03	c   integral         :      28.06       0.00       0.00       0.00      28.06       0.00       0.00       0.00
137.96/138.03	c   setppc           :       0.08       0.00       0.00       0.08       0.00       0.00       0.00       0.00
137.96/138.03	c   and              :       1.51       0.00       0.69       0.83       0.00       0.00       0.00       0.00
137.96/138.03	c   linear           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
137.96/138.03	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
137.96/138.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
137.96/138.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
137.96/138.03	c   rootredcost      :          4          0          0          0
137.96/138.03	c   pseudoobj        :      36581         33         61        142
137.96/138.03	c   vbounds          :          0          0          0          0
137.96/138.03	c   redcost          :       8728          0          0      23867
137.96/138.03	c   probing          :          0          0          0          0
137.96/138.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
137.96/138.03	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
137.96/138.03	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
137.96/138.03	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
137.96/138.03	c   redcost          :       0.27       0.00       0.00       0.27       0.00
137.96/138.03	c   probing          :       0.01       0.00       0.01       0.00       0.00
137.96/138.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
137.96/138.03	c   propagation      :       0.00         96         94        134       33.1          0        0.0          -
137.96/138.03	c   infeasible LP    :       0.00          7          7         10       21.3          0        0.0          0
137.96/138.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
137.96/138.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
137.96/138.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
137.96/138.03	c   applied globally :          -          -          -        118       30.8          -          -          -
137.96/138.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
137.96/138.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
137.96/138.03	c   cut pool         :       0.00                     5          -          -          1          -    (maximal pool size: 366)
137.96/138.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
137.96/138.03	c   impliedbounds    :       0.00       0.00          6          0          0          8          0
137.96/138.03	c   intobj           :       0.00       0.00          0          0          0          0          0
137.96/138.03	c   gomory           :       0.40       0.00          6          0          0         18          0
137.96/138.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
137.96/138.03	c   strongcg         :       0.35       0.00          6          0          0        441          0
137.96/138.03	c   cmir             :       0.07       0.00          6          0          0          0          0
137.96/138.03	c   flowcover        :       0.06       0.00          6          0          0          0          0
137.96/138.03	c   clique           :       0.07       0.00          6          0          0         36          0
137.96/138.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
137.96/138.03	c   mcf              :       0.01       0.00          2          0          0          0          0
137.96/138.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
137.96/138.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
137.96/138.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
137.96/138.03	c   problem variables:       0.00          -          0          0
137.96/138.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
137.96/138.03	c   relpscost        :      28.05       0.00       5335          8        283          0          0      10354
137.96/138.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c   inference        :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c   random           :       0.00       0.00          0          0          0          0          0          0
137.96/138.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
137.96/138.03	c   LP solutions     :       0.00          -          -          1
137.96/138.03	c   pseudo solutions :       0.00          -          -          0
137.96/138.03	c   feaspump         :       0.00       0.00          0          0
137.96/138.03	c   oneopt           :       0.01       0.00          7          0
137.96/138.03	c   objpscostdiving  :       2.95       0.00          4          0
137.96/138.03	c   crossover        :       0.14       0.00          4          0
137.96/138.03	c   pscostdiving     :       1.50       0.00         20          0
137.96/138.03	c   veclendiving     :       2.50       0.00         20          0
137.96/138.03	c   linesearchdiving :       0.85       0.00         20          1
137.96/138.03	c   guideddiving     :       1.23       0.00         20          0
137.96/138.03	c   coefdiving       :       0.93       0.00         21          0
137.96/138.03	c   fracdiving       :       1.99       0.00         21          0
137.96/138.03	c   rootsoldiving    :       0.47       0.00         11          0
137.96/138.03	c   smallcard        :       0.00       0.00          0          0
137.96/138.03	c   trivial          :       0.00       0.00          2          1
137.96/138.03	c   shiftandpropagate:       0.00       0.00          0          0
137.96/138.03	c   simplerounding   :       0.00       0.00          0          0
137.96/138.03	c   zirounding       :       0.29       0.00          0          0
137.96/138.03	c   rounding         :       0.94       0.00       4940          2
137.96/138.03	c   shifting         :       0.24       0.00        746          6
137.96/138.03	c   intshifting      :       0.00       0.00          0          0
137.96/138.03	c   twoopt           :       0.00       0.00          0          0
137.96/138.03	c   indtwoopt        :       0.00       0.00          0          0
137.96/138.03	c   indoneopt        :       0.01       0.00          0          0
137.96/138.03	c   fixandinfer      :       0.00       0.00          0          0
137.96/138.03	c   clique           :       0.00       0.00          0          0
137.96/138.03	c   indcoefdiving    :       0.00       0.00          0          0
137.96/138.03	c   indrounding      :       0.00       0.00          0          0
137.96/138.03	c   nlpdiving        :       0.00       0.00          0          0
137.96/138.03	c   intdiving        :       0.00       0.00          0          0
137.96/138.03	c   actconsdiving    :       0.00       0.00          0          0
137.96/138.03	c   octane           :       0.00       0.00          0          0
137.96/138.03	c   rens             :       0.01       0.00          0          0
137.96/138.03	c   rins             :       0.00       0.00          0          0
137.96/138.03	c   localbranching   :       0.00       0.00          0          0
137.96/138.03	c   mutation         :       0.00       0.00          0          0
137.96/138.03	c   dins             :       0.00       0.00          0          0
137.96/138.03	c   vbounds          :       0.00       0.00          0          0
137.96/138.03	c   undercover       :       0.07       0.00          1          0
137.96/138.03	c   subnlp           :       0.00       0.00          0          0
137.96/138.03	c   trysol           :       0.00       0.00          0          0
137.96/138.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
137.96/138.03	c   primal LP        :       0.58        799          0       0.00       0.00       0.58        799
137.96/138.03	c   dual LP          :      87.71      13728     737795      57.92    8411.91       0.39        990
137.96/138.03	c   lex dual LP      :       0.00          0          0       0.00          -
137.96/138.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
137.96/138.03	c   diving/probing LP:      10.76       6009      86544      14.40    8044.40
137.96/138.03	c   strong branching :      27.96        810     201068     248.23    7191.70
137.96/138.03	c     (at root node) :          -         32      32000    1000.00          -
137.96/138.03	c   conflict analysis:       0.00          0          0       0.00          -
137.96/138.03	c B&B Tree           :
137.96/138.03	c   number of runs   :          1
137.96/138.03	c   nodes            :      10212
137.96/138.03	c   nodes (total)    :      10212
137.96/138.03	c   nodes left       :          0
137.96/138.03	c   max depth        :         61
137.96/138.03	c   max depth (total):         61
137.96/138.03	c   backtracks       :       1944 (19.0%)
137.96/138.03	c   delayed cutoffs  :          1
137.96/138.03	c   repropagations   :        357 (3098 domain reductions, 0 cutoffs)
137.96/138.03	c   avg switch length:       9.24
137.96/138.03	c   switching time   :       1.90
137.96/138.03	c Solution           :
137.96/138.03	c   Solutions found  :         11 (8 improvements)
137.96/138.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
137.96/138.03	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 503 nodes, 63.94 seconds, depth 48, found by <linesearchdiving>)
137.96/138.03	c   Dual Bound       : -7.00000000000000e+00
137.96/138.03	c   Gap              :       0.00 %
137.96/138.03	c   Root Dual Bound  : -2.50000000000000e+01
137.96/138.03	c   Root Iterations  :       7106
137.96/138.04	c Time complete: 138.

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-3693761-1338037080/watcher-3693761-1338037080 -o /tmp/evaluation-result-3693761-1338037080/solver-3693761-1338037080 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693761-1338037080.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.00 2.00 2.00 3/176 532
/proc/meminfo: memFree=29295328/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=9156 CPUtime=0 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 269833455 9375744 933 33554432000 4194304 10169799 140733379366896 140734660830840 8844157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 2289 942 387 1459 0 821 0

[startup+0.093989 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 532
/proc/meminfo: memFree=29295328/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=22016 CPUtime=0.09 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 4317 0 0 0 5 4 0 0 20 0 1 0 269833455 22544384 4015 33554432000 4194304 10169799 140733379366896 140733379233224 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 5504 4015 569 1459 0 4036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22016

[startup+0.100307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 532
/proc/meminfo: memFree=29295328/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=22016 CPUtime=0.09 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 4317 0 0 0 5 4 0 0 20 0 1 0 269833455 22544384 4015 33554432000 4194304 10169799 140733379366896 140733379233224 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 5504 4015 569 1459 0 4036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22016

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 532
/proc/meminfo: memFree=29295328/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=50640 CPUtime=0.29 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12011 0 0 0 23 6 0 0 20 0 1 0 269833455 51855360 11541 33554432000 4194304 10169799 140733379366896 140733379362248 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 12708 11562 799 1459 0 11240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50640

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 532
/proc/meminfo: memFree=29295328/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=0.69 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12448 0 0 0 63 6 0 0 20 0 1 0 269833455 47460352 10563 33554432000 4194304 10169799 140733379366896 140733379362248 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10563 859 1459 0 10119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46348

[startup+1.50027 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 533
/proc/meminfo: memFree=29256020/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=1.49 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12451 0 0 0 143 6 0 0 20 0 1 0 269833455 47460352 10566 33554432000 4194304 10169799 140733379366896 140733379362888 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10566 859 1459 0 10119 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46348

[startup+3.10022 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 533
/proc/meminfo: memFree=29255648/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=3.09 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12457 0 0 0 302 7 0 0 20 0 1 0 269833455 47460352 10572 33554432000 4194304 10169799 140733379366896 140733379364408 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10572 861 1459 0 10119 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46348

[startup+6.30023 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 533
/proc/meminfo: memFree=29255268/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=6.29 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12457 0 0 0 620 9 0 0 20 0 1 0 269833455 47460352 10572 33554432000 4194304 10169799 140733379366896 140733379361496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10572 861 1459 0 10119 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46348

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 533
/proc/meminfo: memFree=29254896/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=12.69 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12459 0 0 0 1256 13 0 0 20 0 1 0 269833455 47460352 10574 33554432000 4194304 10169799 140733379366896 140733379361496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10574 863 1459 0 10119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46348

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 533
/proc/meminfo: memFree=29255120/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=25.49 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12459 0 0 0 2524 25 0 0 20 0 1 0 269833455 47460352 10574 33554432000 4194304 10169799 140733379366896 140733379361592 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10574 863 1459 0 10119 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46348

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 533
/proc/meminfo: memFree=29255212/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46348 CPUtime=51.08 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 12461 0 0 0 5063 45 0 0 20 0 1 0 269833455 47460352 10576 33554432000 4194304 10169799 140733379366896 140733379361400 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11587 10576 865 1459 0 10119 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 46348

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 533
/proc/meminfo: memFree=29252672/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=46088 CPUtime=102.27 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 19169 0 0 0 10133 94 0 0 20 0 1 0 269833455 47194112 10701 33554432000 4194304 10169799 140733379366896 140733379361688 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 11522 10701 868 1459 0 10054 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46088

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

[startup+115.1 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 534
/proc/meminfo: memFree=29250440/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=49068 CPUtime=115.06 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 19963 0 0 0 11398 108 0 0 20 0 1 0 269833455 50245632 11494 33554432000 4194304 10169799 140733379366896 140733379361304 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 12267 11494 868 1459 0 10799 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 49068

[startup+127.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29248184/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=50908 CPUtime=127.86 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21519 0 0 0 12663 123 0 0 20 0 1 0 269833455 52129792 11904 33554432000 4194304 10169799 140733379366896 140733379360984 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 12727 11904 868 1459 0 11259 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 50908

[startup+134.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29247316/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=51688 CPUtime=134.26 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21753 0 0 0 13297 129 0 0 20 0 1 0 269833455 52928512 12138 33554432000 4194304 10169799 140733379366896 140733379361400 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 12922 12138 868 1459 0 11454 0
Current children cumulated CPU time (s) 134.26
Current children cumulated vsize (KiB) 51688

[startup+135.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29247068/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=52428 CPUtime=135.86 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21866 0 0 0 13455 131 0 0 20 0 1 0 269833455 53686272 12251 33554432000 4194304 10169799 140733379366896 140733379361352 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 13107 12251 868 1459 0 11639 0
Current children cumulated CPU time (s) 135.86
Current children cumulated vsize (KiB) 52428

[startup+136.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29246588/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=52428 CPUtime=136.66 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21883 0 0 0 13534 132 0 0 20 0 1 0 269833455 53686272 12268 33554432000 4194304 10169799 140733379366896 140733379361400 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 13107 12268 868 1459 0 11639 0
Current children cumulated CPU time (s) 136.66
Current children cumulated vsize (KiB) 52428

[startup+137.507 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29246588/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=52428 CPUtime=137.47 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21887 0 0 0 13614 133 0 0 20 0 1 0 269833455 53686272 12272 33554432000 4194304 10169799 140733379366896 140733379361304 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 13107 12272 868 1459 0 11639 0
Current children cumulated CPU time (s) 137.47
Current children cumulated vsize (KiB) 52428

[startup+137.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29246588/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=52428 CPUtime=137.86 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21934 0 0 0 13653 133 0 0 20 0 1 0 269833455 53686272 12319 33554432000 4194304 10169799 140733379366896 140733379361304 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 13107 12319 868 1459 0 11639 0
Current children cumulated CPU time (s) 137.86
Current children cumulated vsize (KiB) 52428

[startup+138 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 537
/proc/meminfo: memFree=29246588/32873844 swapFree=7384/7384
[pid=532] ppid=530 vsize=52428 CPUtime=137.96 cores=1,3,5,7
/proc/532/stat : 532 (scip-2.1.1.4sfi) R 530 532 31024 0 -1 4202496 21934 0 0 0 13663 133 0 0 20 0 1 0 269833455 53686272 12319 33554432000 4194304 10169799 140733379366896 140733379361304 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/532/statm: 13107 12319 868 1459 0 11639 0
Current children cumulated CPU time (s) 137.96
Current children cumulated vsize (KiB) 52428

Child status: 0
Real time (s): 138.046
CPU time (s): 138.015
CPU user time (s): 136.675
CPU system time (s): 1.3398
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 52428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.675
system time used= 1.3398
maximum resident set size= 54784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21938
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= 13
involuntary context switches= 143

runsolver used 0.243962 second user time and 0.6529 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 14:58:00
IDJOB=3693761
IDBENCH=48248
IDSOLVER=2272
FILE ID=node136/3693761-1338037080
RUNJOBID= node136-1338028239-32008
PBS_JOBID= 14624338
Free space on /tmp= 71660 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_2.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-3693761-1338037080/watcher-3693761-1338037080 -o /tmp/evaluation-result-3693761-1338037080/solver-3693761-1338037080 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693761-1338037080.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1626655161

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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		: 2667.247
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		: 2667.247
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:        29295856 kB
Buffers:          324144 kB
Cached:          2335132 kB
SwapCached:        24460 kB
Active:           882912 kB
Inactive:        1924096 kB
Active(anon):     122284 kB
Inactive(anon):    25096 kB
Active(file):     760628 kB
Inactive(file):  1899000 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             13596 kB
Writeback:             0 kB
AnonPages:        165708 kB
Mapped:            12968 kB
Shmem:                 0 kB
Slab:             632516 kB
SReclaimable:      74532 kB
SUnreclaim:       557984 kB
KernelStack:        1472 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     246416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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= 71648 MiB
End job on node136 at 2012-05-26 15:00:18