Trace number 2667312

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverUNSAT 1308.43 1308.87

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547389.opb
MD5SUM6bb807214e0d1b3ab69b4b6ee86db452
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark180.562
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2667312-1276310097.opb>
0.00/0.06	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.06	c problem read
0.00/0.06	c No objective function, only one solution is needed.
0.00/0.06	c presolving settings loaded
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.15	c presolving (3 rounds):
0.09/0.15	c  0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  242 implications, 22 cliques
0.09/0.15	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      22 constraints of type <setppc>
0.09/0.15	c    2541 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.06
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.95
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c limits/solutions = 1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15	c separating/maxrounds = 1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/maxroundsroot = 5
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15	c constraints/knapsack/disaggregation = FALSE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	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.18	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.18	c   0.1s|     1 |     0 |    86 |     - |3551k|   0 |  37 | 231 |2564 | 231 |2564 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.4s|     1 |     0 |   103 |     - |3983k|   0 |  41 | 231 |2752 | 231 |2576 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.77	c   0.6s|     1 |     0 |   127 |     - |4592k|   0 |  47 | 231 |2752 | 231 |2580 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.10	c   1.0s|     1 |     0 |   173 |     - |4645k|   0 |  53 | 231 |2752 | 231 |2586 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.47	c   1.3s|     1 |     0 |   197 |     - |4649k|   0 |  55 | 231 |2752 | 231 |2589 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.68	c   2.5s|     1 |     2 |   197 |     - |4650k|   0 |  55 | 231 |2752 | 231 |2589 |  25 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
154.74/154.83	c   152s| 10000 |    77 |260932 |  26.1 |6732k|  39 |  36 | 231 |6688 | 231 |2577 |  25 |5881 |2233 | 0.000000e+00 |      --      |    Inf 
268.01/268.13	c   263s| 20000 |   121 |527276 |  26.4 |7806k|  45 |   - | 231 |8459 | 231 |2577 |  25 |  12k|2468 | 0.000000e+00 |      --      |    Inf 
389.96/390.13	c   382s| 30000 |   165 |799826 |  26.7 |8128k|  45 |  40 | 231 |8352 | 231 |2577 |  25 |  18k|3026 | 0.000000e+00 |      --      |    Inf 
506.12/506.30	c   496s| 40000 |   171 |  1058k|  26.5 |8695k|  45 |  33 | 231 |9170 | 231 |2577 |  25 |  24k|3543 | 0.000000e+00 |      --      |    Inf 
625.49/625.73	c   613s| 50000 |   170 |  1330k|  26.6 |9439k|  50 |   - | 231 |  10k| 231 |2577 |  25 |  30k|4003 | 0.000000e+00 |      --      |    Inf 
745.94/746.27	c   732s| 60000 |   188 |  1607k|  26.8 |  10M|  50 |  37 | 231 |  13k| 231 |2577 |  25 |  36k|4447 | 0.000000e+00 |      --      |    Inf 
863.80/864.13	c   847s| 70000 |   127 |  1873k|  26.8 |9384k|  50 |  31 | 231 |  10k| 231 |2577 |  25 |  42k|4851 | 0.000000e+00 |      --      |    Inf 
978.07/978.42	c   959s| 80000 |    92 |  2134k|  26.7 |9452k|  61 |  34 | 231 |  10k| 231 |2577 |  25 |  48k|5240 | 0.000000e+00 |      --      |    Inf 
1096.53/1096.98	c  1075s| 90000 |    21 |  2411k|  26.8 |8902k|  61 |   - | 231 |  10k| 231 |2577 |  25 |  54k|5535 | 0.000000e+00 |      --      |    Inf 
1215.69/1216.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1215.69/1216.11	c  1192s|100000 |    27 |  2685k|  26.8 |9697k|  61 |  31 | 231 |  12k| 231 |2577 |  25 |  61k|5851 | 0.000000e+00 |      --      |    Inf 
1308.35/1308.83	c 
1308.35/1308.83	c SCIP Status        : problem is solved [infeasible]
1308.35/1308.83	c Solving Time (sec) : 1282.82
1308.35/1308.83	c Solving Nodes      : 107220
1308.35/1308.83	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1308.35/1308.83	c Dual Bound         : +1.00000000000000e+20
1308.35/1308.83	c Gap                : 0.00 %
1308.35/1308.83	s UNSATISFIABLE
1308.35/1308.83	c SCIP Status        : problem is solved [infeasible]
1308.35/1308.83	c Solving Time       :    1282.82
1308.35/1308.83	c Original Problem   :
1308.35/1308.83	c   Problem name     : HOME/instance-2667312-1276310097.opb
1308.35/1308.83	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1308.35/1308.83	c   Constraints      : 2707 initial, 2707 maximal
1308.35/1308.83	c Presolved Problem  :
1308.35/1308.83	c   Problem name     : t_HOME/instance-2667312-1276310097.opb
1308.35/1308.83	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1308.35/1308.83	c   Constraints      : 2564 initial, 14765 maximal
1308.35/1308.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1308.35/1308.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   probing          :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1308.35/1308.83	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1308.35/1308.83	c   linear           :       0.02          0          0          0          0          0        143          0          0
1308.35/1308.83	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1308.35/1308.83	c   root node        :          -          1          -          -          1          -          -          -          -
1308.35/1308.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1308.35/1308.83	c   integral         :          0          0          0      55476          0        239       2520          0          0     107650
1308.35/1308.83	c   knapsack         :          1          5     414554          0          0        480     160498          0          0          0
1308.35/1308.83	c   setppc           :         22          5     414204          0          0       1613     559728          0          0          0
1308.35/1308.83	c   linear           :          0+         5     322172          0          0          7       3911          1          0          0
1308.35/1308.83	c   logicor          :       2541+         5     200035          0          0        558     687130          0          0          0
1308.35/1308.83	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1308.35/1308.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1308.35/1308.83	c   integral         :     113.93       0.00       0.00     113.93       0.00
1308.35/1308.83	c   knapsack         :       3.38       0.00       3.38       0.00       0.00
1308.35/1308.83	c   setppc           :       6.33       0.00       6.33       0.00       0.00
1308.35/1308.83	c   linear           :       1.75       0.00       1.75       0.00       0.00
1308.35/1308.83	c   logicor          :      36.29       0.00      36.29       0.00       0.00
1308.35/1308.83	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1308.35/1308.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
1308.35/1308.83	c   vbounds          :       0.25          1          0          0
1308.35/1308.83	c   rootredcost      :       0.30          0          0          0
1308.35/1308.83	c   pseudoobj        :       0.27          0          0          0
1308.35/1308.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1308.35/1308.83	c   propagation      :       0.31       2658       2639      14802       23.0         44       21.5          -
1308.35/1308.83	c   infeasible LP    :      21.22      50917      49561     309483       34.3        302       18.3          0
1308.35/1308.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1308.35/1308.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1308.35/1308.83	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1308.35/1308.83	c   applied globally :          -          -          -      62984       20.0          -          -          -
1308.35/1308.83	c   applied locally  :          -          -          -       3905       33.9          -          -          -
1308.35/1308.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1308.35/1308.83	c   cut pool         :       0.00          4          -          -         62          -    (maximal pool size: 350)
1308.35/1308.83	c   redcost          :       0.57      54156          0          0          0          0
1308.35/1308.83	c   impliedbounds    :       0.00          5          0          0          0          0
1308.35/1308.83	c   intobj           :       0.00          0          0          0          0          0
1308.35/1308.83	c   cgmip            :       0.00          0          0          0          0          0
1308.35/1308.83	c   gomory           :       0.74          5          0          0       1434          0
1308.35/1308.83	c   strongcg         :       0.60          5          0          0       1465          0
1308.35/1308.83	c   cmir             :       0.00          0          0          0          0          0
1308.35/1308.83	c   flowcover        :       0.00          0          0          0          0          0
1308.35/1308.83	c   clique           :       0.00          5          0          0          0          0
1308.35/1308.83	c   zerohalf         :       0.00          0          0          0          0          0
1308.35/1308.83	c   mcf              :       0.00          1          0          0          0          0
1308.35/1308.83	c   rapidlearning    :       0.23          1          0          0          0        188
1308.35/1308.83	c Pricers            :       Time      Calls       Vars
1308.35/1308.83	c   problem variables:       0.00          0          0
1308.35/1308.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1308.35/1308.83	c   relpscost        :     113.79      55476        239       2520          0          0     107650
1308.35/1308.83	c   pscost           :       0.00          0          0          0          0          0          0
1308.35/1308.83	c   inference        :       0.00          0          0          0          0          0          0
1308.35/1308.83	c   mostinf          :       0.00          0          0          0          0          0          0
1308.35/1308.83	c   leastinf         :       0.00          0          0          0          0          0          0
1308.35/1308.83	c   fullstrong       :       0.00          0          0          0          0          0          0
1308.35/1308.83	c   allfullstrong    :       0.00          0          0          0          0          0          0
1308.35/1308.83	c   random           :       0.00          0          0          0          0          0          0
1308.35/1308.83	c Primal Heuristics  :       Time      Calls      Found
1308.35/1308.83	c   LP solutions     :       0.00          -          0
1308.35/1308.83	c   pseudo solutions :       0.00          -          0
1308.35/1308.83	c   trivial          :       0.00          1          0
1308.35/1308.83	c   simplerounding   :       0.00          0          0
1308.35/1308.83	c   zirounding       :       0.00          0          0
1308.35/1308.83	c   rounding         :       0.00          0          0
1308.35/1308.83	c   shifting         :       0.00          0          0
1308.35/1308.83	c   intshifting      :       0.00          0          0
1308.35/1308.83	c   oneopt           :       0.00          0          0
1308.35/1308.83	c   twoopt           :       0.00          0          0
1308.35/1308.83	c   fixandinfer      :       0.00          0          0
1308.35/1308.83	c   feaspump         :       0.00          0          0
1308.35/1308.83	c   coefdiving       :       0.00          0          0
1308.35/1308.83	c   pscostdiving     :       0.00          0          0
1308.35/1308.83	c   fracdiving       :       0.00          0          0
1308.35/1308.83	c   veclendiving     :       0.00          0          0
1308.35/1308.83	c   intdiving        :       0.00          0          0
1308.35/1308.83	c   actconsdiving    :       0.00          0          0
1308.35/1308.83	c   objpscostdiving  :       0.00          0          0
1308.35/1308.83	c   rootsoldiving    :       0.00          0          0
1308.35/1308.83	c   linesearchdiving :       0.00          0          0
1308.35/1308.83	c   guideddiving     :       0.00          0          0
1308.35/1308.83	c   octane           :       0.00          0          0
1308.35/1308.83	c   rens             :       0.00          0          0
1308.35/1308.83	c   rins             :       0.00          0          0
1308.35/1308.83	c   localbranching   :       0.00          0          0
1308.35/1308.83	c   mutation         :       0.00          0          0
1308.35/1308.83	c   crossover        :       0.00          0          0
1308.35/1308.83	c   dins             :       0.00          0          0
1308.35/1308.83	c   undercover       :       0.00          0          0
1308.35/1308.83	c   nlp              :       0.00          0          0
1308.35/1308.83	c   trysol           :       0.00          0          0
1308.35/1308.83	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1308.35/1308.83	c   primal LP        :       0.00          0          0       0.00          -
1308.35/1308.83	c   dual LP          :    1002.51     106084    2898647      27.32    2891.39
1308.35/1308.83	c   lex dual LP      :       0.00          0          0       0.00          -
1308.35/1308.83	c   barrier LP       :       0.00          0          0       0.00          -
1308.35/1308.83	c   diving/probing LP:       0.00          0          0       0.00          -
1308.35/1308.83	c   strong branching :     111.41       6061     317084      52.32    2846.10
1308.35/1308.83	c     (at root node) :          -         10       2012     201.20          -
1308.35/1308.83	c   conflict analysis:       0.00          0          0       0.00          -
1308.35/1308.83	c B&B Tree           :
1308.35/1308.83	c   number of runs   :          1
1308.35/1308.83	c   nodes            :     107220
1308.35/1308.83	c   nodes (total)    :     107220
1308.35/1308.83	c   nodes left       :          0
1308.35/1308.83	c   max depth        :         61
1308.35/1308.83	c   max depth (total):         61
1308.35/1308.83	c   backtracks       :      12688 (11.8%)
1308.35/1308.83	c   delayed cutoffs  :        431
1308.35/1308.83	c   repropagations   :     172327 (197441 domain reductions, 419 cutoffs)
1308.35/1308.83	c   avg switch length:       4.89
1308.35/1308.83	c   switching time   :      36.11
1308.35/1308.83	c Solution           :
1308.35/1308.83	c   Solutions found  :          0 (0 improvements)
1308.35/1308.83	c   Primal Bound     : infeasible
1308.35/1308.83	c   Dual Bound       :          -
1308.35/1308.83	c   Gap              :       0.00 %
1308.35/1308.83	c   Root Dual Bound  : +0.00000000000000e+00
1308.35/1308.83	c   Root Iterations  :        197
1308.35/1308.87	c Time complete: 1308.42.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667312-1276310097/watcher-2667312-1276310097 -o /tmp/evaluation-result-2667312-1276310097/solver-2667312-1276310097 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667312-1276310097.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 7886
/proc/meminfo: memFree=1536592/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=7724 CPUtime=0
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1141 0 0 0 0 0 0 0 22 0 1 0 4661544 7909376 1061 1992294400 4194304 8223781 140737261819024 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7886/statm: 1931 1073 348 984 0 944 0

