Trace number 3693762

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 147.515 147.538

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
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.75052
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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-3693762-1338036939.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, 11908 impls, 100 clqs
0.09/0.11	c    (0.1s) probing: 51/1576 (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  11908 implications, 100 cliques
0.09/0.11	c presolved problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.09/0.11	c     150 constraints of type <setppc>
0.09/0.11	c    1476 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.23	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.23	c t 0.2s|     1 |     0 |  1166 |     - |7211k|   0 | 640 |1576 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 |    Inf 
0.19/0.23	o -2
0.19/0.23	c s 0.2s|     1 |     0 |  1166 |     - |7272k|   0 | 640 |1576 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
0.28/0.30	o -3
0.28/0.30	c U 0.3s|     1 |     0 |  1166 |     - |7341k|   0 | 640 |1576 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
0.39/0.47	c   0.5s|     1 |     0 |  1426 |     - |7828k|   0 | 756 |1576 |1628 |1576 |3120 |  17 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
0.59/0.64	c   0.6s|     1 |     0 |  1799 |     - |8115k|   0 | 697 |1576 |1628 |1576 |3130 |  27 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
0.89/0.96	c   1.0s|     1 |     0 |  2560 |     - |8384k|   0 | 670 |1576 |1628 |1576 |3136 |  33 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.10/1.17	c   1.2s|     1 |     0 |  2869 |     - |8627k|   0 | 711 |1576 |1628 |1576 |3148 |  45 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.39/1.43	c   1.4s|     1 |     0 |  3430 |     - |8926k|   0 | 673 |1576 |1628 |1576 |3152 |  49 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.59/1.68	c   1.7s|     1 |     0 |  3949 |     - |9134k|   0 | 645 |1576 |1628 |1576 |3159 |  56 |   0 |   0 |-2.500000e+01 |-3.000000e+00 | 733.33%
5.78/5.82	o -5
5.78/5.82	c E 5.8s|     1 |     0 |  3949 |     - |9174k|   0 | 645 |1576 |1628 |1576 |3159 |  56 |   0 |   0 |-2.500000e+01 |-5.000000e+00 | 400.00%
5.78/5.83	c   5.8s|     1 |     0 |  3949 |     - |9174k|   0 | 645 |1576 |1628 |1576 |3159 |  56 |   0 |   0 |-2.500000e+01 |-5.000000e+00 | 400.00%
6.09/6.18	c   6.2s|     1 |     0 |  4813 |     - |9227k|   0 | 706 |1576 |1628 |1576 |3165 |  62 |   0 |   0 |-2.500000e+01 |-5.000000e+00 | 400.00%
13.49/13.58	c  13.6s|     1 |     2 |  4813 |     - |9248k|   0 | 706 |1576 |1628 |1576 |3165 |  62 |   0 |  32 |-2.500000e+01 |-5.000000e+00 | 400.00%
42.68/42.76	c  42.8s|   100 |    65 |127489 |1239.2 |9827k|  18 | 282 |1576 |1631 |1576 |1698 |3248 |   3 | 434 |-2.453941e+01 |-5.000000e+00 | 390.79%
48.29/48.39	o -6
48.29/48.39	c l48.4s|   131 |    82 |173102 |1294.5 |9920k|  32 |   - |1576 |1636 |1576 |1725 |3792 |   8 | 438 |-2.430390e+01 |-6.000000e+00 | 305.07%
55.08/55.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.08/55.12	c  55.1s|   200 |   131 |218216 |1072.4 |  10M|  48 |   - |1576 |1638 |1576 |1722 |4424 |  10 | 469 |-2.285780e+01 |-6.000000e+00 | 280.96%
59.08/59.17	c  59.2s|   300 |   205 |247978 | 813.3 |  10M|  58 | 120 |1576 |1639 |1576 |1715 |4804 |  11 | 478 |-2.066712e+01 |-6.000000e+00 | 244.45%
60.49/60.56	c  60.6s|   400 |   259 |258287 | 635.3 |  10M|  63 | 237 |1576 |1639 |1576 |1710 |4967 |  11 | 478 |-2.066712e+01 |-6.000000e+00 | 244.45%
63.78/63.81	c  63.8s|   500 |   311 |283670 | 558.8 |  10M|  66 | 247 |1576 |1642 |1576 |1668 |5252 |  14 | 478 |-1.731919e+01 |-6.000000e+00 | 188.65%
65.58/65.69	c  65.7s|   600 |   373 |298064 | 489.6 |  11M|  66 |   - |1576 |1646 |1576 |1687 |5434 |  18 | 478 |-1.573151e+01 |-6.000000e+00 | 162.19%
66.58/66.69	c  66.7s|   700 |   427 |304991 | 429.4 |  11M|  66 |   - |1576 |1647 |1576 |1706 |5550 |  19 | 478 |-1.573151e+01 |-6.000000e+00 | 162.19%
68.97/69.04	c  69.0s|   800 |   479 |317766 | 391.7 |  11M|  66 | 145 |1576 |1648 |1576 |1687 |5825 |  20 | 516 |-1.536101e+01 |-6.000000e+00 | 156.02%
71.58/71.69	c  71.7s|   900 |   537 |336905 | 369.4 |  12M|  66 | 187 |1576 |1655 |1576 |1657 |6148 |  27 | 526 |-1.536101e+01 |-6.000000e+00 | 156.02%
72.78/72.86	c  72.9s|  1000 |   587 |345416 | 340.9 |  12M|  66 | 196 |1576 |1656 |1576 |1669 |6287 |  28 | 526 |-1.536101e+01 |-6.000000e+00 | 156.02%
73.88/73.95	c  74.0s|  1100 |   619 |354474 | 318.2 |  12M|  66 | 186 |1576 |1663 |1576 |1670 |6362 |  35 | 526 |-1.532156e+01 |-6.000000e+00 | 155.36%
74.79/74.82	c  74.8s|  1200 |   649 |360850 | 296.9 |  12M|  66 | 130 |1576 |1665 |1576 |1708 |6446 |  37 | 526 |-1.532156e+01 |-6.000000e+00 | 155.36%
75.38/75.48	c  75.5s|  1300 |   669 |366300 | 278.3 |  12M|  71 |   - |1576 |1665 |1576 |1704 |6509 |  37 | 526 |-1.532156e+01 |-6.000000e+00 | 155.36%
77.77/77.86	c  77.9s|  1400 |   707 |384347 | 271.3 |  13M|  71 |   - |1576 |1669 |1576 |1625 |6884 |  41 | 534 |-1.526425e+01 |-6.000000e+00 | 154.40%
79.77/79.81	o -7
79.77/79.81	c *79.8s|  1465 |   423 |398131 | 268.7 |  11M|  71 |   - |1576 |1671 |1576 |1722 |7263 |  43 | 545 |-1.508516e+01 |-7.000000e+00 | 115.50%
80.78/80.88	c  80.9s|  1500 |   440 |405444 | 267.3 |  11M|  71 | 142 |1576 |1671 |1576 |1658 |7354 |  43 | 552 |-1.508516e+01 |-7.000000e+00 | 115.50%
81.88/81.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.88/81.93	c  81.9s|  1600 |   466 |412409 | 254.9 |  11M|  71 |   - |1576 |1672 |1576 |1643 |7437 |  44 | 560 |-1.499385e+01 |-7.000000e+00 | 114.20%
83.27/83.31	c  83.3s|  1700 |   492 |423009 | 246.1 |  11M|  71 |   - |1576 |1672 |1576 |1656 |7566 |  44 | 567 |-1.498596e+01 |-7.000000e+00 | 114.09%
84.18/84.27	c  84.3s|  1800 |   522 |430157 | 236.4 |  11M|  71 |  80 |1576 |1674 |1576 |1646 |7679 |  46 | 567 |-1.498596e+01 |-7.000000e+00 | 114.09%
84.58/84.66	c  84.7s|  1900 |   534 |432709 | 225.3 |  11M|  71 |   - |1576 |1675 |1576 |1643 |7703 |  47 | 568 |-1.498596e+01 |-7.000000e+00 | 114.09%
85.17/85.25	c  85.3s|  2000 |   542 |437136 | 216.3 |  12M|  71 | 181 |1576 |1673 |1576 |1713 |7720 |  47 | 568 |-1.496124e+01 |-7.000000e+00 | 113.73%
85.88/85.91	c  85.9s|  2100 |   554 |441835 | 208.2 |  12M|  71 |   - |1576 |1674 |1576 |1658 |7774 |  48 | 568 |-1.489238e+01 |-7.000000e+00 | 112.75%
86.38/86.46	c  86.5s|  2200 |   574 |446019 | 200.6 |  12M|  71 | 224 |1576 |1676 |1576 |1713 |7841 |  50 | 568 |-1.475493e+01 |-7.000000e+00 | 110.78%
87.28/87.32	c  87.3s|  2300 |   588 |451947 | 194.5 |  12M|  71 |   - |1576 |1676 |1576 |1540 |7887 |  50 | 568 |-1.475493e+01 |-7.000000e+00 | 110.78%
88.37/88.44	c  88.4s|  2400 |   606 |460860 | 190.1 |  12M|  71 | 190 |1576 |1676 |1576 |1711 |8013 |  50 | 568 |-1.475493e+01 |-7.000000e+00 | 110.78%
89.77/89.80	c  89.8s|  2500 |   624 |466944 | 184.9 |  12M|  71 |   - |1576 |1676 |1576 |1684 |8103 |  51 | 587 |-1.475493e+01 |-7.000000e+00 | 110.78%
90.87/90.93	c  90.9s|  2600 |   634 |474612 | 180.8 |  12M|  71 |  87 |1576 |1676 |1576 |1693 |8188 |  51 | 588 |-1.455932e+01 |-7.000000e+00 | 107.99%
91.57/91.69	c  91.7s|  2700 |   646 |479928 | 176.0 |  12M|  71 | 178 |1576 |1674 |1576 |1701 |8245 |  51 | 600 |-1.455932e+01 |-7.000000e+00 | 107.99%
92.28/92.32	c  92.3s|  2800 |   654 |483106 | 170.9 |  12M|  71 |  86 |1576 |1674 |1576 |1639 |8259 |  51 | 613 |-1.449083e+01 |-7.000000e+00 | 107.01%
93.07/93.11	c  93.1s|  2900 |   650 |487991 | 166.7 |  13M|  71 |   - |1576 |1675 |1576 |1625 |8281 |  53 | 628 |-1.444055e+01 |-7.000000e+00 | 106.29%
94.18/94.24	c  94.2s|  3000 |   660 |494446 | 163.3 |  13M|  71 | 151 |1576 |1676 |1576 |1715 |8341 |  54 | 645 |-1.432180e+01 |-7.000000e+00 | 104.60%
95.17/95.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.17/95.23	c  95.2s|  3100 |   670 |500371 | 159.9 |  13M|  71 |   - |1576 |1676 |1576 |1688 |8382 |  54 | 660 |-1.424758e+01 |-7.000000e+00 | 103.54%
95.98/96.06	c  96.1s|  3200 |   690 |506308 | 156.8 |  13M|  71 | 114 |1576 |1676 |1576 |1654 |8461 |  54 | 665 |-1.401879e+01 |-7.000000e+00 | 100.27%
96.58/96.64	c  96.6s|  3300 |   698 |510490 | 153.3 |  13M|  71 |   - |1576 |1676 |1576 |1673 |8487 |  54 | 668 |-1.397635e+01 |-7.000000e+00 |  99.66%
97.18/97.22	c  97.2s|  3400 |   708 |514249 | 149.9 |  13M|  71 |   - |1576 |1674 |1576 |1657 |8524 |  54 | 671 |-1.371615e+01 |-7.000000e+00 |  95.95%
98.38/98.42	c  98.4s|  3500 |   730 |523139 | 148.1 |  13M|  71 |   - |1576 |1676 |1576 |1645 |8665 |  56 | 672 |-1.367993e+01 |-7.000000e+00 |  95.43%
99.28/99.30	c  99.3s|  3600 |   750 |529919 | 145.9 |  13M|  71 |   - |1576 |1677 |1576 |1648 |8757 |  58 | 672 |-1.367993e+01 |-7.000000e+00 |  95.43%
99.77/99.86	c  99.9s|  3700 |   766 |533679 | 143.0 |  14M|  71 |   - |1576 |1676 |1576 |1644 |8784 |  58 | 672 |-1.365050e+01 |-7.000000e+00 |  95.01%
100.38/100.40	c   100s|  3800 |   770 |537420 | 140.2 |  14M|  71 | 106 |1576 |1675 |1576 |1702 |8896 |  58 | 672 |-1.356563e+01 |-7.000000e+00 |  93.79%
100.77/100.80	c   101s|  3900 |   776 |539706 | 137.2 |  14M|  71 |   - |1576 |1677 |1576 |1641 |8914 |  62 | 673 |-1.355978e+01 |-7.000000e+00 |  93.71%
101.08/101.15	c   101s|  4000 |   786 |541932 | 134.3 |  14M|  71 |   - |1576 |1687 |1576 |1639 |8948 |  74 | 674 |-1.355978e+01 |-7.000000e+00 |  93.71%
101.67/101.72	c   102s|  4100 |   790 |545801 | 132.0 |  14M|  71 | 126 |1576 |1687 |1576 |1667 |9047 |  74 | 674 |-1.354958e+01 |-7.000000e+00 |  93.57%
102.28/102.32	c   102s|  4200 |   792 |550186 | 129.9 |  14M|  71 |  85 |1576 |1687 |1576 |1666 |9137 |  74 | 674 |-1.351289e+01 |-7.000000e+00 |  93.04%
102.67/102.70	c   103s|  4300 |   788 |552849 | 127.5 |  14M|  71 |   - |1576 |1687 |1576 |1688 |9164 |  74 | 674 |-1.351289e+01 |-7.000000e+00 |  93.04%
103.07/103.11	c   103s|  4400 |   788 |555516 | 125.2 |  14M|  71 |   - |1576 |1687 |1576 |1690 |9186 |  74 | 674 |-1.346827e+01 |-7.000000e+00 |  92.40%
103.67/103.72	c   104s|  4500 |   794 |559706 | 123.3 |  14M|  71 |   - |1576 |1687 |1576 |1726 |9252 |  74 | 675 |-1.345129e+01 |-7.000000e+00 |  92.16%
104.77/104.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.77/104.86	c   105s|  4600 |   802 |565555 | 121.9 |  14M|  71 |   - |1576 |1686 |1576 |1677 |9280 |  74 | 688 |-1.345129e+01 |-7.000000e+00 |  92.16%
106.07/106.19	c   106s|  4700 |   814 |574583 | 121.3 |  14M|  71 | 111 |1576 |1687 |1576 |1716 |9328 |  75 | 705 |-1.345129e+01 |-7.000000e+00 |  92.16%
106.58/106.61	c   107s|  4800 |   816 |577456 | 119.3 |  15M|  71 |  78 |1576 |1687 |1576 |1656 |9384 |  75 | 705 |-1.345129e+01 |-7.000000e+00 |  92.16%
107.27/107.34	c   107s|  4900 |   816 |581877 | 117.8 |  15M|  71 | 155 |1576 |1687 |1576 |1640 |9421 |  75 | 715 |-1.345129e+01 |-7.000000e+00 |  92.16%
108.17/108.26	c   108s|  5000 |   822 |587762 | 116.6 |  15M|  71 | 110 |1576 |1688 |1576 |1640 |9445 |  76 | 726 |-1.340782e+01 |-7.000000e+00 |  91.54%
108.88/108.97	c   109s|  5100 |   818 |591551 | 115.1 |  15M|  71 |   - |1576 |1688 |1576 |1692 |9503 |  76 | 741 |-1.336890e+01 |-7.000000e+00 |  90.98%
109.57/109.64	c   110s|  5200 |   824 |596417 | 113.8 |  15M|  71 | 113 |1576 |1688 |1576 |1636 |9546 |  76 | 743 |-1.336890e+01 |-7.000000e+00 |  90.98%
110.57/110.61	c   111s|  5300 |   838 |602643 | 112.8 |  15M|  71 |   - |1576 |1688 |1576 |1524 |9655 |  76 | 752 |-1.336890e+01 |-7.000000e+00 |  90.98%
111.08/111.12	c   111s|  5400 |   844 |606187 | 111.4 |  15M|  71 |   - |1576 |1689 |1576 |1712 |9689 |  77 | 752 |-1.334659e+01 |-7.000000e+00 |  90.67%
111.88/111.99	c   112s|  5500 |   850 |612941 | 110.6 |  15M|  71 | 114 |1576 |1688 |1576 |1646 |9790 |  77 | 753 |-1.319021e+01 |-7.000000e+00 |  88.43%
112.57/112.60	c   113s|  5600 |   856 |617434 | 109.4 |  15M|  71 |   - |1576 |1688 |1576 |1661 |9862 |  77 | 753 |-1.309308e+01 |-7.000000e+00 |  87.04%
112.97/113.04	c   113s|  5700 |   856 |620520 | 108.0 |  15M|  71 |   - |1576 |1687 |1576 |1638 |9893 |  77 | 753 |-1.307422e+01 |-7.000000e+00 |  86.77%
113.57/113.65	c   114s|  5800 |   868 |624554 | 106.9 |  15M|  71 |  84 |1576 |1689 |1576 |1548 |9939 |  79 | 753 |-1.302829e+01 |-7.000000e+00 |  86.12%
114.67/114.75	c   115s|  5900 |   888 |632789 | 106.5 |  15M|  71 | 116 |1576 |1689 |1576 |1651 |  10k|  79 | 754 |-1.296968e+01 |-7.000000e+00 |  85.28%
115.37/115.49	c   115s|  6000 |   896 |639098 | 105.7 |  16M|  71 | 108 |1576 |1688 |1576 |1686 |  10k|  79 | 754 |-1.287761e+01 |-7.000000e+00 |  83.97%
115.97/116.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.97/116.01	c   116s|  6100 |   910 |642718 | 104.6 |  16M|  71 | 101 |1576 |1688 |1576 |1609 |  10k|  79 | 754 |-1.287761e+01 |-7.000000e+00 |  83.97%
116.37/116.43	c   116s|  6200 |   908 |645669 | 103.4 |  16M|  71 |   - |1576 |1687 |1576 |1551 |  10k|  79 | 754 |-1.286132e+01 |-7.000000e+00 |  83.73%
116.97/117.05	c   117s|  6300 |   916 |650044 | 102.4 |  16M|  71 | 216 |1576 |1687 |1576 |1602 |  10k|  79 | 754 |-1.281714e+01 |-7.000000e+00 |  83.10%
117.77/117.81	c   118s|  6400 |   922 |655762 | 101.7 |  16M|  71 | 123 |1576 |1686 |1576 |1687 |  10k|  79 | 754 |-1.276682e+01 |-7.000000e+00 |  82.38%
118.27/118.38	c   118s|  6500 |   924 |659632 | 100.8 |  16M|  71 | 108 |1576 |1684 |1576 |1701 |  10k|  79 | 754 |-1.273995e+01 |-7.000000e+00 |  82.00%
118.97/119.05	c   119s|  6600 |   920 |664871 | 100.0 |  16M|  71 |   - |1576 |1684 |1576 |1540 |  10k|  79 | 754 |-1.262070e+01 |-7.000000e+00 |  80.30%
119.57/119.62	c   120s|  6700 |   916 |668916 |  99.1 |  16M|  71 |   - |1576 |1685 |1576 |1682 |  10k|  80 | 754 |-1.252516e+01 |-7.000000e+00 |  78.93%
120.07/120.16	c   120s|  6800 |   908 |672595 |  98.2 |  16M|  71 |   - |1576 |1685 |1576 |1716 |  10k|  80 | 754 |-1.252516e+01 |-7.000000e+00 |  78.93%
120.67/120.73	c   121s|  6900 |   916 |676775 |  97.4 |  16M|  71 |   - |1576 |1685 |1576 |1686 |  10k|  80 | 754 |-1.252516e+01 |-7.000000e+00 |  78.93%
121.37/121.43	c   121s|  7000 |   926 |681864 |  96.7 |  16M|  71 |   - |1576 |1685 |1576 |1656 |  10k|  80 | 754 |-1.248968e+01 |-7.000000e+00 |  78.42%
121.98/122.06	c   122s|  7100 |   930 |686287 |  96.0 |  16M|  71 | 137 |1576 |1685 |1576 |1673 |  10k|  80 | 754 |-1.248968e+01 |-7.000000e+00 |  78.42%
122.57/122.69	c   123s|  7200 |   924 |690659 |  95.3 |  16M|  71 | 130 |1576 |1686 |1576 |1714 |  10k|  81 | 754 |-1.248968e+01 |-7.000000e+00 |  78.42%
123.37/123.48	c   123s|  7300 |   928 |696260 |  94.7 |  16M|  71 |   - |1576 |1686 |1576 |1716 |  10k|  81 | 754 |-1.245672e+01 |-7.000000e+00 |  77.95%
123.97/124.04	c   124s|  7400 |   920 |700232 |  94.0 |  16M|  71 |   - |1576 |1687 |1576 |1629 |  10k|  82 | 754 |-1.245650e+01 |-7.000000e+00 |  77.95%
124.97/125.08	c   125s|  7500 |   926 |708026 |  93.8 |  17M|  71 |  89 |1576 |1686 |1576 |1688 |  10k|  82 | 754 |-1.240269e+01 |-7.000000e+00 |  77.18%
126.07/126.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.07/126.11	c   126s|  7600 |   940 |714865 |  93.4 |  17M|  71 |   - |1576 |1685 |1576 |1447 |  10k|  82 | 762 |-1.240269e+01 |-7.000000e+00 |  77.18%
126.67/126.75	c   127s|  7700 |   946 |719398 |  92.8 |  17M|  71 |   - |1576 |1688 |1576 |1441 |  11k|  85 | 763 |-1.236233e+01 |-7.000000e+00 |  76.60%
127.07/127.15	c   127s|  7800 |   942 |722087 |  92.0 |  17M|  71 |   - |1576 |1688 |1576 |1447 |  11k|  85 | 763 |-1.224608e+01 |-7.000000e+00 |  74.94%
127.77/127.86	c   128s|  7900 |   938 |727303 |  91.5 |  17M|  71 |  91 |1576 |1687 |1576 |1706 |  11k|  85 | 764 |-1.220171e+01 |-7.000000e+00 |  74.31%
128.58/128.66	c   129s|  8000 |   916 |733620 |  91.1 |  17M|  71 |  87 |1576 |1687 |1576 |1623 |  11k|  87 | 765 |-1.210853e+01 |-7.000000e+00 |  72.98%
129.47/129.53	c   130s|  8100 |   926 |740599 |  90.8 |  17M|  71 | 119 |1576 |1688 |1576 |1631 |  11k|  88 | 765 |-1.210084e+01 |-7.000000e+00 |  72.87%
130.17/130.28	c   130s|  8200 |   926 |746247 |  90.4 |  17M|  71 |   - |1576 |1690 |1576 |1677 |  11k|  90 | 765 |-1.208863e+01 |-7.000000e+00 |  72.69%
131.07/131.12	c   131s|  8300 |   936 |752720 |  90.1 |  17M|  71 | 148 |1576 |1691 |1576 |1169 |  11k|  91 | 767 |-1.201295e+01 |-7.000000e+00 |  71.61%
131.67/131.73	c   132s|  8400 |   942 |757610 |  89.6 |  17M|  71 |   - |1576 |1691 |1576 |1569 |  11k|  91 | 768 |-1.200424e+01 |-7.000000e+00 |  71.49%
132.26/132.34	c   132s|  8500 |   934 |762244 |  89.1 |  17M|  71 |   - |1576 |1691 |1576 |1675 |  11k|  91 | 768 |-1.199171e+01 |-7.000000e+00 |  71.31%
133.27/133.35	c   133s|  8600 |   946 |769443 |  88.9 |  17M|  71 | 135 |1576 |1692 |1576 |1642 |  11k|  93 | 768 |-1.199171e+01 |-7.000000e+00 |  71.31%
133.86/133.92	c   134s|  8700 |   946 |773574 |  88.4 |  17M|  71 | 230 |1576 |1692 |1576 |1568 |  11k|  93 | 768 |-1.194762e+01 |-7.000000e+00 |  70.68%
134.57/134.64	c   135s|  8800 |   930 |778730 |  88.0 |  17M|  71 |   - |1576 |1692 |1576 |1642 |  11k|  93 | 770 |-1.187281e+01 |-7.000000e+00 |  69.61%
134.87/134.97	c   135s|  8900 |   936 |780864 |  87.2 |  18M|  71 |   - |1576 |1692 |1576 |1641 |  11k|  93 | 770 |-1.187281e+01 |-7.000000e+00 |  69.61%
135.67/135.76	c   136s|  9000 |   928 |786452 |  86.9 |  18M|  71 |   - |1576 |1694 |1576 |1630 |  11k|  95 | 770 |-1.176257e+01 |-7.000000e+00 |  68.04%
136.17/136.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.17/136.28	c   136s|  9100 |   914 |790092 |  86.3 |  18M|  71 | 156 |1576 |1696 |1576 |1633 |  11k|  97 | 770 |-1.169272e+01 |-7.000000e+00 |  67.04%
136.96/137.02	c   137s|  9200 |   914 |795356 |  85.9 |  18M|  71 |   - |1576 |1696 |1576 |1635 |  12k|  97 | 770 |-1.163598e+01 |-7.000000e+00 |  66.23%
137.87/137.93	c   138s|  9300 |   906 |802304 |  85.8 |  18M|  71 |   - |1576 |1695 |1576 |1477 |  12k|  97 | 773 |-1.160406e+01 |-7.000000e+00 |  65.77%
138.37/138.44	c   138s|  9400 |   886 |805705 |  85.2 |  18M|  71 |  94 |1576 |1695 |1576 |1673 |  12k|  98 | 773 |-1.156167e+01 |-7.000000e+00 |  65.17%
139.07/139.11	c   139s|  9500 |   832 |810584 |  84.8 |  17M|  71 |   - |1576 |1694 |1576 |1524 |  12k|  98 | 773 |-1.146156e+01 |-7.000000e+00 |  63.74%
139.57/139.63	c   140s|  9600 |   804 |814101 |  84.3 |  17M|  71 |  84 |1576 |1696 |1576 |1643 |  12k| 103 | 773 |-1.127876e+01 |-7.000000e+00 |  61.13%
140.17/140.24	c   140s|  9700 |   782 |818779 |  83.9 |  17M|  71 | 103 |1576 |1695 |1576 |1648 |  12k| 104 | 773 |-1.118660e+01 |-7.000000e+00 |  59.81%
140.56/140.69	c   141s|  9800 |   742 |821717 |  83.4 |  17M|  71 |   - |1576 |1698 |1576 |1722 |  12k| 108 | 773 |-1.106400e+01 |-7.000000e+00 |  58.06%
141.27/141.32	c   141s|  9900 |   710 |826460 |  83.0 |  17M|  71 |   - |1576 |1706 |   0 |   0 |  12k| 116 | 773 |-1.090974e+01 |-7.000000e+00 |  55.85%
142.07/142.10	c   142s| 10000 |   672 |832368 |  82.8 |  17M|  71 |   - |1576 |1705 |1576 |1707 |  12k| 116 | 773 |-1.080952e+01 |-7.000000e+00 |  54.42%
142.56/142.64	c   143s| 10100 |   656 |836177 |  82.3 |  17M|  71 |   - |1576 |1706 |1576 |1686 |  12k| 117 | 773 |-1.079169e+01 |-7.000000e+00 |  54.17%
143.17/143.29	c   143s| 10200 |   612 |840753 |  82.0 |  16M|  71 | 110 |1576 |1706 |1576 |1552 |  12k| 117 | 773 |-1.075214e+01 |-7.000000e+00 |  53.60%
143.67/143.75	c   144s| 10300 |   576 |843912 |  81.5 |  16M|  71 |   - |1576 |1706 |1576 |1646 |  12k| 117 | 773 |-1.066590e+01 |-7.000000e+00 |  52.37%
144.26/144.33	c   144s| 10400 |   516 |847891 |  81.1 |  16M|  71 |   - |1576 |1705 |1576 |1693 |  12k| 117 | 773 |-1.042264e+01 |-7.000000e+00 |  48.89%
144.77/144.88	c   145s| 10500 |   446 |851790 |  80.7 |  15M|  71 |  68 |1576 |1704 |1576 |1681 |  12k| 119 | 773 |-1.018140e+01 |-7.000000e+00 |  45.45%
145.46/145.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.46/145.50	c   146s| 10600 |   380 |856445 |  80.4 |  14M|  71 |   - |1576 |1709 |1576 |1675 |  12k| 124 | 773 |-1.011055e+01 |-7.000000e+00 |  44.44%
145.77/145.86	c   146s| 10700 |   318 |858746 |  79.8 |  14M|  71 |   - |1576 |1716 |1576 |1685 |  12k| 131 | 773 |-1.002069e+01 |-7.000000e+00 |  43.15%
146.27/146.40	c   146s| 10800 |   234 |862393 |  79.4 |  13M|  71 |   - |1576 |1717 |1576 |1157 |  12k| 132 | 773 |-9.778624e+00 |-7.000000e+00 |  39.69%
146.76/146.89	c   147s| 10900 |   150 |865618 |  79.0 |  12M|  71 |   - |1576 |1717 |1576 |1681 |  12k| 134 | 773 |-9.512871e+00 |-7.000000e+00 |  35.90%
147.28/147.32	c   147s| 11000 |    52 |868338 |  78.5 |  11M|  71 |   - |1576 |1717 |1576 |1651 |  12k| 134 | 773 |-9.114560e+00 |-7.000000e+00 |  30.21%
147.47/147.52	c 
147.47/147.52	c SCIP Status        : problem is solved [optimal solution found]
147.47/147.52	c Solving Time (sec) : 147.52
147.47/147.52	c Solving Nodes      : 11052
147.47/147.52	c Primal Bound       : -7.00000000000000e+00 (11 solutions)
147.47/147.52	c Dual Bound         : -7.00000000000000e+00
147.47/147.52	c Gap                : 0.00 %
147.47/147.52	s OPTIMUM FOUND
147.47/147.52	v -x70 -x61 -x84 -x78 x64 -x63 -x58 -x54 -x72 -x100 -x83 -x82 x95 x79 -x62 -x51 -x85 x81 -x80 -x71 -x68 -x67 -x60 -x57 -x56 -x87 
147.47/147.52	v -x55 -x99 -x88 -x98 -x74 -x89 -x93 -x66 -x96 -x92 -x53 -x90 -x94 -x75 -x59 -x65 -x52 -x77 -x73 -x76 x91 -x69 x86 x97 -x50 -x49 
147.47/147.52	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 
147.47/147.52	v x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
147.47/147.52	c SCIP Status        : problem is solved [optimal solution found]
147.47/147.52	c Total Time         :     147.52
147.47/147.52	c   solving          :     147.52
147.47/147.52	c   presolving       :       0.11 (included in solving)
147.47/147.52	c   reading          :       0.00 (included in solving)
147.47/147.52	c   copying          :       0.06 (9 #copies) (minimal 0.01, maximal 0.01, average 0.01)
147.47/147.52	c Original Problem   :
147.47/147.52	c   Problem name     : HOME/instance-3693762-1338036939.opb
147.47/147.52	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
147.47/147.52	c   Constraints      : 151 initial, 151 maximal
147.47/147.52	c   Objective sense  : minimize
147.47/147.52	c Presolved Problem  :
147.47/147.52	c   Problem name     : t_HOME/instance-3693762-1338036939.opb
147.47/147.52	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
147.47/147.52	c   Constraints      : 1627 initial, 1718 maximal
147.47/147.52	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
147.47/147.52	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   and              :       0.08       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
147.47/147.52	c   root node        :          -          -         69          -          -         69          -          -          -          -          -
147.47/147.52	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
147.47/147.52	c   integral         :          0          0          0          0       5832          0         26          0          9        248          0          0      11374
147.47/147.52	c   setppc           :        150        150          7      31966          5          0         21       1198         27      51386          0          0          0
147.47/147.52	c   and              :       1476       1476       7997      31939          5          0         20       1720         13     957988      14961          0          0
147.47/147.52	c   linear           :          1          1          7      31924          1          0          9          6         11          0          0          0          0
147.47/147.52	c   logicor          :          0+        94          7       7345          0          0          0         16          2        502          0          0          0
147.47/147.52	c   countsols        :          0          0          0          0          1          0         13          0          0          0          0          0          0
147.47/147.52	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
147.47/147.52	c   integral         :      29.14       0.00       0.00       0.00      29.14       0.00       0.00       0.00
147.47/147.52	c   setppc           :       0.09       0.00       0.00       0.09       0.00       0.00       0.00       0.00
147.47/147.52	c   and              :       1.71       0.00       0.79       0.92       0.00       0.00       0.00       0.00
147.47/147.52	c   linear           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
147.47/147.52	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
147.47/147.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
147.47/147.52	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
147.47/147.52	c   rootredcost      :          2          0          0          0
147.47/147.52	c   pseudoobj        :      37732         62         36         72
147.47/147.52	c   vbounds          :          0          0          0          0
147.47/147.52	c   redcost          :       9216          0          0      30037
147.47/147.52	c   probing          :          0          0          0          0
147.47/147.52	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
147.47/147.52	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
147.47/147.52	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
147.47/147.52	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
147.47/147.52	c   redcost          :       0.30       0.00       0.00       0.30       0.00
147.47/147.52	c   probing          :       0.01       0.00       0.01       0.00       0.00
147.47/147.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
147.47/147.52	c   propagation      :       0.00         89         86        180       30.8          2       42.5          -
147.47/147.52	c   infeasible LP    :       0.00          4          4          9       30.3          0        0.0          0
147.47/147.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
147.47/147.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
147.47/147.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
147.47/147.52	c   applied globally :          -          -          -        140       28.5          -          -          -
147.47/147.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
147.47/147.52	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
147.47/147.52	c   cut pool         :       0.00                     6          -          -          6          -    (maximal pool size: 359)
147.47/147.52	c   closecuts        :       0.00       0.00          0          0          0          0          0
147.47/147.52	c   impliedbounds    :       0.00       0.00          7          0          0         24          0
147.47/147.52	c   intobj           :       0.00       0.00          0          0          0          0          0
147.47/147.52	c   gomory           :       0.44       0.00          7          0          0          5          0
147.47/147.52	c   cgmip            :       0.00       0.00          0          0          0          0          0
147.47/147.52	c   strongcg         :       0.38       0.00          7          0          0        628          0
147.47/147.52	c   cmir             :       0.08       0.00          7          0          0          1          0
147.47/147.52	c   flowcover        :       0.08       0.00          7          0          0          2          0
147.47/147.52	c   clique           :       0.10       0.00          7          0          0         44          0
147.47/147.52	c   zerohalf         :       0.00       0.00          0          0          0          0          0
147.47/147.52	c   mcf              :       0.02       0.00          4          0          0         15          0
147.47/147.52	c   oddcycle         :       0.00       0.00          0          0          0          0          0
147.47/147.52	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
147.47/147.52	c Pricers            :   ExecTime  SetupTime      Calls       Vars
147.47/147.52	c   problem variables:       0.00          -          0          0
147.47/147.52	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
147.47/147.52	c   relpscost        :      29.13       0.00       5827          9        248          0          0      11374
147.47/147.52	c   pscost           :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c   inference        :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c   random           :       0.00       0.00          0          0          0          0          0          0
147.47/147.52	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
147.47/147.52	c   LP solutions     :       0.00          -          -          1
147.47/147.52	c   pseudo solutions :       0.00          -          -          0
147.47/147.52	c   feaspump         :       0.00       0.00          0          0
147.47/147.52	c   oneopt           :       0.01       0.00          4          0
147.47/147.52	c   objpscostdiving  :       1.94       0.00          7          0
147.47/147.52	c   crossover        :       0.15       0.00          5          0
147.47/147.52	c   linesearchdiving :       0.55       0.00         18          1
147.47/147.52	c   fracdiving       :       1.04       0.00         18          0
147.47/147.52	c   guideddiving     :       0.68       0.00         18          0
147.47/147.52	c   veclendiving     :       2.18       0.00         18          0
147.47/147.52	c   coefdiving       :       1.12       0.00         19          0
147.47/147.52	c   pscostdiving     :       1.38       0.00         19          0
147.47/147.52	c   rootsoldiving    :       0.75       0.00         10          0
147.47/147.52	c   smallcard        :       0.00       0.00          0          0
147.47/147.52	c   trivial          :       0.00       0.00          2          1
147.47/147.52	c   shiftandpropagate:       0.00       0.00          0          0
147.47/147.52	c   simplerounding   :       0.00       0.00          0          0
147.47/147.52	c   zirounding       :       0.35       0.00          0          0
147.47/147.52	c   rounding         :       0.26       0.00       1202          0
147.47/147.52	c   shifting         :       0.31       0.00        825          6
147.47/147.52	c   intshifting      :       0.00       0.00          0          0
147.47/147.52	c   twoopt           :       0.00       0.00          0          0
147.47/147.52	c   indoneopt        :       0.01       0.00          0          0
147.47/147.52	c   indtwoopt        :       0.00       0.00          0          0
147.47/147.52	c   fixandinfer      :       0.00       0.00          0          0
147.47/147.52	c   clique           :       0.00       0.00          0          0
147.47/147.52	c   indcoefdiving    :       0.00       0.00          0          0
147.47/147.52	c   indrounding      :       0.00       0.00          0          0
147.47/147.52	c   nlpdiving        :       0.00       0.00          0          0
147.47/147.52	c   intdiving        :       0.00       0.00          0          0
147.47/147.52	c   actconsdiving    :       0.00       0.00          0          0
147.47/147.52	c   octane           :       0.00       0.00          0          0
147.47/147.52	c   rens             :       4.15       0.00          1          1
147.47/147.52	c   rins             :       0.00       0.00          0          0
147.47/147.52	c   localbranching   :       0.00       0.00          0          0
147.47/147.52	c   mutation         :       0.00       0.00          0          0
147.47/147.52	c   dins             :       0.00       0.00          0          0
147.47/147.52	c   vbounds          :       0.00       0.00          0          0
147.47/147.52	c   undercover       :       0.08       0.00          1          1
147.47/147.52	c   subnlp           :       0.00       0.00          0          0
147.47/147.52	c   trysol           :       0.00       0.00          0          0
147.47/147.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
147.47/147.52	c   primal LP        :       0.57        783          0       0.00       0.00       0.57        783
147.47/147.52	c   dual LP          :      94.64      14526     798788      59.87    8440.70       0.48       1183
147.47/147.52	c   lex dual LP      :       0.00          0          0       0.00          -
147.47/147.52	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
147.47/147.52	c   diving/probing LP:       8.40       4580      70796      15.46    8428.08
147.47/147.52	c   strong branching :      29.03        773     215516     278.80    7422.90
147.47/147.52	c     (at root node) :          -         32      32000    1000.00          -
147.47/147.52	c   conflict analysis:       0.00          0          0       0.00          -
147.47/147.52	c B&B Tree           :
147.47/147.52	c   number of runs   :          1
147.47/147.52	c   nodes            :      11052
147.47/147.52	c   nodes (total)    :      11052
147.47/147.52	c   nodes left       :          0
147.47/147.52	c   max depth        :         71
147.47/147.52	c   max depth (total):         71
147.47/147.52	c   backtracks       :       1946 (17.6%)
147.47/147.52	c   delayed cutoffs  :          0
147.47/147.52	c   repropagations   :        513 (3850 domain reductions, 0 cutoffs)
147.47/147.52	c   avg switch length:       7.99
147.47/147.52	c   switching time   :       1.90
147.47/147.52	c Solution           :
147.47/147.52	c   Solutions found  :         11 (6 improvements)
147.47/147.52	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
147.47/147.52	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 1465 nodes, 79.81 seconds, depth 21, found by <relaxation>)
147.47/147.52	c   Dual Bound       : -7.00000000000000e+00
147.47/147.52	c   Gap              :       0.00 %
147.47/147.52	c   Root Dual Bound  : -2.50000000000000e+01
147.47/147.52	c   Root Iterations  :       4813
147.47/147.53	c Time complete: 147.5.

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-3693762-1338036939/watcher-3693762-1338036939 -o /tmp/evaluation-result-3693762-1338036939/solver-3693762-1338036939 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693762-1338036939.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/175 9014
/proc/meminfo: memFree=27318676/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=9956 CPUtime=0 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 1242 0 0 0 0 0 0 0 20 0 1 0 269818216 10194944 1197 33554432000 4194304 10169799 140737002149808 140734778982264 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 2489 1202 413 1459 0 1021 0

[startup+0.097806 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 9014
/proc/meminfo: memFree=27318676/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=22020 CPUtime=0.09 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 4317 0 0 0 5 4 0 0 20 0 1 0 269818216 22548480 4014 33554432000 4194304 10169799 140737002149808 140734778982264 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 5505 4014 569 1459 0 4037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22020

[startup+0.100307 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 9014
/proc/meminfo: memFree=27318676/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=22020 CPUtime=0.09 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 4317 0 0 0 5 4 0 0 20 0 1 0 269818216 22548480 4014 33554432000 4194304 10169799 140737002149808 140734778982264 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 5505 4014 569 1459 0 4037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22020

[startup+0.300293 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 9014
/proc/meminfo: memFree=27318676/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=53796 CPUtime=0.28 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 12540 0 0 0 22 6 0 0 20 0 1 0 269818216 55087104 12054 33554432000 4194304 10169799 140737002149808 140734778982264 8797266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 13449 12058 800 1459 0 11981 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53796

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 9014
/proc/meminfo: memFree=27318676/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=46448 CPUtime=0.68 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 13985 0 0 0 61 7 0 0 20 0 1 0 269818216 47562752 10587 33554432000 4194304 10169799 140737002149808 140737002145848 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 11612 10587 859 1459 0 10144 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46448

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9015
/proc/meminfo: memFree=27279616/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=46448 CPUtime=1.49 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 13991 0 0 0 141 8 0 0 20 0 1 0 269818216 47562752 10590 33554432000 4194304 10169799 140737002149808 140737002145848 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 11612 10590 859 1459 0 10144 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46448

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9015
/proc/meminfo: memFree=27265480/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=61476 CPUtime=3.08 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 17642 0 0 0 298 10 0 0 20 0 1 0 269818216 62951424 14175 33554432000 4194304 10169799 140737002149808 140737002139768 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15369 14175 872 1459 0 13901 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 61476

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9016
/proc/meminfo: memFree=27264612/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=61932 CPUtime=6.29 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 17773 0 0 0 613 16 0 0 20 0 1 0 269818216 63418368 14305 33554432000 4194304 10169799 140737002149808 140737002141400 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15483 14305 874 1459 0 14015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61932

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9016
/proc/meminfo: memFree=27263760/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=61932 CPUtime=12.68 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 17773 0 0 0 1248 20 0 0 20 0 1 0 269818216 63418368 14305 33554432000 4194304 10169799 140737002149808 140737002144504 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15483 14305 874 1459 0 14015 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61932

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9016
/proc/meminfo: memFree=27264016/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=61932 CPUtime=25.48 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 17773 0 0 0 2518 30 0 0 20 0 1 0 269818216 63418368 14305 33554432000 4194304 10169799 140737002149808 140737002144264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15483 14305 874 1459 0 14015 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61932

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9016
/proc/meminfo: memFree=27264016/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=61932 CPUtime=51.08 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 17774 0 0 0 5055 53 0 0 20 0 1 0 269818216 63418368 14306 33554432000 4194304 10169799 140737002149808 140737002144216 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15483 14306 875 1459 0 14015 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61932

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9016
/proc/meminfo: memFree=27263396/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=61932 CPUtime=102.28 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 17934 0 0 0 10127 101 0 0 20 0 1 0 269818216 63418368 14466 33554432000 4194304 10169799 140737002149808 140737002144600 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15483 14466 877 1459 0 14015 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 61932

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

[startup+127.9 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 9016
/proc/meminfo: memFree=27262652/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=127.87 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 12663 124 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002144312 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 127.87
Current children cumulated vsize (KiB) 62440

[startup+140.7 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 9016
/proc/meminfo: memFree=27262900/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=140.67 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 13933 134 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002144216 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 140.67
Current children cumulated vsize (KiB) 62440

[startup+143.9 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 9016
/proc/meminfo: memFree=27262900/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=143.87 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 14249 138 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002144312 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 143.87
Current children cumulated vsize (KiB) 62440

[startup+145.5 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 9016
/proc/meminfo: memFree=27262900/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=145.46 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 14407 139 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002144216 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 145.46
Current children cumulated vsize (KiB) 62440

[startup+146.307 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 9016
/proc/meminfo: memFree=27262900/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=146.27 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 14487 140 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002144632 6113733 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 146.27
Current children cumulated vsize (KiB) 62440

[startup+147.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 9016
/proc/meminfo: memFree=27262900/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=147.07 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 14566 141 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002148328 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 147.07
Current children cumulated vsize (KiB) 62440

[startup+147.5 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 9016
/proc/meminfo: memFree=27262900/32873844 swapFree=7616/7616
[pid=9014] ppid=9012 vsize=62440 CPUtime=147.47 cores=1,3,5,7
/proc/9014/stat : 9014 (scip-2.1.1.4sfi) R 9012 9014 6477 0 -1 4202496 18381 0 0 0 14606 141 0 0 20 0 1 0 269818216 63938560 14605 33554432000 4194304 10169799 140737002149808 140737002148328 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9014/statm: 15610 14605 877 1459 0 14142 0
Current children cumulated CPU time (s) 147.47
Current children cumulated vsize (KiB) 62440

Child status: 0
Real time (s): 147.538
CPU time (s): 147.515
CPU user time (s): 146.096
CPU system time (s): 1.41878
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 62440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.096
system time used= 1.41878
maximum resident set size= 59652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 153

runsolver used 0.233964 second user time and 0.762884 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-26 14:55:39
IDJOB=3693762
IDBENCH=48231
IDSOLVER=2272
FILE ID=node141/3693762-1338036939
RUNJOBID= node141-1338029496-8082
PBS_JOBID= 14624334
Free space on /tmp= 71496 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_3.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-3693762-1338036939/watcher-3693762-1338036939 -o /tmp/evaluation-result-3693762-1338036939/solver-3693762-1338036939 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693762-1338036939.opb -t 1800 -m 15500

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=1749635186

node141.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.744
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	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.91
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.744
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.92
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.744
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:        27319584 kB
Buffers:          260584 kB
Cached:          3525740 kB
SwapCached:            0 kB
Active:          1625684 kB
Inactive:        3149436 kB
Active(anon):     991228 kB
Inactive(anon):        0 kB
Active(file):     634456 kB
Inactive(file):  3149436 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13596 kB
Writeback:             0 kB
AnonPages:        957208 kB
Mapped:            17372 kB
Shmem:               200 kB
Slab:             638664 kB
SReclaimable:      81420 kB
SUnreclaim:       557244 kB
KernelStack:        1464 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1105460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 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= 71480 MiB
End job on node141 at 2012-05-26 14:58:06