Trace number 2666311

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 solverSAT 199.234 199.286

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_3_80.opb
MD5SUM4023d6beb9ef2c356e20e783b830f625
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.91371
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

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-2666311-1276679337.opb>
0.09/0.12	c original problem has 7316 variables (7316 bin, 0 int, 0 impl, 0 cont) and 7818 constraints
0.09/0.12	c problem read
0.09/0.12	c No objective function, only one solution is needed.
0.09/0.12	c presolving settings loaded
0.19/0.22	c presolving:
0.49/0.54	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 51528 impls, 1000 clqs
0.79/0.80	c presolving (2 rounds):
0.79/0.80	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.80	c  51528 implications, 1000 cliques
0.79/0.80	c presolved problem has 7316 variables (7316 bin, 0 int, 0 impl, 0 cont) and 7818 constraints
0.79/0.80	c       1 constraints of type <knapsack>
0.79/0.80	c    1000 constraints of type <setppc>
0.79/0.80	c    6316 constraints of type <and>
0.79/0.80	c       1 constraints of type <linear>
0.79/0.80	c     500 constraints of type <logicor>
0.79/0.80	c transformed objective value is always integral (scale: 1)
0.79/0.80	c Presolving Time: 0.43
0.79/0.80	c - non default parameters ----------------------------------------------------------------------
0.79/0.80	c # SCIP version 1.2.1.2
0.79/0.80	c 
0.79/0.80	c # frequency for displaying node information lines
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.80	c display/freq = 10000
0.79/0.80	c 
0.79/0.80	c # maximal time in seconds to run
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.80	c limits/time = 1799.89
0.79/0.80	c 
0.79/0.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.80	c limits/memory = 1620
0.79/0.80	c 
0.79/0.80	c # solving stops, if the given number of solutions were found (-1: no limit)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.80	c limits/solutions = 1
0.79/0.80	c 
0.79/0.80	c # maximal number of separation rounds per node (-1: unlimited)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 5]
0.79/0.80	c separating/maxrounds = 1
0.79/0.80	c 
0.79/0.80	c # maximal number of separation rounds in the root node (-1: unlimited)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.80	c separating/maxroundsroot = 5
0.79/0.80	c 
0.79/0.80	c # should presolving try to simplify inequalities
0.79/0.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.80	c constraints/linear/simplifyinequalities = TRUE
0.79/0.80	c 
0.79/0.80	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.79/0.80	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.79/0.80	c constraints/knapsack/disaggregation = FALSE
0.79/0.80	c 
0.79/0.80	c # should presolving try to simplify knapsacks
0.79/0.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.80	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.80	c 
0.79/0.80	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.80	c presolving/probing/maxrounds = 0
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/coefdiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.80	c heuristics/coefdiving/maxlpiterquot = 0.075
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/coefdiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 30]
0.79/0.80	c heuristics/crossover/freq = -1
0.79/0.80	c 
0.79/0.80	c # number of nodes added to the contingent of the total nodes
0.79/0.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.79/0.80	c heuristics/crossover/nodesofs = 750
0.79/0.80	c 
0.79/0.80	c # number of nodes without incumbent change that heuristic should wait
0.79/0.80	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.79/0.80	c heuristics/crossover/nwaitingnodes = 100
0.79/0.80	c 
0.79/0.80	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.79/0.80	c # [type: real, range: [0,1], default: 0.1]
0.79/0.80	c heuristics/crossover/nodesquot = 0.15
0.79/0.80	c 
0.79/0.80	c # minimum percentage of integer variables that have to be fixed 
0.79/0.80	c # [type: real, range: [0,1], default: 0.666]
0.79/0.80	c heuristics/crossover/minfixingrate = 0.5
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 20]
0.79/0.80	c heuristics/feaspump/freq = -1
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/feaspump/maxlpiterofs = 2000
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/fracdiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.80	c heuristics/fracdiving/maxlpiterquot = 0.075
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/fracdiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/guideddiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.80	c heuristics/guideddiving/maxlpiterquot = 0.075
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/guideddiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.80	c heuristics/intdiving/maxlpiterquot = 0.075
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/intshifting/freq = -1
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/linesearchdiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.80	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.80	c heuristics/nlp/freq = -1
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 20]
0.79/0.80	c heuristics/objpscostdiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to total iteration number
0.79/0.80	c # [type: real, range: [0,1], default: 0.01]
0.79/0.80	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.80	c heuristics/oneopt/freq = -1
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/pscostdiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.80	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/pscostdiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 0]
0.79/0.80	c heuristics/rens/freq = -1
0.79/0.80	c 
0.79/0.80	c # minimum percentage of integer variables that have to be fixable 
0.79/0.80	c # [type: real, range: [0,1], default: 0.5]
0.79/0.80	c heuristics/rens/minfixingrate = 0.3
0.79/0.80	c 
0.79/0.80	c # number of nodes added to the contingent of the total nodes
0.79/0.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.79/0.80	c heuristics/rens/nodesofs = 2000
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 20]
0.79/0.80	c heuristics/rootsoldiving/freq = -1
0.79/0.80	c 
0.79/0.80	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.79/0.80	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.79/0.80	c 
0.79/0.80	c # additional number of allowed LP iterations
0.79/0.80	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.80	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.80	c heuristics/rounding/freq = -1
0.79/0.80	c 
0.79/0.80	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.79/0.80	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.80	c heuristics/shifting/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.81	c heuristics/simplerounding/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 0]
0.79/0.81	c heuristics/trivial/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.81	c heuristics/trysol/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 10]
0.79/0.81	c heuristics/veclendiving/freq = -1
0.79/0.81	c 
0.79/0.81	c # maximal fraction of diving LP iterations compared to node LP iterations
0.79/0.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.79/0.81	c heuristics/veclendiving/maxlpiterquot = 0.075
0.79/0.81	c 
0.79/0.81	c # additional number of allowed LP iterations
0.79/0.81	c # [type: int, range: [0,2147483647], default: 1000]
0.79/0.81	c heuristics/veclendiving/maxlpiterofs = 1500
0.79/0.81	c 
0.79/0.81	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.81	c heuristics/zirounding/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 0]
0.79/0.81	c separating/cmir/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 0]
0.79/0.81	c separating/flowcover/freq = -1
0.79/0.81	c 
0.79/0.81	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.81	c separating/rapidlearning/freq = 0
0.79/0.81	c 
0.79/0.81	c -----------------------------------------------------------------------------------------------
0.79/0.81	c start solving
0.79/0.81	c 
1.59/1.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.59/1.66	c   1.3s|     1 |     0 |   971 |     - |  33M|   0 | 502 |7316 |7818 |7316 |  14k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.25	c   7.6s|     1 |     0 |  1174 |     - |  37M|   0 | 501 |7316 |7818 |7316 |  14k|  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.08/14.14	c  13.5s|     1 |     0 |  1390 |     - |  40M|   0 | 481 |7316 |7818 |7316 |  14k|  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
20.08/20.16	c  19.5s|     1 |     0 |  1513 |     - |  43M|   0 | 489 |7316 |7818 |7316 |  14k|  90 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.48/26.56	c  25.8s|     1 |     0 |  1604 |     - |  45M|   0 | 519 |7316 |7818 |7316 |  14k| 103 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
33.18/33.23	c  32.5s|     1 |     0 |  1722 |     - |  48M|   0 | 546 |7316 |7818 |7316 |  14k| 122 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.39/38.42	c  37.6s|     1 |     2 |  1722 |     - |  48M|   0 | 546 |7316 |7818 |7316 |  14k| 122 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
199.04/199.14	c * 196s|   587 |     0 | 26359 |  42.0 |  48M| 160 |   - |7316 |7829 |7316 |2632 |4429 |  11 |3130 | 0.000000e+00 | 0.000000e+00 |   0.00%
199.04/199.15	c 
199.04/199.15	c SCIP Status        : problem is solved [optimal solution found]
199.04/199.15	c Solving Time (sec) : 196.46
199.04/199.15	c Solving Nodes      : 587
199.04/199.15	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
199.04/199.15	c Dual Bound         : +0.00000000000000e+00
199.04/199.15	c Gap                : 0.00 %
199.04/199.17	s SATISFIABLE
199.04/199.17	v -x972 -x966 -x919 -x636 -x861 -x917 -x717 -x934 -x847 -x605 -x902 -x677 -x979 -x779 -x987 -x849 -x662 -x701 -x629 x888 -x913 -x850 
199.04/199.17	v -x995 -x879 -x881 -x935 -x971 -x929 -x901 -x756 -x710 x818 -x865 -x631 -x680 -x589 -x718 x798 -x910 -x767 -x719 -x764 -x706 
199.04/199.17	v -x583 -x801 -x813 -x870 -x597 -x666 -x909 -x856 -x880 -x612 -x797 -x954 -x980 -x961 -x873 -x698 -x577 -x915 -x556 -x864 -x760 
199.04/199.17	v -x725 -x632 -x615 -x670 -x651 -x946 -x885 -x735 -x942 -x630 -x897 -x592 -x552 -x758 -x693 -x997 -x793 -x943 -x694 -x561 -x794 
199.04/199.17	v -x904 -x857 -x679 -x600 -x560 -x911 -x827 -x752 -x696 -x982 -x755 -x884 -x628 -x922 -x551 -x555 x546 -x970 x959 -x585 -x784 
199.04/199.17	v -x674 -x686 -x860 x683 -x825 -x641 -x624 -x608 -x547 -x721 x749 -x668 x862 -x918 -x736 -x832 -x895 -x606 -x903 -x763 -x619 
199.04/199.17	v -x722 -x855 -x957 -x947 -x744 -x682 -x566 -x541 -x730 -x754 x587 -x834 -x780 -x1000 -x688 -x609 -x990 -x663 -x819 -x713 -x731 
199.04/199.17	v -x673 -x635 -x921 -x581 -x665 -x965 -x729 -x610 -x690 -x633 -x891 x930 -x912 -x697 -x650 -x700 -x664 -x958 -x676 -x720 x598 
199.04/199.17	v -x595 -x750 -x703 -x726 -x766 -x738 -x550 -x815 -x675 -x578 -x528 -x768 x621 x584 -x709 -x981 x527 -x773 -x611 -x787 -x596 
199.04/199.17	v -x839 -x705 -x920 -x853 -x711 -x593 -x762 -x778 -x928 -x733 -x525 x848 x753 -x742 -x734 -x808 -x962 x821 -x833 x823 x524 -x892 
199.04/199.17	v -x772 -x751 x554 -x538 -x659 -x846 -x876 -x989 x534 -x523 -x977 -x967 -x824 -x820 -x814 -x656 -x654 -x618 -x639 -x645 -x564 
199.04/199.17	v -x599 -x692 -x974 -x956 -x940 -x836 x580 -x530 x800 -x843 x667 -x840 x571 -x520 -x810 -x594 -x851 x607 -x708 -x714 -x545 x519 
199.04/199.17	v -x933 -x644 -x620 -x775 -x985 -x657 x518 x932 -x788 -x770 -x614 -x601 -x548 -x844 x828 x944 x789 x748 -x991 x875 -x783 x671 
199.04/199.17	v -x575 -x691 -x533 x893 -x811 x712 x949 -x771 -x952 -x627 x590 -x563 -x988 x785 -x732 -x890 x660 x586 -x704 -x536 -x514 -x964 
199.04/199.17	v -x863 -x521 -x515 -x723 -x746 x716 -x602 -x871 -x852 -x945 -x689 -x544 -x513 -x937 -x869 -x829 -x582 -x532 x526 -x535 -x931 
199.04/199.17	v -x739 -x553 -x950 -x973 -x795 -x512 -x845 -x803 -x616 -x565 x543 -x672 -x724 -x681 x804 -x728 -x817 -x511 -x777 -x737 -x684 -x678 
199.04/199.17	v -x558 -x522 -x622 -x994 -x899 x830 x510 -x960 -x638 -x540 -x537 -x806 -x757 x984 -x646 x874 x999 x769 -x907 -x927 -x509 
199.04/199.17	v -x841 -x761 -x626 -x613 -x604 -x539 -x914 -x992 -x741 -x727 x707 -x905 -x978 -x567 -x854 -x868 -x826 -x792 -x617 x517 -x816 -x743 
199.04/199.17	v -x812 -x951 -x998 -x882 x867 -x661 -x658 -x623 -x568 -x924 -x809 -x634 x878 -x968 x572 -x872 -x642 x506 -x831 -x936 -x805 
199.04/199.17	v -x687 -x786 -x837 -x898 -x549 x838 x625 x790 x505 -x906 -x883 -x835 -x796 x699 -x685 -x647 x570 -x557 x529 -x900 x983 -x923 
199.04/199.17	v x653 -x782 -x948 -x889 x588 -x993 -x649 -x504 x953 -x807 -x781 -x745 -x640 -x695 -x569 -x791 -x579 -x916 -x562 x507 x975 -x637 
199.04/199.17	v -x715 -x503 -x963 -x887 -x652 -x576 -x559 -x508 -x955 -x799 -x969 -x938 -x886 -x648 -x774 -x759 -x939 -x643 x502 x996 -x655 
199.04/199.17	v x542 x516 -x896 -x702 -x976 -x842 -x603 -x740 -x894 -x925 x501 -x908 -x866 x858 -x822 x776 -x591 -x574 -x531 -x859 -x765 -x802 
199.04/199.17	v x877 x573 -x926 -x941 -x669 -x986 -x747 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 
199.04/199.17	v -x486 -x485 -x484 -x483 x482 x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 x466 
199.04/199.17	v -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
199.04/199.17	v -x444 -x443 -x442 -x441 -x440 x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 
199.04/199.17	v -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 
199.04/199.17	v -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 
199.04/199.17	v -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 
199.04/199.17	v -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 
199.04/199.17	v -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 
199.04/199.17	v -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 
199.04/199.17	v -x298 -x297 -x296 -x295 x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 x280 -x279 -x278 
199.04/199.17	v -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 
199.04/199.17	v x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 x236 -x235 
199.04/199.17	v -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 x220 x219 -x218 -x217 -x216 -x215 -x214 
199.04/199.17	v -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 x193 
199.04/199.17	v -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 
199.04/199.17	v x170 -x169 -x168 -x167 x166 x165 x164 -x163 x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 x154 -x153 x152 x151 x150 -x149 
199.04/199.17	v -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 x136 x135 -x134 -x133 x132 -x131 -x130 x129 -x128 -x127 
199.04/199.17	v -x126 -x125 x124 -x123 x122 -x121 x120 x119 x118 -x117 x116 x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 x106 x105 
199.04/199.17	v x104 x103 -x102 -x101 -x100 x99 -x98 -x97 x96 -x95 -x94 -x93 x92 x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 
199.04/199.17	v -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 x66 x65 x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 -x55 -x54 x53 x52 
199.04/199.17	v x51 x50 x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 
199.04/199.17	v -x24 x23 x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
199.04/199.17	c SCIP Status        : problem is solved [optimal solution found]
199.04/199.17	c Solving Time       :     196.46
199.04/199.17	c Original Problem   :
199.04/199.17	c   Problem name     : HOME/instance-2666311-1276679337.opb
199.04/199.17	c   Variables        : 7316 (7316 binary, 0 integer, 0 implicit integer, 0 continuous)
199.04/199.17	c   Constraints      : 7818 initial, 7818 maximal
199.04/199.17	c Presolved Problem  :
199.04/199.17	c   Problem name     : t_HOME/instance-2666311-1276679337.opb
199.04/199.17	c   Variables        : 7316 (7316 binary, 0 integer, 0 implicit integer, 0 continuous)
199.04/199.17	c   Constraints      : 7818 initial, 7829 maximal
199.04/199.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
199.04/199.17	c   trivial          :       0.01          0          0          0          0          0          0          0          0
199.04/199.17	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
199.04/199.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
199.04/199.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
199.04/199.17	c   implics          :       0.00          0          0          0          0          0          0          0          0
199.04/199.17	c   probing          :       0.00          0          0          0          0          0          0          0          0
199.04/199.17	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
199.04/199.17	c   setppc           :       0.01          0          0          0          0          0          0          0          0
199.04/199.17	c   and              :       0.26          0          0          0          0          0          0          0          0
199.04/199.17	c   linear           :       0.06          0          0          0          0          0          0          0          0
199.04/199.17	c   logicor          :       0.01          0          0          0          0          0          0          0          0
199.04/199.17	c   root node        :          -          0          -          -          0          -          -          -          -
199.04/199.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
199.04/199.17	c   integral         :          0          0          0        648          0          0        178          0          0       1150
199.04/199.17	c   knapsack         :          1          5       2011          1          0          0          0          0          0          0
199.04/199.17	c   setppc           :       1000          5       2011          1          0          9       2653          0          0          0
199.04/199.17	c   and              :       6316        580       2002          1          0          2      32779       4375          0          0
199.04/199.17	c   linear           :          1          5       2000          1          0          0          0          0          0          0
199.04/199.17	c   logicor          :        500+         5        577          1          0          0        300          0          0          0
199.04/199.17	c   countsols        :          0          0          0          1          0          0          0          0          0          0
199.04/199.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
199.04/199.17	c   integral         :     128.76       0.00       0.00     128.76       0.00
199.04/199.18	c   knapsack         :       0.85       0.72       0.13       0.00       0.00
199.04/199.18	c   setppc           :       0.14       0.00       0.14       0.00       0.00
199.04/199.18	c   and              :       3.01       2.28       0.73       0.00       0.00
199.04/199.18	c   linear           :       0.33       0.00       0.33       0.00       0.00
199.04/199.18	c   logicor          :       0.01       0.00       0.01       0.00       0.00
199.04/199.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00
199.04/199.18	c Propagators        :       Time      Calls    Cutoffs    DomReds
199.04/199.18	c   vbounds          :       0.01          1          0          0
199.04/199.18	c   rootredcost      :       0.01          0          0          0
199.04/199.18	c   pseudoobj        :       0.00          0          0          0
199.04/199.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
199.04/199.18	c   propagation      :       0.00         11         11         11        2.8          0        0.0          -
199.04/199.18	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
199.04/199.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
199.04/199.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
199.04/199.18	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
199.04/199.18	c   applied globally :          -          -          -         11        2.8          -          -          -
199.04/199.18	c   applied locally  :          -          -          -          0        0.0          -          -          -
199.04/199.18	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
199.04/199.18	c   cut pool         :       0.01          4          -          -          3          -    (maximal pool size: 782)
199.04/199.18	c   redcost          :       0.54        580          0          0          0          0
199.04/199.18	c   impliedbounds    :       0.01          5          0          0        123          0
199.04/199.18	c   intobj           :       0.00          0          0          0          0          0
199.04/199.18	c   cgmip            :       0.00          0          0          0          0          0
199.04/199.18	c   gomory           :      15.28          5          0          0         53          0
199.04/199.18	c   strongcg         :      11.56          5          0          0       2500          0
199.04/199.18	c   cmir             :       0.00          0          0          0          0          0
199.04/199.18	c   flowcover        :       0.00          0          0          0          0          0
199.04/199.18	c   clique           :       0.23          5          0          0         30          0
199.04/199.18	c   zerohalf         :       0.00          0          0          0          0          0
199.04/199.18	c   mcf              :       0.03          1          0          0          0          0
199.04/199.18	c   rapidlearning    :       1.12          1          0          0          0          0
199.04/199.18	c Pricers            :       Time      Calls       Vars
199.04/199.18	c   problem variables:       0.00          0          0
199.04/199.18	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
199.04/199.18	c   relpscost        :     128.76        647          0        178          0          0       1150
199.04/199.18	c   pscost           :       0.00          0          0          0          0          0          0
199.04/199.18	c   inference        :       0.00          0          0          0          0          0          0
199.04/199.18	c   mostinf          :       0.00          0          0          0          0          0          0
199.04/199.18	c   leastinf         :       0.00          0          0          0          0          0          0
199.04/199.18	c   fullstrong       :       0.00          0          0          0          0          0          0
199.04/199.18	c   allfullstrong    :       0.00          0          0          0          0          0          0
199.04/199.18	c   random           :       0.00          0          0          0          0          0          0
199.04/199.18	c Primal Heuristics  :       Time      Calls      Found
199.04/199.18	c   LP solutions     :       0.00          -          1
199.04/199.18	c   pseudo solutions :       0.00          -          0
199.04/199.18	c   trivial          :       0.02          1          0
199.04/199.18	c   simplerounding   :       0.00          0          0
199.04/199.18	c   zirounding       :       0.00          0          0
199.04/199.18	c   rounding         :       0.00          0          0
199.04/199.18	c   shifting         :       0.00          0          0
199.04/199.18	c   intshifting      :       0.00          0          0
199.04/199.18	c   oneopt           :       0.00          0          0
199.04/199.18	c   twoopt           :       0.00          0          0
199.04/199.18	c   fixandinfer      :       0.00          0          0
199.04/199.18	c   feaspump         :       0.00          0          0
199.04/199.18	c   coefdiving       :       0.00          0          0
199.04/199.18	c   pscostdiving     :       0.00          0          0
199.04/199.18	c   fracdiving       :       0.00          0          0
199.04/199.18	c   veclendiving     :       0.00          0          0
199.04/199.18	c   intdiving        :       0.00          0          0
199.04/199.18	c   actconsdiving    :       0.00          0          0
199.04/199.18	c   objpscostdiving  :       0.00          0          0
199.04/199.18	c   rootsoldiving    :       0.00          0          0
199.04/199.18	c   linesearchdiving :       0.00          0          0
199.04/199.18	c   guideddiving     :       0.00          0          0
199.04/199.18	c   octane           :       0.00          0          0
199.04/199.18	c   rens             :       0.00          0          0
199.04/199.18	c   rins             :       0.00          0          0
199.04/199.18	c   localbranching   :       0.00          0          0
199.04/199.18	c   mutation         :       0.00          0          0
199.04/199.18	c   crossover        :       0.00          0          0
199.04/199.18	c   dins             :       0.00          0          0
199.04/199.18	c   undercover       :       0.00          0          0
199.04/199.18	c   nlp              :       0.00          0          0
199.04/199.18	c   trysol           :       0.00          0          0
199.04/199.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
199.04/199.18	c   primal LP        :       1.93          0          0       0.00       0.00
199.04/199.18	c   dual LP          :      26.05       1162      26359      22.68    1011.86
199.04/199.18	c   lex dual LP      :       0.00          0          0       0.00          -
199.04/199.18	c   barrier LP       :       0.00          0          0       0.00          -
199.04/199.18	c   diving/probing LP:       0.00          0          0       0.00          -
199.04/199.18	c   strong branching :     128.55       3130     114709      36.65     892.33
199.04/199.18	c     (at root node) :          -          9       1732     192.44          -
199.04/199.18	c   conflict analysis:       0.00          0          0       0.00          -
199.04/199.18	c B&B Tree           :
199.04/199.18	c   number of runs   :          1
199.04/199.18	c   nodes            :        587
199.04/199.18	c   nodes (total)    :        587
199.04/199.18	c   nodes left       :          0
199.04/199.18	c   max depth        :        160
199.04/199.18	c   max depth (total):        160
199.04/199.18	c   backtracks       :         15 (2.6%)
199.04/199.18	c   delayed cutoffs  :          0
199.04/199.18	c   repropagations   :        364 (134 domain reductions, 0 cutoffs)
199.04/199.18	c   avg switch length:       3.34
199.04/199.18	c   switching time   :       2.51
199.04/199.18	c Solution           :
199.04/199.18	c   Solutions found  :          1 (1 improvements)
199.04/199.18	c   First Solution   : +0.00000000000000e+00   (in run 1, after 587 nodes, 196.44 seconds, depth 160, found by <relaxation>)
199.04/199.18	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 587 nodes, 196.44 seconds, depth 160, found by <relaxation>)
199.04/199.18	c   Dual Bound       : +0.00000000000000e+00
199.04/199.18	c   Gap              :       0.00 %
199.04/199.18	c   Root Dual Bound  : +0.00000000000000e+00
199.04/199.18	c   Root Iterations  :       1722
199.14/199.28	c Time complete: 199.23.

