Trace number 2666317

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 solver? (TO) 1800.27 1800.77

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_15.opb
MD5SUM2b927be10d6e21370847ee6c94426772
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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-2666317-1276679524.opb>
0.00/0.05	c original problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3364 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.06/0.09	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24696 impls, 200 clqs
0.49/0.51	c presolving (2 rounds):
0.49/0.51	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.51	c  24696 implications, 200 cliques
0.49/0.51	c presolved problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3364 constraints
0.49/0.51	c       1 constraints of type <knapsack>
0.49/0.51	c     200 constraints of type <setppc>
0.49/0.51	c    3062 constraints of type <and>
0.49/0.51	c       1 constraints of type <linear>
0.49/0.51	c     100 constraints of type <logicor>
0.49/0.51	c transformed objective value is always integral (scale: 1)
0.49/0.51	c Presolving Time: 0.24
0.49/0.51	c - non default parameters ----------------------------------------------------------------------
0.49/0.51	c # SCIP version 1.2.1.2
0.49/0.51	c 
0.49/0.51	c # frequency for displaying node information lines
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.51	c display/freq = 10000
0.49/0.51	c 
0.49/0.51	c # maximal time in seconds to run
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/time = 1799.95
0.49/0.51	c 
0.49/0.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.51	c limits/memory = 1620
0.49/0.51	c 
0.49/0.51	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c limits/solutions = 1
0.49/0.51	c 
0.49/0.51	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.51	c separating/maxrounds = 1
0.49/0.51	c 
0.49/0.51	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c separating/maxroundsroot = 5
0.49/0.51	c 
0.49/0.51	c # should presolving try to simplify inequalities
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c constraints/linear/simplifyinequalities = TRUE
0.49/0.51	c 
0.49/0.51	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.51	c constraints/knapsack/disaggregation = FALSE
0.49/0.51	c 
0.49/0.51	c # should presolving try to simplify knapsacks
0.49/0.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.51	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.51	c 
0.49/0.51	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c presolving/probing/maxrounds = 0
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/coefdiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/coefdiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/coefdiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.51	c heuristics/crossover/freq = -1
0.49/0.51	c 
0.49/0.51	c # number of nodes added to the contingent of the total nodes
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.51	c heuristics/crossover/nodesofs = 750
0.49/0.51	c 
0.49/0.51	c # number of nodes without incumbent change that heuristic should wait
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.51	c heuristics/crossover/nwaitingnodes = 100
0.49/0.51	c 
0.49/0.51	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.51	c # [type: real, range: [0,1], default: 0.1]
0.49/0.51	c heuristics/crossover/nodesquot = 0.15
0.49/0.51	c 
0.49/0.51	c # minimum percentage of integer variables that have to be fixed 
0.49/0.51	c # [type: real, range: [0,1], default: 0.666]
0.49/0.51	c heuristics/crossover/minfixingrate = 0.5
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/feaspump/freq = -1
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/feaspump/maxlpiterofs = 2000
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/fracdiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/fracdiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/fracdiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/guideddiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/guideddiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/guideddiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/intdiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/intshifting/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/linesearchdiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/nlp/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/objpscostdiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.51	c # [type: real, range: [0,1], default: 0.01]
0.49/0.51	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/oneopt/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/pscostdiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/pscostdiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c heuristics/rens/freq = -1
0.49/0.51	c 
0.49/0.51	c # minimum percentage of integer variables that have to be fixable 
0.49/0.51	c # [type: real, range: [0,1], default: 0.5]
0.49/0.51	c heuristics/rens/minfixingrate = 0.3
0.49/0.51	c 
0.49/0.51	c # number of nodes added to the contingent of the total nodes
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.51	c heuristics/rens/nodesofs = 2000
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/rootsoldiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.51	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/rounding/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/shifting/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/simplerounding/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c heuristics/trivial/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/trysol/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/veclendiving/freq = -1
0.49/0.51	c 
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/veclendiving/maxlpiterquot = 0.075
0.49/0.51	c 
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/veclendiving/maxlpiterofs = 1500
0.49/0.51	c 
0.49/0.51	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/zirounding/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c separating/cmir/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c separating/flowcover/freq = -1
0.49/0.51	c 
0.49/0.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.51	c separating/rapidlearning/freq = 0
0.49/0.51	c 
0.49/0.51	c -----------------------------------------------------------------------------------------------
0.49/0.51	c start solving
0.49/0.51	c 
0.69/0.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.70	c   0.4s|     1 |     0 |   338 |     - |  14M|   0 | 154 |3262 |3364 |3262 |6426 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.13	c   2.6s|     1 |     0 |   537 |     - |  15M|   0 | 173 |3262 |3364 |3262 |6455 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.79/4.87	c   4.3s|     1 |     0 |   657 |     - |  15M|   0 | 220 |3262 |3364 |3262 |6472 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.18/7.22	c   6.7s|     1 |     0 |   822 |     - |  16M|   0 | 218 |3262 |3364 |3262 |6476 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.38/9.49	c   8.9s|     1 |     0 |   913 |     - |  16M|   0 | 228 |3262 |3364 |3262 |6487 |  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.68/11.70	c  11.1s|     1 |     0 |   978 |     - |  17M|   0 | 235 |3262 |3364 |3262 |6493 |  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.39/16.50	c  15.8s|     1 |     2 |   978 |     - |  17M|   0 | 235 |3262 |3364 |3262 |6493 |  67 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
662.40/662.67	c   653s| 10000 |   679 |  1203k| 120.3 |  33M|  39 |   - |3262 |7058 |3262 | 868 | 258k|  11k|8787 | 0.000000e+00 |      --      |    Inf 
1196.15/1196.58	c  1179s| 20000 |  1076 |  2311k| 115.5 |  39M|  41 |  80 |3262 |7484 |3262 | 862 | 475k|  23k|  13k| 0.000000e+00 |      --      |    Inf 
1710.72/1711.29	c  1687s| 30000 |  1448 |  3390k| 113.0 |  46M|  41 |   - |3262 |7606 |3262 | 895 | 681k|  36k|  17k| 0.000000e+00 |      --      |    Inf 
1800.11/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.11/1800.64	c 
1800.11/1800.64	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.64	c Solving Time (sec) : 1775.64
1800.11/1800.64	c Solving Nodes      : 31904
1800.11/1800.64	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.11/1800.64	c Dual Bound         : +0.00000000000000e+00
1800.11/1800.64	c Gap                : infinite
1800.11/1800.64	s UNKNOWN
1800.11/1800.64	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.64	c Solving Time       :    1775.64
1800.11/1800.64	c Original Problem   :
1800.11/1800.64	c   Problem name     : HOME/instance-2666317-1276679524.opb
1800.11/1800.64	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.64	c   Constraints      : 3364 initial, 3364 maximal
1800.11/1800.64	c Presolved Problem  :
1800.11/1800.64	c   Problem name     : t_HOME/instance-2666317-1276679524.opb
1800.11/1800.64	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.64	c   Constraints      : 3364 initial, 8508 maximal
1800.11/1800.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.11/1800.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.11/1800.64	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   and              :       0.18          0          0          0          0          0          0          0          0
1800.11/1800.64	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.11/1800.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.64	c   root node        :          -          0          -          -          0          -          -          -          -
1800.11/1800.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.64	c   integral         :          0          0          0      18532          0         82       2573          0          0      33922
1800.11/1800.64	c   knapsack         :          1          5     140065         16          0          0         29          0          0          0
1800.11/1800.64	c   setppc           :        200          5     140068         16          0        474     194747          0          0          0
1800.11/1800.64	c   and              :       3062      23778     139594         16          0        176    2964164     718536          0          0
1800.11/1800.64	c   linear           :          1          5     139417          0          0          0          8          0          0          0
1800.11/1800.64	c   logicor          :        100+         5      52748          0          0        102      51577          0          0          0
1800.11/1800.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.11/1800.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.11/1800.64	c   integral         :     389.02       0.00       0.00     389.02       0.00
1800.11/1800.64	c   knapsack         :       0.73       0.01       0.71       0.01       0.00
1800.11/1800.64	c   setppc           :       1.23       0.00       1.23       0.00       0.00
1800.11/1800.64	c   and              :      30.41      15.44      14.97       0.00       0.00
1800.11/1800.64	c   linear           :       3.17       0.00       3.17       0.00       0.00
1800.11/1800.64	c   logicor          :       6.68       0.00       6.68       0.00       0.00
1800.11/1800.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.11/1800.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.11/1800.64	c   vbounds          :       0.20          1          0          0
1800.11/1800.64	c   rootredcost      :       0.16          0          0          0
1800.11/1800.64	c   pseudoobj        :       0.08          0          0          0
1800.11/1800.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.11/1800.64	c   propagation      :       0.02        752        733       1788       32.2         38       64.6          -
1800.11/1800.64	c   infeasible LP    :      35.40      14220      14062     140632       54.8        107        8.8          0
1800.11/1800.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.11/1800.64	c   applied globally :          -          -          -      38524       58.8          -          -          -
1800.11/1800.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.11/1800.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.11/1800.64	c   cut pool         :       0.00          4          -          -         11          -    (maximal pool size: 496)
1800.11/1800.64	c   redcost          :       5.38      23778          0          0          0          0
1800.11/1800.64	c   impliedbounds    :       0.00          5          0          0         48          0
1800.11/1800.64	c   intobj           :       0.00          0          0          0          0          0
1800.11/1800.64	c   cgmip            :       0.00          0          0          0          0          0
1800.11/1800.64	c   gomory           :       8.01          5          0          0          0          0
1800.11/1800.64	c   strongcg         :       1.45          5          0          0       2500          0
1800.11/1800.64	c   cmir             :       0.00          0          0          0          0          0
1800.11/1800.64	c   flowcover        :       0.00          0          0          0          0          0
1800.11/1800.64	c   clique           :       0.03          5          0          0         34          0
1800.11/1800.64	c   zerohalf         :       0.00          0          0          0          0          0
1800.11/1800.64	c   mcf              :       0.20          4          0          0         75          0
1800.11/1800.64	c   rapidlearning    :       0.36          1          0          0          0          0
1800.11/1800.64	c Pricers            :       Time      Calls       Vars
1800.11/1800.64	c   problem variables:       0.00          0          0
1800.11/1800.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.64	c   relpscost        :     388.94      18516         82       2573          0          0      33922
1800.11/1800.64	c   pscost           :       0.00          0          0          0          0          0          0
1800.11/1800.64	c   inference        :       0.00          0          0          0          0          0          0
1800.11/1800.64	c   mostinf          :       0.00          0          0          0          0          0          0
1800.11/1800.64	c   leastinf         :       0.00          0          0          0          0          0          0
1800.11/1800.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.11/1800.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.11/1800.64	c   random           :       0.00          0          0          0          0          0          0
1800.11/1800.64	c Primal Heuristics  :       Time      Calls      Found
1800.11/1800.64	c   LP solutions     :       0.00          -          0
1800.11/1800.64	c   pseudo solutions :       0.00          -          0
1800.11/1800.64	c   trivial          :       0.00          1          0
1800.11/1800.64	c   simplerounding   :       0.00          0          0
1800.11/1800.64	c   zirounding       :       0.00          0          0
1800.11/1800.64	c   rounding         :       0.00          0          0
1800.11/1800.64	c   shifting         :       0.00          0          0
1800.11/1800.64	c   intshifting      :       0.00          0          0
1800.11/1800.64	c   oneopt           :       0.00          0          0
1800.11/1800.64	c   twoopt           :       0.00          0          0
1800.11/1800.64	c   fixandinfer      :       0.00          0          0
1800.11/1800.64	c   feaspump         :       0.00          0          0
1800.11/1800.64	c   coefdiving       :       0.00          0          0
1800.11/1800.64	c   pscostdiving     :       0.00          0          0
1800.11/1800.64	c   fracdiving       :       0.00          0          0
1800.11/1800.64	c   veclendiving     :       0.00          0          0
1800.11/1800.64	c   intdiving        :       0.00          0          0
1800.11/1800.64	c   actconsdiving    :       0.00          0          0
1800.11/1800.64	c   objpscostdiving  :       0.00          0          0
1800.11/1800.64	c   rootsoldiving    :       0.00          0          0
1800.11/1800.64	c   linesearchdiving :       0.00          0          0
1800.11/1800.64	c   guideddiving     :       0.00          0          0
1800.11/1800.64	c   octane           :       0.00          0          0
1800.11/1800.64	c   rens             :       0.00          0          0
1800.11/1800.64	c   rins             :       0.00          0          0
1800.11/1800.64	c   localbranching   :       0.00          0          0
1800.11/1800.64	c   mutation         :       0.00          0          0
1800.11/1800.64	c   crossover        :       0.00          0          0
1800.11/1800.64	c   dins             :       0.00          0          0
1800.11/1800.64	c   undercover       :       0.00          0          0
1800.11/1800.64	c   nlp              :       0.00          0          0
1800.11/1800.64	c   trysol           :       0.00          0          0
1800.11/1800.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.11/1800.64	c   primal LP        :      24.64          0          0       0.00       0.00
1800.11/1800.64	c   dual LP          :    1146.16      56499    3594157      63.61    3135.82
1800.11/1800.64	c   lex dual LP      :       0.00          0          0       0.00          -
1800.11/1800.64	c   barrier LP       :       0.00          0          0       0.00          -
1800.11/1800.64	c   diving/probing LP:       0.00          0          0       0.00          -
1800.11/1800.64	c   strong branching :     387.22      18099    1109781      61.32    2866.02
1800.11/1800.64	c     (at root node) :          -         11       4499     409.00          -
1800.11/1800.64	c   conflict analysis:       0.00          0          0       0.00          -
1800.11/1800.64	c B&B Tree           :
1800.11/1800.64	c   number of runs   :          1
1800.11/1800.64	c   nodes            :      31904
1800.11/1800.64	c   nodes (total)    :      31904
1800.11/1800.64	c   nodes left       :       1491
1800.11/1800.64	c   max depth        :         41
1800.11/1800.64	c   max depth (total):         41
1800.11/1800.64	c   backtracks       :       5687 (17.8%)
1800.11/1800.64	c   delayed cutoffs  :        528
1800.11/1800.64	c   repropagations   :      37978 (300806 domain reductions, 111 cutoffs)
1800.11/1800.64	c   avg switch length:       5.51
1800.11/1800.64	c   switching time   :      66.44
1800.11/1800.64	c Solution           :
1800.11/1800.64	c   Solutions found  :          0 (0 improvements)
1800.11/1800.64	c   Primal Bound     :          -
1800.11/1800.64	c   Dual Bound       : +0.00000000000000e+00
1800.11/1800.64	c   Gap              :   infinite
1800.11/1800.64	c   Root Dual Bound  : +0.00000000000000e+00
1800.11/1800.64	c   Root Iterations  :        978
1800.21/1800.77	c Time complete: 1800.27.

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-2666317-1276679524/watcher-2666317-1276679524 -o /tmp/evaluation-result-2666317-1276679524/solver-2666317-1276679524 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666317-1276679524.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 13025
/proc/meminfo: memFree=1768592/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=7724 CPUtime=0
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 1031 0 0 0 0 0 0 0 20 0 1 0 43556400 7909376 950 1992294400 4194304 8223781 140737479608640 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13025/statm: 1931 960 348 984 0 944 0

