| Solver Name | Answer | CPU time | Wall clock time |
|---|---|---|---|
| SCIPnone SCIP 1.2.1.2 without any LP solver | UNSAT | 605.452 | 605.675 |
| Name | normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/ namasivayam/tsp/normalized-t3002.11tsp11.1900558106.opb |
| MD5SUM | 86320fff0968ff7a2805751d322618eb |
| 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 | 2.15567 |
| 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 | 231 |
| Total number of constraints | 2707 |
| Number of constraints which are clauses | 2684 |
| Number of constraints which are cardinality constraints (but not clauses) | 22 |
| Number of constraints which are nor clauses,nor cardinality constraints | 1 |
| Minimum length of a constraint | 2 |
| Maximum length of a constraint | 110 |
| 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 | 25 |
| Number of bits of the biggest number in a constraint | 5 |
| Biggest sum of numbers in a constraint | 815 |
| Number of bits of the biggest sum of numbers | 10 |
| 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-2664404-1276292862.opb>
0.00/0.05 c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.05 c problem read
0.00/0.05 c No objective function, only one solution is needed.
0.00/0.05 c presolving settings loaded
0.00/0.05 c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.07 c presolving:
0.09/0.12 c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.09/0.13 c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.09/0.14 c presolving (3 rounds):
0.09/0.14 c 0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14 c 242 implications, 22 cliques
0.09/0.14 c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.14 c 1 constraints of type <knapsack>
0.09/0.14 c 22 constraints of type <setppc>
0.09/0.14 c 2541 constraints of type <logicor>
0.09/0.14 c transformed objective value is always integral (scale: 1)
0.09/0.14 c Presolving Time: 0.07
0.09/0.14 c - non default parameters ----------------------------------------------------------------------
0.09/0.14 c # SCIP version 1.2.1.2
0.09/0.14 c
0.09/0.14 c # frequency for displaying node information lines
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14 c display/freq = 10000
0.09/0.14 c
0.09/0.14 c # maximal time in seconds to run
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14 c limits/time = 1799.95
0.09/0.14 c
0.09/0.14 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14 c limits/memory = 1620
0.09/0.14 c
0.09/0.14 c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c limits/solutions = 1
0.09/0.14 c
0.09/0.14 c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14 c lp/solvefreq = -1
0.09/0.14 c
0.09/0.14 c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.14 c separating/maxrounds = 1
0.09/0.14 c
0.09/0.14 c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.14 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14 c separating/maxroundsroot = 5
0.09/0.14 c
0.09/0.14 c # should presolving try to simplify inequalities
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/linear/simplifyinequalities = TRUE
0.09/0.14 c
0.09/0.14 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.14 c constraints/knapsack/disaggregation = FALSE
0.09/0.14 c
0.09/0.14 c # should presolving try to simplify knapsacks
0.09/0.14 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14 c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14 c
0.09/0.15 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15 c presolving/probing/maxrounds = 0
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/coefdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15 c heuristics/crossover/freq = -1
0.09/0.15 c
0.09/0.15 c # number of nodes added to the contingent of the total nodes
0.09/0.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15 c heuristics/crossover/nodesofs = 750
0.09/0.15 c
0.09/0.15 c # number of nodes without incumbent change that heuristic should wait
0.09/0.15 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15 c heuristics/crossover/nwaitingnodes = 100
0.09/0.15 c
0.09/0.15 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15 c # [type: real, range: [0,1], default: 0.1]
0.09/0.15 c heuristics/crossover/nodesquot = 0.15
0.09/0.15 c
0.09/0.15 c # minimum percentage of integer variables that have to be fixed
0.09/0.15 c # [type: real, range: [0,1], default: 0.666]
0.09/0.15 c heuristics/crossover/minfixingrate = 0.5
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15 c heuristics/feaspump/freq = -1
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/fracdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/guideddiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/intshifting/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/linesearchdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/nlp/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15 c heuristics/objpscostdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15 c # [type: real, range: [0,1], default: 0.01]
0.09/0.15 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/oneopt/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/pscostdiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c heuristics/rens/freq = -1
0.09/0.15 c
0.09/0.15 c # minimum percentage of integer variables that have to be fixable
0.09/0.15 c # [type: real, range: [0,1], default: 0.5]
0.09/0.15 c heuristics/rens/minfixingrate = 0.3
0.09/0.15 c
0.09/0.15 c # number of nodes added to the contingent of the total nodes
0.09/0.15 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15 c heuristics/rens/nodesofs = 2000
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15 c heuristics/rootsoldiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/rounding/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/shifting/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/simplerounding/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c heuristics/trivial/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/trysol/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15 c heuristics/veclendiving/freq = -1
0.09/0.15 c
0.09/0.15 c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15 c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.15 c
0.09/0.15 c # additional number of allowed LP iterations
0.09/0.15 c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15 c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.15 c
0.09/0.15 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15 c heuristics/zirounding/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c separating/cmir/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15 c separating/flowcover/freq = -1
0.09/0.15 c
0.09/0.15 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15 c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15 c separating/rapidlearning/freq = 0
0.09/0.15 c
0.09/0.15 c -----------------------------------------------------------------------------------------------
0.09/0.15 c start solving
0.09/0.15 c
0.09/0.15 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.15 c 0.1s| 1 | 2 | 0 | - |2396k| 0 | - | 231 |2564 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
4.89/4.95 c 4.6s| 10000 | 7018 | 0 | 0.0 |7475k| 106 | - | 231 |5205 | 0 | 0 | 0 |3827 | 0 | 0.000000e+00 | -- | Inf
11.39/11.46 c 10.9s| 20000 | 13499 | 0 | 0.0 | 12M| 106 | - | 231 |6003 | 0 | 0 | 0 |7907 | 0 | 0.000000e+00 | -- | Inf
19.09/19.10 c 18.3s| 30000 | 19731 | 0 | 0.0 | 17M| 106 | - | 231 |7177 | 0 | 0 | 0 | 12k| 0 | 0.000000e+00 | -- | Inf
30.88/30.97 c 29.9s| 40000 | 23813 | 0 | 0.0 | 22M| 106 | - | 231 |9360 | 0 | 0 | 0 | 19k| 0 | 0.000000e+00 | -- | Inf
48.38/48.44 c 47.0s| 50000 | 26142 | 0 | 0.0 | 27M| 106 | - | 231 | 11k| 0 | 0 | 0 | 29k| 0 | 0.000000e+00 | -- | Inf
65.88/65.95 c 64.2s| 60000 | 29744 | 0 | 0.0 | 31M| 106 | - | 231 |9950 | 0 | 0 | 0 | 36k| 0 | 0.000000e+00 | -- | Inf
84.16/84.29 c 82.2s| 70000 | 32841 | 0 | 0.0 | 36M| 106 | - | 231 | 10k| 0 | 0 | 0 | 45k| 0 | 0.000000e+00 | -- | Inf
105.56/105.68 c 103s| 80000 | 35037 | 0 | 0.0 | 41M| 106 | - | 231 | 12k| 0 | 0 | 0 | 54k| 0 | 0.000000e+00 | -- | Inf
129.55/129.63 c 127s| 90000 | 36683 | 0 | 0.0 | 46M| 106 | - | 231 | 13k| 0 | 0 | 0 | 64k| 0 | 0.000000e+00 | -- | Inf
156.14/156.21 c 153s|100000 | 37689 | 0 | 0.0 | 50M| 106 | - | 231 | 14k| 0 | 0 | 0 | 74k| 0 | 0.000000e+00 | -- | Inf
187.72/187.85 c 184s|110000 | 37412 | 0 | 0.0 | 54M| 106 | - | 231 | 16k| 0 | 0 | 0 | 86k| 0 | 0.000000e+00 | -- | Inf
226.00/226.14 c 222s|120000 | 36138 | 0 | 0.0 | 56M| 106 | - | 231 | 18k| 0 | 0 | 0 | 101k| 0 | 0.000000e+00 | -- | Inf
273.80/273.99 c 269s|130000 | 32908 | 0 | 0.0 | 56M| 106 | - | 231 | 15k| 0 | 0 | 0 | 116k| 0 | 0.000000e+00 | -- | Inf
321.88/322.03 c 317s|140000 | 29364 | 0 | 0.0 | 57M| 106 | - | 231 | 17k| 0 | 0 | 0 | 132k| 0 | 0.000000e+00 | -- | Inf
377.76/377.93 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
377.76/377.93 c 372s|150000 | 24452 | 0 | 0.0 | 55M| 106 | - | 231 | 21k| 0 | 0 | 0 | 149k| 0 | 0.000000e+00 | -- | Inf
441.13/441.30 c 435s|160000 | 18943 | 0 | 0.0 | 50M| 106 | - | 231 | 25k| 0 | 0 | 0 | 167k| 0 | 0.000000e+00 | -- | Inf
519.20/519.49 c 513s|170000 | 10717 | 0 | 0.0 | 38M| 106 | - | 231 | 28k| 0 | 0 | 0 | 189k| 0 | 0.000000e+00 | -- | Inf
605.26/605.57 c
605.26/605.57 c SCIP Status : problem is solved [infeasible]
605.26/605.57 c Solving Time (sec) : 598.23
605.26/605.57 c Solving Nodes : 178828
605.26/605.57 c Primal Bound : +1.00000000000000e+20 (0 solutions)
605.26/605.57 c Dual Bound : +1.00000000000000e+20
605.26/605.57 c Gap : 0.00 %
605.26/605.57 s UNSATISFIABLE
605.26/605.57 c SCIP Status : problem is solved [infeasible]
605.26/605.57 c Solving Time : 598.23
605.26/605.57 c Original Problem :
605.26/605.57 c Problem name : HOME/instance-2664404-1276292862.opb
605.26/605.57 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
605.26/605.57 c Constraints : 2707 initial, 2707 maximal
605.26/605.57 c Presolved Problem :
605.26/605.57 c Problem name : t_HOME/instance-2664404-1276292862.opb
605.26/605.57 c Variables : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
605.26/605.57 c Constraints : 2564 initial, 39577 maximal
605.26/605.57 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
605.26/605.57 c trivial : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c dualfix : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c boundshift : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c inttobinary : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c implics : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c probing : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c knapsack : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c setppc : 0.00 0 0 0 0 0 0 0 0
605.26/605.57 c linear : 0.02 0 0 0 0 0 143 0 0
605.26/605.57 c logicor : 0.03 0 0 0 0 0 0 0 0
605.26/605.57 c root node : - 0 - - 0 - - - -
605.26/605.57 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
605.26/605.57 c integral : 0 0 0 0 0 0 0 0 0 0
605.26/605.57 c knapsack : 1 0 798439 0 114120 29447 2912356 0 0 0
605.26/605.57 c setppc : 22 0 774855 0 114120 37507 963829 0 0 0
605.26/605.57 c logicor : 2541+ 0 553761 0 114120 29108 2349831 0 0 0
605.26/605.57 c countsols : 0 0 0 0 114120 0 0 0 0 0
605.26/605.57 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
605.26/605.57 c integral : 0.00 0.00 0.00 0.00 0.00
605.26/605.57 c knapsack : 18.08 0.00 17.40 0.00 0.68
605.26/605.57 c setppc : 10.19 0.00 9.33 0.00 0.86
605.26/605.57 c logicor : 309.69 0.00 292.60 0.00 17.09
605.26/605.57 c countsols : 0.04 0.00 0.00 0.00 0.04
605.26/605.57 c Propagators : Time Calls Cutoffs DomReds
605.26/605.57 c vbounds : 0.42 1 0 0
605.26/605.57 c rootredcost : 0.33 0 0 0
605.26/605.57 c pseudoobj : 0.36 0 0 0
605.26/605.57 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
605.26/605.57 c propagation : 5.24 96062 96017 409682 15.2 1702 19.8 -
605.26/605.57 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
605.26/605.57 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
605.26/605.57 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
605.26/605.57 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
605.26/605.57 c applied globally : - - - 213504 12.7 - - -
605.26/605.57 c applied locally : - - - 315 36.2 - - -
605.26/605.57 c Separators : Time Calls Cutoffs DomReds Cuts Conss
605.26/605.57 c cut pool : 0.00 0 - - 0 - (maximal pool size: 0)
605.26/605.57 c redcost : 0.00 0 0 0 0 0
605.26/605.57 c impliedbounds : 0.00 0 0 0 0 0
605.26/605.57 c intobj : 0.00 0 0 0 0 0
605.26/605.57 c cgmip : 0.00 0 0 0 0 0
605.26/605.57 c gomory : 0.00 0 0 0 0 0
605.26/605.57 c strongcg : 0.00 0 0 0 0 0
605.26/605.57 c cmir : 0.00 0 0 0 0 0
605.26/605.57 c flowcover : 0.00 0 0 0 0 0
605.26/605.57 c clique : 0.00 0 0 0 0 0
605.26/605.57 c zerohalf : 0.00 0 0 0 0 0
605.26/605.57 c mcf : 0.00 0 0 0 0 0
605.26/605.57 c rapidlearning : 0.00 0 0 0 0 0
605.26/605.57 c Pricers : Time Calls Vars
605.26/605.57 c problem variables: 0.00 0 0
605.26/605.57 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
605.26/605.57 c relpscost : 0.00 0 0 0 0 0 0
605.26/605.57 c pscost : 0.00 0 0 0 0 0 0
605.26/605.57 c inference : 3.15 114120 0 0 0 0 228240
605.26/605.57 c mostinf : 0.00 0 0 0 0 0 0
605.26/605.57 c leastinf : 0.00 0 0 0 0 0 0
605.26/605.57 c fullstrong : 0.00 0 0 0 0 0 0
605.26/605.57 c allfullstrong : 0.00 0 0 0 0 0 0
605.26/605.57 c random : 0.00 0 0 0 0 0 0
605.26/605.57 c Primal Heuristics : Time Calls Found
605.26/605.57 c LP solutions : 0.00 - 0
605.26/605.57 c pseudo solutions : 0.00 - 0
605.26/605.57 c trivial : 0.00 1 0
605.26/605.57 c simplerounding : 0.00 0 0
605.26/605.57 c zirounding : 0.00 0 0
605.26/605.57 c rounding : 0.00 0 0
605.26/605.57 c shifting : 0.00 0 0
605.26/605.57 c intshifting : 0.00 0 0
605.26/605.57 c oneopt : 0.00 0 0
605.26/605.57 c twoopt : 0.00 0 0
605.26/605.57 c fixandinfer : 0.00 0 0
605.26/605.57 c feaspump : 0.00 0 0
605.26/605.57 c coefdiving : 0.00 0 0
605.26/605.57 c pscostdiving : 0.00 0 0
605.26/605.57 c fracdiving : 0.00 0 0
605.26/605.57 c veclendiving : 0.00 0 0
605.26/605.57 c intdiving : 0.00 0 0
605.26/605.57 c actconsdiving : 0.00 0 0
605.26/605.57 c objpscostdiving : 0.00 0 0
605.26/605.57 c rootsoldiving : 0.00 0 0
605.26/605.57 c linesearchdiving : 0.00 0 0
605.26/605.57 c guideddiving : 0.00 0 0
605.26/605.57 c octane : 0.00 0 0
605.26/605.57 c rens : 0.00 0 0
605.26/605.57 c rins : 0.00 0 0
605.26/605.57 c localbranching : 0.00 0 0
605.26/605.57 c mutation : 0.00 0 0
605.26/605.57 c crossover : 0.00 0 0
605.26/605.57 c dins : 0.00 0 0
605.26/605.57 c undercover : 0.00 0 0
605.26/605.57 c nlp : 0.00 0 0
605.26/605.57 c trysol : 0.00 0 0
605.26/605.57 c LP : Time Calls Iterations Iter/call Iter/sec
605.26/605.57 c primal LP : 0.00 0 0 0.00 -
605.26/605.57 c dual LP : 0.00 0 0 0.00 -
605.26/605.57 c lex dual LP : 0.00 0 0 0.00 -
605.26/605.57 c barrier LP : 0.00 0 0 0.00 -
605.26/605.57 c diving/probing LP: 0.00 0 0 0.00 -
605.26/605.57 c strong branching : 0.00 0 0 0.00 -
605.26/605.57 c (at root node) : - 0 0 0.00 -
605.26/605.57 c conflict analysis: 0.00 0 0 0.00 -
605.26/605.57 c B&B Tree :
605.26/605.57 c number of runs : 1
605.26/605.57 c nodes : 178828
605.26/605.57 c nodes (total) : 178828
605.26/605.57 c nodes left : 0
605.26/605.57 c max depth : 106
605.26/605.57 c max depth (total): 106
605.26/605.57 c backtracks : 73367 (41.0%)
605.26/605.57 c delayed cutoffs : 49413
605.26/605.57 c repropagations : 269749 (1827716 domain reductions, 31354 cutoffs)
605.26/605.57 c avg switch length: 20.44
605.26/605.57 c switching time : 169.55
605.26/605.57 c Solution :
605.26/605.57 c Solutions found : 0 (0 improvements)
605.26/605.57 c Primal Bound : infeasible
605.26/605.57 c Dual Bound : -
605.26/605.57 c Gap : 0.00 %
605.26/605.57 c Root Dual Bound : +0.00000000000000e+00
605.26/605.57 c Root Iterations : 0
605.37/605.67 c Time complete: 605.44.
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-2664404-1276292862/watcher-2664404-1276292862 -o /tmp/evaluation-result-2664404-1276292862/solver-2664404-1276292862 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664404-1276292862.opb -t 1800 -m 1800 Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB Current StackSize limit: 10240 KiB [startup+0 s] /proc/loadavg: 1.39 1.08 1.03 3/106 6801 /proc/meminfo: memFree=1548344/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=6584 CPUtime=0 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 966 0 0 0 0 0 0 0 20 0 1 0 4887803 6742016 890 1992294400 4194304 7136930 140736679664160 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/6801/statm: 1646 898 254 719 0 925 0 [startup+0.0906531 s] /proc/loadavg: 1.39 1.08 1.03 3/106 6801 /proc/meminfo: memFree=1548344/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=14472 CPUtime=0.08 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 3532 0 0 0 7 1 0 0 20 0 1 0 4887803 14819328 2844 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 3618 2844 343 719 0 2897 0 Current children cumulated CPU time (s) 0.08 Current children cumulated vsize (KiB) 14472 [startup+0.101653 s] /proc/loadavg: 1.39 1.08 1.03 3/106 6801 /proc/meminfo: memFree=1548344/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=15052 CPUtime=0.09 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 3663 0 0 0 8 1 0 0 20 0 1 0 4887803 15413248 2975 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 3763 2975 345 719 0 3042 0 Current children cumulated CPU time (s) 0.09 Current children cumulated vsize (KiB) 15052 [startup+0.300698 s] /proc/loadavg: 1.39 1.08 1.03 3/106 6801 /proc/meminfo: memFree=1548344/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=17080 CPUtime=0.29 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 6815 0 0 0 26 3 0 0 20 0 1 0 4887803 17489920 3557 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 4270 3557 391 719 0 3549 0 Current children cumulated CPU time (s) 0.29 Current children cumulated vsize (KiB) 17080 [startup+0.700781 s] /proc/loadavg: 1.39 1.08 1.03 3/106 6801 /proc/meminfo: memFree=1548344/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=17620 CPUtime=0.69 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 6942 0 0 0 64 5 0 0 20 0 1 0 4887803 18042880 3684 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 4405 3684 391 719 0 3684 0 Current children cumulated CPU time (s) 0.69 Current children cumulated vsize (KiB) 17620 [startup+1.50095 s] /proc/loadavg: 1.39 1.08 1.03 2/107 6802 /proc/meminfo: memFree=1533952/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=18984 CPUtime=1.49 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 7298 0 0 0 140 9 0 0 22 0 1 0 4887803 19439616 4040 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 4746 4040 391 719 0 4025 0 Current children cumulated CPU time (s) 1.49 Current children cumulated vsize (KiB) 18984 [startup+3.10129 s] /proc/loadavg: 1.39 1.08 1.03 2/107 6802 /proc/meminfo: memFree=1531844/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=21400 CPUtime=3.09 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 7891 0 0 0 292 17 0 0 25 0 1 0 4887803 21913600 4633 1992294400 4194304 7136930 140736679664160 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 5350 4633 391 719 0 4629 0 Current children cumulated CPU time (s) 3.09 Current children cumulated vsize (KiB) 21400 [startup+6.30097 s] /proc/loadavg: 1.36 1.08 1.03 2/107 6802 /proc/meminfo: memFree=1528496/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=24672 CPUtime=6.29 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 8742 0 0 0 598 31 0 0 25 0 1 0 4887803 25264128 5484 1992294400 4194304 7136930 140736679664160 18446744073709551615 5000294 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 6168 5484 391 719 0 5447 0 Current children cumulated CPU time (s) 6.29 Current children cumulated vsize (KiB) 24672 [startup+12.7013 s] /proc/loadavg: 1.33 1.08 1.02 2/107 6804 /proc/meminfo: memFree=1522420/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=29968 CPUtime=12.69 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 10062 0 0 0 1215 54 0 0 25 0 1 0 4887803 30687232 6804 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 7492 6804 391 719 0 6771 0 Current children cumulated CPU time (s) 12.69 Current children cumulated vsize (KiB) 29968 [startup+25.502 s] /proc/loadavg: 1.26 1.07 1.02 2/107 6804 /proc/meminfo: memFree=1512004/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=40112 CPUtime=25.48 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 12590 0 0 0 2457 91 0 0 25 0 1 0 4887803 41074688 9332 1992294400 4194304 7136930 140736679664160 18446744073709551615 6167254 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 10028 9332 391 719 0 9307 0 Current children cumulated CPU time (s) 25.48 Current children cumulated vsize (KiB) 40112 [startup+51.1005 s] /proc/loadavg: 1.17 1.07 1.02 2/107 6804 /proc/meminfo: memFree=1501588/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=50320 CPUtime=51.07 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 15159 0 0 0 4967 140 0 0 25 0 1 0 4887803 51527680 11901 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 12580 11901 391 719 0 11859 0 Current children cumulated CPU time (s) 51.07 Current children cumulated vsize (KiB) 50320 [startup+102.308 s] /proc/loadavg: 1.07 1.05 1.02 2/107 6806 /proc/meminfo: memFree=1485220/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=66660 CPUtime=102.26 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 19230 0 0 0 9993 233 0 0 25 0 1 0 4887803 68259840 15972 1992294400 4194304 7136930 140736679664160 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 16665 15972 391 719 0 15944 0 Current children cumulated CPU time (s) 102.26 Current children cumulated vsize (KiB) 66660 [startup+162.301 s] /proc/loadavg: 1.02 1.04 1.01 2/107 6808 /proc/meminfo: memFree=1470588/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=81804 CPUtime=162.23 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 22904 0 0 0 15906 317 0 0 25 0 1 0 4887803 83767296 19646 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 20451 19646 391 719 0 19730 0 Current children cumulated CPU time (s) 162.23 Current children cumulated vsize (KiB) 81804 [startup+222.302 s] /proc/loadavg: 1.01 1.03 1.00 2/107 6808 /proc/meminfo: memFree=1463892/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=88384 CPUtime=222.21 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 24529 0 0 0 21834 387 0 0 25 0 1 0 4887803 90505216 21271 1992294400 4194304 7136930 140736679664160 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 22096 21271 391 719 0 21375 0 Current children cumulated CPU time (s) 222.21 Current children cumulated vsize (KiB) 88384 [startup+282.301 s] /proc/loadavg: 1.00 1.02 1.00 2/107 6810 /proc/meminfo: memFree=1462032/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=90200 CPUtime=282.19 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 24992 0 0 0 27775 444 0 0 25 0 1 0 4887803 92364800 21734 1992294400 4194304 7136930 140736679664160 18446744073709551615 5001200 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 22550 21734 391 719 0 21829 0 Current children cumulated CPU time (s) 282.19 Current children cumulated vsize (KiB) 90200 [startup+342.301 s] /proc/loadavg: 1.00 1.02 1.00 2/107 6812 /proc/meminfo: memFree=1459056/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=93424 CPUtime=342.16 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 25710 0 0 0 33713 503 0 0 25 0 1 0 4887803 95666176 22452 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 23356 22452 391 719 0 22635 0 Current children cumulated CPU time (s) 342.16 Current children cumulated vsize (KiB) 93424 [startup+402.301 s] /proc/loadavg: 1.00 1.01 1.00 2/107 6814 /proc/meminfo: memFree=1457072/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=95260 CPUtime=402.14 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 26197 0 0 0 39664 550 0 0 25 0 1 0 4887803 97546240 22939 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 23815 22939 391 719 0 23094 0 Current children cumulated CPU time (s) 402.14 Current children cumulated vsize (KiB) 95260 [startup+462.302 s] /proc/loadavg: 1.00 1.01 1.00 2/107 6816 /proc/meminfo: memFree=1455832/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=96664 CPUtime=462.12 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 26505 0 0 0 45614 598 0 0 25 0 1 0 4887803 98983936 23247 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24166 23247 391 719 0 23445 0 Current children cumulated CPU time (s) 462.12 Current children cumulated vsize (KiB) 96664 [startup+522.301 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6816 /proc/meminfo: memFree=1454964/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=97540 CPUtime=522.1 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 26692 0 0 0 51564 646 0 0 25 0 1 0 4887803 99880960 23434 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24385 23434 391 719 0 23664 0 Current children cumulated CPU time (s) 522.1 Current children cumulated vsize (KiB) 97540 [startup+582.301 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453600/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=98896 CPUtime=582.08 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27025 0 0 0 57517 691 0 0 25 0 1 0 4887803 101269504 23767 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24724 23767 391 719 0 24003 0 Current children cumulated CPU time (s) 582.08 Current children cumulated vsize (KiB) 98896 Solver just ended. Dumping a history of the last processes samples [startup+588.701 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453600/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99036 CPUtime=588.47 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27053 0 0 0 58153 694 0 0 25 0 1 0 4887803 101412864 23795 1992294400 4194304 7136930 140736679664160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24759 23795 391 719 0 24038 0 Current children cumulated CPU time (s) 588.47 Current children cumulated vsize (KiB) 99036 [startup+595.108 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99096 CPUtime=594.88 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27055 0 0 0 58789 699 0 0 25 0 1 0 4887803 101474304 23797 1992294400 4194304 7136930 140736679664160 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24774 23797 391 719 0 24053 0 Current children cumulated CPU time (s) 594.88 Current children cumulated vsize (KiB) 99096 [startup+601.501 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99096 CPUtime=601.27 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27057 0 0 0 59424 703 0 0 25 0 1 0 4887803 101474304 23799 1992294400 4194304 7136930 140736679664160 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24774 23799 391 719 0 24053 0 Current children cumulated CPU time (s) 601.27 Current children cumulated vsize (KiB) 99096 [startup+603.102 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99096 CPUtime=602.87 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27057 0 0 0 59583 704 0 0 25 0 1 0 4887803 101474304 23799 1992294400 4194304 7136930 140736679664160 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24774 23799 391 719 0 24053 0 Current children cumulated CPU time (s) 602.87 Current children cumulated vsize (KiB) 99096 [startup+604.702 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99096 CPUtime=604.47 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27058 0 0 0 59742 705 0 0 25 0 1 0 4887803 101474304 23800 1992294400 4194304 7136930 140736679664160 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24774 23800 391 719 0 24053 0 Current children cumulated CPU time (s) 604.47 Current children cumulated vsize (KiB) 99096 [startup+605.101 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99096 CPUtime=604.87 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27058 0 0 0 59782 705 0 0 25 0 1 0 4887803 101474304 23800 1992294400 4194304 7136930 140736679664160 18446744073709551615 5004473 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24774 23800 391 719 0 24053 0 Current children cumulated CPU time (s) 604.87 Current children cumulated vsize (KiB) 99096 [startup+605.501 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=99096 CPUtime=605.26 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27058 0 0 0 59821 705 0 0 25 0 1 0 4887803 101474304 23800 1992294400 4194304 7136930 140736679664160 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0 /proc/6801/statm: 24774 23800 391 719 0 24053 0 Current children cumulated CPU time (s) 605.26 Current children cumulated vsize (KiB) 99096 [startup+605.601 s] /proc/loadavg: 1.00 1.00 1.00 2/107 6818 /proc/meminfo: memFree=1453476/2059040 swapFree=4192956/4192956 [pid=6801] ppid=6799 vsize=98436 CPUtime=605.37 /proc/6801/stat : 6801 (pbscip.linux.x8) R 6799 6801 6693 0 -1 4202496 27136 0 0 0 59831 706 0 0 25 0 1 0 4887803 100798464 23621 1992294400 4194304 7136930 140736679664160 18446744073709551615 4212062 0 0 4096 0 0 0 0 17 1 0 0 0 /proc/6801/statm: 24609 23621 396 719 0 23888 0 Current children cumulated CPU time (s) 605.37 Current children cumulated vsize (KiB) 98436 Child status: 0 Real time (s): 605.675 CPU time (s): 605.452 CPU user time (s): 598.379 CPU system time (s): 7.07292 CPU usage (%): 99.9632 Max. virtual memory (cumulated for all children) (KiB): 99096 getrusage(RUSAGE_CHILDREN,...) data: user time used= 598.379 system time used= 7.07292 maximum resident set size= 0 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 27143 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= 1669 runsolver used 0.98585 second user time and 2.88056 second system time The end
Begin job on node010 at 2010-06-11 23:47:42 IDJOB=2664404 IDBENCH=1304 IDSOLVER=1167 FILE ID=node010/2664404-1276292862 PBS_JOBID= 11173122 Free space on /tmp= 62500 MiB SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106.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-2664404-1276292862/watcher-2664404-1276292862 -o /tmp/evaluation-result-2664404-1276292862/solver-2664404-1276292862 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664404-1276292862.opb -t 1800 -m 1800 TIME LIMIT= 1800 seconds MEMORY LIMIT= 1800 MiB MAX NB THREAD= 0 MD5SUM BENCH= 86320fff0968ff7a2805751d322618eb RANDOM SEED=1721852624 node010.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.267 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.267 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: 1548872 kB Buffers: 72064 kB Cached: 311112 kB SwapCached: 0 kB Active: 174112 kB Inactive: 268196 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 2059040 kB LowFree: 1548872 kB SwapTotal: 4192956 kB SwapFree: 4192956 kB Dirty: 3340 kB Writeback: 0 kB AnonPages: 59152 kB Mapped: 15392 kB Slab: 46248 kB PageTables: 4016 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 5222476 kB Committed_AS: 180952 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= 62496 MiB End job on node010 at 2010-06-11 23:57:47