[startup+0.0838671 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 7886
/proc/meminfo: memFree=1536592/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=15936 CPUtime=0.07
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 3385 0 0 0 6 1 0 0 24 0 1 0 4661544 16318464 2941 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 3984 2941 436 984 0 2997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15936

[startup+0.10187 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 7886
/proc/meminfo: memFree=1536592/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=16100 CPUtime=0.09
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 3710 0 0 0 8 1 0 0 24 0 1 0 4661544 16486400 3009 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 4025 3009 443 984 0 3038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16100

[startup+0.301906 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 7886
/proc/meminfo: memFree=1536592/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=29484 CPUtime=0.29
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 9740 0 0 0 25 4 0 0 18 0 1 0 4661544 30191616 6403 1992294400 4194304 8223781 140737261819024 18446744073709551615 7235159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 7371 6411 570 984 0 6384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29484

[startup+0.701979 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 7886
/proc/meminfo: memFree=1536592/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27400 CPUtime=0.69
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13058 0 0 0 62 7 0 0 18 0 1 0 4661544 28057600 5993 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6850 5993 583 984 0 5863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27400

[startup+1.50113 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 7887
/proc/meminfo: memFree=1514388/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27640 CPUtime=1.49
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13126 0 0 0 141 8 0 0 19 0 1 0 4661544 28303360 6061 1992294400 4194304 8223781 140737261819024 18446744073709551615 6044430 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6910 6061 583 984 0 5923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27640

[startup+3.10141 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 7887
/proc/meminfo: memFree=1514264/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27640 CPUtime=3.09
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13155 0 0 0 299 10 0 0 24 0 1 0 4661544 28303360 6064 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6910 6064 584 984 0 5923 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27640

[startup+6.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 7887
/proc/meminfo: memFree=1514016/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27648 CPUtime=6.29
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13195 0 0 0 616 13 0 0 25 0 1 0 4661544 28311552 6093 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6912 6093 584 984 0 5925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27648

[startup+12.7012 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 7887
/proc/meminfo: memFree=1514016/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27648 CPUtime=12.68
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13195 0 0 0 1248 20 0 0 25 0 1 0 4661544 28311552 6093 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6912 6093 584 984 0 5925 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27648

[startup+25.5015 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 7889
/proc/meminfo: memFree=1513892/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27648 CPUtime=25.48
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13227 0 0 0 2515 33 0 0 25 0 1 0 4661544 28311552 6096 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6912 6096 586 984 0 5925 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27648

[startup+51.1011 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 7889
/proc/meminfo: memFree=1513892/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=27648 CPUtime=51.08
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 13475 0 0 0 5045 63 0 0 25 0 1 0 4661544 28311552 6098 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 6912 6098 587 984 0 5925 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27648

[startup+102.309 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 7891
/proc/meminfo: memFree=1512404/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=28604 CPUtime=102.27
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 86453 0 0 0 10061 166 0 0 25 0 1 0 4661544 29290496 6317 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 7151 6317 587 984 0 6164 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28604

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7891
/proc/meminfo: memFree=1511784/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=29264 CPUtime=162.24
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 191392 0 0 0 15924 300 0 0 25 0 1 0 4661544 29966336 6502 1992294400 4194304 8223781 140737261819024 18446744073709551615 4222476 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 7316 6502 587 984 0 6329 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 29264

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7893
/proc/meminfo: memFree=1510048/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=31200 CPUtime=222.22
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 311739 0 0 0 21784 438 0 0 25 0 1 0 4661544 31948800 6964 1992294400 4194304 8223781 140737261819024 18446744073709551615 6514382 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 7800 6964 587 984 0 6813 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31200

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7898
/proc/meminfo: memFree=1508560/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=31780 CPUtime=282.2
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 422118 0 0 0 27648 572 0 0 25 0 1 0 4661544 32542720 7131 1992294400 4194304 8223781 140737261819024 18446744073709551615 6568308 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 7945 7131 587 984 0 6958 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 31780

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7900
/proc/meminfo: memFree=1508312/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=32168 CPUtime=342.17
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 510419 0 0 0 33530 687 0 0 25 0 1 0 4661544 32940032 7202 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569762 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8042 7202 587 984 0 7055 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 32168

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7902
/proc/meminfo: memFree=1508188/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=32784 CPUtime=402.15
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 615801 0 0 0 39398 817 0 0 25 0 1 0 4661544 33570816 7324 1992294400 4194304 8223781 140737261819024 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8196 7324 587 984 0 7209 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 32784

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7902
/proc/meminfo: memFree=1507072/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=33524 CPUtime=462.14
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 651120 0 0 0 45297 917 0 0 25 0 1 0 4661544 34328576 7564 1992294400 4194304 8223781 140737261819024 18446744073709551615 6592395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8381 7564 587 984 0 7394 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 33524

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7904
/proc/meminfo: memFree=1506824/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=33700 CPUtime=522.12
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 690724 0 0 0 51189 1023 0 0 25 0 1 0 4661544 34508800 7608 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8425 7608 587 984 0 7438 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 33700

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7906
/proc/meminfo: memFree=1506576/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=33860 CPUtime=582.1
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 758914 0 0 0 57073 1137 0 0 25 0 1 0 4661544 34672640 7648 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8465 7648 587 984 0 7478 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 33860

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7908
/proc/meminfo: memFree=1506080/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=34272 CPUtime=642.09
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 844923 0 0 0 62948 1261 0 0 25 0 1 0 4661544 35094528 7751 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8568 7751 587 984 0 7581 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 34272

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7910
/proc/meminfo: memFree=1505708/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=34724 CPUtime=702.06
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 875914 0 0 0 68844 1362 0 0 25 0 1 0 4661544 35557376 7865 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8681 7865 587 984 0 7694 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 34724

[startup+762.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7910
/proc/meminfo: memFree=1504840/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35628 CPUtime=762.04
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 888223 0 0 0 74763 1441 0 0 25 0 1 0 4661544 36483072 8087 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8907 8087 587 984 0 7920 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 35628

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7912
/proc/meminfo: memFree=1504468/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35628 CPUtime=822.02
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 934269 0 0 0 80649 1553 0 0 25 0 1 0 4661544 36483072 8087 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8907 8087 587 984 0 7920 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 35628

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7914
/proc/meminfo: memFree=1504468/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35712 CPUtime=882
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1010084 0 0 0 86526 1674 0 0 25 0 1 0 4661544 36569088 8108 1992294400 4194304 8223781 140737261819024 18446744073709551615 6448516 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8928 8108 587 984 0 7941 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 35712

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7916
/proc/meminfo: memFree=1504344/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35828 CPUtime=941.98
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1099849 0 0 0 92398 1800 0 0 25 0 1 0 4661544 36687872 8137 1992294400 4194304 8223781 140737261819024 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8957 8137 587 984 0 7970 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 35828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7918
/proc/meminfo: memFree=1504344/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35712 CPUtime=1001.96
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1188105 0 0 0 98274 1922 0 0 25 0 1 0 4661544 36569088 8108 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8928 8108 587 984 0 7941 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 35712

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7918
/proc/meminfo: memFree=1504344/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35712 CPUtime=1061.94
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1280285 0 0 0 104146 2048 0 0 25 0 1 0 4661544 36569088 8108 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8928 8108 587 984 0 7941 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 35712

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7920
/proc/meminfo: memFree=1504220/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=36248 CPUtime=1121.91
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1349208 0 0 0 110026 2165 0 0 25 0 1 0 4661544 37117952 8192 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9062 8192 587 984 0 8075 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 36248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7922
/proc/meminfo: memFree=1504220/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=35984 CPUtime=1181.9
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1454469 0 0 0 115895 2295 0 0 25 0 1 0 4661544 36847616 8155 1992294400 4194304 8223781 140737261819024 18446744073709551615 6514416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 8996 8155 587 984 0 8009 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 35984

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7924
/proc/meminfo: memFree=1503848/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=36548 CPUtime=1241.88
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1525735 0 0 0 121780 2408 0 0 25 0 1 0 4661544 37425152 8293 1992294400 4194304 8223781 140737261819024 18446744073709551615 6568247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9137 8293 587 984 0 8150 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 36548

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37076 CPUtime=1301.86
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1643904 0 0 0 127650 2536 0 0 25 0 1 0 4661544 37965824 8438 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9269 8438 587 984 0 8282 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 37076

Solver just ended. Dumping a history of the last processes samples

[startup+1305.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37076 CPUtime=1305.05
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1651313 0 0 0 127962 2543 0 0 25 0 1 0 4661544 37965824 8438 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9269 8438 587 984 0 8282 0
Current children cumulated CPU time (s) 1305.05
Current children cumulated vsize (KiB) 37076

[startup+1307.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37076 CPUtime=1306.65
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1654892 0 0 0 128118 2547 0 0 25 0 1 0 4661544 37965824 8438 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9269 8438 587 984 0 8282 0
Current children cumulated CPU time (s) 1306.65
Current children cumulated vsize (KiB) 37076

[startup+1307.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37368 CPUtime=1307.47
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1657132 0 0 0 128197 2550 0 0 25 0 1 0 4661544 38264832 8488 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9342 8488 587 984 0 8355 0
Current children cumulated CPU time (s) 1307.47
Current children cumulated vsize (KiB) 37368

[startup+1308.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37076 CPUtime=1307.85
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1658034 0 0 0 128235 2550 0 0 25 0 1 0 4661544 37965824 8438 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9269 8438 587 984 0 8282 0
Current children cumulated CPU time (s) 1307.85
Current children cumulated vsize (KiB) 37076

[startup+1308.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37384 CPUtime=1308.26
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1658997 0 0 0 128274 2552 0 0 25 0 1 0 4661544 38281216 8480 1992294400 4194304 8223781 140737261819024 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9346 8480 587 984 0 8359 0
Current children cumulated CPU time (s) 1308.26
Current children cumulated vsize (KiB) 37384

[startup+1308.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7926
/proc/meminfo: memFree=1502856/2059040 swapFree=4192956/4192956
[pid=7886] ppid=7884 vsize=37376 CPUtime=1308.35
/proc/7886/stat : 7886 (pbscip.linux.x8) R 7884 7886 7781 0 -1 4202496 1659210 0 0 0 128283 2552 0 0 25 0 1 0 4661544 38273024 8493 1992294400 4194304 8223781 140737261819024 18446744073709551615 6569718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7886/statm: 9344 8493 587 984 0 8357 0
Current children cumulated CPU time (s) 1308.35
Current children cumulated vsize (KiB) 37376

Child status: 0
Real time (s): 1308.87
CPU time (s): 1308.43
CPU user time (s): 1282.9
CPU system time (s): 25.5291
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 38300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1282.9
system time used= 25.5291
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1659281
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= 1301

runsolver used 2.95755 second user time and 6.548 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 04:34:57
IDJOB=2667312
IDBENCH=1355
IDSOLVER=1169
FILE ID=node027/2667312-1276310097
PBS_JOBID= 11173151
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667312-1276310097/watcher-2667312-1276310097 -o /tmp/evaluation-result-2667312-1276310097/solver-2667312-1276310097 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667312-1276310097.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6bb807214e0d1b3ab69b4b6ee86db452
RANDOM SEED=538019533

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1537120 kB
Buffers:         80584 kB
Cached:         312968 kB
SwapCached:          0 kB
Active:         179772 kB
Inactive:       273092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1537120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4608 kB
Writeback:           0 kB
AnonPages:       59236 kB
Mapped:          15392 kB
Slab:            47284 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-12 04:56:46