Trace number 2702856

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.37 1790.06

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_2_40.opb
MD5SUMf3f7503aace115ec5eea1f9ed4e29626
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2520
Sum of products size (including duplicates)5040
Number of different products1260
Sum of products size2520

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2702856-1278574893.opb>
0.00/0.03	c original problem has 1460 variables (1460 bin, 0 int, 0 impl, 0 cont) and 1562 constraints
0.00/0.03	c problem read
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.09/0.12	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10280 impls, 200 clqs
0.09/0.18	c presolving (2 rounds):
0.09/0.18	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  10280 implications, 200 cliques
0.09/0.18	c presolved problem has 1460 variables (1460 bin, 0 int, 0 impl, 0 cont) and 1562 constraints
0.09/0.18	c       1 constraints of type <knapsack>
0.09/0.18	c     300 constraints of type <setppc>
0.09/0.18	c    1260 constraints of type <and>
0.09/0.18	c       1 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.14
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.3
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1789.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 1620
0.09/0.18	c 
0.09/0.18	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c limits/solutions = 1
0.09/0.18	c 
0.09/0.18	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.18	c separating/maxrounds = 1
0.09/0.18	c 
0.09/0.18	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/maxroundsroot = 5
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.18	c constraints/knapsack/disaggregation = FALSE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c presolving/probing/maxrounds = 0
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/coefdiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.18	c heuristics/crossover/freq = -1
0.09/0.18	c 
0.09/0.18	c # number of nodes added to the contingent of the total nodes
0.09/0.18	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.18	c heuristics/crossover/nodesofs = 750
0.09/0.18	c 
0.09/0.18	c # number of nodes without incumbent change that heuristic should wait
0.09/0.18	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.18	c heuristics/crossover/nwaitingnodes = 100
0.09/0.18	c 
0.09/0.18	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.18	c # [type: real, range: [0,1], default: 0.1]
0.09/0.18	c heuristics/crossover/nodesquot = 0.15
0.09/0.18	c 
0.09/0.18	c # minimum percentage of integer variables that have to be fixed 
0.09/0.18	c # [type: real, range: [0,1], default: 0.666]
0.09/0.18	c heuristics/crossover/minfixingrate = 0.5
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.18	c heuristics/feaspump/freq = -1
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/fracdiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/guideddiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/intshifting/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/linesearchdiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c heuristics/nlp/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.18	c heuristics/objpscostdiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.18	c # [type: real, range: [0,1], default: 0.01]
0.09/0.18	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c heuristics/oneopt/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/pscostdiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18	c heuristics/rens/freq = -1
0.09/0.18	c 
0.09/0.18	c # minimum percentage of integer variables that have to be fixable 
0.09/0.18	c # [type: real, range: [0,1], default: 0.5]
0.09/0.18	c heuristics/rens/minfixingrate = 0.3
0.09/0.18	c 
0.09/0.18	c # number of nodes added to the contingent of the total nodes
0.09/0.18	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.18	c heuristics/rens/nodesofs = 2000
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.18	c heuristics/rootsoldiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.18	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c heuristics/rounding/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/shifting/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c heuristics/simplerounding/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18	c heuristics/trivial/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c heuristics/trysol/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.18	c heuristics/veclendiving/freq = -1
0.09/0.18	c 
0.09/0.18	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.18	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.18	c 
0.09/0.18	c # additional number of allowed LP iterations
0.09/0.18	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.18	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c heuristics/zirounding/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18	c separating/cmir/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18	c separating/flowcover/freq = -1
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.79/0.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.81	c   0.8s|     1 |     0 |  1302 |     - |6588k|   0 | 629 |1460 |1562 |1460 |2822 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.30/4.33	c   4.3s|     1 |     0 |  1393 |     - |8873k|   0 | 642 |1460 |1675 |1460 |2850 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.09/7.10	c   7.1s|     1 |     0 |  1483 |     - |  10M|   0 | 631 |1460 |1675 |1460 |2860 |  38 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.49/9.54	c   9.5s|     1 |     0 |  1536 |     - |  12M|   0 | 620 |1460 |1675 |1460 |2868 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
12.19/12.28	c  12.3s|     1 |     0 |  1592 |     - |  14M|   0 | 620 |1460 |1675 |1460 |2873 |  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.08/15.11	c  15.1s|     1 |     0 |  1676 |     - |  17M|   0 | 620 |1460 |1675 |1460 |2879 |  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
18.79/18.87	c  18.8s|     1 |     2 |  1676 |     - |  17M|   0 | 620 |1460 |1675 |1460 |2879 |  57 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
1789.30/1790.02	c 
1789.30/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.30/1790.02	c Solving Time (sec) : 1789.99
1789.30/1790.02	c Solving Nodes      : 4289
1789.30/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.30/1790.02	c Dual Bound         : +0.00000000000000e+00
1789.30/1790.02	c Gap                : infinite
1789.30/1790.02	s UNKNOWN
1789.30/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.30/1790.02	c Solving Time       :    1789.99
1789.30/1790.02	c Original Problem   :
1789.30/1790.02	c   Problem name     : HOME/instance-2702856-1278574893.opb
1789.30/1790.02	c   Variables        : 1460 (1460 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.30/1790.02	c   Constraints      : 1562 initial, 1562 maximal
1789.30/1790.02	c Presolved Problem  :
1789.30/1790.02	c   Problem name     : t_HOME/instance-2702856-1278574893.opb
1789.30/1790.02	c   Variables        : 1460 (1460 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.30/1790.02	c   Constraints      : 1562 initial, 3765 maximal
1789.30/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.30/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   and              :       0.12          0          0          0          0          0          0          0          0
1789.30/1790.02	c   linear           :       0.01          0          0          0          0          0          0          0          0
1789.30/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.30/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.30/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.30/1790.02	c   integral         :          0          0          0       2766          0         16        302          0          0       5234
1789.30/1790.02	c   knapsack         :          1          5      14095          0          1          0          0          0          0          0
1789.30/1790.02	c   setppc           :        300          5      14095          0          1          4       5837          0          0          0
1789.30/1790.02	c   and              :       1260       3531      14091          0          1          0      96776     232392          0          0
1789.30/1790.02	c   linear           :          1+         6      14091          0          1          0       1077          0          0          0
1789.30/1790.02	c   logicor          :          0+         0       4108          0          0          4       1571          0          0          0
1789.30/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.30/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.30/1790.02	c   integral         :     538.16       0.00       0.00     538.16       0.00
1789.30/1790.02	c   knapsack         :       0.07       0.01       0.06       0.00       0.00
1789.30/1790.02	c   setppc           :       0.23       0.00       0.23       0.00       0.00
1789.30/1790.02	c   and              :       4.73       3.51       1.22       0.00       0.00
1789.30/1790.02	c   linear           :       0.57       0.00       0.57       0.00       0.00
1789.30/1790.02	c   logicor          :       0.27       0.00       0.27       0.00       0.00
1789.30/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.30/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.30/1790.02	c   vbounds          :       0.01          1          0          0
1789.30/1790.02	c   rootredcost      :       0.00          0          0          0
1789.30/1790.02	c   pseudoobj        :       0.01          0          0          0
1789.30/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.30/1790.02	c   propagation      :       0.00          8          8         19       12.6          0        0.0          -
1789.30/1790.02	c   infeasible LP    :       1.87       1647       1520       6587       16.3          0        0.0          0
1789.30/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.30/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.30/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.30/1790.02	c   applied globally :          -          -          -       2097       15.3          -          -          -
1789.30/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.30/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.30/1790.02	c   cut pool         :       0.01          4          -          -          8          -    (maximal pool size: 1064)
1789.30/1790.02	c   redcost          :       0.17       3531          0          0          0          0
1789.30/1790.02	c   impliedbounds    :       0.00          5          0          0         50          0
1789.30/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.30/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.30/1790.02	c   gomory           :       6.68          5          0          0          0          0
1789.30/1790.02	c   strongcg         :       6.13          5          0          0       1709          0
1789.30/1790.02	c   cmir             :       0.00          0          0          0          0          0
1789.30/1790.02	c   flowcover        :       0.00          0          0          0          0          0
1789.30/1790.02	c   clique           :       0.08          5          0          0         32          0
1789.30/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.30/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.30/1790.02	c   rapidlearning    :       1.01          1          0          0          0        113
1789.30/1790.02	c Pricers            :       Time      Calls       Vars
1789.30/1790.02	c   problem variables:       0.00          0          0
1789.30/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.30/1790.02	c   relpscost        :     538.15       2766         16        302          0          0       5234
1789.30/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.30/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.30/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.30/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.30/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.30/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.30/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.30/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.30/1790.02	c   LP solutions     :       0.00          -          0
1789.30/1790.02	c   pseudo solutions :       0.00          -          0
1789.30/1790.02	c   trivial          :       0.00          1          0
1789.30/1790.02	c   simplerounding   :       0.00          0          0
1789.30/1790.02	c   zirounding       :       0.00          0          0
1789.30/1790.02	c   rounding         :       0.00          0          0
1789.30/1790.02	c   shifting         :       0.00          0          0
1789.30/1790.02	c   intshifting      :       0.00          0          0
1789.30/1790.02	c   oneopt           :       0.00          0          0
1789.30/1790.02	c   twoopt           :       0.00          0          0
1789.30/1790.02	c   fixandinfer      :       0.00          0          0
1789.30/1790.02	c   feaspump         :       0.00          0          0
1789.30/1790.02	c   coefdiving       :       0.00          0          0
1789.30/1790.02	c   pscostdiving     :       0.00          0          0
1789.30/1790.02	c   fracdiving       :       0.00          0          0
1789.30/1790.02	c   veclendiving     :       0.00          0          0
1789.30/1790.02	c   intdiving        :       0.00          0          0
1789.30/1790.02	c   actconsdiving    :       0.00          0          0
1789.30/1790.02	c   objpscostdiving  :       0.00          0          0
1789.30/1790.02	c   rootsoldiving    :       0.00          0          0
1789.30/1790.02	c   linesearchdiving :       0.00          0          0
1789.30/1790.02	c   guideddiving     :       0.00          0          0
1789.30/1790.02	c   octane           :       0.00          0          0
1789.30/1790.02	c   rens             :       0.00          0          0
1789.30/1790.02	c   rins             :       0.00          0          0
1789.30/1790.02	c   localbranching   :       0.00          0          0
1789.30/1790.02	c   mutation         :       0.00          0          0
1789.30/1790.02	c   crossover        :       0.00          0          0
1789.30/1790.02	c   dins             :       0.00          0          0
1789.30/1790.02	c   undercover       :       0.00          0          0
1789.30/1790.02	c   nlp              :       0.00          0          0
1789.30/1790.02	c   trysol           :       0.00          0          0
1789.30/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.30/1790.02	c   primal LP        :      16.54          0          0       0.00       0.00
1789.30/1790.02	c   dual LP          :    1200.57       7926    1930903     243.62    1608.32
1789.30/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.30/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.30/1790.02	c   diving/probing LP:       0.00          0          0       0.00          -
1789.30/1790.02	c   strong branching :     537.25       4216     832147     197.38    1548.91
1789.30/1790.02	c     (at root node) :          -         10       4014     401.40          -
1789.30/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.30/1790.02	c B&B Tree           :
1789.30/1790.02	c   number of runs   :          1
1789.30/1790.02	c   nodes            :       4289
1789.30/1790.02	c   nodes (total)    :       4289
1789.30/1790.02	c   nodes left       :        924
1789.30/1790.02	c   max depth        :         29
1789.30/1790.02	c   max depth (total):         29
1789.30/1790.02	c   backtracks       :       1033 (24.1%)
1789.30/1790.02	c   delayed cutoffs  :         24
1789.30/1790.02	c   repropagations   :       3228 (16057 domain reductions, 0 cutoffs)
1789.30/1790.02	c   avg switch length:       6.47
1789.30/1790.02	c   switching time   :      18.67
1789.30/1790.02	c Solution           :
1789.30/1790.02	c   Solutions found  :          0 (0 improvements)
1789.30/1790.02	c   Primal Bound     :          -
1789.30/1790.02	c   Dual Bound       : +0.00000000000000e+00
1789.30/1790.02	c   Gap              :   infinite
1789.30/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1789.30/1790.02	c   Root Iterations  :       1676
1789.30/1790.05	c Time complete: 1789.36.

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-2702856-1278574893/watcher-2702856-1278574893 -o /tmp/evaluation-result-2702856-1278574893/solver-2702856-1278574893 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702856-1278574893.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.99 0.97 0.89 3/106 28640
/proc/meminfo: memFree=1846872/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=7904 CPUtime=0
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 1059 0 0 0 0 0 0 0 20 0 1 0 25696315 8093696 970 1992294400 4194304 8395647 140735218464032 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28640/statm: 1976 979 365 1026 0 946 0

[startup+0.068277 s]
/proc/loadavg: 0.99 0.97 0.89 3/106 28640
/proc/meminfo: memFree=1846872/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=18480 CPUtime=0.06
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 3985 0 0 0 5 1 0 0 20 0 1 0 25696315 18923520 3542 1992294400 4194304 8395647 140735218464032 18446744073709551615 4834275 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 4620 3542 453 1026 0 3590 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18480

[startup+0.101283 s]
/proc/loadavg: 0.99 0.97 0.89 3/106 28640
/proc/meminfo: memFree=1846872/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=18480 CPUtime=0.09
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 3985 0 0 0 8 1 0 0 20 0 1 0 25696315 18923520 3542 1992294400 4194304 8395647 140735218464032 18446744073709551615 4834289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 4620 3542 453 1026 0 3590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18480

[startup+0.301318 s]
/proc/loadavg: 0.99 0.97 0.89 3/106 28640
/proc/meminfo: memFree=1846872/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=25760 CPUtime=0.29
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 5955 0 0 0 27 2 0 0 20 0 1 0 25696315 26378240 5454 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 6440 5454 572 1026 0 5410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25760

[startup+0.701388 s]
/proc/loadavg: 0.99 0.97 0.89 3/106 28640
/proc/meminfo: memFree=1846872/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=27232 CPUtime=0.69
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 6251 0 0 0 67 2 0 0 20 0 1 0 25696315 27885568 5749 1992294400 4194304 8395647 140735218464032 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 6808 5749 575 1026 0 5778 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27232

[startup+1.50053 s]
/proc/loadavg: 0.99 0.97 0.89 2/107 28641
/proc/meminfo: memFree=1826032/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=27232 CPUtime=1.49
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 6277 0 0 0 146 3 0 0 22 0 1 0 25696315 27885568 5775 1992294400 4194304 8395647 140735218464032 18446744073709551615 6200111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 6808 5775 598 1026 0 5778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27232

[startup+3.1008 s]
/proc/loadavg: 0.99 0.97 0.89 2/107 28641
/proc/meminfo: memFree=1825784/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=30308 CPUtime=3.09
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 7056 0 0 0 305 4 0 0 25 0 1 0 25696315 31035392 6552 1992294400 4194304 8395647 140735218464032 18446744073709551615 6125003 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 7577 6552 598 1026 0 6547 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30308

[startup+6.30036 s]
/proc/loadavg: 0.99 0.97 0.89 2/107 28642
/proc/meminfo: memFree=1806192/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=6.28
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11155 0 0 0 598 30 0 0 25 0 1 0 25696315 48558080 10644 1992294400 4194304 8395647 140735218464032 18446744073709551615 6129705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 10644 627 1026 0 10825 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47420

[startup+12.7005 s]
/proc/loadavg: 0.99 0.97 0.89 2/107 28642
/proc/meminfo: memFree=1805324/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=12.69
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11379 0 0 0 1236 33 0 0 25 0 1 0 25696315 48558080 10815 1992294400 4194304 8395647 140735218464032 18446744073709551615 4270539 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 10815 625 1026 0 10825 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47420

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.89 2/107 28642
/proc/meminfo: memFree=1804332/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=25.48
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11632 0 0 0 2509 39 0 0 25 0 1 0 25696315 48558080 11068 1992294400 4194304 8395647 140735218464032 18446744073709551615 6741175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11068 626 1026 0 10825 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47420

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.89 2/107 28643
/proc/meminfo: memFree=1804332/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=51.07
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11632 0 0 0 5055 52 0 0 25 0 1 0 25696315 48558080 11068 1992294400 4194304 8395647 140735218464032 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11068 626 1026 0 10825 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47420

[startup+102.309 s]
/proc/loadavg: 0.99 0.97 0.90 2/107 28644
/proc/meminfo: memFree=1804332/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=102.25
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11632 0 0 0 10145 80 0 0 25 0 1 0 25696315 48558080 11068 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11068 626 1026 0 10825 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 47420

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28646
/proc/meminfo: memFree=1804332/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=162.22
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11634 0 0 0 16104 118 0 0 25 0 1 0 25696315 48558080 11070 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11070 628 1026 0 10825 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 47420

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28647
/proc/meminfo: memFree=1804208/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=222.2
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11634 0 0 0 22066 154 0 0 25 0 1 0 25696315 48558080 11070 1992294400 4194304 8395647 140735218464032 18446744073709551615 6701841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11070 628 1026 0 10825 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 47420

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28649
/proc/meminfo: memFree=1804208/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=282.18
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11634 0 0 0 28030 188 0 0 25 0 1 0 25696315 48558080 11070 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11070 628 1026 0 10825 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 47420

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28651
/proc/meminfo: memFree=1804208/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47420 CPUtime=342.15
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11634 0 0 0 33993 222 0 0 25 0 1 0 25696315 48558080 11070 1992294400 4194304 8395647 140735218464032 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11855 11070 628 1026 0 10825 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 47420

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28652
/proc/meminfo: memFree=1803960/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47672 CPUtime=402.14
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11700 0 0 0 39958 256 0 0 25 0 1 0 25696315 48816128 11136 1992294400 4194304 8395647 140735218464032 18446744073709551615 6696294 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11918 11136 628 1026 0 10888 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 47672

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28654
/proc/meminfo: memFree=1803836/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=47672 CPUtime=462.11
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11700 0 0 0 45921 290 0 0 25 0 1 0 25696315 48816128 11136 1992294400 4194304 8395647 140735218464032 18446744073709551615 6742740 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 11918 11136 628 1026 0 10888 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 47672

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28655
/proc/meminfo: memFree=1803836/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=48036 CPUtime=522.09
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11703 0 0 0 51883 326 0 0 25 0 1 0 25696315 49188864 11139 1992294400 4194304 8395647 140735218464032 18446744073709551615 6701797 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12009 11139 628 1026 0 10979 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 48036

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28657
/proc/meminfo: memFree=1803712/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=48036 CPUtime=582.07
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11739 0 0 0 57847 360 0 0 25 0 1 0 25696315 49188864 11175 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12009 11175 628 1026 0 10979 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 48036

[startup+642.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28659
/proc/meminfo: memFree=1803464/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=48036 CPUtime=642.06
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 11766 0 0 0 63811 395 0 0 25 0 1 0 25696315 49188864 11202 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12009 11202 628 1026 0 10979 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 48036

[startup+702.301 s]

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

/proc/meminfo: memFree=1802224/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=48896 CPUtime=1061.89
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12033 0 0 0 105550 639 0 0 25 0 1 0 25696315 50069504 11469 1992294400 4194304 8395647 140735218464032 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12224 11469 628 1026 0 11194 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 48896

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28671
/proc/meminfo: memFree=1801604/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=49972 CPUtime=1121.87
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12191 0 0 0 111514 673 0 0 25 0 1 0 25696315 51171328 11627 1992294400 4194304 8395647 140735218464032 18446744073709551615 6585945 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12493 11627 628 1026 0 11463 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 49972

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28682
/proc/meminfo: memFree=1800364/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=50136 CPUtime=1181.84
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12240 0 0 0 117474 710 0 0 25 0 1 0 25696315 51339264 11676 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12534 11676 628 1026 0 11504 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 50136

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28684
/proc/meminfo: memFree=1800364/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=50368 CPUtime=1241.81
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12372 0 0 0 123435 746 0 0 25 0 1 0 25696315 51576832 11808 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12592 11808 628 1026 0 11562 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 50368

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28685
/proc/meminfo: memFree=1800364/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=50368 CPUtime=1301.79
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12390 0 0 0 129398 781 0 0 25 0 1 0 25696315 51576832 11826 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12592 11826 628 1026 0 11562 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 50368

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28687
/proc/meminfo: memFree=1799744/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=51320 CPUtime=1361.77
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12545 0 0 0 135364 813 0 0 25 0 1 0 25696315 52551680 11981 1992294400 4194304 8395647 140735218464032 18446744073709551615 6697116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12830 11981 628 1026 0 11800 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 51320

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28688
/proc/meminfo: memFree=1799248/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=51660 CPUtime=1421.75
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12677 0 0 0 141329 846 0 0 25 0 1 0 25696315 52899840 12113 1992294400 4194304 8395647 140735218464032 18446744073709551615 6696995 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 12915 12113 628 1026 0 11885 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 51660

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28690
/proc/meminfo: memFree=1798876/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52032 CPUtime=1481.72
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12750 0 0 0 147289 883 0 0 25 0 1 0 25696315 53280768 12186 1992294400 4194304 8395647 140735218464032 18446744073709551615 6719183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13008 12186 628 1026 0 11978 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 52032

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28692
/proc/meminfo: memFree=1798628/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52332 CPUtime=1541.7
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12865 0 0 0 153251 919 0 0 25 0 1 0 25696315 53587968 12301 1992294400 4194304 8395647 140735218464032 18446744073709551615 6696334 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13083 12301 628 1026 0 12053 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 52332

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28693
/proc/meminfo: memFree=1798504/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1601.68
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 159217 951 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 52496

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28695
/proc/meminfo: memFree=1798504/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1661.66
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 165183 983 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6746598 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 52496

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28696
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1721.63
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 171148 1015 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 52496

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1781.6
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177112 1048 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 52496

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1784.8
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177430 1050 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6696700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1784.8
Current children cumulated vsize (KiB) 52496

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1786.4
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177589 1051 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6696307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1786.4
Current children cumulated vsize (KiB) 52496

[startup+1788.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1788
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177748 1052 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1788
Current children cumulated vsize (KiB) 52496

[startup+1789.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1788.8
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177827 1053 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6663845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 52496

[startup+1789.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1789.2
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177867 1053 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6701833 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 52496

[startup+1790 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 28698
/proc/meminfo: memFree=1798380/2059040 swapFree=4139716/4192956
[pid=28640] ppid=28638 vsize=52496 CPUtime=1789.3
/proc/28640/stat : 28640 (pbscip.linux.x8) R 28638 28640 28405 0 -1 4202496 12906 0 0 0 177877 1053 0 0 25 0 1 0 25696315 53755904 12342 1992294400 4194304 8395647 140735218464032 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28640/statm: 13124 12342 628 1026 0 12094 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 52496

Child status: 0
Real time (s): 1790.06
CPU time (s): 1789.37
CPU user time (s): 1778.82
CPU system time (s): 10.5444
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 52496

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

runsolver used 3.16752 second user time and 8.24075 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-08 09:41:33
IDJOB=2702856
IDBENCH=48305
IDSOLVER=1213
FILE ID=node048/2702856-1278574893
PBS_JOBID= 11240078
Free space on /tmp= 62564 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_2_40.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-2702856-1278574893/watcher-2702856-1278574893 -o /tmp/evaluation-result-2702856-1278574893/solver-2702856-1278574893 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702856-1278574893.opb -t 1800 -m 1800

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

MD5SUM BENCH= f3f7503aace115ec5eea1f9ed4e29626
RANDOM SEED=733822967

node048.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.262
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.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		: 3000.262
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1847400 kB
Buffers:         17124 kB
Cached:         109500 kB
SwapCached:       6676 kB
Active:         102812 kB
Inactive:        37320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1847400 kB
SwapTotal:     4192956 kB
SwapFree:      4139716 kB
Dirty:           10368 kB
Writeback:           0 kB
AnonPages:       11784 kB
Mapped:          11992 kB
Slab:            49452 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180236 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= 62552 MiB
End job on node048 at 2010-07-08 10:11:23