Trace number 3691431
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/ manquinho/bsg/normalized-bsg_50_25_4.opb |
MD5SUM | 0c3fb28b3ecb8f1eba2bffa356ef5364 |
Bench Category | OPT-SMALLINT-NLC (optimisation, small integers, non linear constraints) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | -7 |
Best CPU time to get the best result obtained on this benchmark | 9.47556 |
Has Objective Function | YES |
Satisfiable | YES |
(Un)Satisfiability was proved | YES |
Best value of the objective function | -7 |
Optimality of the best value was proved | YES |
Number of variables | 100 |
Total number of constraints | 151 |
Number of constraints which are clauses | 50 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 101 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 100 |
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 numbers | 7 |
Number of products (including duplicates) | 2932 |
Sum of products size (including duplicates) | 5864 |
Number of different products | 1466 |
Sum of products size | 2932 |
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-3691431-1338022331.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.02/0.06 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11828 impls, 100 clqs
0.09/0.11 c (0.1s) probing: 51/1566 (3.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11 c (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.11 c presolving (2 rounds):
0.09/0.11 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11 c 11828 implications, 100 cliques
0.09/0.11 c presolved problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1617 constraints
0.09/0.11 c 150 constraints of type <setppc>
0.09/0.11 c 1466 constraints of type <and>
0.09/0.11 c 1 constraints of type <linear>
0.09/0.11 c transformed objective value is always integral (scale: 1)
0.09/0.11 c Presolving Time: 0.11
0.09/0.11 c - non default parameters ----------------------------------------------------------------------
0.09/0.11 c # SCIP version 2.1.1.4
0.09/0.11 c
0.09/0.11 c # maximal time in seconds to run
0.09/0.11 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11 c limits/time = 1797
0.09/0.11 c
0.09/0.11 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11 c limits/memory = 13950
0.09/0.11 c
0.09/0.11 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11 c # [type: int, range: [1,2], default: 1]
0.09/0.11 c timing/clocktype = 2
0.09/0.11 c
0.09/0.11 c # belongs reading time to solving time?
0.09/0.11 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11 c timing/reading = TRUE
0.09/0.11 c
0.09/0.11 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11 c separating/rapidlearning/freq = 0
0.09/0.11 c
0.09/0.11 c -----------------------------------------------------------------------------------------------
0.09/0.11 c start solving
0.09/0.11 c
0.19/0.25 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.19/0.25 c t 0.2s| 1 | 0 | 1079 | - |7173k| 0 | 730 |1566 |1617 |1566 |3083 | 0 | 0 | 0 |-2.500000e+01 | 0.000000e+00 | Inf
0.19/0.25 o -2
0.19/0.25 c s 0.2s| 1 | 0 | 1079 | - |7234k| 0 | 730 |1566 |1617 |1566 |3083 | 0 | 0 | 0 |-2.500000e+01 |-2.000000e+00 |1150.00%
0.29/0.31 o -3
0.29/0.31 c U 0.3s| 1 | 0 | 1079 | - |7295k| 0 | 730 |1566 |1617 |1566 |3083 | 0 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.10/1.20 c 1.2s| 1 | 0 | 1494 | - |7684k| 0 | 793 |1566 |1618 |1566 |3088 | 5 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.59/1.63 c 1.6s| 1 | 0 | 2189 | - |7886k| 0 | 785 |1566 |1618 |1566 |3094 | 11 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
1.99/2.00 c 2.0s| 1 | 0 | 2761 | - |8085k| 0 | 818 |1566 |1618 |1566 |3103 | 20 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
2.39/2.48 c 2.5s| 1 | 0 | 3234 | - |8183k| 0 | 799 |1566 |1618 |1566 |3115 | 32 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
2.89/2.92 c 2.9s| 1 | 0 | 3766 | - |8255k| 0 | 817 |1566 |1618 |1566 |3123 | 40 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
3.20/3.25 c 3.2s| 1 | 0 | 4013 | - |8439k| 0 | 822 |1566 |1618 |1566 |3131 | 48 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 733.33%
5.59/5.62 c 5.6s| 1 | 2 | 4013 | - |8460k| 0 | 822 |1566 |1618 |1566 |3131 | 48 | 0 | 10 |-2.500000e+01 |-3.000000e+00 | 733.33%
13.59/13.69 o -4
13.59/13.69 c R13.7s| 11 | 5 | 21190 |1717.7 |8587k| 9 | - |1566 |1618 |1566 |1439 | 819 | 0 | 122 |-2.500000e+01 |-4.000000e+00 | 525.00%
22.39/22.40 o -5
22.39/22.40 c *22.4s| 22 | 10 | 34786 |1465.4 |8650k| 11 | - |1566 |1618 |1566 |1561 |1225 | 0 | 214 |-2.500000e+01 |-5.000000e+00 | 400.00%
35.09/35.14 o -6
35.09/35.14 c f35.1s| 85 | 44 |116138 |1334.8 |8930k| 16 | - |1566 |1620 |1566 |1687 |2923 | 2 | 256 |-2.403927e+01 |-6.000000e+00 | 300.65%
43.28/43.34 c 43.3s| 100 | 59 |166652 |1642.8 |8943k| 19 | 609 |1566 |1625 |1566 |1686 |3379 | 7 | 278 |-2.403927e+01 |-6.000000e+00 | 300.65%
56.88/56.96 c 57.0s| 200 | 139 |275953 |1366.5 |9405k| 41 | - |1566 |1631 |1566 |1770 |4798 | 13 | 293 |-1.638249e+01 |-6.000000e+00 | 173.04%
61.58/61.67 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
61.58/61.67 c 61.7s| 300 | 203 |305506 |1008.3 |9838k| 48 | 308 |1566 |1631 |1566 |1689 |5327 | 13 | 307 |-1.628289e+01 |-6.000000e+00 | 171.38%
64.67/64.78 c 64.8s| 400 | 247 |330495 | 818.3 | 10M| 53 | 71 |1566 |1632 |1566 |1566 |5786 | 14 | 307 |-1.628289e+01 |-6.000000e+00 | 171.38%
68.18/68.21 c 68.2s| 500 | 289 |354568 | 702.5 | 10M| 55 | 404 |1566 |1632 |1566 |1543 |6259 | 14 | 326 |-1.573858e+01 |-6.000000e+00 | 162.31%
71.17/71.20 c 71.2s| 600 | 339 |377080 | 622.8 | 11M| 56 | 271 |1566 |1637 |1566 |1748 |6635 | 19 | 333 |-1.549391e+01 |-6.000000e+00 | 158.23%
74.27/74.35 c 74.4s| 700 | 393 |402160 | 569.6 | 11M| 57 | 82 |1566 |1638 |1566 |1429 |7049 | 20 | 335 |-1.542928e+01 |-6.000000e+00 | 157.15%
76.27/76.36 c 76.4s| 800 | 437 |418122 | 518.3 | 11M| 57 | 313 |1566 |1642 |1566 |1178 |7392 | 24 | 335 |-1.531890e+01 |-6.000000e+00 | 155.32%
78.97/79.01 c 79.0s| 900 | 483 |435153 | 479.6 | 12M| 57 | 291 |1566 |1660 |1566 |1704 |7734 | 42 | 358 |-1.531890e+01 |-6.000000e+00 | 155.32%
81.17/81.24 c 81.2s| 1000 | 515 |452239 | 448.7 | 12M| 58 | 256 |1566 |1660 |1566 |1704 |8180 | 42 | 359 |-1.492812e+01 |-6.000000e+00 | 148.80%
83.47/83.52 c 83.5s| 1100 | 555 |469931 | 423.9 | 12M| 59 | - |1566 |1665 |1566 |1747 |8844 | 47 | 361 |-1.481121e+01 |-6.000000e+00 | 146.85%
85.17/85.22 c 85.2s| 1200 | 593 |482371 | 399.0 | 13M| 62 | - |1566 |1667 |1566 |1645 |9195 | 49 | 361 |-1.481121e+01 |-6.000000e+00 | 146.85%
87.27/87.30 c 87.3s| 1300 | 633 |496891 | 379.4 | 13M| 62 | 74 |1566 |1667 |1566 |1690 |9473 | 49 | 374 |-1.474197e+01 |-6.000000e+00 | 145.70%
89.37/89.42 c 89.4s| 1400 | 665 |509145 | 361.1 | 14M| 63 | 77 |1566 |1670 |1566 |1722 |9710 | 52 | 398 |-1.407273e+01 |-6.000000e+00 | 134.55%
90.57/90.67 c 90.7s| 1500 | 683 |518419 | 343.2 | 14M| 63 | 65 |1566 |1669 |1566 |1789 |9978 | 52 | 399 |-1.407273e+01 |-6.000000e+00 | 134.55%
92.16/92.21 c 92.2s| 1600 | 699 |530267 | 329.1 | 14M| 63 | - |1566 |1670 |1566 |1732 | 10k| 53 | 399 |-1.372200e+01 |-6.000000e+00 | 128.70%
93.77/93.85 c 93.9s| 1700 | 727 |543726 | 317.7 | 14M| 63 | 346 |1566 |1673 |1566 |1506 | 10k| 57 | 399 |-1.359750e+01 |-6.000000e+00 | 126.63%
95.47/95.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
95.47/95.50 c 95.5s| 1800 | 751 |556826 | 307.3 | 15M| 63 | 61 |1566 |1672 |1566 |1683 | 10k| 57 | 399 |-1.356698e+01 |-6.000000e+00 | 126.12%
97.27/97.33 c 97.3s| 1900 | 779 |567774 | 296.9 | 15M| 63 | 192 |1566 |1671 |1566 |1703 | 11k| 57 | 416 |-1.351348e+01 |-6.000000e+00 | 125.22%
98.47/98.54 c 98.5s| 2000 | 795 |577089 | 286.7 | 15M| 63 | 53 |1566 |1673 |1566 |1769 | 11k| 59 | 416 |-1.343612e+01 |-6.000000e+00 | 123.94%
99.98/100.08 c 100s| 2100 | 823 |586489 | 277.5 | 16M| 63 | - |1566 |1680 |1566 |1760 | 11k| 66 | 428 |-1.343612e+01 |-6.000000e+00 | 123.94%
101.66/101.77 c 102s| 2200 | 847 |598425 | 270.3 | 16M| 63 | 69 |1566 |1680 |1566 |1742 | 11k| 68 | 435 |-1.343612e+01 |-6.000000e+00 | 123.94%
102.87/102.92 c 103s| 2300 | 867 |607217 | 262.4 | 16M| 63 | - |1566 |1681 |1566 |1395 | 11k| 69 | 436 |-1.343612e+01 |-6.000000e+00 | 123.94%
103.77/103.82 c 104s| 2400 | 889 |614018 | 254.3 | 16M| 63 | - |1566 |1684 |1566 |1438 | 12k| 72 | 437 |-1.343612e+01 |-6.000000e+00 | 123.94%
103.97/104.05 o -7
103.97/104.05 c * 104s| 2444 | 490 |615468 | 250.3 | 12M| 63 | - |1566 |1689 |1566 |1460 | 12k| 77 | 437 |-1.343612e+01 |-7.000000e+00 | 91.94%
104.77/104.84 c 105s| 2500 | 500 |621933 | 247.3 | 12M| 63 | 284 |1566 |1689 |1566 |1508 | 12k| 77 | 438 |-1.343612e+01 |-7.000000e+00 | 91.94%
106.06/106.19 c 106s| 2600 | 516 |632027 | 241.6 | 12M| 63 | - |1566 |1688 |1566 |1690 | 12k| 77 | 441 |-1.338043e+01 |-7.000000e+00 | 91.15%
106.86/106.96 c 107s| 2700 | 526 |637207 | 234.6 | 12M| 63 | 95 |1566 |1686 |1566 |1744 | 12k| 77 | 442 |-1.338043e+01 |-7.000000e+00 | 91.15%
107.97/108.03 c 108s| 2800 | 534 |645367 | 229.1 | 12M| 63 | 177 |1566 |1685 |1566 |1550 | 12k| 77 | 442 |-1.336946e+01 |-7.000000e+00 | 90.99%
108.88/108.93 c 109s| 2900 | 536 |651820 | 223.5 | 12M| 63 | - |1566 |1686 |1566 |1739 | 12k| 78 | 442 |-1.323911e+01 |-7.000000e+00 | 89.13%
109.76/109.82 c 110s| 3000 | 550 |658241 | 218.1 | 12M| 64 | 105 |1566 |1686 |1566 |1563 | 12k| 78 | 442 |-1.315381e+01 |-7.000000e+00 | 87.91%
110.67/110.79 c 111s| 3100 | 558 |665097 | 213.3 | 12M| 64 | 89 |1566 |1691 |1566 |1742 | 13k| 83 | 442 |-1.313649e+01 |-7.000000e+00 | 87.66%
111.67/111.70 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
111.67/111.70 c 112s| 3200 | 568 |671986 | 208.8 | 12M| 64 | - |1566 |1693 |1566 |1746 | 13k| 85 | 442 |-1.313649e+01 |-7.000000e+00 | 87.66%
112.47/112.55 c 113s| 3300 | 580 |678100 | 204.3 | 13M| 64 | 167 |1566 |1693 |1566 |1746 | 13k| 85 | 445 |-1.309945e+01 |-7.000000e+00 | 87.14%
113.27/113.34 c 113s| 3400 | 590 |683522 | 199.9 | 13M| 64 | 65 |1566 |1692 |1566 |1423 | 13k| 85 | 448 |-1.309945e+01 |-7.000000e+00 | 87.14%
114.06/114.10 c 114s| 3500 | 594 |689325 | 195.9 | 13M| 64 | 115 |1566 |1692 |1566 |1419 | 13k| 85 | 448 |-1.309945e+01 |-7.000000e+00 | 87.14%
114.86/114.99 c 115s| 3600 | 600 |695873 | 192.2 | 13M| 64 | 192 |1566 |1692 |1566 |1755 | 13k| 85 | 448 |-1.298650e+01 |-7.000000e+00 | 85.52%
115.47/115.56 c 116s| 3700 | 602 |699838 | 188.1 | 13M| 64 | - |1566 |1694 |1566 |1418 | 13k| 87 | 448 |-1.291286e+01 |-7.000000e+00 | 84.47%
116.07/116.13 c 116s| 3800 | 608 |703774 | 184.2 | 13M| 64 | 177 |1566 |1696 |1566 |1755 | 13k| 89 | 448 |-1.291286e+01 |-7.000000e+00 | 84.47%
116.87/116.97 c 117s| 3900 | 616 |709194 | 180.9 | 13M| 64 | - |1566 |1698 |1566 |1560 | 13k| 93 | 448 |-1.291286e+01 |-7.000000e+00 | 84.47%
117.67/117.77 c 118s| 4000 | 620 |715360 | 177.9 | 13M| 64 | - |1566 |1702 |1566 |1762 | 13k| 97 | 448 |-1.290775e+01 |-7.000000e+00 | 84.40%
118.67/118.80 c 119s| 4100 | 626 |723422 | 175.5 | 13M| 64 | 92 |1566 |1704 |1566 |1769 | 13k| 100 | 448 |-1.290181e+01 |-7.000000e+00 | 84.31%
119.56/119.65 c 120s| 4200 | 626 |729595 | 172.8 | 14M| 64 | - |1566 |1704 |1566 |1403 | 14k| 100 | 448 |-1.281118e+01 |-7.000000e+00 | 83.02%
120.26/120.35 c 120s| 4300 | 636 |734852 | 170.0 | 14M| 64 | 126 |1566 |1710 |1566 |1691 | 14k| 106 | 448 |-1.281118e+01 |-7.000000e+00 | 83.02%
121.37/121.44 c 121s| 4400 | 642 |742620 | 167.9 | 14M| 66 | 90 |1566 |1710 |1566 |1741 | 14k| 106 | 448 |-1.281118e+01 |-7.000000e+00 | 83.02%
122.07/122.18 c 122s| 4500 | 646 |747716 | 165.3 | 14M| 66 | 131 |1566 |1713 |1566 |1754 | 14k| 109 | 448 |-1.280474e+01 |-7.000000e+00 | 82.92%
122.96/123.01 c 123s| 4600 | 652 |754170 | 163.1 | 14M| 66 | 66 |1566 |1712 |1566 |1398 | 14k| 109 | 448 |-1.260230e+01 |-7.000000e+00 | 80.03%
123.57/123.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
123.57/123.66 c 124s| 4700 | 652 |758898 | 160.6 | 14M| 66 | - |1566 |1712 |1566 |1678 | 14k| 109 | 449 |-1.254013e+01 |-7.000000e+00 | 79.14%
124.47/124.59 c 125s| 4800 | 656 |765879 | 158.8 | 14M| 66 | - |1566 |1712 |1566 |1743 | 14k| 109 | 449 |-1.250967e+01 |-7.000000e+00 | 78.71%
124.96/125.06 c 125s| 4900 | 656 |768951 | 156.1 | 14M| 66 | 75 |1566 |1713 |1566 |1706 | 14k| 110 | 449 |-1.250967e+01 |-7.000000e+00 | 78.71%
125.77/125.84 c 126s| 5000 | 662 |775226 | 154.3 | 14M| 66 | 99 |1566 |1713 |1566 |1557 | 14k| 110 | 449 |-1.250967e+01 |-7.000000e+00 | 78.71%
126.47/126.59 c 127s| 5100 | 666 |780420 | 152.3 | 15M| 66 | - |1566 |1713 |1566 |1751 | 14k| 110 | 449 |-1.249438e+01 |-7.000000e+00 | 78.49%
127.36/127.40 c 127s| 5200 | 672 |786241 | 150.5 | 15M| 66 | 112 |1566 |1713 |1566 |1645 | 14k| 110 | 449 |-1.248556e+01 |-7.000000e+00 | 78.37%
128.17/128.24 c 128s| 5300 | 672 |792619 | 148.8 | 15M| 66 | - |1566 |1712 |1566 |1708 | 14k| 111 | 449 |-1.243520e+01 |-7.000000e+00 | 77.65%
128.86/128.90 c 129s| 5400 | 674 |797134 | 146.9 | 15M| 66 | - |1566 |1712 |1566 |1762 | 14k| 111 | 449 |-1.243520e+01 |-7.000000e+00 | 77.65%
129.46/129.57 c 130s| 5500 | 678 |801752 | 145.1 | 15M| 66 | 125 |1566 |1711 |1566 |1758 | 15k| 111 | 449 |-1.242546e+01 |-7.000000e+00 | 77.51%
129.96/130.02 c 130s| 5600 | 680 |804518 | 143.0 | 15M| 66 | 128 |1566 |1712 |1566 |1688 | 15k| 112 | 449 |-1.240654e+01 |-7.000000e+00 | 77.24%
130.56/130.67 c 131s| 5700 | 680 |809127 | 141.3 | 15M| 66 | 115 |1566 |1712 |1566 |1204 | 15k| 112 | 450 |-1.230120e+01 |-7.000000e+00 | 75.73%
131.47/131.58 c 132s| 5800 | 680 |816322 | 140.1 | 15M| 66 | - |1566 |1712 | 0 | 0 | 15k| 113 | 450 |-1.228243e+01 |-7.000000e+00 | 75.46%
131.87/131.99 c 132s| 5900 | 682 |818981 | 138.2 | 15M| 66 | 112 |1566 |1713 |1566 |1744 | 15k| 115 | 450 |-1.225962e+01 |-7.000000e+00 | 75.14%
132.46/132.58 c 133s| 6000 | 680 |823298 | 136.6 | 15M| 66 | 84 |1566 |1714 |1566 |1730 | 15k| 116 | 450 |-1.223781e+01 |-7.000000e+00 | 74.83%
133.27/133.33 c 133s| 6100 | 682 |828585 | 135.2 | 15M| 66 | 102 |1566 |1714 |1566 |1566 | 15k| 117 | 450 |-1.223781e+01 |-7.000000e+00 | 74.83%
133.66/133.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
133.66/133.75 c 134s| 6200 | 684 |831315 | 133.5 | 15M| 66 | 153 |1566 |1714 |1566 |1704 | 15k| 117 | 450 |-1.223781e+01 |-7.000000e+00 | 74.83%
134.06/134.13 c 134s| 6300 | 682 |833691 | 131.7 | 15M| 66 | - |1566 |1714 |1566 |1560 | 15k| 117 | 450 |-1.223781e+01 |-7.000000e+00 | 74.83%
134.96/135.05 c 135s| 6400 | 686 |840401 | 130.7 | 16M| 66 | - |1566 |1713 |1566 |1568 | 15k| 117 | 450 |-1.221190e+01 |-7.000000e+00 | 74.46%
135.46/135.56 c 136s| 6500 | 688 |843971 | 129.2 | 16M| 66 | 68 |1566 |1712 |1566 |1554 | 15k| 117 | 450 |-1.218903e+01 |-7.000000e+00 | 74.13%
135.97/136.03 c 136s| 6600 | 688 |847187 | 127.8 | 16M| 66 | 146 |1566 |1712 |1566 |1707 | 15k| 117 | 450 |-1.218903e+01 |-7.000000e+00 | 74.13%
136.46/136.52 c 137s| 6700 | 686 |850384 | 126.3 | 16M| 66 | - |1566 |1715 |1566 |1755 | 15k| 121 | 450 |-1.214194e+01 |-7.000000e+00 | 73.46%
136.97/137.04 c 137s| 6800 | 688 |853811 | 125.0 | 16M| 66 | - |1566 |1717 |1566 |1556 | 15k| 123 | 450 |-1.209831e+01 |-7.000000e+00 | 72.83%
137.37/137.44 c 137s| 6900 | 684 |856486 | 123.6 | 16M| 66 | 146 |1566 |1717 |1566 |1746 | 15k| 123 | 450 |-1.209831e+01 |-7.000000e+00 | 72.83%
137.86/138.00 c 138s| 7000 | 686 |860420 | 122.4 | 16M| 66 | 74 |1566 |1717 |1566 |1710 | 15k| 123 | 450 |-1.192882e+01 |-7.000000e+00 | 70.41%
138.56/138.67 c 139s| 7100 | 684 |864989 | 121.3 | 16M| 66 | 107 |1566 |1716 |1566 |1555 | 15k| 123 | 450 |-1.187613e+01 |-7.000000e+00 | 69.66%
139.26/139.34 c 139s| 7200 | 682 |869890 | 120.3 | 16M| 66 | 114 |1566 |1718 |1566 |1659 | 15k| 127 | 450 |-1.186334e+01 |-7.000000e+00 | 69.48%
139.76/139.82 c 140s| 7300 | 676 |872972 | 119.1 | 16M| 66 | 135 |1566 |1717 |1566 |1750 | 15k| 127 | 450 |-1.181094e+01 |-7.000000e+00 | 68.73%
140.26/140.37 c 140s| 7400 | 672 |876873 | 118.0 | 16M| 66 | 94 |1566 |1717 |1566 |1728 | 15k| 127 | 450 |-1.179830e+01 |-7.000000e+00 | 68.55%
140.77/140.82 c 141s| 7500 | 666 |879403 | 116.7 | 16M| 66 | - |1566 |1717 |1566 |1724 | 15k| 127 | 457 |-1.179830e+01 |-7.000000e+00 | 68.55%
141.76/141.88 c 142s| 7600 | 664 |885205 | 116.0 | 16M| 66 | 72 |1566 |1716 |1566 |1689 | 16k| 127 | 473 |-1.174232e+01 |-7.000000e+00 | 67.75%
142.16/142.25 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
142.16/142.25 c 142s| 7700 | 664 |887522 | 114.8 | 16M| 66 | - |1566 |1715 |1566 |1564 | 16k| 127 | 473 |-1.174232e+01 |-7.000000e+00 | 67.75%
142.56/142.68 c 143s| 7800 | 656 |889765 | 113.6 | 16M| 66 | - |1566 |1716 |1566 |1703 | 16k| 128 | 483 |-1.174232e+01 |-7.000000e+00 | 67.75%
143.06/143.10 c 143s| 7900 | 654 |892237 | 112.4 | 16M| 67 | 118 |1566 |1725 |1566 |1711 | 16k| 137 | 493 |-1.174232e+01 |-7.000000e+00 | 67.75%
143.46/143.57 c 144s| 8000 | 650 |894512 | 111.3 | 16M| 67 | 88 |1566 |1727 |1566 |1765 | 16k| 139 | 505 |-1.174232e+01 |-7.000000e+00 | 67.75%
144.26/144.31 c 144s| 8100 | 638 |898608 | 110.5 | 16M| 67 | 100 |1566 |1728 |1566 |1733 | 16k| 140 | 517 |-1.173860e+01 |-7.000000e+00 | 67.69%
144.56/144.67 c 145s| 8200 | 628 |900411 | 109.3 | 16M| 67 | - |1566 |1728 |1566 |1570 | 16k| 140 | 527 |-1.168979e+01 |-7.000000e+00 | 67.00%
145.46/145.50 c 146s| 8300 | 624 |905263 | 108.6 | 16M| 67 | - |1566 |1727 |1566 |1745 | 16k| 140 | 544 |-1.166525e+01 |-7.000000e+00 | 66.65%
145.86/145.96 c 146s| 8400 | 618 |908017 | 107.6 | 16M| 67 | - |1566 |1725 |1566 |1718 | 16k| 140 | 550 |-1.163263e+01 |-7.000000e+00 | 66.18%
146.26/146.35 c 146s| 8500 | 612 |910447 | 106.7 | 16M| 67 | 129 |1566 |1726 |1566 |1547 | 16k| 141 | 550 |-1.163263e+01 |-7.000000e+00 | 66.18%
146.66/146.71 c 147s| 8600 | 604 |912712 | 105.7 | 16M| 67 | - |1566 |1726 |1566 |1763 | 16k| 141 | 551 |-1.163006e+01 |-7.000000e+00 | 66.14%
147.06/147.19 c 147s| 8700 | 598 |915574 | 104.8 | 16M| 67 | 109 |1566 |1726 |1566 |1745 | 16k| 141 | 551 |-1.162705e+01 |-7.000000e+00 | 66.10%
147.46/147.56 c 148s| 8800 | 590 |918042 | 103.9 | 16M| 67 | 163 |1566 |1727 |1566 |1740 | 16k| 142 | 551 |-1.161458e+01 |-7.000000e+00 | 65.92%
147.96/148.08 c 148s| 8900 | 584 |921255 | 103.1 | 16M| 67 | 161 |1566 |1727 |1566 |1559 | 16k| 143 | 551 |-1.158762e+01 |-7.000000e+00 | 65.54%
148.47/148.53 c 149s| 9000 | 574 |924142 | 102.2 | 16M| 67 | 137 |1566 |1728 |1566 |1558 | 16k| 144 | 552 |-1.157196e+01 |-7.000000e+00 | 65.31%
148.96/149.02 c 149s| 9100 | 572 |927582 | 101.5 | 16M| 67 | - |1566 |1728 |1566 |1643 | 16k| 144 | 552 |-1.157196e+01 |-7.000000e+00 | 65.31%
149.36/149.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
149.36/149.47 c 149s| 9200 | 570 |930563 | 100.7 | 16M| 67 | 108 |1566 |1728 |1566 |1751 | 16k| 144 | 553 |-1.154953e+01 |-7.000000e+00 | 64.99%
149.76/149.83 c 150s| 9300 | 562 |932469 | 99.8 | 16M| 67 | 138 |1566 |1728 |1566 |1710 | 16k| 144 | 555 |-1.153265e+01 |-7.000000e+00 | 64.75%
150.16/150.25 c 150s| 9400 | 560 |935393 | 99.1 | 16M| 67 | - |1566 |1728 |1566 |1416 | 16k| 144 | 555 |-1.153265e+01 |-7.000000e+00 | 64.75%
150.57/150.61 c 151s| 9500 | 546 |937543 | 98.3 | 15M| 67 | - |1566 |1728 |1566 |1751 | 16k| 144 | 557 |-1.151376e+01 |-7.000000e+00 | 64.48%
150.96/151.00 c 151s| 9600 | 538 |940200 | 97.5 | 15M| 67 | - |1566 |1728 |1566 |1630 | 16k| 147 | 557 |-1.151376e+01 |-7.000000e+00 | 64.48%
151.36/151.41 c 151s| 9700 | 528 |942615 | 96.8 | 15M| 67 | 158 |1566 |1727 |1566 |1687 | 16k| 148 | 558 |-1.149459e+01 |-7.000000e+00 | 64.21%
151.67/151.79 c 152s| 9800 | 516 |944869 | 96.0 | 15M| 67 | 129 |1566 |1726 |1566 |1648 | 16k| 149 | 559 |-1.137758e+01 |-7.000000e+00 | 62.54%
152.16/152.22 c 152s| 9900 | 496 |947738 | 95.3 | 15M| 67 | - |1566 |1726 |1566 |1709 | 16k| 149 | 559 |-1.131265e+01 |-7.000000e+00 | 61.61%
152.56/152.63 c 153s| 10000 | 482 |950274 | 94.6 | 15M| 67 | 152 |1566 |1726 |1566 |1744 | 16k| 150 | 559 |-1.119286e+01 |-7.000000e+00 | 59.90%
152.86/152.98 c 153s| 10100 | 472 |952560 | 93.9 | 15M| 67 | 95 |1566 |1726 |1566 |1714 | 16k| 152 | 559 |-1.116544e+01 |-7.000000e+00 | 59.51%
153.26/153.35 c 153s| 10200 | 464 |954999 | 93.2 | 15M| 67 | 126 |1566 |1726 |1566 |1749 | 16k| 152 | 559 |-1.115319e+01 |-7.000000e+00 | 59.33%
153.76/153.87 c 154s| 10300 | 456 |958327 | 92.7 | 15M| 67 | 82 |1566 |1727 |1566 |1733 | 16k| 153 | 559 |-1.113120e+01 |-7.000000e+00 | 59.02%
154.06/154.16 c 154s| 10400 | 440 |959938 | 91.9 | 15M| 67 | - |1566 |1726 |1566 |1523 | 16k| 153 | 559 |-1.113120e+01 |-7.000000e+00 | 59.02%
154.36/154.45 c 154s| 10500 | 428 |961500 | 91.2 | 14M| 67 | - |1566 |1725 |1566 |1663 | 16k| 153 | 560 |-1.109122e+01 |-7.000000e+00 | 58.45%
154.86/154.95 c 155s| 10600 | 422 |964832 | 90.7 | 14M| 67 | - |1566 |1724 |1566 |1750 | 16k| 153 | 562 |-1.109122e+01 |-7.000000e+00 | 58.45%
155.16/155.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
155.16/155.21 c 155s| 10700 | 408 |966190 | 89.9 | 14M| 67 | - |1566 |1726 |1566 |1678 | 16k| 155 | 563 |-1.103918e+01 |-7.000000e+00 | 57.70%
155.55/155.66 c 156s| 10800 | 396 |968555 | 89.3 | 14M| 67 | - |1566 |1726 |1566 |1651 | 16k| 155 | 571 |-1.086267e+01 |-7.000000e+00 | 55.18%
156.36/156.44 c 156s| 10900 | 386 |972592 | 88.9 | 14M| 67 | 122 |1566 |1723 |1566 |1756 | 17k| 156 | 586 |-1.081405e+01 |-7.000000e+00 | 54.49%
156.75/156.83 c 157s| 11000 | 370 |974955 | 88.3 | 14M| 67 | 115 |1566 |1724 |1566 |1750 | 17k| 157 | 586 |-1.067161e+01 |-7.000000e+00 | 52.45%
157.46/157.55 c 158s| 11100 | 362 |979267 | 87.9 | 14M| 67 | 138 |1566 |1725 |1566 |1682 | 17k| 162 | 596 |-1.060549e+01 |-7.000000e+00 | 51.51%
158.66/158.72 c 159s| 11200 | 350 |986504 | 87.7 | 14M| 67 | - |1566 |1723 |1566 |1193 | 17k| 162 | 630 |-1.058162e+01 |-7.000000e+00 | 51.17%
159.16/159.24 c 159s| 11300 | 328 |989251 | 87.2 | 13M| 67 | - |1566 |1723 |1566 |1682 | 17k| 164 | 637 |-1.051009e+01 |-7.000000e+00 | 50.14%
160.06/160.17 c 160s| 11400 | 300 |994476 | 86.9 | 13M| 67 | 90 |1566 |1727 |1566 |1557 | 17k| 171 | 663 |-1.051009e+01 |-7.000000e+00 | 50.14%
161.06/161.13 c 161s| 11500 | 266 | 1000k| 86.7 | 13M| 67 | 152 |1566 |1727 |1566 |1733 | 17k| 172 | 674 |-1.032528e+01 |-7.000000e+00 | 47.50%
161.96/162.05 c 162s| 11600 | 204 | 1006k| 86.5 | 12M| 67 | - |1566 |1727 |1566 |1697 | 17k| 174 | 684 |-1.009865e+01 |-7.000000e+00 | 44.27%
162.76/162.84 c 163s| 11700 | 120 | 1013k| 86.3 | 11M| 67 | - |1566 |1726 |1566 |1702 | 17k| 177 | 688 |-9.906648e+00 |-7.000000e+00 | 41.52%
163.36/163.44 c 163s| 11800 | 34 | 1017k| 85.9 |9762k| 67 | - |1566 |1728 |1566 |1634 | 17k| 181 | 689 |-9.398608e+00 |-7.000000e+00 | 34.27%
163.46/163.59 c
163.46/163.59 c SCIP Status : problem is solved [optimal solution found]
163.46/163.59 c Solving Time (sec) : 163.59
163.46/163.59 c Solving Nodes : 11834
163.46/163.59 c Primal Bound : -7.00000000000000e+00 (13 solutions)
163.46/163.59 c Dual Bound : -7.00000000000000e+00
163.46/163.59 c Gap : 0.00 %
163.46/163.59 s OPTIMUM FOUND
163.46/163.59 v -x59 -x66 x97 -x60 -x58 -x56 -x96 -x87 -x72 -x90 -x98 -x94 -x93 -x82 -x62 -x70 -x51 -x99 x91 -x89 -x85 -x78 -x67 -x63 -x61 -x57
163.46/163.59 v x81 -x71 -x83 -x73 -x74 x80 -x69 -x68 x100 -x92 -x53 -x54 -x65 -x55 x95 -x86 -x79 -x76 -x88 -x64 -x77 x75 -x84 -x52 -x50 x49
163.46/163.59 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
163.46/163.59 v -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1
163.46/163.59 c SCIP Status : problem is solved [optimal solution found]
163.46/163.59 c Total Time : 163.59
163.46/163.59 c solving : 163.59
163.46/163.59 c presolving : 0.11 (included in solving)
163.46/163.59 c reading : 0.00 (included in solving)
163.46/163.59 c copying : 0.07 (11 #copies) (minimal 0.01, maximal 0.01, average 0.01)
163.46/163.59 c Original Problem :
163.46/163.59 c Problem name : HOME/instance-3691431-1338022331.opb
163.46/163.59 c Variables : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
163.46/163.59 c Constraints : 151 initial, 151 maximal
163.46/163.59 c Objective sense : minimize
163.46/163.59 c Presolved Problem :
163.46/163.59 c Problem name : t_HOME/instance-3691431-1338022331.opb
163.46/163.59 c Variables : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
163.46/163.59 c Constraints : 1617 initial, 1731 maximal
163.46/163.59 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
163.46/163.59 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c probing : 0.01 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c and : 0.08 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c linear : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0
163.46/163.59 c root node : - - 91 - - 91 - - - - -
163.46/163.59 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
163.46/163.59 c integral : 0 0 0 0 6261 0 39 0 26 215 0 0 12260
163.46/163.59 c setppc : 150 150 6 35333 2 0 34 1073 66 53605 0 0 0
163.46/163.59 c and : 1466 1466 9185 35267 2 0 33 1586 22 982243 19126 0 0
163.46/163.59 c linear : 1 1 6 35245 2 0 10 10 12 15 0 0 0
163.46/163.59 c logicor : 0+ 114 6 8497 0 0 0 45 0 1091 0 0 0
163.46/163.59 c countsols : 0 0 0 0 2 0 14 0 0 0 0 0 0
163.46/163.59 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
163.46/163.59 c integral : 28.12 0.00 0.00 0.00 28.12 0.00 0.00 0.00
163.46/163.59 c setppc : 0.10 0.00 0.00 0.09 0.00 0.00 0.00 0.00
163.46/163.59 c and : 1.64 0.00 0.72 0.92 0.00 0.00 0.00 0.00
163.46/163.59 c linear : 0.03 0.00 0.00 0.03 0.00 0.00 0.00 0.00
163.46/163.59 c logicor : 0.03 0.00 0.00 0.03 0.00 0.00 0.00 0.00
163.46/163.59 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
163.46/163.59 c Propagators : #Propagate #ResProp Cutoffs DomReds
163.46/163.59 c rootredcost : 5 0 0 0
163.46/163.59 c pseudoobj : 41525 89 31 214
163.46/163.59 c vbounds : 0 0 0 0
163.46/163.59 c redcost : 10496 0 0 31594
163.46/163.59 c probing : 0 0 0 0
163.46/163.59 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
163.46/163.59 c rootredcost : 0.01 0.00 0.00 0.01 0.00
163.46/163.59 c pseudoobj : 0.04 0.00 0.00 0.04 0.00
163.46/163.59 c vbounds : 0.01 0.00 0.00 0.01 0.00
163.46/163.59 c redcost : 0.32 0.00 0.00 0.32 0.00
163.46/163.59 c probing : 0.01 0.00 0.01 0.00 0.00
163.46/163.59 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
163.46/163.59 c propagation : 0.00 131 128 217 27.5 1 32.0 -
163.46/163.59 c infeasible LP : 0.00 11 11 14 31.5 0 0.0 0
163.46/163.59 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
163.46/163.59 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
163.46/163.59 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
163.46/163.59 c applied globally : - - - 181 24.1 - - -
163.46/163.59 c applied locally : - - - 0 0.0 - - -
163.46/163.59 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
163.46/163.59 c cut pool : 0.00 5 - - 0 - (maximal pool size: 192)
163.46/163.59 c closecuts : 0.00 0.00 0 0 0 0 0
163.46/163.59 c impliedbounds : 0.00 0.00 6 0 0 32 0
163.46/163.59 c intobj : 0.00 0.00 0 0 0 0 0
163.46/163.59 c gomory : 0.92 0.00 6 0 0 0 0
163.46/163.59 c cgmip : 0.00 0.00 0 0 0 0 0
163.46/163.59 c strongcg : 0.79 0.00 6 0 0 418 0
163.46/163.59 c cmir : 0.07 0.00 6 0 0 1 0
163.46/163.59 c flowcover : 0.08 0.00 6 0 0 0 0
163.46/163.59 c clique : 0.11 0.00 6 0 0 37 0
163.46/163.59 c zerohalf : 0.00 0.00 0 0 0 0 0
163.46/163.59 c mcf : 0.01 0.00 2 0 0 6 0
163.46/163.59 c oddcycle : 0.00 0.00 0 0 0 0 0
163.46/163.59 c rapidlearning : 0.36 0.00 1 0 0 0 0
163.46/163.59 c Pricers : ExecTime SetupTime Calls Vars
163.46/163.59 c problem variables: 0.00 - 0 0
163.46/163.59 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
163.46/163.59 c relpscost : 28.11 0.00 6259 26 215 0 0 12260
163.46/163.59 c pscost : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c inference : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c mostinf : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c leastinf : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c fullstrong : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c random : 0.00 0.00 0 0 0 0 0 0
163.46/163.59 c Primal Heuristics : ExecTime SetupTime Calls Found
163.46/163.59 c LP solutions : 0.00 - - 2
163.46/163.59 c pseudo solutions : 0.00 - - 0
163.46/163.59 c feaspump : 0.00 0.00 0 0
163.46/163.59 c oneopt : 0.01 0.00 5 0
163.46/163.59 c objpscostdiving : 2.46 0.00 8 0
163.46/163.59 c coefdiving : 1.74 0.00 21 0
163.46/163.59 c pscostdiving : 0.83 0.00 21 0
163.46/163.59 c linesearchdiving : 0.57 0.00 21 0
163.46/163.59 c veclendiving : 2.97 0.00 21 0
163.46/163.59 c guideddiving : 1.50 0.00 21 0
163.46/163.59 c rootsoldiving : 0.59 0.00 11 0
163.46/163.59 c fracdiving : 1.31 0.00 22 1
163.46/163.59 c crossover : 0.20 0.00 8 0
163.46/163.59 c smallcard : 0.00 0.00 0 0
163.46/163.59 c trivial : 0.00 0.00 2 1
163.46/163.59 c shiftandpropagate: 0.00 0.00 0 0
163.46/163.59 c simplerounding : 0.00 0.00 0 0
163.46/163.59 c zirounding : 0.33 0.00 0 0
163.46/163.59 c rounding : 0.83 0.00 4143 1
163.46/163.59 c shifting : 0.32 0.00 932 7
163.46/163.59 c intshifting : 0.00 0.00 0 0
163.46/163.59 c twoopt : 0.00 0.00 0 0
163.46/163.59 c indoneopt : 0.01 0.00 0 0
163.46/163.59 c indtwoopt : 0.00 0.00 0 0
163.46/163.59 c fixandinfer : 0.00 0.00 0 0
163.46/163.59 c clique : 0.00 0.00 0 0
163.46/163.59 c indrounding : 0.00 0.00 0 0
163.46/163.59 c indcoefdiving : 0.00 0.00 0 0
163.46/163.59 c nlpdiving : 0.00 0.00 0 0
163.46/163.59 c intdiving : 0.00 0.00 0 0
163.46/163.59 c actconsdiving : 0.00 0.00 0 0
163.46/163.59 c octane : 0.00 0.00 0 0
163.46/163.59 c rens : 0.01 0.00 0 0
163.46/163.59 c rins : 0.00 0.00 0 0
163.46/163.59 c localbranching : 0.00 0.00 0 0
163.46/163.59 c mutation : 0.00 0.00 0 0
163.46/163.59 c dins : 0.00 0.00 0 0
163.46/163.59 c vbounds : 0.00 0.00 0 0
163.46/163.59 c undercover : 0.07 0.00 1 1
163.46/163.59 c subnlp : 0.00 0.00 0 0
163.46/163.59 c trysol : 0.01 0.00 0 0
163.46/163.59 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
163.46/163.59 c primal LP : 0.97 1052 3 3.00 3.09 0.97 1051
163.46/163.59 c dual LP : 111.23 16118 926812 62.41 8332.05 0.50 1267
163.46/163.59 c lex dual LP : 0.00 0 0 0.00 -
163.46/163.59 c barrier LP : 0.00 0 0 0.00 - 0.00 0
163.46/163.59 c diving/probing LP: 10.67 4774 91338 19.13 8557.47
163.46/163.59 c strong branching : 28.01 689 211827 307.44 7561.80
163.46/163.59 c (at root node) : - 10 10000 1000.00 -
163.46/163.59 c conflict analysis: 0.00 0 0 0.00 -
163.46/163.59 c B&B Tree :
163.46/163.59 c number of runs : 1
163.46/163.59 c nodes : 11834
163.46/163.59 c nodes (total) : 11834
163.46/163.59 c nodes left : 0
163.46/163.59 c max depth : 67
163.46/163.59 c max depth (total): 67
163.46/163.59 c backtracks : 1656 (14.0%)
163.46/163.59 c delayed cutoffs : 0
163.46/163.59 c repropagations : 827 (6016 domain reductions, 0 cutoffs)
163.46/163.59 c avg switch length: 7.07
163.46/163.59 c switching time : 2.31
163.46/163.59 c Solution :
163.46/163.59 c Solutions found : 13 (7 improvements)
163.46/163.59 c First Solution : +0.00000000000000e+00 (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
163.46/163.59 c Primal Bound : -7.00000000000000e+00 (in run 1, after 2444 nodes, 104.05 seconds, depth 37, found by <relaxation>)
163.46/163.59 c Dual Bound : -7.00000000000000e+00
163.46/163.59 c Gap : 0.00 %
163.46/163.59 c Root Dual Bound : -2.50000000000000e+01
163.46/163.59 c Root Iterations : 4013
163.56/163.60 c Time complete: 163.56.
Verifier Data
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-3691431-1338022331/watcher-3691431-1338022331 -o /tmp/evaluation-result-3691431-1338022331/solver-3691431-1338022331 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691431-1338022331.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 1.94 3/176 32717
/proc/meminfo: memFree=28343684/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=10456 CPUtime=0 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 1333 0 0 0 0 0 0 0 20 0 1 0 268360432 10706944 1287 33554432000 4194304 10173063 140734388155856 140734321096984 7514928 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 2871 1296 465 1460 0 1402 0
[startup+0.034108 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 32717
/proc/meminfo: memFree=28343684/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=18892 CPUtime=0.02 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 3527 0 0 0 1 1 0 0 20 0 1 0 268360432 19345408 3224 33554432000 4194304 10173063 140734388155856 140734321096984 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 4723 3224 551 1460 0 3254 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18892
[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 32717
/proc/meminfo: memFree=28343684/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=21992 CPUtime=0.09 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 4318 0 0 0 4 5 0 0 20 0 1 0 268360432 22519808 4015 33554432000 4194304 10173063 140734388155856 140734321096984 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 5498 4015 577 1460 0 4029 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21992
[startup+0.300279 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 32717
/proc/meminfo: memFree=28343684/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=50380 CPUtime=0.29 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 11935 0 0 0 23 6 0 0 20 0 1 0 268360432 51589120 11464 33554432000 4194304 10173063 140734388155856 140734321096984 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 12634 11476 798 1460 0 11165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50380
[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 32717
/proc/meminfo: memFree=28343684/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=0.69 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 13868 0 0 0 62 7 0 0 20 0 1 0 268360432 57102336 12593 33554432000 4194304 10173063 140734388155856 140734388150776 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 12593 841 1460 0 12472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55764
[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32718
/proc/meminfo: memFree=28295572/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=1.49 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14165 0 0 0 140 9 0 0 20 0 1 0 268360432 57102336 12880 33554432000 4194304 10173063 140734388155856 140734388150744 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 12880 865 1460 0 12472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55764
[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32718
/proc/meminfo: memFree=28297240/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=3.09 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14175 0 0 0 299 10 0 0 20 0 1 0 268360432 57102336 12890 33554432000 4194304 10173063 140734388155856 140734388151016 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 12890 865 1460 0 12472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55764
[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32718
/proc/meminfo: memFree=28296448/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=6.29 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14185 0 0 0 617 12 0 0 20 0 1 0 268360432 57102336 12900 33554432000 4194304 10173063 140734388155856 140734388149304 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 12900 872 1460 0 12472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55764
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32756
/proc/meminfo: memFree=28638784/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=12.69 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14185 0 0 0 1252 17 0 0 20 0 1 0 268360432 57102336 12900 33554432000 4194304 10173063 140734388155856 140734388149688 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 12900 872 1460 0 12472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55764
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32756
/proc/meminfo: memFree=28626304/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=25.48 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14190 0 0 0 2521 27 0 0 20 0 1 0 268360432 57102336 12904 33554432000 4194304 10173063 140734388155856 140734388149112 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 12904 873 1460 0 12472 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55764
[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 32756
/proc/meminfo: memFree=28605924/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55764 CPUtime=51.08 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14196 0 0 0 5057 51 0 0 20 0 1 0 268360432 57102336 13166 33554432000 4194304 10173063 140734388155856 140734388148872 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13941 13166 873 1460 0 12472 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55764
[startup+102.307 s]
/proc/loadavg: 2.03 2.01 1.94 3/177 32756
/proc/meminfo: memFree=28602888/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=56788 CPUtime=102.27 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 14970 0 0 0 10129 98 0 0 20 0 1 0 268360432 58150912 13454 33554432000 4194304 10173063 140734388155856 140734388149208 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 14197 13454 876 1460 0 12728 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56788
[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 32756
/proc/meminfo: memFree=28582520/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=57052 CPUtime=162.25 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 22837 0 0 0 16067 158 0 0 20 0 1 0 268360432 58421248 13471 33554432000 4194304 10173063 140734388155856 140734388149112 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 14263 13471 876 1460 0 12794 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 57052
Solver just ended. Dumping a history of the last processes samples
[startup+163.1 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 32756
/proc/meminfo: memFree=28582396/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=57052 CPUtime=163.06 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 22857 0 0 0 16146 160 0 0 20 0 1 0 268360432 58421248 13491 33554432000 4194304 10173063 140734388155856 140734388149112 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 14263 13491 876 1460 0 12794 0
Current children cumulated CPU time (s) 163.06
Current children cumulated vsize (KiB) 57052
[startup+163.5 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 32756
/proc/meminfo: memFree=28582396/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=57216 CPUtime=163.46 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 22867 0 0 0 16186 160 0 0 20 0 1 0 268360432 58589184 13501 33554432000 4194304 10173063 140734388155856 140734388149112 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 14304 13501 876 1460 0 12835 0
Current children cumulated CPU time (s) 163.46
Current children cumulated vsize (KiB) 57216
[startup+163.6 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 32756
/proc/meminfo: memFree=28582396/32873648 swapFree=7108/7108
[pid=32717] ppid=32715 vsize=55804 CPUtime=163.56 cores=1,3,5,7
/proc/32717/stat : 32717 (scip-2.1.1.4fix) R 32715 32717 32297 0 -1 4202496 22870 0 0 0 16196 160 0 0 20 0 1 0 268360432 57143296 13151 33554432000 4194304 10173063 140734388155856 140734388149112 8963895 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32717/statm: 13951 13151 878 1460 0 12482 0
Current children cumulated CPU time (s) 163.56
Current children cumulated vsize (KiB) 55804
Child status: 0
Real time (s): 163.608
CPU time (s): 163.576
CPU user time (s): 161.967
CPU system time (s): 1.60876
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 57216
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.967
system time used= 1.60875
maximum resident set size= 66100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22872
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= 169
runsolver used 0.286956 second user time and 0.761884 second system time
The end
Launcher Data
Begin job on node114 at 2012-05-26 10:52:11
IDJOB=3691431
IDBENCH=48259
IDSOLVER=2270
FILE ID=node114/3691431-1338022331
RUNJOBID= node114-1338016936-32314
PBS_JOBID= 14624357
Free space on /tmp= 71428 MiB
SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_4.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691431-1338022331/watcher-3691431-1338022331 -o /tmp/evaluation-result-3691431-1338022331/solver-3691431-1338022331 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691431-1338022331.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=1336971254
node114.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.242
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.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.242
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.242
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 : 5451.90
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.242
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.242
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.242
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.242
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.242
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: 32873648 kB
MemFree: 28344104 kB
Buffers: 231776 kB
Cached: 2916284 kB
SwapCached: 0 kB
Active: 1509208 kB
Inactive: 2248684 kB
Active(anon): 612232 kB
Inactive(anon): 0 kB
Active(file): 896976 kB
Inactive(file): 2248684 kB
Unevictable: 7108 kB
Mlocked: 7108 kB
SwapTotal: 67108856 kB
SwapFree: 67108856 kB
Dirty: 13612 kB
Writeback: 0 kB
AnonPages: 739296 kB
Mapped: 16828 kB
Shmem: 200 kB
Slab: 631656 kB
SReclaimable: 76360 kB
SUnreclaim: 555296 kB
KernelStack: 1472 kB
PageTables: 5188 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545680 kB
Committed_AS: 725932 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346400 kB
VmallocChunk: 34341988052 kB
HardwareCorrupted: 0 kB
AnonHugePages: 686080 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 7680 kB
DirectMap2M: 33538048 kB
Free space on /tmp at the end= 71416 MiB
End job on node114 at 2012-05-26 10:54:54