| Solver Name | Answer | CPU time | Wall clock time |
|---|---|---|---|
| SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver | UNSAT | 95.6245 | 95.6628 |
| Name | normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/ manquinho/dbsg/normalized-dbsg_50_25_5_15.opb |
| MD5SUM | 738ba96229fdd401b6476ba773d47634 |
| Bench Category | DEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints) |
| Best result obtained on this benchmark | UNSAT |
| Best value of the objective obtained on this benchmark | |
| Best CPU time to get the best result obtained on this benchmark | 28.0877 |
| Has Objective Function | NO |
| Satisfiable | NO |
| (Un)Satisfiability was proved | YES |
| Best value of the objective function | |
| Optimality of the best value was proved | |
| Number of variables | 100 |
| Total number of constraints | 152 |
| Number of constraints which are clauses | 50 |
| Number of constraints which are cardinality constraints (but not clauses) | 1 |
| 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 | 0 |
| Biggest coefficient in the objective function | 0 |
| Number of bits for the biggest coefficient in the objective function | 0 |
| Sum of the numbers in the objective function | 0 |
| Number of bits of the sum of numbers in the objective function | 0 |
| Biggest number in a constraint | 15 |
| Number of bits of the biggest number in a constraint | 4 |
| Biggest sum of numbers in a constraint | 100 |
| Number of bits of the biggest sum of numbers | 7 |
| Number of products (including duplicates) | 2928 |
| Sum of products size (including duplicates) | 5856 |
| Number of different products | 1464 |
| Sum of products size | 2928 |
0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2702893-1278576333.opb>
0.00/0.02 c original problem has 1564 variables (1564 bin, 0 int, 0 impl, 0 cont) and 1616 constraints
0.00/0.02 c problem read
0.00/0.02 c No objective function, only one solution is needed.
0.00/0.02 c presolving settings loaded
0.00/0.04 c presolving:
0.09/0.11 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 11812 impls, 100 clqs
0.09/0.18 c presolving (2 rounds):
0.09/0.18 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18 c 11812 implications, 100 cliques
0.09/0.18 c presolved problem has 1564 variables (1564 bin, 0 int, 0 impl, 0 cont) and 1616 constraints
0.09/0.18 c 1 constraints of type <knapsack>
0.09/0.18 c 150 constraints of type <setppc>
0.09/0.18 c 1464 constraints of type <and>
0.09/0.18 c 1 constraints of type <linear>
0.09/0.18 c transformed objective value is always integral (scale: 1)
0.09/0.18 c Presolving Time: 0.14
0.09/0.18 c - non default parameters ----------------------------------------------------------------------
0.09/0.18 c # SCIP version 1.2.1.3
0.09/0.18 c
0.09/0.18 c # frequency for displaying node information lines
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18 c display/freq = 10000
0.09/0.18 c
0.09/0.18 c # maximal time in seconds to run
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18 c limits/time = 1789.99
0.09/0.18 c
0.09/0.18 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18 c limits/memory = 1620
0.09/0.18 c
0.09/0.18 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18 c limits/solutions = 1
0.09/0.18 c
0.09/0.18 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.18 c separating/maxrounds = 1
0.09/0.18 c
0.09/0.18 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18 c separating/maxroundsroot = 5
0.09/0.18 c
0.09/0.18 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18 c # [type: int, range: [1,2], default: 1]
0.09/0.18 c timing/clocktype = 2
0.09/0.18 c
0.09/0.18 c # should presolving try to simplify inequalities
0.09/0.18 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18 c constraints/linear/simplifyinequalities = TRUE
0.09/0.18 c
0.09/0.18 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18 c constraints/indicator/addCouplingCons = TRUE
0.09/0.18 c
0.09/0.18 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.18 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.18 c constraints/knapsack/disaggregation = FALSE
0.09/0.18 c
0.09/0.18 c # should presolving try to simplify knapsacks
0.09/0.18 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18 c
0.09/0.18 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18 c presolving/probing/maxrounds = 0
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/coefdiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.18 c heuristics/crossover/freq = -1
0.09/0.18 c
0.09/0.18 c # number of nodes added to the contingent of the total nodes
0.09/0.18 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.18 c heuristics/crossover/nodesofs = 750
0.09/0.18 c
0.09/0.18 c # number of nodes without incumbent change that heuristic should wait
0.09/0.18 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.18 c heuristics/crossover/nwaitingnodes = 100
0.09/0.18 c
0.09/0.18 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.18 c # [type: real, range: [0,1], default: 0.1]
0.09/0.18 c heuristics/crossover/nodesquot = 0.15
0.09/0.18 c
0.09/0.18 c # minimum percentage of integer variables that have to be fixed
0.09/0.18 c # [type: real, range: [0,1], default: 0.666]
0.09/0.18 c heuristics/crossover/minfixingrate = 0.5
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.18 c heuristics/feaspump/freq = -1
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/fracdiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/guideddiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/intshifting/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/linesearchdiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18 c heuristics/nlp/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.18 c heuristics/objpscostdiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.18 c # [type: real, range: [0,1], default: 0.01]
0.09/0.18 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18 c heuristics/oneopt/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/pscostdiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18 c heuristics/rens/freq = -1
0.09/0.18 c
0.09/0.18 c # minimum percentage of integer variables that have to be fixable
0.09/0.18 c # [type: real, range: [0,1], default: 0.5]
0.09/0.18 c heuristics/rens/minfixingrate = 0.3
0.09/0.18 c
0.09/0.18 c # number of nodes added to the contingent of the total nodes
0.09/0.18 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.18 c heuristics/rens/nodesofs = 2000
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.18 c heuristics/rootsoldiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.18 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18 c heuristics/rounding/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/shifting/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18 c heuristics/simplerounding/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18 c heuristics/trivial/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18 c heuristics/trysol/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18 c heuristics/veclendiving/freq = -1
0.09/0.18 c
0.09/0.18 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.18 c
0.09/0.18 c # additional number of allowed LP iterations
0.09/0.18 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.18 c
0.09/0.18 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18 c heuristics/zirounding/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18 c separating/cmir/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18 c separating/flowcover/freq = -1
0.09/0.18 c
0.09/0.18 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18 c separating/rapidlearning/freq = 0
0.09/0.18 c
0.09/0.18 c -----------------------------------------------------------------------------------------------
0.09/0.18 c start solving
0.09/0.18 c
0.39/0.44 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.39/0.44 c 0.4s| 1 | 0 | 638 | - |7125k| 0 | 347 |1564 |1616 |1564 |3080 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
2.49/2.56 c 2.5s| 1 | 0 | 765 | - |9086k| 0 | 355 |1564 |1877 |1564 |3109 | 29 | 0 | 0 | 0.000000e+00 | -- | Inf
3.99/4.02 c 4.0s| 1 | 0 | 910 | - |9578k| 0 | 341 |1564 |1877 |1564 |3120 | 40 | 0 | 0 | 0.000000e+00 | -- | Inf
5.59/5.60 c 5.6s| 1 | 0 | 1063 | - | 10M| 0 | 358 |1564 |1877 |1564 |3127 | 47 | 0 | 0 | 0.000000e+00 | -- | Inf
7.19/7.27 c 7.2s| 1 | 0 | 1245 | - | 10M| 0 | 343 |1564 |1877 |1564 |3134 | 54 | 0 | 0 | 0.000000e+00 | -- | Inf
8.99/9.08 c 9.1s| 1 | 0 | 1341 | - | 11M| 0 | 342 |1564 |1877 |1564 |3141 | 61 | 0 | 0 | 0.000000e+00 | -- | Inf
13.59/13.62 c 13.6s| 1 | 2 | 1341 | - | 11M| 0 | 342 |1564 |1877 |1564 |3141 | 61 | 0 | 9 | 0.000000e+00 | -- | Inf
95.56/95.63 c
95.56/95.63 c SCIP Status : problem is solved [infeasible]
95.56/95.63 c Solving Time (sec) : 95.60
95.56/95.63 c Solving Nodes : 272
95.56/95.63 c Primal Bound : +1.00000000000000e+20 (0 solutions)
95.56/95.63 c Dual Bound : +1.00000000000000e+20
95.56/95.63 c Gap : 0.00 %
95.56/95.63 s UNSATISFIABLE
95.56/95.63 c SCIP Status : problem is solved [infeasible]
95.56/95.63 c Solving Time : 95.60
95.56/95.63 c Original Problem :
95.56/95.63 c Problem name : HOME/instance-2702893-1278576333.opb
95.56/95.63 c Variables : 1564 (1564 binary, 0 integer, 0 implicit integer, 0 continuous)
95.56/95.63 c Constraints : 1616 initial, 1616 maximal
95.56/95.63 c Presolved Problem :
95.56/95.63 c Problem name : t_HOME/instance-2702893-1278576333.opb
95.56/95.63 c Variables : 1564 (1564 binary, 0 integer, 0 implicit integer, 0 continuous)
95.56/95.63 c Constraints : 1616 initial, 1905 maximal
95.56/95.63 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
95.56/95.63 c trivial : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c dualfix : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c boundshift : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c inttobinary : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c implics : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c probing : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c knapsack : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c setppc : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c and : 0.12 0 0 0 0 0 0 0 0
95.56/95.63 c linear : 0.01 0 0 0 0 0 0 0 0
95.56/95.63 c logicor : 0.00 0 0 0 0 0 0 0 0
95.56/95.63 c root node : - 107 - - 107 - - - -
95.56/95.63 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
95.56/95.63 c integral : 0 0 0 186 0 0 112 0 0 286
95.56/95.63 c knapsack : 1 5 1347 0 0 2 0 0 0 0
95.56/95.63 c setppc : 150 5 1345 0 0 0 809 0 0 0
95.56/95.63 c and : 1464 245 1345 0 0 0 22107 33348 0 0
95.56/95.63 c linear : 1+ 6 1345 0 0 0 6 0 0 0
95.56/95.63 c logicor : 0+ 0 224 0 0 1 155 0 0 0
95.56/95.63 c countsols : 0 0 0 0 0 0 0 0 0 0
95.56/95.63 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
95.56/95.63 c integral : 49.96 0.00 0.00 49.96 0.00
95.56/95.63 c knapsack : 0.01 0.00 0.00 0.00 0.00
95.56/95.63 c setppc : 0.01 0.00 0.01 0.00 0.00
95.56/95.63 c and : 0.40 0.27 0.13 0.00 0.00
95.56/95.63 c linear : 0.06 0.00 0.06 0.00 0.00
95.56/95.63 c logicor : 0.01 0.00 0.01 0.00 0.00
95.56/95.63 c countsols : 0.00 0.00 0.00 0.00 0.00
95.56/95.63 c Propagators : Time Calls Cutoffs DomReds
95.56/95.63 c vbounds : 0.00 1 0 0
95.56/95.63 c rootredcost : 0.00 0 0 0
95.56/95.63 c pseudoobj : 0.00 0 0 0
95.56/95.63 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
95.56/95.63 c propagation : 0.00 3 2 3 18.0 0 0.0 -
95.56/95.63 c infeasible LP : 0.12 127 120 371 10.4 3 4.0 0
95.56/95.63 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
95.56/95.63 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
95.56/95.63 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
95.56/95.63 c applied globally : - - - 193 9.9 - - -
95.56/95.63 c applied locally : - - - 0 0.0 - - -
95.56/95.63 c Separators : Time Calls Cutoffs DomReds Cuts Conss
95.56/95.63 c cut pool : 0.00 4 - - 2 - (maximal pool size: 609)
95.56/95.63 c redcost : 0.01 245 0 0 0 0
95.56/95.63 c impliedbounds : 0.00 5 0 0 50 0
95.56/95.63 c intobj : 0.00 0 0 0 0 0
95.56/95.63 c cgmip : 0.00 0 0 0 0 0
95.56/95.63 c gomory : 4.73 5 0 0 0 0
95.56/95.63 c strongcg : 2.63 5 0 0 2500 0
95.56/95.63 c cmir : 0.00 0 0 0 0 0
95.56/95.63 c flowcover : 0.00 0 0 0 0 0
95.56/95.63 c clique : 0.03 5 0 0 31 0
95.56/95.63 c zerohalf : 0.00 0 0 0 0 0
95.56/95.63 c mcf : 0.10 5 0 0 57 0
95.56/95.63 c rapidlearning : 0.60 1 0 0 0 261
95.56/95.63 c Pricers : Time Calls Vars
95.56/95.63 c problem variables: 0.00 0 0
95.56/95.63 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
95.56/95.63 c relpscost : 49.96 186 0 112 0 0 286
95.56/95.63 c pscost : 0.00 0 0 0 0 0 0
95.56/95.63 c inference : 0.00 0 0 0 0 0 0
95.56/95.63 c mostinf : 0.00 0 0 0 0 0 0
95.56/95.63 c leastinf : 0.00 0 0 0 0 0 0
95.56/95.63 c fullstrong : 0.00 0 0 0 0 0 0
95.56/95.63 c allfullstrong : 0.00 0 0 0 0 0 0
95.56/95.63 c random : 0.00 0 0 0 0 0 0
95.56/95.63 c Primal Heuristics : Time Calls Found
95.56/95.63 c LP solutions : 0.00 - 0
95.56/95.63 c pseudo solutions : 0.00 - 0
95.56/95.63 c trivial : 0.00 1 0
95.56/95.63 c simplerounding : 0.00 0 0
95.56/95.63 c zirounding : 0.00 0 0
95.56/95.63 c rounding : 0.00 0 0
95.56/95.63 c shifting : 0.00 0 0
95.56/95.63 c intshifting : 0.00 0 0
95.56/95.63 c oneopt : 0.00 0 0
95.56/95.63 c twoopt : 0.00 0 0
95.56/95.63 c fixandinfer : 0.00 0 0
95.56/95.63 c feaspump : 0.00 0 0
95.56/95.63 c coefdiving : 0.00 0 0
95.56/95.63 c pscostdiving : 0.00 0 0
95.56/95.63 c fracdiving : 0.00 0 0
95.56/95.63 c veclendiving : 0.00 0 0
95.56/95.63 c intdiving : 0.00 0 0
95.56/95.63 c actconsdiving : 0.00 0 0
95.56/95.63 c objpscostdiving : 0.00 0 0
95.56/95.63 c rootsoldiving : 0.00 0 0
95.56/95.63 c linesearchdiving : 0.00 0 0
95.56/95.63 c guideddiving : 0.00 0 0
95.56/95.63 c octane : 0.00 0 0
95.56/95.63 c rens : 0.00 0 0
95.56/95.63 c rins : 0.00 0 0
95.56/95.63 c localbranching : 0.00 0 0
95.56/95.63 c mutation : 0.00 0 0
95.56/95.63 c crossover : 0.00 0 0
95.56/95.63 c dins : 0.00 0 0
95.56/95.63 c undercover : 0.00 0 0
95.56/95.63 c nlp : 0.00 0 0
95.56/95.63 c trysol : 0.00 0 0
95.56/95.63 c LP : Time Calls Iterations Iter/call Iter/sec
95.56/95.63 c primal LP : 0.17 0 0 0.00 0.00
95.56/95.63 c dual LP : 35.61 547 104979 191.92 2948.40
95.56/95.63 c lex dual LP : 0.00 0 0 0.00 -
95.56/95.63 c barrier LP : 0.00 0 0 0.00 -
95.56/95.63 c diving/probing LP: 0.00 0 0 0.00 -
95.56/95.63 c strong branching : 49.92 885 157266 177.70 3150.17
95.56/95.63 c (at root node) : - 9 5589 621.00 -
95.56/95.63 c conflict analysis: 0.00 0 0 0.00 -
95.56/95.63 c B&B Tree :
95.56/95.63 c number of runs : 1
95.56/95.63 c nodes : 272
95.56/95.63 c nodes (total) : 272
95.56/95.63 c nodes left : 0
95.56/95.63 c max depth : 41
95.56/95.63 c max depth (total): 41
95.56/95.63 c backtracks : 70 (25.7%)
95.56/95.63 c delayed cutoffs : 15
95.56/95.63 c repropagations : 577 (7799 domain reductions, 1 cutoffs)
95.56/95.63 c avg switch length: 5.76
95.56/95.63 c switching time : 0.33
95.56/95.63 c Solution :
95.56/95.63 c Solutions found : 0 (0 improvements)
95.56/95.63 c Primal Bound : infeasible
95.56/95.63 c Dual Bound : -
95.56/95.63 c Gap : 0.00 %
95.56/95.63 c Root Dual Bound : +0.00000000000000e+00
95.56/95.63 c Root Iterations : 1341
95.56/95.66 c Time complete: 95.61.
ERROR: no interpretation found !
runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2702893-1278576333/watcher-2702893-1278576333 -o /tmp/evaluation-result-2702893-1278576333/solver-2702893-1278576333 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702893-1278576333.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 0.97 0.91 3/106 29498 /proc/meminfo: memFree=1663952/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=7904 CPUtime=0 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 1066 0 0 0 0 0 0 0 18 0 1 0 25846997 8093696 977 1992294400 4194304 8395647 140733375354176 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/29498/statm: 1976 985 365 1026 0 946 0 [startup+0.0909679 s] /proc/loadavg: 1.00 0.97 0.91 3/106 29498 /proc/meminfo: memFree=1663952/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=18748 CPUtime=0.08 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 4054 0 0 0 7 1 0 0 20 0 1 0 25846997 19197952 3611 1992294400 4194304 8395647 140733375354176 18446744073709551615 6086423 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 4687 3611 453 1026 0 3657 0 Current children cumulated CPU time (s) 0.08 Current children cumulated vsize (KiB) 18748 [startup+0.100969 s] /proc/loadavg: 1.00 0.97 0.91 3/106 29498 /proc/meminfo: memFree=1663952/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=18748 CPUtime=0.09 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 4054 0 0 0 8 1 0 0 20 0 1 0 25846997 19197952 3611 1992294400 4194304 8395647 140733375354176 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 4687 3611 453 1026 0 3657 0 Current children cumulated CPU time (s) 0.09 Current children cumulated vsize (KiB) 18748 [startup+0.300985 s] /proc/loadavg: 1.00 0.97 0.91 3/106 29498 /proc/meminfo: memFree=1663952/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=26792 CPUtime=0.29 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 6232 0 0 0 27 2 0 0 20 0 1 0 25846997 27435008 5717 1992294400 4194304 8395647 140733375354176 18446744073709551615 6740225 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 6698 5718 563 1026 0 5668 0 Current children cumulated CPU time (s) 0.29 Current children cumulated vsize (KiB) 26792 [startup+0.701018 s] /proc/loadavg: 1.00 0.97 0.91 3/106 29498 /proc/meminfo: memFree=1663952/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=26948 CPUtime=0.69 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 6378 0 0 0 67 2 0 0 20 0 1 0 25846997 27594752 5861 1992294400 4194304 8395647 140733375354176 18446744073709551615 6202787 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 6737 5861 589 1026 0 5707 0 Current children cumulated CPU time (s) 0.69 Current children cumulated vsize (KiB) 26948 [startup+1.50108 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29499 /proc/meminfo: memFree=1642616/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=28028 CPUtime=1.49 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 6646 0 0 0 146 3 0 0 23 0 1 0 25846997 28700672 6129 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 7007 6129 591 1026 0 5977 0 Current children cumulated CPU time (s) 1.49 Current children cumulated vsize (KiB) 28028 [startup+3.10021 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29499 /proc/meminfo: memFree=1625876/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=3.09 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11481 0 0 0 283 26 0 0 25 0 1 0 25846997 49659904 10964 1992294400 4194304 8395647 140733375354176 18446744073709551615 6199328 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 10964 628 1026 0 11094 0 Current children cumulated CPU time (s) 3.09 Current children cumulated vsize (KiB) 48496 [startup+6.30147 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29499 /proc/meminfo: memFree=1621536/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=6.29 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11596 0 0 0 602 27 0 0 25 0 1 0 25846997 49659904 11022 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11022 628 1026 0 11094 0 Current children cumulated CPU time (s) 6.29 Current children cumulated vsize (KiB) 48496 [startup+12.701 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29499 /proc/meminfo: memFree=1621164/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=12.69 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11672 0 0 0 1239 30 0 0 25 0 1 0 25846997 49659904 11098 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11098 628 1026 0 11094 0 Current children cumulated CPU time (s) 12.69 Current children cumulated vsize (KiB) 48496 [startup+25.501 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29500 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=25.49 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11674 0 0 0 2507 42 0 0 25 0 1 0 25846997 49659904 11100 1992294400 4194304 8395647 140733375354176 18446744073709551615 6697003 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11100 630 1026 0 11094 0 Current children cumulated CPU time (s) 25.49 Current children cumulated vsize (KiB) 48496 [startup+51.1011 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=51.07 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11677 0 0 0 5034 73 0 0 25 0 1 0 25846997 49659904 11103 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11103 631 1026 0 11094 0 Current children cumulated CPU time (s) 51.07 Current children cumulated vsize (KiB) 48496 Solver just ended. Dumping a history of the last processes samples [startup+76.7012 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=76.65 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 7568 97 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 76.65 Current children cumulated vsize (KiB) 48496 [startup+83.1007 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=83.05 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 8200 105 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 6742775 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 83.05 Current children cumulated vsize (KiB) 48496 [startup+89.5012 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=89.46 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 8834 112 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 6696964 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 89.46 Current children cumulated vsize (KiB) 48496 [startup+92.7015 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=92.65 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 9150 115 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 6698785 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 92.65 Current children cumulated vsize (KiB) 48496 [startup+94.3016 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=94.25 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 9308 117 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 94.25 Current children cumulated vsize (KiB) 48496 [startup+95.1017 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=95.05 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 9387 118 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 6663864 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 95.05 Current children cumulated vsize (KiB) 48496 [startup+95.5017 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=95.46 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 9427 119 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 95.46 Current children cumulated vsize (KiB) 48496 [startup+95.6017 s] /proc/loadavg: 1.00 0.97 0.91 2/107 29501 /proc/meminfo: memFree=1621172/2059040 swapFree=4139412/4192956 [pid=29498] ppid=29496 vsize=48496 CPUtime=95.56 /proc/29498/stat : 29498 (pbscip.linux.x8) R 29496 29498 29248 0 -1 4202496 11679 0 0 0 9437 119 0 0 25 0 1 0 25846997 49659904 11105 1992294400 4194304 8395647 140733375354176 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/29498/statm: 12124 11105 632 1026 0 11094 0 Current children cumulated CPU time (s) 95.56 Current children cumulated vsize (KiB) 48496 Child status: 0 Real time (s): 95.6628 CPU time (s): 95.6245 CPU user time (s): 94.4276 CPU system time (s): 1.19682 CPU usage (%): 99.9599 Max. virtual memory (cumulated for all children) (KiB): 48496 getrusage(RUSAGE_CHILDREN,...) data: user time used= 94.4276 system time used= 1.19682 maximum resident set size= 0 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 11684 page faults= 0 swaps= 0 block input operations= 0 block output operations= 0 messages sent= 0 messages received= 0 signals received= 0 voluntary context switches= 3 involuntary context switches= 306 runsolver used 0.174973 second user time and 0.452931 second system time The end
Begin job on node003 at 2010-07-08 10:05:33 IDJOB=2702893 IDBENCH=48342 IDSOLVER=1213 FILE ID=node003/2702893-1278576333 PBS_JOBID= 11240112 Free space on /tmp= 62568 MiB SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2702893-1278576333/watcher-2702893-1278576333 -o /tmp/evaluation-result-2702893-1278576333/solver-2702893-1278576333 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702893-1278576333.opb -t 1800 -m 1800 TIME LIMIT= 1800 seconds MEMORY LIMIT= 1800 MiB MAX NB THREAD= 0 MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634 RANDOM SEED=311491258 node003.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.224 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.44 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.224 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.44 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: /proc/meminfo: MemTotal: 2059040 kB MemFree: 1664356 kB Buffers: 82320 kB Cached: 220036 kB SwapCached: 9476 kB Active: 173236 kB Inactive: 145408 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 2059040 kB LowFree: 1664356 kB SwapTotal: 4192956 kB SwapFree: 4139412 kB Dirty: 10396 kB Writeback: 0 kB AnonPages: 11984 kB Mapped: 11904 kB Slab: 53952 kB PageTables: 4228 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 5222476 kB Committed_AS: 178756 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= 62560 MiB End job on node003 at 2010-07-08 10:07:09