[startup+0.0717629 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 13025
/proc/meminfo: memFree=1768592/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=18016 CPUtime=0.06
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 4092 0 0 0 5 1 0 0 20 0 1 0 43556400 18448384 3647 1992294400 4194304 8223781 140737479608640 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 4504 3660 382 984 0 3517 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18016

[startup+0.100766 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 13025
/proc/meminfo: memFree=1768592/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=21012 CPUtime=0.09
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 4665 0 0 0 8 1 0 0 20 0 1 0 43556400 21516288 4220 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 5253 4220 426 984 0 4266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21012

[startup+0.30079 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 13025
/proc/meminfo: memFree=1768592/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=22528 CPUtime=0.29
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 5544 0 0 0 18 11 0 0 20 0 1 0 43556400 23068672 4585 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 5632 4585 444 984 0 4645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22528

[startup+0.700836 s]
/proc/loadavg: 0.98 0.98 0.99 3/106 13025
/proc/meminfo: memFree=1768592/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=38440 CPUtime=0.69
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 11618 0 0 0 46 23 0 0 21 0 1 0 43556400 39362560 8541 1992294400 4194304 8223781 140737479608640 18446744073709551615 6592760 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 9610 8541 539 984 0 8623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38440

[startup+1.50093 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13026
/proc/meminfo: memFree=1735972/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=38744 CPUtime=1.49
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 11802 0 0 0 125 24 0 0 23 0 1 0 43556400 39673856 8641 1992294400 4194304 8223781 140737479608640 18446744073709551615 6050159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 9686 8641 555 984 0 8699 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38744

[startup+3.10112 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13026
/proc/meminfo: memFree=1734732/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=43816 CPUtime=3.09
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 21129 0 0 0 262 47 0 0 25 0 1 0 43556400 44867584 10017 1992294400 4194304 8223781 140737479608640 18446744073709551615 6562612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 10954 10017 590 984 0 9967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43816

[startup+6.30049 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13026
/proc/meminfo: memFree=1727788/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=46388 CPUtime=6.29
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 22260 0 0 0 579 50 0 0 25 0 1 0 43556400 47501312 10588 1992294400 4194304 8223781 140737479608640 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 11597 10588 588 984 0 10610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46388

[startup+12.7013 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13026
/proc/meminfo: memFree=1724688/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=50040 CPUtime=12.69
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 26568 0 0 0 1212 57 0 0 25 0 1 0 43556400 51240960 11436 1992294400 4194304 8223781 140737479608640 18446744073709551615 6537848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 12510 11436 588 984 0 11523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50040

[startup+25.5008 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13026
/proc/meminfo: memFree=1724936/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=48952 CPUtime=25.49
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 35884 0 0 0 2476 73 0 0 25 0 1 0 43556400 50126848 11273 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 12238 11273 592 984 0 11251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48952

[startup+51.1008 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13026
/proc/meminfo: memFree=1723572/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=50536 CPUtime=51.07
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 49960 0 0 0 4995 112 0 0 25 0 1 0 43556400 51748864 11676 1992294400 4194304 8223781 140737479608640 18446744073709551615 6583998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 12634 11676 592 984 0 11647 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50536

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13031
/proc/meminfo: memFree=1716380/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=57476 CPUtime=102.27
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 75368 0 0 0 10041 186 0 0 25 0 1 0 43556400 58855424 13313 1992294400 4194304 8223781 140737479608640 18446744073709551615 5913485 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 14369 13313 592 984 0 13382 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 57476

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13033
/proc/meminfo: memFree=1709064/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=64648 CPUtime=162.24
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 104622 0 0 0 15960 264 0 0 25 0 1 0 43556400 66199552 15102 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 16162 15102 592 984 0 15175 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 64648

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13033
/proc/meminfo: memFree=1703608/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=70304 CPUtime=222.22
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 133879 0 0 0 21876 346 0 0 25 0 1 0 43556400 71991296 16495 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 17576 16495 592 984 0 16589 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 70304

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13035
/proc/meminfo: memFree=1699392/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=74888 CPUtime=282.2
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 166929 0 0 0 27789 431 0 0 25 0 1 0 43556400 76685312 17593 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 18722 17593 592 984 0 17735 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 74888

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13037
/proc/meminfo: memFree=1697284/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=76800 CPUtime=342.19
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 187907 0 0 0 33706 513 0 0 25 0 1 0 43556400 78643200 18091 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 19200 18091 592 984 0 18213 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 76800

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13039
/proc/meminfo: memFree=1693688/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=80388 CPUtime=402.17
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 215492 0 0 0 39625 592 0 0 25 0 1 0 43556400 82317312 18971 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 20097 18971 592 984 0 19110 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 80388

[startup+462.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 13041
/proc/meminfo: memFree=1690216/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=83872 CPUtime=462.16
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 240559 0 0 0 45543 673 0 0 25 0 1 0 43556400 85884928 19866 1992294400 4194304 8223781 140737479608640 18446744073709551615 6588728 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 20968 19866 592 984 0 19981 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 83872

[startup+522.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/107 13041
/proc/meminfo: memFree=1687736/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=86496 CPUtime=522.14
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 272675 0 0 0 51449 765 0 0 25 0 1 0 43556400 88571904 20469 1992294400 4194304 8223781 140737479608640 18446744073709551615 6448661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 21624 20469 592 984 0 20637 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 86496

[startup+582.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 13043
/proc/meminfo: memFree=1684884/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=89260 CPUtime=582.12
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 296025 0 0 0 57366 846 0 0 25 0 1 0 43556400 91402240 21059 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 22315 21059 592 984 0 21328 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 89260

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 13045
/proc/meminfo: memFree=1682280/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=92448 CPUtime=642.12
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 314005 0 0 0 63290 922 0 0 25 0 1 0 43556400 94666752 21784 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 23112 21784 592 984 0 22125 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 92448

[startup+702.301 s]

################
# More data... #
################

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13051
/proc/meminfo: memFree=1671740/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=102952 CPUtime=882.04
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 425437 0 0 0 86951 1253 0 0 25 0 1 0 43556400 105422848 24305 1992294400 4194304 8223781 140737479608640 18446744073709551615 6539307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 25738 24305 592 984 0 24751 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 102952

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13053
/proc/meminfo: memFree=1670996/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=103876 CPUtime=942.02
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 464655 0 0 0 92854 1348 0 0 25 0 1 0 43556400 106369024 24526 1992294400 4194304 8223781 140737479608640 18446744073709551615 6377433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 25969 24526 592 984 0 24982 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 103876

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13055
/proc/meminfo: memFree=1669508/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=105448 CPUtime=1002.01
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 496590 0 0 0 98767 1434 0 0 25 0 1 0 43556400 107978752 24893 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 26362 24893 592 984 0 25375 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 105448

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13057
/proc/meminfo: memFree=1666904/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=108116 CPUtime=1061.99
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 512160 0 0 0 104689 1510 0 0 25 0 1 0 43556400 110710784 25546 1992294400 4194304 8223781 140737479608640 18446744073709551615 6536496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 27029 25546 592 984 0 26042 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 108116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13057
/proc/meminfo: memFree=1664920/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=110420 CPUtime=1121.98
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 541976 0 0 0 110604 1594 0 0 25 0 1 0 43556400 113070080 26017 1992294400 4194304 8223781 140737479608640 18446744073709551615 6604282 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 27605 26017 592 984 0 26618 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 110420

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13059
/proc/meminfo: memFree=1660456/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=114920 CPUtime=1181.96
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 568777 0 0 0 116527 1669 0 0 25 0 1 0 43556400 117678080 27181 1992294400 4194304 8223781 140737479608640 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 28730 27181 592 984 0 27743 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 114920

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13061
/proc/meminfo: memFree=1658100/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=117296 CPUtime=1241.94
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 590512 0 0 0 122440 1754 0 0 25 0 1 0 43556400 120111104 27745 1992294400 4194304 8223781 140737479608640 18446744073709551615 6532641 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 29324 27745 592 984 0 28337 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 117296

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13063
/proc/meminfo: memFree=1656612/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=118576 CPUtime=1301.93
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 604860 0 0 0 128367 1826 0 0 25 0 1 0 43556400 121421824 28075 1992294400 4194304 8223781 140737479608640 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 29644 28075 592 984 0 28657 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 118576

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13065
/proc/meminfo: memFree=1655000/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=120124 CPUtime=1361.91
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 620660 0 0 0 134289 1902 0 0 25 0 1 0 43556400 123006976 28500 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 30031 28500 592 984 0 29044 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 120124

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13065
/proc/meminfo: memFree=1653016/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=122044 CPUtime=1421.9
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 639731 0 0 0 140212 1978 0 0 25 0 1 0 43556400 124973056 28969 1992294400 4194304 8223781 140737479608640 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 30511 28969 592 984 0 29524 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 122044

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13067
/proc/meminfo: memFree=1650288/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=124824 CPUtime=1481.88
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 655823 0 0 0 146139 2049 0 0 25 0 1 0 43556400 127819776 29640 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 31206 29640 592 984 0 30219 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 124824

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13069
/proc/meminfo: memFree=1649544/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=125852 CPUtime=1541.86
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 667815 0 0 0 152070 2116 0 0 25 0 1 0 43556400 128872448 29868 1992294400 4194304 8223781 140737479608640 18446744073709551615 6569509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 31463 29868 592 984 0 30476 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 125852

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13071
/proc/meminfo: memFree=1648180/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=127108 CPUtime=1601.85
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 684453 0 0 0 157988 2197 0 0 25 0 1 0 43556400 130158592 30215 1992294400 4194304 8223781 140737479608640 18446744073709551615 6505963 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 31777 30215 592 984 0 30790 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 127108

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13073
/proc/meminfo: memFree=1645576/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=129480 CPUtime=1661.83
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 696414 0 0 0 163917 2266 0 0 25 0 1 0 43556400 132587520 30807 1992294400 4194304 8223781 140737479608640 18446744073709551615 6532649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 32370 30807 592 984 0 31383 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 129480

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13073
/proc/meminfo: memFree=1643592/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=131528 CPUtime=1721.81
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 716624 0 0 0 169833 2348 0 0 25 0 1 0 43556400 134684672 31263 1992294400 4194304 8223781 140737479608640 18446744073709551615 6559810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 32882 31263 592 984 0 31895 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 131528

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13075
/proc/meminfo: memFree=1642228/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=132896 CPUtime=1781.79
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 731640 0 0 0 175758 2421 0 0 25 0 1 0 43556400 136085504 31599 1992294400 4194304 8223781 140737479608640 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 33224 31599 592 984 0 32237 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 132896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13077
/proc/meminfo: memFree=1641732/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=133648 CPUtime=1800.11
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 734409 0 0 0 177565 2446 0 0 25 0 1 0 43556400 136855552 31775 1992294400 4194304 8223781 140737479608640 18446744073709551615 6021394 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13025/statm: 33412 31775 593 984 0 32425 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 133648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13077
/proc/meminfo: memFree=1641732/2059040 swapFree=4136508/4192956
[pid=13025] ppid=13023 vsize=132620 CPUtime=1800.21
/proc/13025/stat : 13025 (pbscip.linux.x8) R 13023 13025 12600 0 -1 4202496 734410 0 0 0 177575 2446 0 0 25 0 1 0 43556400 135802880 31519 1992294400 4194304 8223781 140737479608640 18446744073709551615 4382129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13025/statm: 33155 31519 594 984 0 32168 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 132620

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.27
CPU user time (s): 1775.8
CPU system time (s): 24.4743
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 133944

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

runsolver used 3.01554 second user time and 8.47271 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-16 11:12:04
IDJOB=2666317
IDBENCH=48335
IDSOLVER=1169
FILE ID=node001/2666317-1276679524
PBS_JOBID= 11172566
Free space on /tmp= 62516 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_5_15.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666317-1276679524/watcher-2666317-1276679524 -o /tmp/evaluation-result-2666317-1276679524/solver-2666317-1276679524 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666317-1276679524.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2b927be10d6e21370847ee6c94426772
RANDOM SEED=2031217444

node001.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.202
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.40
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.202
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:       1769120 kB
Buffers:         71020 kB
Cached:         126344 kB
SwapCached:      10168 kB
Active:         110988 kB
Inactive:        99960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1769120 kB
SwapTotal:     4192956 kB
SwapFree:      4136508 kB
Dirty:            4628 kB
Writeback:           0 kB
AnonPages:       11740 kB
Mapped:           9444 kB
Slab:            57260 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182212 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= 62512 MiB
End job on node001 at 2010-06-16 11:42:06