| Solver Name | Answer | objective function | CPU time | Wall clock time |
|---|---|---|---|---|
| SCIPnone SCIP 1.2.1.2 without any LP solver | OPT | -13 | 68.1876 | 68.2164 |
| Name | normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/ manquinho/mis/normalized-mis_100_25_5.opb |
| MD5SUM | 2b42cb52a84d6f68fde6feb3c17d922a |
| 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 | -13 |
| Best CPU time to get the best result obtained on this benchmark | 57.0413 |
| Has Objective Function | YES |
| Satisfiable | YES |
| (Un)Satisfiability was proved | YES |
| Best value of the objective function | -13 |
| Optimality of the best value was proved | YES |
| Number of variables | 100 |
| Total number of constraints | 100 |
| Number of constraints which are clauses | 0 |
| Number of constraints which are cardinality constraints (but not clauses) | 0 |
| Number of constraints which are nor clauses,nor cardinality constraints | 100 |
| Minimum length of a constraint | 25 |
| Maximum length of a constraint | 39 |
| Number of terms in the objective function | 100 |
| 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 | 100 |
| Number of bits of the sum of numbers in the objective function | 7 |
| 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) | 3062 |
| Sum of products size (including duplicates) | 6124 |
| Number of different products | 1531 |
| Sum of products size | 3062 |
0.00/0.00 c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00 c Copyright (c) 2002-2010 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-2663817-1276661456.opb>
0.00/0.02 c original problem has 1631 variables (1631 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.00/0.02 c problem read
0.00/0.02 c presolving settings loaded
0.00/0.02 c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.04 o 0
0.00/0.04 c feasible solution found by trivial heuristic, objective value 0.000000e+00
0.00/0.04 c presolving:
0.19/0.23 c (round 1) 1531 del vars, 100 del conss, 1531 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6124 impls, 0 clqs
0.19/0.28 c presolving (2 rounds):
0.19/0.28 c 1531 deleted vars, 100 deleted constraints, 1531 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.28 c 9186 implications, 0 cliques
0.19/0.28 c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 1531 constraints
0.19/0.28 c 1531 constraints of type <logicor>
0.19/0.28 c transformed objective value is always integral (scale: 1)
0.19/0.28 c Presolving Time: 0.14
0.19/0.28 c - non default parameters ----------------------------------------------------------------------
0.19/0.28 c # SCIP version 1.2.1.2
0.19/0.28 c
0.19/0.28 c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28 c conflict/interconss = 0
0.19/0.28 c
0.19/0.28 c # should binary conflicts be preferred?
0.19/0.28 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28 c conflict/preferbinary = TRUE
0.19/0.28 c
0.19/0.28 c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.28 c constraints/agelimit = 1
0.19/0.28 c
0.19/0.28 c # should enforcement of pseudo solution be disabled?
0.19/0.28 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28 c constraints/disableenfops = TRUE
0.19/0.28 c
0.19/0.28 c # frequency for displaying node information lines
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.28 c display/freq = 10000
0.19/0.28 c
0.19/0.28 c # maximal time in seconds to run
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.28 c limits/time = 1799.98
0.19/0.28 c
0.19/0.28 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.28 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.28 c limits/memory = 1620
0.19/0.28 c
0.19/0.28 c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.28 c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.28 c lp/solvefreq = -1
0.19/0.28 c
0.19/0.28 c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.19/0.28 c # [type: char, range: {lafpsqd}, default: l]
0.19/0.28 c lp/pricing = a
0.19/0.28 c
0.19/0.28 c # should presolving try to simplify inequalities
0.19/0.28 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28 c constraints/linear/simplifyinequalities = TRUE
0.19/0.28 c
0.19/0.28 c # should presolving try to simplify knapsacks
0.19/0.28 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28 c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.28 c
0.19/0.28 c # priority of node selection rule <dfs> in standard mode
0.19/0.28 c # [type: int, range: [-536870912,536870911], default: 0]
0.19/0.28 c nodeselection/dfs/stdpriority = 1000000
0.19/0.28 c
0.19/0.28 c -----------------------------------------------------------------------------------------------
0.19/0.28 c start solving
0.19/0.28 c
0.19/0.28 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.28 c t 0.1s| 1 | 2 | 0 | - |3784k| 0 | - | 100 |1531 | 0 | 0 | 0 | 0 | 0 |-1.000000e+02 | 0.000000e+00 | 100.00%
0.19/0.28 o -10
0.19/0.28 c * 0.1s| 11 | 6 | 0 | 0.0 |3791k| 10 | - | 100 |1531 | 0 | 0 | 0 | 0 | 0 |-9.900000e+01 |-1.000000e+01 | 89.90%
0.19/0.29 o -11
0.19/0.29 c * 0.1s| 46 | 8 | 0 | 0.0 |3793k| 10 | - | 100 |1531 | 0 | 0 | 0 | 1 | 0 |-9.900000e+01 |-1.100000e+01 | 88.89%
0.59/0.67 o -12
0.59/0.67 c * 0.5s| 3863 | 7 | 0 | 0.0 |3796k| 31 | - | 100 |1531 | 0 | 0 | 0 | 25 | 0 |-9.900000e+01 |-1.200000e+01 | 87.88%
1.20/1.29 c 1.0s| 10000 | 6 | 0 | 0.0 |3797k| 33 | - | 100 |1531 | 0 | 0 | 0 | 54 | 0 |-9.900000e+01 |-1.200000e+01 | 87.88%
2.19/2.30 c 1.9s| 20000 | 7 | 0 | 0.0 |3798k| 40 | - | 100 |1531 | 0 | 0 | 0 | 125 | 0 |-9.900000e+01 |-1.200000e+01 | 87.88%
2.69/2.76 o -13
2.69/2.76 c * 2.3s| 24509 | 7 | 0 | 0.0 |3800k| 40 | - | 100 |1531 | 0 | 0 | 0 | 151 | 0 |-9.900000e+01 |-1.300000e+01 | 86.87%
3.29/3.33 c 2.8s| 30000 | 5 | 0 | 0.0 |3825k| 48 | - | 100 |1602 | 0 | 0 | 0 | 359 | 0 |-9.800000e+01 |-1.300000e+01 | 86.73%
4.40/4.45 c 3.8s| 40000 | 5 | 0 | 0.0 |3890k| 48 | - | 100 |1727 | 0 | 0 | 0 |2453 | 0 |-9.800000e+01 |-1.300000e+01 | 86.73%
5.50/5.58 c 4.8s| 50000 | 6 | 0 | 0.0 |3911k| 48 | - | 100 |1759 | 0 | 0 | 0 |4661 | 0 |-9.800000e+01 |-1.300000e+01 | 86.73%
6.70/6.72 c 5.8s| 60000 | 5 | 0 | 0.0 |3926k| 48 | - | 100 |1782 | 0 | 0 | 0 |6665 | 0 |-9.800000e+01 |-1.300000e+01 | 86.73%
7.80/7.84 c 6.8s| 70000 | 5 | 0 | 0.0 |3897k| 53 | - | 100 |1711 | 0 | 0 | 0 |8762 | 0 |-9.700000e+01 |-1.300000e+01 | 86.60%
8.89/8.97 c 7.8s| 80000 | 4 | 0 | 0.0 |3925k| 53 | - | 100 |1763 | 0 | 0 | 0 | 10k| 0 |-9.700000e+01 |-1.300000e+01 | 86.60%
10.09/10.10 c 8.8s| 90000 | 5 | 0 | 0.0 |3903k| 53 | - | 100 |1700 | 0 | 0 | 0 | 13k| 0 |-9.700000e+01 |-1.300000e+01 | 86.60%
11.18/11.24 c 9.8s|100000 | 4 | 0 | 0.0 |3929k| 53 | - | 100 |1759 | 0 | 0 | 0 | 15k| 0 |-9.700000e+01 |-1.300000e+01 | 86.60%
12.29/12.36 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
12.29/12.36 c 10.8s|110000 | 6 | 0 | 0.0 |3874k| 60 | - | 100 |1639 | 0 | 0 | 0 | 17k| 0 |-9.600000e+01 |-1.300000e+01 | 86.46%
13.39/13.48 c 11.8s|120000 | 7 | 0 | 0.0 |3875k| 60 | - | 100 |1623 | 0 | 0 | 0 | 19k| 0 |-9.600000e+01 |-1.300000e+01 | 86.46%
14.59/14.61 c 12.8s|130000 | 6 | 0 | 0.0 |3950k| 60 | - | 100 |1808 | 0 | 0 | 0 | 21k| 0 |-9.600000e+01 |-1.300000e+01 | 86.46%
15.69/15.75 c 13.8s|140000 | 4 | 0 | 0.0 |3923k| 60 | - | 100 |1737 | 0 | 0 | 0 | 23k| 0 |-9.600000e+01 |-1.300000e+01 | 86.46%
16.79/16.88 c 14.8s|150000 | 5 | 0 | 0.0 |3938k| 60 | - | 100 |1767 | 0 | 0 | 0 | 25k| 0 |-9.600000e+01 |-1.300000e+01 | 86.46%
17.99/18.00 c 15.9s|160000 | 6 | 0 | 0.0 |3875k| 60 | - | 100 |1630 | 0 | 0 | 0 | 27k| 0 |-9.500000e+01 |-1.300000e+01 | 86.32%
19.08/19.13 c 16.9s|170000 | 6 | 0 | 0.0 |3904k| 60 | - | 100 |1694 | 0 | 0 | 0 | 29k| 0 |-9.500000e+01 |-1.300000e+01 | 86.32%
20.19/20.27 c 17.9s|180000 | 6 | 0 | 0.0 |3944k| 60 | - | 100 |1788 | 0 | 0 | 0 | 31k| 0 |-9.500000e+01 |-1.300000e+01 | 86.32%
21.39/21.41 c 18.9s|190000 | 7 | 0 | 0.0 |3892k| 60 | - | 100 |1673 | 0 | 0 | 0 | 33k| 0 |-9.400000e+01 |-1.300000e+01 | 86.17%
22.48/22.52 c 19.9s|200000 | 5 | 0 | 0.0 |3902k| 60 | - | 100 |1689 | 0 | 0 | 0 | 35k| 0 |-9.400000e+01 |-1.300000e+01 | 86.17%
23.59/23.65 c 20.9s|210000 | 7 | 0 | 0.0 |3928k| 60 | - | 100 |1744 | 0 | 0 | 0 | 37k| 0 |-9.400000e+01 |-1.300000e+01 | 86.17%
24.69/24.78 c 21.9s|220000 | 7 | 0 | 0.0 |3934k| 60 | - | 100 |1753 | 0 | 0 | 0 | 39k| 0 |-9.400000e+01 |-1.300000e+01 | 86.17%
25.88/25.92 c 22.9s|230000 | 6 | 0 | 0.0 |3931k| 60 | - | 100 |1742 | 0 | 0 | 0 | 42k| 0 |-9.400000e+01 |-1.300000e+01 | 86.17%
26.98/27.03 c 23.8s|240000 | 5 | 0 | 0.0 |3930k| 61 | - | 100 |1763 | 0 | 0 | 0 | 44k| 0 |-9.300000e+01 |-1.300000e+01 | 86.02%
28.08/28.14 c 24.8s|250000 | 6 | 0 | 0.0 |3891k| 61 | - | 100 |1652 | 0 | 0 | 0 | 46k| 0 |-9.300000e+01 |-1.300000e+01 | 86.02%
29.18/29.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
29.18/29.26 c 25.8s|260000 | 6 | 0 | 0.0 |3957k| 61 | - | 100 |1815 | 0 | 0 | 0 | 48k| 0 |-9.300000e+01 |-1.300000e+01 | 86.02%
30.28/30.40 c 26.8s|270000 | 5 | 0 | 0.0 |3895k| 61 | - | 100 |1683 | 0 | 0 | 0 | 50k| 0 |-9.200000e+01 |-1.300000e+01 | 85.87%
31.48/31.52 c 27.8s|280000 | 5 | 0 | 0.0 |3916k| 61 | - | 100 |1722 | 0 | 0 | 0 | 52k| 0 |-9.200000e+01 |-1.300000e+01 | 85.87%
32.58/32.66 c 28.8s|290000 | 3 | 0 | 0.0 |3955k| 61 | - | 100 |1802 | 0 | 0 | 0 | 54k| 0 |-9.200000e+01 |-1.300000e+01 | 85.87%
33.67/33.77 c 29.8s|300000 | 5 | 0 | 0.0 |3939k| 61 | - | 100 |1789 | 0 | 0 | 0 | 56k| 0 |-9.100000e+01 |-1.300000e+01 | 85.71%
34.77/34.89 c 30.8s|310000 | 6 | 0 | 0.0 |3899k| 61 | - | 100 |1687 | 0 | 0 | 0 | 58k| 0 |-9.000000e+01 |-1.300000e+01 | 85.56%
35.97/36.00 c 31.8s|320000 | 6 | 0 | 0.0 |3927k| 61 | - | 100 |1752 | 0 | 0 | 0 | 60k| 0 |-9.000000e+01 |-1.300000e+01 | 85.56%
37.08/37.12 c 32.8s|330000 | 4 | 0 | 0.0 |3968k| 61 | - | 100 |1845 | 0 | 0 | 0 | 62k| 0 |-9.000000e+01 |-1.300000e+01 | 85.56%
38.17/38.25 c 33.7s|340000 | 6 | 0 | 0.0 |3909k| 61 | - | 100 |1718 | 0 | 0 | 0 | 64k| 0 |-8.900000e+01 |-1.300000e+01 | 85.39%
39.28/39.37 c 34.7s|350000 | 5 | 0 | 0.0 |3912k| 61 | - | 100 |1710 | 0 | 0 | 0 | 66k| 0 |-8.900000e+01 |-1.300000e+01 | 85.39%
40.47/40.50 c 35.7s|360000 | 5 | 0 | 0.0 |3960k| 61 | - | 100 |1823 | 0 | 0 | 0 | 68k| 0 |-8.900000e+01 |-1.300000e+01 | 85.39%
41.57/41.62 c 36.7s|370000 | 4 | 0 | 0.0 |3934k| 61 | - | 100 |1776 | 0 | 0 | 0 | 70k| 0 |-8.800000e+01 |-1.300000e+01 | 85.23%
42.67/42.73 c 37.7s|380000 | 6 | 0 | 0.0 |3906k| 61 | - | 100 |1709 | 0 | 0 | 0 | 72k| 0 |-8.700000e+01 |-1.300000e+01 | 85.06%
43.77/43.85 c 38.7s|390000 | 6 | 0 | 0.0 |3935k| 61 | - | 100 |1774 | 0 | 0 | 0 | 74k| 0 |-8.700000e+01 |-1.300000e+01 | 85.06%
44.87/44.97 c 39.7s|400000 | 6 | 0 | 0.0 |3901k| 61 | - | 100 |1695 | 0 | 0 | 0 | 76k| 0 |-8.600000e+01 |-1.300000e+01 | 84.88%
45.97/46.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
45.97/46.08 c 40.7s|410000 | 5 | 0 | 0.0 |3934k| 61 | - | 100 |1773 | 0 | 0 | 0 | 78k| 0 |-8.600000e+01 |-1.300000e+01 | 84.88%
47.17/47.21 c 41.7s|420000 | 5 | 0 | 0.0 |3865k| 65 | - | 100 |1600 | 0 | 0 | 0 | 80k| 0 |-8.500000e+01 |-1.300000e+01 | 84.71%
48.27/48.32 c 42.7s|430000 | 6 | 0 | 0.0 |3966k| 65 | - | 100 |1855 | 0 | 0 | 0 | 82k| 0 |-8.500000e+01 |-1.300000e+01 | 84.71%
49.37/49.43 c 43.7s|440000 | 7 | 0 | 0.0 |3920k| 65 | - | 100 |1744 | 0 | 0 | 0 | 84k| 0 |-8.400000e+01 |-1.300000e+01 | 84.52%
50.47/50.55 c 44.6s|450000 | 4 | 0 | 0.0 |3894k| 65 | - | 100 |1675 | 0 | 0 | 0 | 86k| 0 |-8.300000e+01 |-1.300000e+01 | 84.34%
51.57/51.67 c 45.7s|460000 | 6 | 0 | 0.0 |3872k| 65 | - | 100 |1621 | 0 | 0 | 0 | 88k| 0 |-8.200000e+01 |-1.300000e+01 | 84.15%
52.67/52.78 c 46.6s|470000 | 5 | 0 | 0.0 |3966k| 65 | - | 100 |1864 | 0 | 0 | 0 | 90k| 0 |-8.200000e+01 |-1.300000e+01 | 84.15%
53.87/53.90 c 47.6s|480000 | 5 | 0 | 0.0 |3936k| 65 | - | 100 |1796 | 0 | 0 | 0 | 92k| 0 |-8.100000e+01 |-1.300000e+01 | 83.95%
54.97/55.00 c 48.6s|490000 | 6 | 0 | 0.0 |3941k| 65 | - | 100 |1805 | 0 | 0 | 0 | 94k| 0 |-8.000000e+01 |-1.300000e+01 | 83.75%
56.07/56.11 c 49.6s|500000 | 6 | 0 | 0.0 |3898k| 65 | - | 100 |1695 | 0 | 0 | 0 | 96k| 0 |-7.900000e+01 |-1.300000e+01 | 83.54%
57.17/57.23 c 50.6s|510000 | 5 | 0 | 0.0 |3993k| 65 | - | 100 |1926 | 0 | 0 | 0 | 98k| 0 |-7.900000e+01 |-1.300000e+01 | 83.54%
58.28/58.34 c 51.6s|520000 | 5 | 0 | 0.0 |3972k| 66 | - | 100 |1883 | 0 | 0 | 0 | 100k| 0 |-7.800000e+01 |-1.300000e+01 | 83.33%
59.37/59.45 c 52.5s|530000 | 5 | 0 | 0.0 |3891k| 66 | - | 100 |1671 | 0 | 0 | 0 | 102k| 0 |-7.600000e+01 |-1.300000e+01 | 82.89%
60.48/60.56 c 53.5s|540000 | 5 | 0 | 0.0 |3900k| 67 | - | 100 |1700 | 0 | 0 | 0 | 104k| 0 |-7.500000e+01 |-1.300000e+01 | 82.67%
61.57/61.67 c 54.5s|550000 | 5 | 0 | 0.0 |3900k| 67 | - | 100 |1699 | 0 | 0 | 0 | 106k| 0 |-7.400000e+01 |-1.300000e+01 | 82.43%
62.67/62.78 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
62.67/62.78 c 55.5s|560000 | 6 | 0 | 0.0 |3965k| 67 | - | 100 |1883 | 0 | 0 | 0 | 108k| 0 |-7.200000e+01 |-1.300000e+01 | 81.94%
64.06/64.14 c 56.7s|570000 | 5 | 0 | 0.0 |3972k| 68 | - | 100 |1916 | 0 | 0 | 0 | 112k| 0 |-6.900000e+01 |-1.300000e+01 | 81.16%
65.86/65.93 c 58.2s|580000 | 4 | 0 | 0.0 |4039k| 70 | - | 100 |2195 | 0 | 0 | 0 | 118k| 0 |-6.600000e+01 |-1.300000e+01 | 80.30%
67.67/67.72 c 59.8s|590000 | 5 | 0 | 0.0 |3710k| 73 | - | 100 | 794 | 0 | 0 | 0 | 123k| 0 |-5.400000e+01 |-1.300000e+01 | 75.93%
68.17/68.20 c
68.17/68.20 c SCIP Status : problem is solved [optimal solution found]
68.17/68.20 c Solving Time (sec) : 60.19
68.17/68.20 c Solving Nodes : 592698
68.17/68.20 c Primal Bound : -1.30000000000000e+01 (6 solutions)
68.17/68.20 c Dual Bound : -1.30000000000000e+01
68.17/68.20 c Gap : 0.00 %
68.17/68.20 s OPTIMUM FOUND
68.17/68.20 v -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 x75 x74
68.17/68.20 v -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49
68.17/68.20 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
68.17/68.20 v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 x4 -x3 -x2 -x1
68.17/68.20 c SCIP Status : problem is solved [optimal solution found]
68.17/68.20 c Solving Time : 60.19
68.17/68.20 c Original Problem :
68.17/68.20 c Problem name : HOME/instance-2663817-1276661456.opb
68.17/68.20 c Variables : 1631 (1631 binary, 0 integer, 0 implicit integer, 0 continuous)
68.17/68.20 c Constraints : 1631 initial, 1631 maximal
68.17/68.20 c Presolved Problem :
68.17/68.20 c Problem name : t_HOME/instance-2663817-1276661456.opb
68.17/68.20 c Variables : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
68.17/68.20 c Constraints : 1531 initial, 2346 maximal
68.17/68.20 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
68.17/68.20 c trivial : 0.00 0 0 0 0 0 0 0 0
68.17/68.20 c dualfix : 0.00 0 0 0 0 0 0 0 0
68.17/68.20 c boundshift : 0.00 0 0 0 0 0 0 0 0
68.17/68.20 c inttobinary : 0.00 0 0 0 0 0 0 0 0
68.17/68.20 c implics : 0.00 0 0 0 0 0 0 0 0
68.17/68.20 c probing : 0.03 0 0 0 0 0 0 0 0
68.17/68.20 c linear : 0.01 1531 0 0 1531 0 100 0 0
68.17/68.20 c logicor : 0.01 0 0 0 0 0 0 0 0
68.17/68.20 c root node : - 100 - - 100 - - - -
68.17/68.20 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
68.17/68.20 c integral : 0 0 0 0 0 0 0 0 0 0
68.17/68.20 c logicor : 1531+ 0 652541 0 4 122662 1405378 0 0 0
68.17/68.20 c countsols : 0 0 0 0 4 0 0 0 0 0
68.17/68.20 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
68.17/68.20 c integral : 0.00 0.00 0.00 0.00 0.00
68.17/68.20 c logicor : 15.94 0.00 15.94 0.00 0.00
68.17/68.20 c countsols : 0.00 0.00 0.00 0.00 0.00
68.17/68.20 c Propagators : Time Calls Cutoffs DomReds
68.17/68.20 c vbounds : 0.42 2 0 0
68.17/68.20 c rootredcost : 0.56 0 0 0
68.17/68.20 c pseudoobj : 12.16 1042676 179041 1147029
68.17/68.20 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
68.17/68.20 c propagation : 7.32 131851 125406 125406 19.8 0 0.0 -
68.17/68.20 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
68.17/68.20 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
68.17/68.20 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
68.17/68.20 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
68.17/68.20 c applied globally : - - - 114163 18.3 - - -
68.17/68.20 c applied locally : - - - 11243 34.6 - - -
68.17/68.20 c Separators : Time Calls Cutoffs DomReds Cuts Conss
68.17/68.20 c cut pool : 0.00 0 - - 0 - (maximal pool size: 0)
68.17/68.20 c redcost : 0.00 0 0 0 0 0
68.17/68.20 c impliedbounds : 0.00 0 0 0 0 0
68.17/68.20 c intobj : 0.00 0 0 0 0 0
68.17/68.20 c cgmip : 0.00 0 0 0 0 0
68.17/68.20 c gomory : 0.00 0 0 0 0 0
68.17/68.20 c strongcg : 0.00 0 0 0 0 0
68.17/68.20 c cmir : 0.00 0 0 0 0 0
68.17/68.20 c flowcover : 0.00 0 0 0 0 0
68.17/68.20 c clique : 0.00 0 0 0 0 0
68.17/68.20 c zerohalf : 0.00 0 0 0 0 0
68.17/68.20 c mcf : 0.00 0 0 0 0 0
68.17/68.20 c rapidlearning : 0.00 0 0 0 0 0
68.17/68.20 c Pricers : Time Calls Vars
68.17/68.20 c problem variables: 0.00 0 0
68.17/68.20 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
68.17/68.20 c relpscost : 0.00 0 0 0 0 0 0
68.17/68.20 c pscost : 0.00 0 0 0 0 0 0
68.17/68.20 c inference : 1.91 301981 0 0 0 0 603962
68.17/68.20 c mostinf : 0.00 0 0 0 0 0 0
68.17/68.20 c leastinf : 0.00 0 0 0 0 0 0
68.17/68.20 c fullstrong : 0.00 0 0 0 0 0 0
68.17/68.20 c allfullstrong : 0.00 0 0 0 0 0 0
68.17/68.20 c random : 0.00 0 0 0 0 0 0
68.17/68.20 c Primal Heuristics : Time Calls Found
68.17/68.20 c LP solutions : 0.00 - 0
68.17/68.20 c pseudo solutions : 0.00 - 4
68.17/68.20 c oneopt : 0.41 0 0
68.17/68.20 c trivial : 0.00 2 2
68.17/68.20 c simplerounding : 0.00 0 0
68.17/68.20 c zirounding : 0.00 0 0
68.17/68.20 c rounding : 0.00 0 0
68.17/68.20 c shifting : 0.00 0 0
68.17/68.20 c intshifting : 0.00 0 0
68.17/68.20 c twoopt : 0.00 0 0
68.17/68.20 c fixandinfer : 0.00 0 0
68.17/68.20 c feaspump : 0.00 0 0
68.17/68.20 c coefdiving : 0.00 0 0
68.17/68.20 c pscostdiving : 0.00 0 0
68.17/68.20 c fracdiving : 0.00 0 0
68.17/68.20 c veclendiving : 0.00 0 0
68.17/68.20 c intdiving : 0.00 0 0
68.17/68.20 c actconsdiving : 0.00 0 0
68.17/68.20 c objpscostdiving : 0.00 0 0
68.17/68.20 c rootsoldiving : 0.00 0 0
68.17/68.20 c linesearchdiving : 0.00 0 0
68.17/68.20 c guideddiving : 0.00 0 0
68.17/68.20 c octane : 0.00 0 0
68.17/68.21 c rens : 0.00 0 0
68.17/68.21 c rins : 0.00 0 0
68.17/68.21 c localbranching : 0.00 0 0
68.17/68.21 c mutation : 0.00 0 0
68.17/68.21 c crossover : 0.00 0 0
68.17/68.21 c dins : 0.00 0 0
68.17/68.21 c undercover : 0.00 0 0
68.17/68.21 c nlp : 0.25 0 0
68.17/68.21 c trysol : 0.17 0 0
68.17/68.21 c LP : Time Calls Iterations Iter/call Iter/sec
68.17/68.21 c primal LP : 0.00 0 0 0.00 -
68.17/68.21 c dual LP : 0.00 0 0 0.00 -
68.17/68.21 c lex dual LP : 0.00 0 0 0.00 -
68.17/68.21 c barrier LP : 0.00 0 0 0.00 -
68.17/68.21 c diving/probing LP: 0.00 0 0 0.00 -
68.17/68.21 c strong branching : 0.00 0 0 0.00 -
68.17/68.21 c (at root node) : - 0 0 0.00 -
68.17/68.21 c conflict analysis: 0.00 0 0 0.00 -
68.17/68.21 c B&B Tree :
68.17/68.21 c number of runs : 1
68.17/68.21 c nodes : 592698
68.17/68.21 c nodes (total) : 592698
68.17/68.21 c nodes left : 0
68.17/68.21 c max depth : 86
68.17/68.21 c max depth (total): 86
68.17/68.21 c backtracks : 84287 (14.2%)
68.17/68.21 c delayed cutoffs : 11259
68.17/68.21 c repropagations : 95556 (149797 domain reductions, 10990 cutoffs)
68.17/68.21 c avg switch length: 2.14
68.17/68.21 c switching time : 10.77
68.17/68.21 c Solution :
68.17/68.21 c Solutions found : 6 (5 improvements)
68.17/68.21 c First Solution : +0.00000000000000e+00 (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
68.17/68.21 c Primal Bound : -1.30000000000000e+01 (in run 1, after 24509 nodes, 2.32 seconds, depth 24, found by <relaxation>)
68.17/68.21 c Dual Bound : -1.30000000000000e+01
68.17/68.21 c Gap : 0.00 %
68.17/68.21 c Root Dual Bound : -1.00000000000000e+02
68.17/68.21 c Root Iterations : 0
68.17/68.21 c Time complete: 68.17.
OK -13
runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663817-1276661456/watcher-2663817-1276661456 -o /tmp/evaluation-result-2663817-1276661456/solver-2663817-1276661456 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663817-1276661456.opb -t 1800 -m 1800 Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB Current StackSize limit: 10240 KiB [startup+0 s] /proc/loadavg: 1.00 1.00 1.00 3/106 14042 /proc/meminfo: memFree=1754328/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=7612 CPUtime=0 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 1184 0 0 0 0 0 0 0 20 0 1 0 7437914 7794688 1106 1992294400 4194304 7136930 140734027348656 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/14042/statm: 1903 1116 254 719 0 1182 0 [startup+0.105916 s] /proc/loadavg: 1.00 1.00 1.00 3/106 14042 /proc/meminfo: memFree=1754328/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=15232 CPUtime=0.1 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 3696 0 0 0 6 4 0 0 20 0 1 0 7437914 15597568 3007 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 3808 3007 333 719 0 3087 0 Current children cumulated CPU time (s) 0.1 Current children cumulated vsize (KiB) 15232 [startup+0.200932 s] /proc/loadavg: 1.00 1.00 1.00 3/106 14042 /proc/meminfo: memFree=1754328/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=15232 CPUtime=0.19 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 3696 0 0 0 10 9 0 0 20 0 1 0 7437914 15597568 3007 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 3808 3007 333 719 0 3087 0 Current children cumulated CPU time (s) 0.19 Current children cumulated vsize (KiB) 15232 [startup+0.30095 s] /proc/loadavg: 1.00 1.00 1.00 3/106 14042 /proc/meminfo: memFree=1754328/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17300 CPUtime=0.29 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5061 0 0 0 17 12 0 0 20 0 1 0 7437914 17715200 3598 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4325 3598 383 719 0 3604 0 Current children cumulated CPU time (s) 0.29 Current children cumulated vsize (KiB) 17300 [startup+0.701023 s] /proc/loadavg: 1.00 1.00 1.00 3/106 14042 /proc/meminfo: memFree=1754328/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17300 CPUtime=0.69 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5061 0 0 0 52 17 0 0 21 0 1 0 7437914 17715200 3598 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4325 3598 383 719 0 3604 0 Current children cumulated CPU time (s) 0.69 Current children cumulated vsize (KiB) 17300 [startup+1.50117 s] /proc/loadavg: 1.00 1.00 1.00 2/107 14043 /proc/meminfo: memFree=1741300/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17300 CPUtime=1.49 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5061 0 0 0 123 26 0 0 23 0 1 0 7437914 17715200 3598 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4325 3598 383 719 0 3604 0 Current children cumulated CPU time (s) 1.49 Current children cumulated vsize (KiB) 17300 [startup+3.10046 s] /proc/loadavg: 1.00 1.00 1.00 2/107 14043 /proc/meminfo: memFree=1741052/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17300 CPUtime=3.09 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5061 0 0 0 264 45 0 0 25 0 1 0 7437914 17715200 3598 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4325 3598 383 719 0 3604 0 Current children cumulated CPU time (s) 3.09 Current children cumulated vsize (KiB) 17300 [startup+6.30104 s] /proc/loadavg: 1.08 1.02 1.01 2/107 14043 /proc/meminfo: memFree=1740804/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17440 CPUtime=6.28 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5091 0 0 0 546 82 0 0 25 0 1 0 7437914 17858560 3628 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4360 3628 383 719 0 3639 0 Current children cumulated CPU time (s) 6.28 Current children cumulated vsize (KiB) 17440 [startup+12.7012 s] /proc/loadavg: 1.07 1.02 1.00 2/107 14043 /proc/meminfo: memFree=1740680/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17576 CPUtime=12.68 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5101 0 0 0 1114 154 0 0 25 0 1 0 7437914 17997824 3638 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4394 3638 383 719 0 3673 0 Current children cumulated CPU time (s) 12.68 Current children cumulated vsize (KiB) 17576 [startup+25.5015 s] /proc/loadavg: 1.06 1.01 1.00 2/107 14043 /proc/meminfo: memFree=1740556/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17576 CPUtime=25.48 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5119 0 0 0 2250 298 0 0 25 0 1 0 7437914 17997824 3656 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4394 3656 383 719 0 3673 0 Current children cumulated CPU time (s) 25.48 Current children cumulated vsize (KiB) 17576 [startup+51.1012 s] /proc/loadavg: 1.09 1.03 1.01 2/107 14043 /proc/meminfo: memFree=1740308/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17784 CPUtime=51.07 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5153 0 0 0 4517 590 0 0 25 0 1 0 7437914 18210816 3690 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4446 3690 383 719 0 3725 0 Current children cumulated CPU time (s) 51.07 Current children cumulated vsize (KiB) 17784 Solver just ended. Dumping a history of the last processes samples [startup+51.2012 s] /proc/loadavg: 1.09 1.03 1.01 2/107 14043 /proc/meminfo: memFree=1740308/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17784 CPUtime=51.17 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5153 0 0 0 4525 592 0 0 25 0 1 0 7437914 18210816 3690 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4446 3690 383 719 0 3725 0 Current children cumulated CPU time (s) 51.17 Current children cumulated vsize (KiB) 17784 [startup+57.6014 s] /proc/loadavg: 1.09 1.03 1.01 2/107 14043 /proc/meminfo: memFree=1740308/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17784 CPUtime=57.56 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5155 0 0 0 5094 662 0 0 25 0 1 0 7437914 18210816 3692 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4446 3692 383 719 0 3725 0 Current children cumulated CPU time (s) 57.56 Current children cumulated vsize (KiB) 17784 [startup+64.0005 s] /proc/loadavg: 1.08 1.03 1.01 2/107 14043 /proc/meminfo: memFree=1740184/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17920 CPUtime=63.96 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5189 0 0 0 5658 738 0 0 25 0 1 0 7437914 18350080 3726 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4480 3726 383 719 0 3759 0 Current children cumulated CPU time (s) 63.96 Current children cumulated vsize (KiB) 17920 [startup+65.6008 s] /proc/loadavg: 1.07 1.03 1.00 2/107 14043 /proc/meminfo: memFree=1740184/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17920 CPUtime=65.56 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5191 0 0 0 5798 758 0 0 25 0 1 0 7437914 18350080 3728 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4480 3728 383 719 0 3759 0 Current children cumulated CPU time (s) 65.56 Current children cumulated vsize (KiB) 17920 [startup+67.2091 s] /proc/loadavg: 1.07 1.03 1.00 2/107 14045 /proc/meminfo: memFree=1740060/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17920 CPUtime=67.17 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5202 0 0 0 5936 781 0 0 25 0 1 0 7437914 18350080 3739 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4480 3739 383 719 0 3759 0 Current children cumulated CPU time (s) 67.17 Current children cumulated vsize (KiB) 17920 [startup+68.0012 s] /proc/loadavg: 1.07 1.03 1.00 2/107 14045 /proc/meminfo: memFree=1740060/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=17920 CPUtime=67.96 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5207 0 0 0 6004 792 0 0 25 0 1 0 7437914 18350080 3744 1992294400 4194304 7136930 140734027348656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/14042/statm: 4480 3744 383 719 0 3759 0 Current children cumulated CPU time (s) 67.96 Current children cumulated vsize (KiB) 17920 [startup+68.2013 s] /proc/loadavg: 1.07 1.03 1.00 2/107 14045 /proc/meminfo: memFree=1740060/2059040 swapFree=4192956/4192956 [pid=14042] ppid=14040 vsize=16892 CPUtime=68.17 /proc/14042/stat : 14042 (pbscip.linux.x8) R 14040 14042 13932 0 -1 4202496 5214 0 0 0 6022 795 0 0 25 0 1 0 7437914 17297408 3494 1992294400 4194304 7136930 140734027348656 18446744073709551615 5953338 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/14042/statm: 4223 3494 390 719 0 3502 0 Current children cumulated CPU time (s) 68.17 Current children cumulated vsize (KiB) 16892 Child status: 0 Real time (s): 68.2164 CPU time (s): 68.1876 CPU user time (s): 60.2278 CPU system time (s): 7.95979 CPU usage (%): 99.9578 Max. virtual memory (cumulated for all children) (KiB): 17920 getrusage(RUSAGE_CHILDREN,...) data: user time used= 60.2278 system time used= 7.95979 maximum resident set size= 0 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 5220 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= 1 involuntary context switches= 160 runsolver used 0.119981 second user time and 0.335948 second system time The end
Begin job on node044 at 2010-06-16 06:10:56 IDJOB=2663817 IDBENCH=48190 IDSOLVER=1167 FILE ID=node044/2663817-1276661456 PBS_JOBID= 11172497 Free space on /tmp= 62588 MiB SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_5.opb COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663817-1276661456/watcher-2663817-1276661456 -o /tmp/evaluation-result-2663817-1276661456/solver-2663817-1276661456 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663817-1276661456.opb -t 1800 -m 1800 TIME LIMIT= 1800 seconds MEMORY LIMIT= 1800 MiB MAX NB THREAD= 0 MD5SUM BENCH= 2b42cb52a84d6f68fde6feb3c17d922a RANDOM SEED=1689723618 node044.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Xeon(TM) CPU 3.00GHz stepping : 3 cpu MHz : 3000.266 cache size : 2048 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr bogomips : 6000.53 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Xeon(TM) CPU 3.00GHz stepping : 3 cpu MHz : 3000.266 cache size : 2048 KB physical id : 3 siblings : 1 core id : 0 cpu cores : 1 apicid : 6 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr bogomips : 5599.46 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: /proc/meminfo: MemTotal: 2059040 kB MemFree: 1754732 kB Buffers: 36356 kB Cached: 143432 kB SwapCached: 0 kB Active: 124480 kB Inactive: 114692 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 2059040 kB LowFree: 1754732 kB SwapTotal: 4192956 kB SwapFree: 4192956 kB Dirty: 3252 kB Writeback: 0 kB AnonPages: 59296 kB Mapped: 15424 kB Slab: 43348 kB PageTables: 4004 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 5222476 kB Committed_AS: 181468 kB VmallocTotal: 34359738367 kB VmallocUsed: 264948 kB VmallocChunk: 34359471699 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 Hugepagesize: 2048 kB Free space on /tmp at the end= 62584 MiB End job on node044 at 2010-06-16 06:12:05