| Solver Name | Answer | CPU time | Wall clock time |
|---|---|---|---|
| SCIPnone SCIP 1.2.1.2 without any LP solver | ? (TO) | 1800.66 | 1801.19 |
| Name | normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/ aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb |
| MD5SUM | 6f530d7030eb010292a76e81381ed552 |
| Bench Category | DEC-SMALLINT (no optimisation, small integers) |
| 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 | 0.300953 |
| 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 | 6000 |
| Total number of constraints | 220 |
| Number of constraints which are clauses | 120 |
| Number of constraints which are cardinality constraints (but not clauses) | 100 |
| Number of constraints which are nor clauses,nor cardinality constraints | 0 |
| Minimum length of a constraint | 50 |
| Maximum length of a constraint | 60 |
| 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 | 1 |
| Number of bits of the biggest number in a constraint | 1 |
| Biggest sum of numbers in a constraint | 61 |
| Number of bits of the biggest sum of numbers | 6 |
| Number of products (including duplicates) | 0 |
| Sum of products size (including duplicates) | 0 |
| Number of different products | 0 |
| Sum of products size | 0 |
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-2664496-1276322805.opb>
0.00/0.04 c original problem has 6000 variables (6000 bin, 0 int, 0 impl, 0 cont) and 220 constraints
0.00/0.04 c problem read
0.03/0.04 c No objective function, only one solution is needed.
0.03/0.04 c presolving settings loaded
0.03/0.04 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.09/0.11 c presolving:
0.09/0.14 c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 120 upgd conss, 0 impls, 100 clqs
0.09/0.15 c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 220 upgd conss, 0 impls, 100 clqs
0.09/0.16 c presolving (3 rounds):
0.09/0.16 c 0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.16 c 0 implications, 100 cliques
0.09/0.16 c presolved problem has 6000 variables (6000 bin, 0 int, 0 impl, 0 cont) and 220 constraints
0.09/0.16 c 100 constraints of type <setppc>
0.09/0.16 c 120 constraints of type <logicor>
0.09/0.16 c transformed objective value is always integral (scale: 1)
0.09/0.16 c Presolving Time: 0.08
0.09/0.16 c - non default parameters ----------------------------------------------------------------------
0.09/0.16 c # SCIP version 1.2.1.2
0.09/0.16 c
0.09/0.16 c # frequency for displaying node information lines
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16 c display/freq = 10000
0.09/0.16 c
0.09/0.16 c # maximal time in seconds to run
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16 c limits/time = 1799.96
0.09/0.16 c
0.09/0.16 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16 c limits/memory = 1620
0.09/0.16 c
0.09/0.16 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16 c limits/solutions = 1
0.09/0.16 c
0.09/0.16 c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.16 c lp/solvefreq = -1
0.09/0.16 c
0.09/0.16 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.16 c separating/maxrounds = 1
0.09/0.16 c
0.09/0.16 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16 c separating/maxroundsroot = 5
0.09/0.16 c
0.09/0.16 c # should presolving try to simplify inequalities
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16 c constraints/linear/simplifyinequalities = TRUE
0.09/0.16 c
0.09/0.16 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.16 c constraints/knapsack/disaggregation = FALSE
0.09/0.16 c
0.09/0.16 c # should presolving try to simplify knapsacks
0.09/0.16 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16 c
0.09/0.16 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16 c presolving/probing/maxrounds = 0
0.09/0.16 c
0.09/0.16 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.16 c heuristics/coefdiving/freq = -1
0.09/0.16 c
0.09/0.16 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.16 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.16 c
0.09/0.16 c # additional number of allowed LP iterations
0.09/0.16 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.16 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.16 c
0.09/0.16 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.16 c heuristics/crossover/freq = -1
0.09/0.16 c
0.09/0.16 c # number of nodes added to the contingent of the total nodes
0.09/0.16 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.16 c heuristics/crossover/nodesofs = 750
0.09/0.16 c
0.09/0.16 c # number of nodes without incumbent change that heuristic should wait
0.09/0.16 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.16 c heuristics/crossover/nwaitingnodes = 100
0.09/0.16 c
0.09/0.16 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.16 c # [type: real, range: [0,1], default: 0.1]
0.09/0.16 c heuristics/crossover/nodesquot = 0.15
0.09/0.16 c
0.09/0.16 c # minimum percentage of integer variables that have to be fixed
0.09/0.16 c # [type: real, range: [0,1], default: 0.666]
0.09/0.16 c heuristics/crossover/minfixingrate = 0.5
0.09/0.16 c
0.09/0.16 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.16 c heuristics/feaspump/freq = -1
0.09/0.16 c
0.09/0.16 c # additional number of allowed LP iterations
0.09/0.16 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.16 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.16 c
0.09/0.16 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.16 c heuristics/fracdiving/freq = -1
0.09/0.16 c
0.09/0.16 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.16 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.16 c
0.09/0.16 c # additional number of allowed LP iterations
0.09/0.16 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.16 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.16 c
0.09/0.16 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.16 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.16 c heuristics/guideddiving/freq = -1
0.09/0.16 c
0.09/0.16 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.16 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.16 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.16 c
0.09/0.16 c # additional number of allowed LP iterations
0.09/0.16 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.17 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.17 c
0.09/0.17 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.17 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.17 c heuristics/intshifting/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.17 c heuristics/linesearchdiving/freq = -1
0.09/0.17 c
0.09/0.17 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.17 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.17 c
0.09/0.17 c # additional number of allowed LP iterations
0.09/0.17 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.17 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.17 c heuristics/nlp/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.17 c heuristics/objpscostdiving/freq = -1
0.09/0.17 c
0.09/0.17 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.17 c # [type: real, range: [0,1], default: 0.01]
0.09/0.17 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.17 c
0.09/0.17 c # additional number of allowed LP iterations
0.09/0.17 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.17 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.17 c heuristics/oneopt/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.17 c heuristics/pscostdiving/freq = -1
0.09/0.17 c
0.09/0.17 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.17 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.17 c
0.09/0.17 c # additional number of allowed LP iterations
0.09/0.17 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.17 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.17 c heuristics/rens/freq = -1
0.09/0.17 c
0.09/0.17 c # minimum percentage of integer variables that have to be fixable
0.09/0.17 c # [type: real, range: [0,1], default: 0.5]
0.09/0.17 c heuristics/rens/minfixingrate = 0.3
0.09/0.17 c
0.09/0.17 c # number of nodes added to the contingent of the total nodes
0.09/0.17 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.17 c heuristics/rens/nodesofs = 2000
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.17 c heuristics/rootsoldiving/freq = -1
0.09/0.17 c
0.09/0.17 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.17 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.17 c
0.09/0.17 c # additional number of allowed LP iterations
0.09/0.17 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.17 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.17 c heuristics/rounding/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.17 c heuristics/shifting/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.17 c heuristics/simplerounding/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.17 c heuristics/trivial/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.17 c heuristics/trysol/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.17 c heuristics/veclendiving/freq = -1
0.09/0.17 c
0.09/0.17 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.17 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.17 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.17 c
0.09/0.17 c # additional number of allowed LP iterations
0.09/0.17 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.17 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.17 c
0.09/0.17 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.17 c heuristics/zirounding/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.17 c separating/cmir/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.17 c separating/flowcover/freq = -1
0.09/0.17 c
0.09/0.17 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17 c separating/rapidlearning/freq = 0
0.09/0.17 c
0.09/0.17 c -----------------------------------------------------------------------------------------------
0.09/0.17 c start solving
0.09/0.17 c
0.09/0.17 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.09/0.17 c 0.1s| 1 | 2 | 0 | - | 10M| 0 | - |6000 | 220 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
30.18/30.26 c 30.0s| 10000 | 9982 | 0 | 0.0 | 14M|3130 | - |6000 | 287 | 0 | 0 | 0 | 67 | 0 | 0.000000e+00 | -- | Inf
54.37/54.49 c 54.1s| 20000 | 19970 | 0 | 0.0 | 17M|3745 | - |6000 | 302 | 0 | 0 | 0 | 113 | 0 | 0.000000e+00 | -- | Inf
83.37/83.42 c 82.8s| 30000 | 29953 | 0 | 0.0 | 21M|3745 | - |6000 | 319 | 0 | 0 | 0 | 214 | 0 | 0.000000e+00 | -- | Inf
117.96/118.08 c 117s| 40000 | 39938 | 0 | 0.0 | 24M|3745 | - |6000 | 330 | 0 | 0 | 0 | 297 | 0 | 0.000000e+00 | -- | Inf
154.54/154.69 c 154s| 50000 | 49919 | 0 | 0.0 | 27M|3745 | - |6000 | 418 | 0 | 0 | 0 | 417 | 0 | 0.000000e+00 | -- | Inf
191.63/191.73 c 191s| 60000 | 59903 | 0 | 0.0 | 30M|3745 | - |6000 | 404 | 0 | 0 | 0 | 517 | 0 | 0.000000e+00 | -- | Inf
228.52/228.62 c 227s| 70000 | 69880 | 0 | 0.0 | 33M|3745 | - |6000 | 360 | 0 | 0 | 0 | 634 | 0 | 0.000000e+00 | -- | Inf
265.61/265.75 c 264s| 80000 | 79864 | 0 | 0.0 | 36M|3745 | - |6000 | 307 | 0 | 0 | 0 | 706 | 0 | 0.000000e+00 | -- | Inf
302.41/302.58 c 301s| 90000 | 89830 | 0 | 0.0 | 39M|3745 | - |6000 | 350 | 0 | 0 | 0 | 873 | 0 | 0.000000e+00 | -- | Inf
338.59/338.71 c 337s|100000 | 99812 | 0 | 0.0 | 42M|3745 | - |6000 | 322 | 0 | 0 | 0 | 950 | 0 | 0.000000e+00 | -- | Inf
375.78/375.94 c 374s|110000 |109785 | 0 | 0.0 | 44M|3745 | - |6000 | 302 | 0 | 0 | 0 |1025 | 0 | 0.000000e+00 | -- | Inf
411.97/412.13 c 410s|120000 |119765 | 0 | 0.0 | 47M|3745 | - |6000 | 296 | 0 | 0 | 0 |1078 | 0 | 0.000000e+00 | -- | Inf
448.05/448.29 c 446s|130000 |129429 | 0 | 0.0 | 50M|3745 | - |6000 | 316 | 0 | 0 | 0 |1159 | 0 | 0.000000e+00 | -- | Inf
485.25/485.47 c 483s|140000 |139402 | 0 | 0.0 | 53M|3745 | - |6000 | 319 | 0 | 0 | 0 |1259 | 0 | 0.000000e+00 | -- | Inf
521.64/521.85 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
521.64/521.85 c 519s|150000 |149383 | 0 | 0.0 | 55M|3745 | - |6000 | 323 | 0 | 0 | 0 |1360 | 0 | 0.000000e+00 | -- | Inf
558.92/559.12 c 556s|160000 |159356 | 0 | 0.0 | 58M|3745 | - |6000 | 320 | 0 | 0 | 0 |1494 | 0 | 0.000000e+00 | -- | Inf
596.02/596.27 c 593s|170000 |169337 | 0 | 0.0 | 61M|3745 | - |6000 | 317 | 0 | 0 | 0 |1588 | 0 | 0.000000e+00 | -- | Inf
632.90/633.19 c 630s|180000 |179320 | 0 | 0.0 | 64M|3745 | - |6000 | 318 | 0 | 0 | 0 |1676 | 0 | 0.000000e+00 | -- | Inf
670.00/670.29 c 667s|190000 |189297 | 0 | 0.0 | 67M|3745 | - |6000 | 327 | 0 | 0 | 0 |1786 | 0 | 0.000000e+00 | -- | Inf
707.19/707.40 c 704s|200000 |199267 | 0 | 0.0 | 70M|3745 | - |6000 | 352 | 0 | 0 | 0 |1896 | 0 | 0.000000e+00 | -- | Inf
744.27/744.54 c 740s|210000 |209246 | 0 | 0.0 | 72M|3745 | - |6000 | 317 | 0 | 0 | 0 |1963 | 0 | 0.000000e+00 | -- | Inf
781.46/781.70 c 777s|220000 |219217 | 0 | 0.0 | 75M|3745 | - |6000 | 355 | 0 | 0 | 0 |2076 | 0 | 0.000000e+00 | -- | Inf
818.45/818.74 c 814s|230000 |229198 | 0 | 0.0 | 78M|3745 | - |6000 | 326 | 0 | 0 | 0 |2148 | 0 | 0.000000e+00 | -- | Inf
855.44/855.79 c 851s|240000 |239171 | 0 | 0.0 | 81M|3745 | - |6000 | 369 | 0 | 0 | 0 |2277 | 0 | 0.000000e+00 | -- | Inf
892.43/892.77 c 888s|250000 |249145 | 0 | 0.0 | 84M|3745 | - |6000 | 365 | 0 | 0 | 0 |2415 | 0 | 0.000000e+00 | -- | Inf
929.52/929.81 c 925s|260000 |259126 | 0 | 0.0 | 87M|3745 | - |6000 | 386 | 0 | 0 | 0 |2532 | 0 | 0.000000e+00 | -- | Inf
966.70/967.01 c 962s|270000 |269103 | 0 | 0.0 | 89M|3745 | - |6000 | 344 | 0 | 0 | 0 |2577 | 0 | 0.000000e+00 | -- | Inf
1003.50/1003.87 c 998s|280000 |279070 | 0 | 0.0 | 92M|3745 | - |6000 | 420 | 0 | 0 | 0 |2715 | 0 | 0.000000e+00 | -- | Inf
1040.39/1040.77 c 1035s|290000 |289046 | 0 | 0.0 | 95M|3745 | - |6000 | 400 | 0 | 0 | 0 |2823 | 0 | 0.000000e+00 | -- | Inf
1077.17/1077.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1077.17/1077.50 c 1072s|300000 |299025 | 0 | 0.0 | 98M|3745 | - |6000 | 395 | 0 | 0 | 0 |2916 | 0 | 0.000000e+00 | -- | Inf
1113.66/1114.00 c 1108s|310000 |308996 | 0 | 0.0 | 101M|3745 | - |6000 | 394 | 0 | 0 | 0 |3010 | 0 | 0.000000e+00 | -- | Inf
1149.75/1150.19 c 1144s|320000 |318977 | 0 | 0.0 | 104M|3745 | - |6000 | 399 | 0 | 0 | 0 |3100 | 0 | 0.000000e+00 | -- | Inf
1186.35/1186.73 c 1180s|330000 |328939 | 0 | 0.0 | 106M|3745 | - |6000 | 383 | 0 | 0 | 0 |3201 | 0 | 0.000000e+00 | -- | Inf
1222.93/1223.34 c 1217s|340000 |338919 | 0 | 0.0 | 109M|3745 | - |6000 | 381 | 0 | 0 | 0 |3287 | 0 | 0.000000e+00 | -- | Inf
1259.22/1259.66 c 1253s|350000 |348896 | 0 | 0.0 | 112M|3745 | - |6000 | 410 | 0 | 0 | 0 |3376 | 0 | 0.000000e+00 | -- | Inf
1295.32/1295.73 c 1289s|360000 |358874 | 0 | 0.0 | 115M|3745 | - |6000 | 366 | 0 | 0 | 0 |3445 | 0 | 0.000000e+00 | -- | Inf
1331.80/1332.26 c 1325s|370000 |368851 | 0 | 0.0 | 118M|3745 | - |6000 | 411 | 0 | 0 | 0 |3559 | 0 | 0.000000e+00 | -- | Inf
1367.79/1368.25 c 1361s|380000 |378822 | 0 | 0.0 | 121M|3745 | - |6000 | 458 | 0 | 0 | 0 |3715 | 0 | 0.000000e+00 | -- | Inf
1404.19/1404.70 c 1397s|390000 |388802 | 0 | 0.0 | 123M|3745 | - |6000 | 453 | 0 | 0 | 0 |3812 | 0 | 0.000000e+00 | -- | Inf
1440.37/1440.87 c 1433s|400000 |398780 | 0 | 0.0 | 126M|3745 | - |6000 | 463 | 0 | 0 | 0 |3938 | 0 | 0.000000e+00 | -- | Inf
1476.56/1477.00 c 1469s|410000 |408753 | 0 | 0.0 | 129M|3745 | - |6000 | 470 | 0 | 0 | 0 |4062 | 0 | 0.000000e+00 | -- | Inf
1512.45/1512.92 c 1505s|420000 |418730 | 0 | 0.0 | 132M|3745 | - |6000 | 472 | 0 | 0 | 0 |4200 | 0 | 0.000000e+00 | -- | Inf
1548.74/1549.22 c 1541s|430000 |428702 | 0 | 0.0 | 135M|3745 | - |6000 | 511 | 0 | 0 | 0 |4349 | 0 | 0.000000e+00 | -- | Inf
1584.83/1585.38 c 1577s|440000 |438664 | 0 | 0.0 | 138M|3745 | - |6000 | 508 | 0 | 0 | 0 |4496 | 0 | 0.000000e+00 | -- | Inf
1620.62/1621.14 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1620.62/1621.14 c 1613s|450000 |448636 | 0 | 0.0 | 141M|3745 | - |6000 | 536 | 0 | 0 | 0 |4663 | 0 | 0.000000e+00 | -- | Inf
1656.40/1656.94 c 1648s|460000 |458602 | 0 | 0.0 | 144M|3745 | - |6000 | 529 | 0 | 0 | 0 |4819 | 0 | 0.000000e+00 | -- | Inf
1691.90/1692.50 c 1684s|470000 |468572 | 0 | 0.0 | 147M|3745 | - |6000 | 587 | 0 | 0 | 0 |4988 | 0 | 0.000000e+00 | -- | Inf
1727.59/1728.13 c 1719s|480000 |478534 | 0 | 0.0 | 150M|3745 | - |6000 | 686 | 0 | 0 | 0 |5206 | 0 | 0.000000e+00 | -- | Inf
1763.08/1763.63 c 1754s|490000 |488510 | 0 | 0.0 | 153M|3745 | - |6000 | 691 | 0 | 0 | 0 |5356 | 0 | 0.000000e+00 | -- | Inf
1798.57/1799.19 c 1790s|500000 |498478 | 0 | 0.0 | 156M|3745 | - |6000 | 720 | 0 | 0 | 0 |5538 | 0 | 0.000000e+00 | -- | Inf
1800.08/1800.61 c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.62 c
1800.08/1800.62 c SCIP Status : solving was interrupted [user interrupt]
1800.08/1800.62 c Solving Time (sec) : 1791.11
1800.08/1800.62 c Solving Nodes : 500441
1800.08/1800.62 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1800.08/1800.62 c Dual Bound : +0.00000000000000e+00
1800.08/1800.62 c Gap : infinite
1800.08/1800.62 s UNKNOWN
1800.08/1800.62 c SCIP Status : solving was interrupted [user interrupt]
1800.08/1800.62 c Solving Time : 1791.11
1800.08/1800.62 c Original Problem :
1800.08/1800.62 c Problem name : HOME/instance-2664496-1276322805.opb
1800.08/1800.62 c Variables : 6000 (6000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62 c Constraints : 220 initial, 220 maximal
1800.08/1800.62 c Presolved Problem :
1800.08/1800.62 c Problem name : t_HOME/instance-2664496-1276322805.opb
1800.08/1800.62 c Variables : 6000 (6000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62 c Constraints : 220 initial, 755 maximal
1800.08/1800.62 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1800.08/1800.62 c trivial : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c dualfix : 0.02 0 0 0 0 0 0 0 0
1800.08/1800.62 c boundshift : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c implics : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c probing : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c setppc : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c logicor : 0.00 0 0 0 0 0 0 0 0
1800.08/1800.62 c root node : - 0 - - 0 - - - -
1800.08/1800.62 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1800.08/1800.62 c integral : 0 0 0 0 0 0 0 0 0 0
1800.08/1800.62 c setppc : 100 0 522149 0 499974 615 266899 0 0 0
1800.08/1800.62 c logicor : 120+ 0 62926 0 499974 132 17006 0 0 0
1800.08/1800.62 c countsols : 0 0 0 0 499974 0 0 0 0 0
1800.08/1800.62 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1800.08/1800.62 c integral : 0.00 0.00 0.00 0.00 0.00
1800.08/1800.62 c setppc : 327.78 0.00 14.67 0.00 313.11
1800.08/1800.62 c logicor : 189.19 0.00 2.28 0.00 186.91
1800.08/1800.62 c countsols : 0.39 0.00 0.00 0.00 0.39
1800.08/1800.62 c Propagators : Time Calls Cutoffs DomReds
1800.08/1800.62 c vbounds : 0.51 1 0 0
1800.08/1800.62 c rootredcost : 0.39 0 0 0
1800.08/1800.62 c pseudoobj : 0.25 0 0 0
1800.08/1800.62 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1800.08/1800.62 c propagation : 10.37 747 747 18844 541.1 13 133.3 -
1800.08/1800.62 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1800.08/1800.62 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1800.08/1800.62 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1800.08/1800.62 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1800.08/1800.62 c applied globally : - - - 5563 328.6 - - -
1800.08/1800.62 c applied locally : - - - 14 698.4 - - -
1800.08/1800.62 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1800.08/1800.62 c cut pool : 0.00 0 - - 0 - (maximal pool size: 0)
1800.08/1800.62 c redcost : 0.00 0 0 0 0 0
1800.08/1800.62 c impliedbounds : 0.00 0 0 0 0 0
1800.08/1800.62 c intobj : 0.00 0 0 0 0 0
1800.08/1800.62 c cgmip : 0.00 0 0 0 0 0
1800.08/1800.62 c gomory : 0.00 0 0 0 0 0
1800.08/1800.62 c strongcg : 0.00 0 0 0 0 0
1800.08/1800.62 c cmir : 0.00 0 0 0 0 0
1800.08/1800.62 c flowcover : 0.00 0 0 0 0 0
1800.08/1800.62 c clique : 0.00 0 0 0 0 0
1800.08/1800.62 c zerohalf : 0.00 0 0 0 0 0
1800.08/1800.62 c mcf : 0.00 0 0 0 0 0
1800.08/1800.62 c rapidlearning : 0.00 0 0 0 0 0
1800.08/1800.62 c Pricers : Time Calls Vars
1800.08/1800.62 c problem variables: 0.00 0 0
1800.08/1800.62 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1800.08/1800.62 c relpscost : 0.00 0 0 0 0 0 0
1800.08/1800.62 c pscost : 0.00 0 0 0 0 0 0
1800.08/1800.62 c inference : 1239.38 499974 0 0 0 0 999948
1800.08/1800.62 c mostinf : 0.00 0 0 0 0 0 0
1800.08/1800.62 c leastinf : 0.00 0 0 0 0 0 0
1800.08/1800.62 c fullstrong : 0.00 0 0 0 0 0 0
1800.08/1800.62 c allfullstrong : 0.00 0 0 0 0 0 0
1800.08/1800.62 c random : 0.00 0 0 0 0 0 0
1800.08/1800.62 c Primal Heuristics : Time Calls Found
1800.08/1800.62 c LP solutions : 0.00 - 0
1800.08/1800.62 c pseudo solutions : 0.00 - 0
1800.08/1800.62 c trivial : 0.02 1 0
1800.08/1800.62 c simplerounding : 0.00 0 0
1800.08/1800.62 c zirounding : 0.00 0 0
1800.08/1800.62 c rounding : 0.00 0 0
1800.08/1800.62 c shifting : 0.00 0 0
1800.08/1800.62 c intshifting : 0.00 0 0
1800.08/1800.62 c oneopt : 0.00 0 0
1800.08/1800.62 c twoopt : 0.00 0 0
1800.08/1800.62 c fixandinfer : 0.00 0 0
1800.08/1800.62 c feaspump : 0.00 0 0
1800.08/1800.62 c coefdiving : 0.00 0 0
1800.08/1800.62 c pscostdiving : 0.00 0 0
1800.08/1800.62 c fracdiving : 0.00 0 0
1800.08/1800.62 c veclendiving : 0.00 0 0
1800.08/1800.62 c intdiving : 0.00 0 0
1800.08/1800.62 c actconsdiving : 0.00 0 0
1800.08/1800.62 c objpscostdiving : 0.00 0 0
1800.08/1800.62 c rootsoldiving : 0.00 0 0
1800.08/1800.62 c linesearchdiving : 0.00 0 0
1800.08/1800.62 c guideddiving : 0.00 0 0
1800.08/1800.62 c octane : 0.00 0 0
1800.08/1800.62 c rens : 0.00 0 0
1800.08/1800.62 c rins : 0.00 0 0
1800.08/1800.62 c localbranching : 0.00 0 0
1800.08/1800.62 c mutation : 0.00 0 0
1800.08/1800.62 c crossover : 0.00 0 0
1800.08/1800.62 c dins : 0.00 0 0
1800.08/1800.62 c undercover : 0.00 0 0
1800.08/1800.62 c nlp : 0.00 0 0
1800.08/1800.62 c trysol : 0.00 0 0
1800.08/1800.62 c LP : Time Calls Iterations Iter/call Iter/sec
1800.08/1800.62 c primal LP : 0.00 0 0 0.00 -
1800.08/1800.62 c dual LP : 0.00 0 0 0.00 -
1800.08/1800.62 c lex dual LP : 0.00 0 0 0.00 -
1800.08/1800.62 c barrier LP : 0.00 0 0 0.00 -
1800.08/1800.62 c diving/probing LP: 0.00 0 0 0.00 -
1800.08/1800.62 c strong branching : 0.00 0 0 0.00 -
1800.08/1800.62 c (at root node) : - 0 0 0.00 -
1800.08/1800.62 c conflict analysis: 0.00 0 0 0.00 -
1800.08/1800.62 c B&B Tree :
1800.08/1800.62 c number of runs : 1
1800.08/1800.62 c nodes : 500441
1800.08/1800.62 c nodes (total) : 500441
1800.08/1800.62 c nodes left : 498912
1800.08/1800.62 c max depth : 3745
1800.08/1800.62 c max depth (total): 3745
1800.08/1800.62 c backtracks : 289 (0.1%)
1800.08/1800.62 c delayed cutoffs : 596
1800.08/1800.62 c repropagations : 1573 (19448 domain reductions, 280 cutoffs)
1800.08/1800.62 c avg switch length: 2.10
1800.08/1800.62 c switching time : 10.15
1800.08/1800.62 c Solution :
1800.08/1800.62 c Solutions found : 0 (0 improvements)
1800.08/1800.62 c Primal Bound : -
1800.08/1800.62 c Dual Bound : +0.00000000000000e+00
1800.08/1800.62 c Gap : infinite
1800.08/1800.62 c Root Dual Bound : +0.00000000000000e+00
1800.08/1800.62 c Root Iterations : 0
1800.57/1801.18 c Time complete: 1800.65.
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-2664496-1276322805/watcher-2664496-1276322805 -o /tmp/evaluation-result-2664496-1276322805/solver-2664496-1276322805 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664496-1276322805.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.85 0.97 0.99 3/106 10631 /proc/meminfo: memFree=1914372/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=6584 CPUtime=0 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 996 0 0 0 0 0 0 0 20 0 1 0 7884462 6742016 920 1992294400 4194304 7136930 140735907165520 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/10631/statm: 1646 928 254 719 0 925 0 [startup+0.0462979 s] /proc/loadavg: 0.85 0.97 0.99 3/106 10631 /proc/meminfo: memFree=1914372/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=11464 CPUtime=0.03 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 2721 0 0 0 3 0 0 0 20 0 1 0 7884462 11739136 2290 1992294400 4194304 7136930 140735907165520 18446744073709551615 4199658 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/10631/statm: 2866 2290 269 719 0 2145 0 Current children cumulated CPU time (s) 0.03 Current children cumulated vsize (KiB) 11464 [startup+0.101302 s] /proc/loadavg: 0.85 0.97 0.99 3/106 10631 /proc/meminfo: memFree=1914372/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=22064 CPUtime=0.09 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 5103 0 0 0 7 2 0 0 20 0 1 0 7884462 22593536 4672 1992294400 4194304 7136930 140735907165520 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 5516 4685 308 719 0 4795 0 Current children cumulated CPU time (s) 0.09 Current children cumulated vsize (KiB) 22064 [startup+0.300322 s] /proc/loadavg: 0.85 0.97 0.99 3/106 10631 /proc/meminfo: memFree=1914372/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=25096 CPUtime=0.29 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 7184 0 0 0 26 3 0 0 20 0 1 0 7884462 25698304 5468 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 6274 5468 374 719 0 5553 0 Current children cumulated CPU time (s) 0.29 Current children cumulated vsize (KiB) 25096 [startup+0.700363 s] /proc/loadavg: 0.85 0.97 0.99 3/106 10631 /proc/meminfo: memFree=1914372/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=25280 CPUtime=0.69 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 7207 0 0 0 66 3 0 0 20 0 1 0 7884462 25886720 5491 1992294400 4194304 7136930 140735907165520 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 6320 5491 375 719 0 5599 0 Current children cumulated CPU time (s) 0.69 Current children cumulated vsize (KiB) 25280 [startup+1.50044 s] /proc/loadavg: 0.85 0.97 0.99 2/107 10632 /proc/meminfo: memFree=1893656/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=25412 CPUtime=1.49 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 7253 0 0 0 146 3 0 0 23 0 1 0 7884462 26021888 5537 1992294400 4194304 7136930 140735907165520 18446744073709551615 4642170 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 6353 5537 375 719 0 5632 0 Current children cumulated CPU time (s) 1.49 Current children cumulated vsize (KiB) 25412 [startup+3.10061 s] /proc/loadavg: 0.85 0.97 0.99 2/107 10632 /proc/meminfo: memFree=1892912/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=25804 CPUtime=3.09 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 7353 0 0 0 304 5 0 0 25 0 1 0 7884462 26423296 5637 1992294400 4194304 7136930 140735907165520 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 6451 5637 375 719 0 5730 0 Current children cumulated CPU time (s) 3.09 Current children cumulated vsize (KiB) 25804 [startup+6.30193 s] /proc/loadavg: 0.86 0.97 0.99 2/107 10632 /proc/meminfo: memFree=1891672/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=28440 CPUtime=6.29 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 8021 0 0 0 622 7 0 0 25 0 1 0 7884462 29122560 6305 1992294400 4194304 7136930 140735907165520 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 7110 6305 379 719 0 6389 0 Current children cumulated CPU time (s) 6.29 Current children cumulated vsize (KiB) 28440 [startup+12.7016 s] /proc/loadavg: 0.87 0.97 0.99 2/107 10632 /proc/meminfo: memFree=1890184/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=28440 CPUtime=12.68 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 8029 0 0 0 1257 11 0 0 25 0 1 0 7884462 29122560 6313 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 7110 6313 379 719 0 6389 0 Current children cumulated CPU time (s) 12.68 Current children cumulated vsize (KiB) 28440 [startup+25.5009 s] /proc/loadavg: 0.90 0.97 0.99 2/107 10632 /proc/meminfo: memFree=1888944/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=29740 CPUtime=25.49 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 8366 0 0 0 2530 19 0 0 25 0 1 0 7884462 30453760 6650 1992294400 4194304 7136930 140735907165520 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 7435 6650 379 719 0 6714 0 Current children cumulated CPU time (s) 25.49 Current children cumulated vsize (KiB) 29740 [startup+51.1005 s] /proc/loadavg: 0.93 0.97 0.99 2/107 10632 /proc/meminfo: memFree=1884728/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=33816 CPUtime=51.08 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 9423 0 0 0 5072 36 0 0 25 0 1 0 7884462 34627584 7706 1992294400 4194304 7136930 140735907165520 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 8454 7706 379 719 0 7733 0 Current children cumulated CPU time (s) 51.08 Current children cumulated vsize (KiB) 33816 [startup+102.308 s] /proc/loadavg: 0.97 0.97 0.99 2/107 10634 /proc/meminfo: memFree=1878404/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=39636 CPUtime=102.26 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 10959 0 0 0 10165 61 0 0 25 0 1 0 7884462 40587264 9242 1992294400 4194304 7136930 140735907165520 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 9909 9242 379 719 0 9188 0 Current children cumulated CPU time (s) 102.26 Current children cumulated vsize (KiB) 39636 [startup+162.301 s] /proc/loadavg: 0.99 0.97 0.99 2/107 10636 /proc/meminfo: memFree=1872700/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=45144 CPUtime=162.24 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 12380 0 0 0 16133 91 0 0 25 0 1 0 7884462 46227456 10663 1992294400 4194304 7136930 140735907165520 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 11286 10663 379 719 0 10565 0 Current children cumulated CPU time (s) 162.24 Current children cumulated vsize (KiB) 45144 [startup+222.301 s] /proc/loadavg: 0.99 0.97 0.99 2/107 10638 /proc/meminfo: memFree=1865756/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=53748 CPUtime=222.22 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 14106 0 0 0 22099 123 0 0 25 0 1 0 7884462 55037952 12389 1992294400 4194304 7136930 140735907165520 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 13437 12389 379 719 0 12716 0 Current children cumulated CPU time (s) 222.22 Current children cumulated vsize (KiB) 53748 [startup+282.301 s] /proc/loadavg: 0.99 0.97 0.99 2/107 10640 /proc/meminfo: memFree=1859432/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=59872 CPUtime=282.21 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 15687 0 0 0 28069 152 0 0 25 0 1 0 7884462 61308928 13970 1992294400 4194304 7136930 140735907165520 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 14968 13970 379 719 0 14247 0 Current children cumulated CPU time (s) 282.21 Current children cumulated vsize (KiB) 59872 [startup+342.3 s] /proc/loadavg: 0.99 0.97 0.99 2/107 10640 /proc/meminfo: memFree=1851868/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=67060 CPUtime=342.19 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 17537 0 0 0 34035 184 0 0 25 0 1 0 7884462 68669440 15820 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 16765 15820 379 719 0 16044 0 Current children cumulated CPU time (s) 342.19 Current children cumulated vsize (KiB) 67060 [startup+402.3 s] /proc/loadavg: 0.99 0.97 0.99 2/107 10642 /proc/meminfo: memFree=1845172/2059040 swapFree=4136208/4192956 [pid=10631] ppid=10629 vsize=73612 CPUtime=402.17 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 19239 0 0 0 40003 214 0 0 25 0 1 0 7884462 75378688 17522 1992294400 4194304 7136930 140735907165520 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 18403 17522 379 719 0 17682 0 Current children cumulated CPU time (s) 402.17 Current children cumulated vsize (KiB) 73612 [startup+462.3 s] /proc/loadavg: 1.07 1.00 1.00 2/107 10647 /proc/meminfo: memFree=1780544/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=80008 CPUtime=462.16 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 20879 0 0 0 45973 243 0 0 25 0 1 0 7884462 81928192 19162 1992294400 4194304 7136930 140735907165520 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 20002 19162 379 719 0 19281 0 Current children cumulated CPU time (s) 462.16 Current children cumulated vsize (KiB) 80008 [startup+522.301 s] /proc/loadavg: 1.02 1.00 1.00 2/107 10649 /proc/meminfo: memFree=1775584/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=84768 CPUtime=522.13 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 22118 0 0 0 51939 274 0 0 25 0 1 0 7884462 86802432 20401 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 21192 20401 379 719 0 20471 0 Current children cumulated CPU time (s) 522.13 Current children cumulated vsize (KiB) 84768 [startup+582.301 s] /proc/loadavg: 1.01 1.00 1.00 2/107 10651 /proc/meminfo: memFree=1770624/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=89576 CPUtime=582.12 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 23376 0 0 0 57908 304 0 0 25 0 1 0 7884462 91725824 21659 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 22394 21659 379 719 0 21673 0 Current children cumulated CPU time (s) 582.12 Current children cumulated vsize (KiB) 89576 [startup+642.301 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10651 /proc/meminfo: memFree=1765416/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=94396 CPUtime=642.11 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 24657 0 0 0 63878 333 0 0 25 0 1 0 7884462 96661504 22940 1992294400 4194304 7136930 140735907165520 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 23599 22940 379 719 0 22878 0 Current children cumulated CPU time (s) 642.11 Current children cumulated vsize (KiB) 94396 [startup+702.301 s] ################ # More data... # ################ [startup+942.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10659 /proc/meminfo: memFree=1739500/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=123484 CPUtime=942.02 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 31184 0 0 0 93725 477 0 0 25 0 1 0 7884462 126447616 29467 1992294400 4194304 7136930 140735907165520 18446744073709551615 4740327 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 30871 29467 379 719 0 30150 0 Current children cumulated CPU time (s) 942.02 Current children cumulated vsize (KiB) 123484 [startup+1002.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10661 /proc/meminfo: memFree=1734416/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=128252 CPUtime=1002 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 32436 0 0 0 99693 507 0 0 25 0 1 0 7884462 131330048 30719 1992294400 4194304 7136930 140735907165520 18446744073709551615 5892352 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 32063 30719 379 719 0 31342 0 Current children cumulated CPU time (s) 1002 Current children cumulated vsize (KiB) 128252 [startup+1062.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10663 /proc/meminfo: memFree=1729952/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=133012 CPUtime=1061.98 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 33679 0 0 0 105662 536 0 0 25 0 1 0 7884462 136204288 31962 1992294400 4194304 7136930 140735907165520 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 33253 31962 379 719 0 32532 0 Current children cumulated CPU time (s) 1061.98 Current children cumulated vsize (KiB) 133012 [startup+1122.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10665 /proc/meminfo: memFree=1724000/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=138016 CPUtime=1121.96 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 34995 0 0 0 111632 564 0 0 25 0 1 0 7884462 141328384 33278 1992294400 4194304 7136930 140735907165520 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 34504 33278 379 719 0 33783 0 Current children cumulated CPU time (s) 1121.96 Current children cumulated vsize (KiB) 138016 [startup+1182.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10667 /proc/meminfo: memFree=1719288/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=143044 CPUtime=1181.95 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 36295 0 0 0 117602 593 0 0 25 0 1 0 7884462 146477056 34578 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 35761 34578 379 719 0 35040 0 Current children cumulated CPU time (s) 1181.95 Current children cumulated vsize (KiB) 143044 [startup+1242.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10667 /proc/meminfo: memFree=1713956/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=147580 CPUtime=1241.93 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 37478 0 0 0 123572 621 0 0 25 0 1 0 7884462 151121920 35761 1992294400 4194304 7136930 140735907165520 18446744073709551615 5005152 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 36895 35761 379 719 0 36174 0 Current children cumulated CPU time (s) 1241.93 Current children cumulated vsize (KiB) 147580 [startup+1302.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10669 /proc/meminfo: memFree=1708500/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=152696 CPUtime=1301.92 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 38805 0 0 0 129541 651 0 0 25 0 1 0 7884462 156360704 37088 1992294400 4194304 7136930 140735907165520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 38174 37088 379 719 0 37453 0 Current children cumulated CPU time (s) 1301.92 Current children cumulated vsize (KiB) 152696 [startup+1362.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10671 /proc/meminfo: memFree=1702424/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=158500 CPUtime=1361.89 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 40332 0 0 0 135508 681 0 0 25 0 1 0 7884462 162304000 38615 1992294400 4194304 7136930 140735907165520 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 39625 38615 379 719 0 38904 0 Current children cumulated CPU time (s) 1361.89 Current children cumulated vsize (KiB) 158500 [startup+1422.31 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10673 /proc/meminfo: memFree=1697464/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=163148 CPUtime=1421.88 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 41557 0 0 0 141478 710 0 0 25 0 1 0 7884462 167063552 39840 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 40787 39840 379 719 0 40066 0 Current children cumulated CPU time (s) 1421.88 Current children cumulated vsize (KiB) 163148 [startup+1482.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10675 /proc/meminfo: memFree=1692504/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=167840 CPUtime=1481.86 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 42768 0 0 0 147448 738 0 0 25 0 1 0 7884462 171868160 41051 1992294400 4194304 7136930 140735907165520 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 41960 41051 379 719 0 41239 0 Current children cumulated CPU time (s) 1481.86 Current children cumulated vsize (KiB) 167840 [startup+1542.3 s] /proc/loadavg: 1.00 1.00 1.00 2/107 10675 /proc/meminfo: memFree=1687420/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=172644 CPUtime=1541.84 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 44031 0 0 0 153415 769 0 0 25 0 1 0 7884462 176787456 42314 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 43161 42314 379 719 0 42440 0 Current children cumulated CPU time (s) 1541.84 Current children cumulated vsize (KiB) 172644 [startup+1602.3 s] /proc/loadavg: 1.09 1.03 1.01 2/107 10677 /proc/meminfo: memFree=1682336/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=177448 CPUtime=1601.83 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 45325 0 0 0 159386 797 0 0 25 0 1 0 7884462 181706752 43608 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 44362 43608 379 719 0 43641 0 Current children cumulated CPU time (s) 1601.83 Current children cumulated vsize (KiB) 177448 [startup+1662.3 s] /proc/loadavg: 1.03 1.02 1.00 2/107 10679 /proc/meminfo: memFree=1676756/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=191100 CPUtime=1661.8 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 46719 0 0 0 165355 825 0 0 25 0 1 0 7884462 195686400 45002 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 47775 45002 379 719 0 47054 0 Current children cumulated CPU time (s) 1661.8 Current children cumulated vsize (KiB) 191100 [startup+1722.3 s] /proc/loadavg: 1.05 1.03 1.00 2/107 10681 /proc/meminfo: memFree=1671424/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=195868 CPUtime=1721.79 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 48000 0 0 0 171323 856 0 0 25 0 1 0 7884462 200568832 46283 1992294400 4194304 7136930 140735907165520 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 48967 46283 379 719 0 48246 0 Current children cumulated CPU time (s) 1721.79 Current children cumulated vsize (KiB) 195868 [startup+1782.3 s] /proc/loadavg: 1.05 1.03 1.00 2/107 10683 /proc/meminfo: memFree=1666340/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=200560 CPUtime=1781.77 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 49213 0 0 0 177291 886 0 0 25 0 1 0 7884462 205373440 47496 1992294400 4194304 7136930 140735907165520 18446744073709551615 5892292 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 50140 47496 379 719 0 49419 0 Current children cumulated CPU time (s) 1781.77 Current children cumulated vsize (KiB) 200560 Maximum CPU time exceeded: sending SIGTERM then SIGKILL [startup+1800.6 s] /proc/loadavg: 1.10 1.05 1.00 2/107 10683 /proc/meminfo: memFree=1664852/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=201900 CPUtime=1800.08 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 49592 0 0 0 179114 894 0 0 25 0 1 0 7884462 206745600 47875 1992294400 4194304 7136930 140735907165520 18446744073709551615 4697665 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/10631/statm: 50475 47875 379 719 0 49754 0 Current children cumulated CPU time (s) 1800.08 Current children cumulated vsize (KiB) 201900 Sending SIGTERM to process tree (bottom up) Sleeping 2 seconds Solver just ended. Dumping a history of the last processes samples [startup+1801 s] /proc/loadavg: 1.10 1.05 1.00 2/107 10683 /proc/meminfo: memFree=1664852/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=189616 CPUtime=1800.47 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 49646 0 0 0 179152 895 0 0 25 0 1 0 7884462 194166784 44825 1992294400 4194304 7136930 140735907165520 18446744073709551615 4615559 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/10631/statm: 47404 44825 384 719 0 46683 0 Current children cumulated CPU time (s) 1800.47 Current children cumulated vsize (KiB) 189616 [startup+1801.1 s] /proc/loadavg: 1.10 1.05 1.00 2/107 10683 /proc/meminfo: memFree=1664852/2059040 swapFree=4136244/4192956 [pid=10631] ppid=10629 vsize=185348 CPUtime=1800.57 /proc/10631/stat : 10631 (pbscip.linux.x8) R 10629 10631 10523 0 -1 4202496 49646 0 0 0 179162 895 0 0 25 0 1 0 7884462 189796352 43758 1992294400 4194304 7136930 140735907165520 18446744073709551615 4670502 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/10631/statm: 46337 43758 384 719 0 45616 0 Current children cumulated CPU time (s) 1800.57 Current children cumulated vsize (KiB) 185348 Child status: 0 Real time (s): 1801.19 CPU time (s): 1800.66 CPU user time (s): 1791.69 CPU system time (s): 8.97463 CPU usage (%): 99.9708 Max. virtual memory (cumulated for all children) (KiB): 201924 getrusage(RUSAGE_CHILDREN,...) data: user time used= 1791.69 system time used= 8.97463 maximum resident set size= 0 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 49669 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= 4 involuntary context switches= 6372 runsolver used 2.93455 second user time and 8.5587 second system time The end
Begin job on node002 at 2010-06-12 08:06:45 IDJOB=2664496 IDBENCH=1402 IDSOLVER=1167 FILE ID=node002/2664496-1276322805 PBS_JOBID= 11173165 Free space on /tmp= 62400 MiB SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.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-2664496-1276322805/watcher-2664496-1276322805 -o /tmp/evaluation-result-2664496-1276322805/solver-2664496-1276322805 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664496-1276322805.opb -t 1800 -m 1800 TIME LIMIT= 1800 seconds MEMORY LIMIT= 1800 MiB MAX NB THREAD= 0 MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552 RANDOM SEED=1384173623 node002.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.242 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.48 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.242 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.36 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: /proc/meminfo: MemTotal: 2059040 kB MemFree: 1914900 kB Buffers: 4288 kB Cached: 63612 kB SwapCached: 10112 kB Active: 40396 kB Inactive: 40252 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 2059040 kB LowFree: 1914900 kB SwapTotal: 4192956 kB SwapFree: 4136208 kB Dirty: 3656 kB Writeback: 0 kB AnonPages: 8352 kB Mapped: 8444 kB Slab: 41828 kB PageTables: 4056 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 5222476 kB Committed_AS: 179680 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= 62396 MiB End job on node002 at 2010-06-12 08:36:48