| 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 | 121.579 | 121.615 |
| Name | normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/ manquinho/dbsg/normalized-dbsg_50_25_4_15.opb |
| MD5SUM | 73ea1f0ac6b3717abb48868130805223 |
| 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 | 26.9259 |
| 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) | 2932 |
| Sum of products size (including duplicates) | 5864 |
| Number of different products | 1466 |
| Sum of products size | 2932 |
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-2702866-1278575039.opb>
0.00/0.02 c original problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1618 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, 11828 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 11828 implications, 100 cliques
0.09/0.18 c presolved problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1618 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 1466 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.98
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.43 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.43 c 0.4s| 1 | 0 | 542 | - |7134k| 0 | 365 |1566 |1618 |1566 |3084 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
2.59/2.64 c 2.6s| 1 | 0 | 648 | - |8897k| 0 | 389 |1566 |1839 |1566 |3099 | 15 | 0 | 0 | 0.000000e+00 | -- | Inf
4.19/4.29 c 4.3s| 1 | 0 | 723 | - |9323k| 0 | 387 |1566 |1839 |1566 |3110 | 26 | 0 | 0 | 0.000000e+00 | -- | Inf
5.79/5.86 c 5.8s| 1 | 0 | 791 | - |9621k| 0 | 370 |1566 |1839 |1566 |3118 | 34 | 0 | 0 | 0.000000e+00 | -- | Inf
7.39/7.40 c 7.4s| 1 | 0 | 918 | - | 10M| 0 | 364 |1566 |1839 |1566 |3124 | 40 | 0 | 0 | 0.000000e+00 | -- | Inf
8.89/8.95 c 8.9s| 1 | 0 | 1091 | - | 10M| 0 | 371 |1566 |1839 |1566 |3128 | 44 | 0 | 0 | 0.000000e+00 | -- | Inf
14.48/14.50 c 14.5s| 1 | 2 | 1091 | - | 10M| 0 | 371 |1566 |1839 |1566 |3128 | 44 | 0 | 9 | 0.000000e+00 | -- | Inf
121.45/121.58 c
121.45/121.58 c SCIP Status : problem is solved [infeasible]
121.45/121.58 c Solving Time (sec) : 121.56
121.45/121.58 c Solving Nodes : 341
121.45/121.58 c Primal Bound : +1.00000000000000e+20 (0 solutions)
121.45/121.58 c Dual Bound : +1.00000000000000e+20
121.45/121.58 c Gap : 0.00 %
121.45/121.58 s UNSATISFIABLE
121.45/121.58 c SCIP Status : problem is solved [infeasible]
121.45/121.58 c Solving Time : 121.56
121.45/121.58 c Original Problem :
121.45/121.58 c Problem name : HOME/instance-2702866-1278575039.opb
121.45/121.58 c Variables : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
121.45/121.58 c Constraints : 1618 initial, 1618 maximal
121.45/121.58 c Presolved Problem :
121.45/121.58 c Problem name : t_HOME/instance-2702866-1278575039.opb
121.45/121.58 c Variables : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
121.45/121.58 c Constraints : 1618 initial, 1932 maximal
121.45/121.58 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
121.45/121.58 c trivial : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c dualfix : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c boundshift : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c inttobinary : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c implics : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c probing : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c knapsack : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c setppc : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c and : 0.12 0 0 0 0 0 0 0 0
121.45/121.58 c linear : 0.01 0 0 0 0 0 0 0 0
121.45/121.58 c logicor : 0.00 0 0 0 0 0 0 0 0
121.45/121.58 c root node : - 55 - - 55 - - - -
121.45/121.58 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
121.45/121.58 c integral : 0 0 0 208 0 0 97 0 0 350
121.45/121.58 c knapsack : 1 5 1775 0 0 0 0 0 0 0
121.45/121.58 c setppc : 150 5 1775 0 0 0 350 0 0 0
121.45/121.58 c and : 1466 293 1775 0 0 0 16464 30968 0 0
121.45/121.58 c linear : 1+ 6 1775 0 0 0 10 0 0 0
121.45/121.58 c logicor : 0+ 0 364 0 0 3 239 0 0 0
121.45/121.58 c countsols : 0 0 0 0 0 0 0 0 0 0
121.45/121.58 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
121.45/121.58 c integral : 60.63 0.00 0.00 60.63 0.00
121.45/121.58 c knapsack : 0.00 0.00 0.00 0.00 0.00
121.45/121.58 c setppc : 0.01 0.00 0.01 0.00 0.00
121.45/121.58 c and : 0.45 0.32 0.13 0.00 0.00
121.45/121.58 c linear : 0.06 0.00 0.06 0.00 0.00
121.45/121.58 c logicor : 0.01 0.00 0.01 0.00 0.00
121.45/121.58 c countsols : 0.00 0.00 0.00 0.00 0.00
121.45/121.58 c Propagators : Time Calls Cutoffs DomReds
121.45/121.58 c vbounds : 0.00 1 0 0
121.45/121.58 c rootredcost : 0.00 0 0 0
121.45/121.58 c pseudoobj : 0.00 0 0 0
121.45/121.58 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
121.45/121.58 c propagation : 0.00 3 0 0 0.0 0 0.0 -
121.45/121.58 c infeasible LP : 0.16 166 163 551 12.0 3 5.7 0
121.45/121.58 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
121.45/121.58 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
121.45/121.58 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
121.45/121.58 c applied globally : - - - 245 9.4 - - -
121.45/121.58 c applied locally : - - - 0 0.0 - - -
121.45/121.58 c Separators : Time Calls Cutoffs DomReds Cuts Conss
121.45/121.58 c cut pool : 0.00 4 - - 15 - (maximal pool size: 524)
121.45/121.58 c redcost : 0.02 293 0 0 0 0
121.45/121.58 c impliedbounds : 0.00 5 0 0 27 0
121.45/121.58 c intobj : 0.00 0 0 0 0 0
121.45/121.58 c cgmip : 0.00 0 0 0 0 0
121.45/121.58 c gomory : 4.59 5 0 0 0 0
121.45/121.58 c strongcg : 2.83 5 0 0 2478 0
121.45/121.58 c cmir : 0.00 0 0 0 0 0
121.45/121.58 c flowcover : 0.00 0 0 0 0 0
121.45/121.58 c clique : 0.04 5 0 0 32 0
121.45/121.58 c zerohalf : 0.00 0 0 0 0 0
121.45/121.58 c mcf : 0.09 5 0 0 33 0
121.45/121.58 c rapidlearning : 0.57 1 0 0 0 221
121.45/121.58 c Pricers : Time Calls Vars
121.45/121.58 c problem variables: 0.00 0 0
121.45/121.58 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
121.45/121.58 c relpscost : 60.63 208 0 97 0 0 350
121.45/121.58 c pscost : 0.00 0 0 0 0 0 0
121.45/121.58 c inference : 0.00 0 0 0 0 0 0
121.45/121.58 c mostinf : 0.00 0 0 0 0 0 0
121.45/121.58 c leastinf : 0.00 0 0 0 0 0 0
121.45/121.58 c fullstrong : 0.00 0 0 0 0 0 0
121.45/121.58 c allfullstrong : 0.00 0 0 0 0 0 0
121.45/121.58 c random : 0.00 0 0 0 0 0 0
121.45/121.58 c Primal Heuristics : Time Calls Found
121.45/121.58 c LP solutions : 0.00 - 0
121.45/121.58 c pseudo solutions : 0.00 - 0
121.45/121.58 c trivial : 0.00 1 0
121.45/121.58 c simplerounding : 0.00 0 0
121.45/121.58 c zirounding : 0.00 0 0
121.45/121.58 c rounding : 0.00 0 0
121.45/121.58 c shifting : 0.00 0 0
121.45/121.58 c intshifting : 0.00 0 0
121.45/121.58 c oneopt : 0.00 0 0
121.45/121.58 c twoopt : 0.00 0 0
121.45/121.58 c fixandinfer : 0.00 0 0
121.45/121.58 c feaspump : 0.00 0 0
121.45/121.58 c coefdiving : 0.00 0 0
121.45/121.58 c pscostdiving : 0.00 0 0
121.45/121.58 c fracdiving : 0.00 0 0
121.45/121.58 c veclendiving : 0.00 0 0
121.45/121.58 c intdiving : 0.00 0 0
121.45/121.58 c actconsdiving : 0.00 0 0
121.45/121.58 c objpscostdiving : 0.00 0 0
121.45/121.58 c rootsoldiving : 0.00 0 0
121.45/121.58 c linesearchdiving : 0.00 0 0
121.45/121.58 c guideddiving : 0.00 0 0
121.45/121.58 c octane : 0.00 0 0
121.45/121.58 c rens : 0.00 0 0
121.45/121.58 c rins : 0.00 0 0
121.45/121.58 c localbranching : 0.00 0 0
121.45/121.58 c mutation : 0.00 0 0
121.45/121.58 c crossover : 0.00 0 0
121.45/121.58 c dins : 0.00 0 0
121.45/121.58 c undercover : 0.00 0 0
121.45/121.58 c nlp : 0.00 0 0
121.45/121.58 c trysol : 0.00 0 0
121.45/121.58 c LP : Time Calls Iterations Iter/call Iter/sec
121.45/121.58 c primal LP : 0.29 0 0 0.00 0.00
121.45/121.58 c dual LP : 50.58 657 137852 209.82 2725.47
121.45/121.58 c lex dual LP : 0.00 0 0 0.00 -
121.45/121.58 c barrier LP : 0.00 0 0 0.00 -
121.45/121.58 c diving/probing LP: 0.00 0 0 0.00 -
121.45/121.58 c strong branching : 60.57 809 175311 216.70 2894.23
121.45/121.58 c (at root node) : - 9 6798 755.33 -
121.45/121.58 c conflict analysis: 0.00 0 0 0.00 -
121.45/121.58 c B&B Tree :
121.45/121.58 c number of runs : 1
121.45/121.58 c nodes : 341
121.45/121.58 c nodes (total) : 341
121.45/121.58 c nodes left : 0
121.45/121.58 c max depth : 41
121.45/121.58 c max depth (total): 41
121.45/121.58 c backtracks : 95 (27.9%)
121.45/121.58 c delayed cutoffs : 10
121.45/121.58 c repropagations : 820 (5521 domain reductions, 3 cutoffs)
121.45/121.58 c avg switch length: 6.36
121.45/121.58 c switching time : 0.44
121.45/121.58 c Solution :
121.45/121.58 c Solutions found : 0 (0 improvements)
121.45/121.58 c Primal Bound : infeasible
121.45/121.58 c Dual Bound : -
121.45/121.58 c Gap : 0.00 %
121.45/121.58 c Root Dual Bound : +0.00000000000000e+00
121.45/121.58 c Root Iterations : 1091
121.55/121.61 c Time complete: 121.57.
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-2702866-1278575039/watcher-2702866-1278575039 -o /tmp/evaluation-result-2702866-1278575039/solver-2702866-1278575039 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702866-1278575039.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: 0.92 0.98 0.90 3/106 31332 /proc/meminfo: memFree=1843832/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=7904 CPUtime=0 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 1065 0 0 0 0 0 0 0 22 0 1 0 25707278 8093696 977 1992294400 4194304 8395647 140736067841488 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/31332/statm: 1976 986 365 1026 0 946 0 [startup+0.0681379 s] /proc/loadavg: 0.92 0.98 0.90 3/106 31332 /proc/meminfo: memFree=1843832/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=18708 CPUtime=0.06 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 4043 0 0 0 5 1 0 0 22 0 1 0 25707278 19156992 3601 1992294400 4194304 8395647 140736067841488 18446744073709551615 18446744073699065897 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 4677 3601 453 1026 0 3647 0 Current children cumulated CPU time (s) 0.06 Current children cumulated vsize (KiB) 18708 [startup+0.101106 s] /proc/loadavg: 0.92 0.98 0.90 3/106 31332 /proc/meminfo: memFree=1843832/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=18708 CPUtime=0.09 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 4043 0 0 0 8 1 0 0 22 0 1 0 25707278 19156992 3601 1992294400 4194304 8395647 140736067841488 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 4677 3601 453 1026 0 3647 0 Current children cumulated CPU time (s) 0.09 Current children cumulated vsize (KiB) 18708 [startup+0.301135 s] /proc/loadavg: 0.92 0.98 0.90 3/106 31332 /proc/meminfo: memFree=1843832/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=26876 CPUtime=0.29 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 6252 0 0 0 27 2 0 0 22 0 1 0 25707278 27521024 5736 1992294400 4194304 8395647 140736067841488 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 6719 5736 562 1026 0 5689 0 Current children cumulated CPU time (s) 0.29 Current children cumulated vsize (KiB) 26876 [startup+0.701191 s] /proc/loadavg: 0.92 0.98 0.90 3/106 31332 /proc/meminfo: memFree=1843832/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=27256 CPUtime=0.69 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 6424 0 0 0 67 2 0 0 23 0 1 0 25707278 27910144 5908 1992294400 4194304 8395647 140736067841488 18446744073709551615 6197322 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 6814 5908 588 1026 0 5784 0 Current children cumulated CPU time (s) 0.69 Current children cumulated vsize (KiB) 27256 [startup+1.5013 s] /proc/loadavg: 0.92 0.98 0.90 2/107 31333 /proc/meminfo: memFree=1822372/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=27716 CPUtime=1.49 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 6563 0 0 0 147 2 0 0 25 0 1 0 25707278 28381184 6047 1992294400 4194304 8395647 140736067841488 18446744073709551615 7185608 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 6929 6047 590 1026 0 5899 0 Current children cumulated CPU time (s) 1.49 Current children cumulated vsize (KiB) 27716 [startup+3.10153 s] /proc/loadavg: 0.92 0.98 0.90 2/107 31333 /proc/meminfo: memFree=1807244/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=3.09 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11491 0 0 0 285 24 0 0 25 0 1 0 25707278 49737728 10975 1992294400 4194304 8395647 140736067841488 18446744073709551615 6195987 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 10975 628 1026 0 11113 0 Current children cumulated CPU time (s) 3.09 Current children cumulated vsize (KiB) 48572 [startup+6.30099 s] /proc/loadavg: 0.93 0.98 0.90 2/107 31333 /proc/meminfo: memFree=1801416/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=6.29 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11607 0 0 0 603 26 0 0 25 0 1 0 25707278 49737728 11034 1992294400 4194304 8395647 140736067841488 18446744073709551615 6200138 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11034 628 1026 0 11113 0 Current children cumulated CPU time (s) 6.29 Current children cumulated vsize (KiB) 48572 [startup+12.7009 s] /proc/loadavg: 0.93 0.98 0.90 2/107 31333 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=12.69 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11683 0 0 0 1241 28 0 0 25 0 1 0 25707278 49737728 11110 1992294400 4194304 8395647 140736067841488 18446744073709551615 6699155 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11110 628 1026 0 11113 0 Current children cumulated CPU time (s) 12.69 Current children cumulated vsize (KiB) 48572 [startup+25.5007 s] /proc/loadavg: 0.95 0.98 0.90 2/107 31333 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=25.49 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11685 0 0 0 2507 42 0 0 25 0 1 0 25707278 49737728 11112 1992294400 4194304 8395647 140736067841488 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11112 630 1026 0 11113 0 Current children cumulated CPU time (s) 25.49 Current children cumulated vsize (KiB) 48572 [startup+51.1013 s] /proc/loadavg: 0.96 0.98 0.90 2/107 31334 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=51.08 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11685 0 0 0 5036 72 0 0 25 0 1 0 25707278 49737728 11112 1992294400 4194304 8395647 140736067841488 18446744073709551615 6663849 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11112 630 1026 0 11113 0 Current children cumulated CPU time (s) 51.08 Current children cumulated vsize (KiB) 48572 [startup+102.309 s] /proc/loadavg: 0.98 0.98 0.91 2/107 31335 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=102.27 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 10108 119 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 6739519 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 102.27 Current children cumulated vsize (KiB) 48572 Solver just ended. Dumping a history of the last processes samples [startup+115.1 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=115.06 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 11374 132 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 115.06 Current children cumulated vsize (KiB) 48572 [startup+118.301 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=118.26 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 11690 136 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 6697266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 118.26 Current children cumulated vsize (KiB) 48572 [startup+119.909 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=119.86 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 11848 138 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 119.86 Current children cumulated vsize (KiB) 48572 [startup+120.701 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=120.65 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 11926 139 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 6741840 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 120.65 Current children cumulated vsize (KiB) 48572 [startup+121.101 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=121.06 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 11966 140 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 6670344 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 121.06 Current children cumulated vsize (KiB) 48572 [startup+121.501 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=121.45 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11686 0 0 0 12005 140 0 0 25 0 1 0 25707278 49737728 11113 1992294400 4194304 8395647 140736067841488 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11113 631 1026 0 11113 0 Current children cumulated CPU time (s) 121.45 Current children cumulated vsize (KiB) 48572 [startup+121.601 s] /proc/loadavg: 0.99 0.98 0.91 2/107 31336 /proc/meminfo: memFree=1801292/2059040 swapFree=4140568/4192956 [pid=31332] ppid=31330 vsize=48572 CPUtime=121.55 /proc/31332/stat : 31332 (pbscip.linux.x8) R 31330 31332 31092 0 -1 4202496 11688 0 0 0 12015 140 0 0 25 0 1 0 25707278 49737728 11115 1992294400 4194304 8395647 140736067841488 18446744073709551615 6345219 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/31332/statm: 12143 11115 633 1026 0 11113 0 Current children cumulated CPU time (s) 121.55 Current children cumulated vsize (KiB) 48572 Child status: 0 Real time (s): 121.615 CPU time (s): 121.579 CPU user time (s): 120.166 CPU system time (s): 1.41279 CPU usage (%): 99.9696 Max. virtual memory (cumulated for all children) (KiB): 48572 getrusage(RUSAGE_CHILDREN,...) data: user time used= 120.166 system time used= 1.41278 maximum resident set size= 0 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 11691 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= 2 involuntary context switches= 184 runsolver used 0.198969 second user time and 0.58791 second system time The end
Begin job on node049 at 2010-07-08 09:43:59 IDJOB=2702866 IDBENCH=48315 IDSOLVER=1213 FILE ID=node049/2702866-1278575039 PBS_JOBID= 11240077 Free space on /tmp= 62484 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_4_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-2702866-1278575039/watcher-2702866-1278575039 -o /tmp/evaluation-result-2702866-1278575039/solver-2702866-1278575039 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702866-1278575039.opb -t 1800 -m 1800 TIME LIMIT= 1800 seconds MEMORY LIMIT= 1800 MiB MAX NB THREAD= 0 MD5SUM BENCH= 73ea1f0ac6b3717abb48868130805223 RANDOM SEED=733822967 node049.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: 1845020 kB Buffers: 11412 kB Cached: 103648 kB SwapCached: 5496 kB Active: 34344 kB Inactive: 93724 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 2059040 kB LowFree: 1845020 kB SwapTotal: 4192956 kB SwapFree: 4140568 kB Dirty: 10428 kB Writeback: 0 kB AnonPages: 11876 kB Mapped: 12480 kB Slab: 63800 kB PageTables: 4160 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 5222476 kB Committed_AS: 182208 kB VmallocTotal: 34359738367 kB VmallocUsed: 264964 kB VmallocChunk: 34359471699 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 Hugepagesize: 2048 kB Free space on /tmp at the end= 62472 MiB End job on node049 at 2010-07-08 09:46:01