Verifier Data

OK	0

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.99 3/106 7820
/proc/meminfo: memFree=1758444/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=7724 CPUtime=0
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 1030 0 0 0 0 0 0 0 18 0 1 0 43535483 7909376 950 1992294400 4194304 8223781 140735600739040 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7820/statm: 1931 958 348 984 0 944 0

[startup+0.0189061 s]
/proc/loadavg: 1.00 0.97 0.99 3/106 7820
/proc/meminfo: memFree=1758444/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=10624 CPUtime=0.01
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 1931 0 0 0 0 1 0 0 20 0 1 0 43535483 10878976 1851 1992294400 4194304 8223781 140735600739040 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7820/statm: 2656 1852 364 984 0 1669 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10624

[startup+0.100913 s]
/proc/loadavg: 1.00 0.97 0.99 3/106 7820
/proc/meminfo: memFree=1758444/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=17772 CPUtime=0.09
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 3731 0 0 0 8 1 0 0 20 0 1 0 43535483 18198528 3651 1992294400 4194304 8223781 140735600739040 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7820/statm: 4443 3651 364 984 0 3456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17772

[startup+0.300935 s]
/proc/loadavg: 1.00 0.97 0.99 3/106 7820
/proc/meminfo: memFree=1758444/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=37648 CPUtime=0.29
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 9071 0 0 0 25 4 0 0 20 0 1 0 43535483 38551552 8370 1992294400 4194304 8223781 140735600739040 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 9412 8370 426 984 0 8425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37648

[startup+0.700978 s]
/proc/loadavg: 1.00 0.97 0.99 3/106 7820
/proc/meminfo: memFree=1758444/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=41076 CPUtime=0.69
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 11423 0 0 0 52 17 0 0 20 0 1 0 43535483 42061824 9180 1992294400 4194304 8223781 140735600739040 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 10269 9180 459 984 0 9282 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41076

[startup+1.50107 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7821
/proc/meminfo: memFree=1699040/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=67608 CPUtime=1.49
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 19677 0 0 0 124 25 0 0 23 0 1 0 43535483 69230592 15505 1992294400 4194304 8223781 140735600739040 18446744073709551615 6570102 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 16902 15505 545 984 0 15915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67608

[startup+3.10124 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7821
/proc/meminfo: memFree=1697304/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=68628 CPUtime=3.09
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 20344 0 0 0 283 26 0 0 25 0 1 0 43535483 70275072 15723 1992294400 4194304 8223781 140735600739040 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 17157 15723 572 984 0 16170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68628

[startup+6.3006 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7821
/proc/meminfo: memFree=1690360/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=82952 CPUtime=6.28
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 23737 0 0 0 599 29 0 0 25 0 1 0 43535483 84942848 19103 1992294400 4194304 8223781 140735600739040 18446744073709551615 5786425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 20738 19103 580 984 0 19751 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82952

[startup+12.7013 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7821
/proc/meminfo: memFree=1681184/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=85716 CPUtime=12.69
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 37671 0 0 0 1216 53 0 0 25 0 1 0 43535483 87773184 19852 1992294400 4194304 8223781 140735600739040 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 21429 19852 601 984 0 20442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85716

[startup+25.5007 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7821
/proc/meminfo: memFree=1673124/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=92544 CPUtime=25.48
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 41429 0 0 0 2488 60 0 0 25 0 1 0 43535483 94765056 21629 1992294400 4194304 8223781 140735600739040 18446744073709551615 6009362 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 23136 21629 590 984 0 22149 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92544

[startup+51.1005 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7821
/proc/meminfo: memFree=1668040/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=96676 CPUtime=51.07
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 61040 0 0 0 5028 79 0 0 25 0 1 0 43535483 98996224 22831 1992294400 4194304 8223781 140735600739040 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24169 22831 592 984 0 23182 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 96676

[startup+102.308 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7823
/proc/meminfo: memFree=1667916/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=96684 CPUtime=102.27
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 61053 0 0 0 10125 102 0 0 25 0 1 0 43535483 99004416 22836 1992294400 4194304 8223781 140735600739040 18446744073709551615 6569743 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24171 22836 592 984 0 23184 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 96684

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1667916/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=97544 CPUtime=162.25
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 174418 0 0 0 16050 175 0 0 25 0 1 0 43535483 99885056 22997 1992294400 4194304 8223781 140735600739040 18446744073709551615 6590149 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24386 22997 592 984 0 23399 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97544

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

[startup+179.101 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1666552/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=98308 CPUtime=179.04
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 257999 0 0 0 17688 216 0 0 25 0 1 0 43535483 100667392 23229 1992294400 4194304 8223781 140735600739040 18446744073709551615 6444445 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24577 23229 594 984 0 23590 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 98308

[startup+191.901 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1665808/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=99204 CPUtime=191.84
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 315302 0 0 0 18945 239 0 0 25 0 1 0 43535483 101584896 23449 1992294400 4194304 8223781 140735600739040 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24801 23449 594 984 0 23814 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 99204

[startup+195.1 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1665312/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=99468 CPUtime=195.04
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 330165 0 0 0 19259 245 0 0 25 0 1 0 43535483 101855232 23501 1992294400 4194304 8223781 140735600739040 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24867 23501 594 984 0 23880 0
Current children cumulated CPU time (s) 195.04
Current children cumulated vsize (KiB) 99468

[startup+196.701 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1665312/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=99608 CPUtime=196.64
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 336604 0 0 0 19416 248 0 0 25 0 1 0 43535483 101998592 23560 1992294400 4194304 8223781 140735600739040 18446744073709551615 4775977 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 24902 23560 594 984 0 23915 0
Current children cumulated CPU time (s) 196.64
Current children cumulated vsize (KiB) 99608

[startup+198.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1665188/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=100496 CPUtime=198.24
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 343977 0 0 0 19572 252 0 0 25 0 1 0 43535483 102907904 23793 1992294400 4194304 8223781 140735600739040 18446744073709551615 6454758 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 25124 23793 594 984 0 24137 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 100496

[startup+198.701 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1665188/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=100496 CPUtime=198.63
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 344852 0 0 0 19611 252 0 0 25 0 1 0 43535483 102907904 23789 1992294400 4194304 8223781 140735600739040 18446744073709551615 6003322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 25124 23789 594 984 0 24137 0
Current children cumulated CPU time (s) 198.63
Current children cumulated vsize (KiB) 100496

[startup+199.109 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1664320/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=100640 CPUtime=199.04
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 346314 0 0 0 19651 253 0 0 25 0 1 0 43535483 103055360 23812 1992294400 4194304 8223781 140735600739040 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7820/statm: 25160 23812 594 984 0 24173 0
Current children cumulated CPU time (s) 199.04
Current children cumulated vsize (KiB) 100640

[startup+199.201 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7825
/proc/meminfo: memFree=1664320/2059040 swapFree=4140260/4192956
[pid=7820] ppid=7818 vsize=100640 CPUtime=199.14
/proc/7820/stat : 7820 (pbscip.linux.x8) R 7818 7820 7710 0 -1 4202496 346320 0 0 0 19660 254 0 0 25 0 1 0 43535483 103055360 23818 1992294400 4194304 8223781 140735600739040 18446744073709551615 5989840 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7820/statm: 25160 23818 595 984 0 24173 0
Current children cumulated CPU time (s) 199.14
Current children cumulated vsize (KiB) 100640

Child status: 0
Real time (s): 199.286
CPU time (s): 199.234
CPU user time (s): 196.681
CPU system time (s): 2.55261
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 120876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.681
system time used= 2.55261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346324
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= 2
involuntary context switches= 453

runsolver used 0.331949 second user time and 0.953854 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 11:08:57
IDJOB=2666311
IDBENCH=48329
IDSOLVER=1169
FILE ID=node009/2666311-1276679337
PBS_JOBID= 11172567
Free space on /tmp= 62556 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_500_10_3_80.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-2666311-1276679337/watcher-2666311-1276679337 -o /tmp/evaluation-result-2666311-1276679337/solver-2666311-1276679337 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666311-1276679337.opb -t 1800 -m 1800

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

MD5SUM BENCH= 4023d6beb9ef2c356e20e783b830f625
RANDOM SEED=1947714466

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1758848 kB
Buffers:         75276 kB
Cached:         130264 kB
SwapCached:       6248 kB
Active:         104336 kB
Inactive:       114524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758848 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            4744 kB
Writeback:           0 kB
AnonPages:       11620 kB
Mapped:          13040 kB
Slab:            59596 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180228 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 node009 at 2010-06-16 11:12:17