Trace number 3690725

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.77 1797.07

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690725-1338022377.opb>
0.00/0.01	c original problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 602 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.04	c presolving:
0.18/0.26	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50160 impls, 400 clqs
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  50160 implications, 400 cliques
0.39/0.45	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.39/0.45	c       1 constraints of type <knapsack>
0.39/0.45	c     600 constraints of type <setppc>
0.39/0.45	c    6220 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.44
0.39/0.45	c - non default parameters ----------------------------------------------------------------------
0.39/0.45	c # SCIP version 2.1.1.4
0.39/0.45	c 
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = 1797
0.39/0.45	c 
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = 13950
0.39/0.45	c 
0.39/0.45	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c limits/solutions = 1
0.39/0.45	c 
0.39/0.45	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.45	c separating/maxrounds = 1
0.39/0.45	c 
0.39/0.45	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c separating/maxroundsroot = 5
0.39/0.45	c 
0.39/0.45	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.45	c # [type: int, range: [1,2], default: 1]
0.39/0.45	c timing/clocktype = 2
0.39/0.45	c 
0.39/0.45	c # belongs reading time to solving time?
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c timing/reading = TRUE
0.39/0.45	c 
0.39/0.45	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.45	c constraints/knapsack/disaggregation = FALSE
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/coefdiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.45	c heuristics/crossover/freq = -1
0.39/0.45	c 
0.39/0.45	c # number of nodes added to the contingent of the total nodes
0.39/0.45	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.45	c heuristics/crossover/nodesofs = 750
0.39/0.45	c 
0.39/0.45	c # number of nodes without incumbent change that heuristic should wait
0.39/0.45	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.45	c heuristics/crossover/nwaitingnodes = 100
0.39/0.45	c 
0.39/0.45	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.45	c # [type: real, range: [0,1], default: 0.1]
0.39/0.45	c heuristics/crossover/nodesquot = 0.15
0.39/0.45	c 
0.39/0.45	c # minimum percentage of integer variables that have to be fixed 
0.39/0.45	c # [type: real, range: [0,1], default: 0.666]
0.39/0.45	c heuristics/crossover/minfixingrate = 0.5
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.45	c heuristics/feaspump/freq = -1
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/fracdiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/guideddiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/intshifting/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/linesearchdiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.45	c heuristics/objpscostdiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.45	c # [type: real, range: [0,1], default: 0.01]
0.39/0.45	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/oneopt/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/pscostdiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.45	c heuristics/rens/freq = -1
0.39/0.45	c 
0.39/0.45	c # minimum percentage of integer variables that have to be fixable 
0.39/0.45	c # [type: real, range: [0,1], default: 0.5]
0.39/0.45	c heuristics/rens/minfixingrate = 0.3
0.39/0.45	c 
0.39/0.45	c # number of nodes added to the contingent of the total nodes
0.39/0.45	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.45	c heuristics/rens/nodesofs = 2000
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.45	c heuristics/rootsoldiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.45	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/rounding/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.45	c heuristics/shiftandpropagate/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/shifting/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/simplerounding/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/subnlp/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.45	c heuristics/trivial/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/trysol/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.45	c heuristics/undercover/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.45	c heuristics/veclendiving/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.45	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.45	c 
0.39/0.45	c # additional number of allowed LP iterations
0.39/0.45	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.45	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/zirounding/freq = -1
0.39/0.45	c 
0.39/0.45	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c propagating/probing/maxprerounds = 0
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.45	c separating/cmir/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.45	c separating/flowcover/freq = -1
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c separating/rapidlearning/freq = 0
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c heuristics/indoneopt/freq = -1
0.39/0.45	c 
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving
0.39/0.45	c 
0.99/1.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.05	c   1.0s|     1 |     0 |  1334 |     - |  28M|   0 | 707 |6620 |6822 |6620 |  13k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.98/10.00	c  10.0s|     1 |     0 |  1426 |     - |  32M|   0 | 698 |6620 |6981 |6620 |  13k|  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.08/15.17	c  15.2s|     1 |     0 |  1509 |     - |  32M|   0 | 706 |6620 |6981 |6620 |  13k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.90/21.92	c  21.9s|     1 |     0 |  1565 |     - |  34M|   0 | 700 |6620 |6981 |6620 |  13k|  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
27.08/27.19	c  27.2s|     1 |     0 |  1822 |     - |  36M|   0 | 693 |6620 |6981 |6620 |  13k|  68 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
34.09/34.14	c  34.1s|     1 |     0 |  1914 |     - |  38M|   0 | 700 |6620 |6981 |6620 |  13k|  75 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
37.78/37.85	c  37.9s|     1 |     2 |  1914 |     - |  38M|   0 | 700 |6620 |6981 |6620 |  13k|  75 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
109.15/109.23	c   109s|   100 |    44 |120606 |1198.9 |  39M|  19 | 770 |6620 |7015 |6620 |1438 |9643 |  34 | 689 | 0.000000e+00 |      --      |    Inf 
145.75/145.81	c   146s|   200 |    55 |236354 |1178.1 |  40M|  20 |   - |6620 |7073 |6620 |2125 |  18k|  92 | 787 | 0.000000e+00 |      --      |    Inf 
190.95/191.01	c   191s|   300 |    73 |357884 |1190.5 |  40M|  21 |   - |6620 |7148 |6620 |2639 |  26k| 167 | 928 | 0.000000e+00 |      --      |    Inf 
228.94/229.09	c   229s|   400 |   102 |478004 |1193.2 |  41M|  21 | 608 |6620 |7217 |6620 |2361 |  36k| 236 |1058 | 0.000000e+00 |      --      |    Inf 
270.83/270.91	c   271s|   500 |   114 |606325 |1211.2 |  41M|  21 | 423 |6620 |7301 |6620 |1948 |  44k| 320 |1161 | 0.000000e+00 |      --      |    Inf 
311.72/311.82	c   312s|   600 |   144 |720659 |1199.9 |  42M|  22 | 585 |6620 |7369 |6620 |2328 |  52k| 388 |1303 | 0.000000e+00 |      --      |    Inf 
352.81/352.93	c   353s|   700 |   170 |843174 |1203.5 |  43M|  23 | 530 |6620 |7456 |6620 |2305 |  61k| 475 |1408 | 0.000000e+00 |      --      |    Inf 
385.21/385.34	c   385s|   800 |   191 |964250 |1204.4 |  44M|  23 |   - |6620 |7539 |6620 |2321 |  70k| 558 |1439 | 0.000000e+00 |      --      |    Inf 
430.30/430.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.30/430.41	c   430s|   900 |   207 |  1089k|1209.7 |  44M|  23 |   - |6620 |7636 |   0 |   0 |  79k| 655 |1569 | 0.000000e+00 |      --      |    Inf 
476.21/476.34	c   476s|  1000 |   225 |  1220k|1219.6 |  44M|  23 | 451 |6620 |7723 |6620 |2082 |  88k| 742 |1703 | 0.000000e+00 |      --      |    Inf 
515.59/515.78	c   516s|  1100 |   235 |  1343k|1220.9 |  45M|  23 |   - |6620 |7816 |6620 |2203 |  96k| 835 |1799 | 0.000000e+00 |      --      |    Inf 
544.29/544.44	c   544s|  1200 |   260 |  1449k|1207.3 |  46M|  23 | 415 |6620 |7897 |6620 |2401 | 105k| 917 |1824 | 0.000000e+00 |      --      |    Inf 
584.99/585.14	c   585s|  1300 |   285 |  1573k|1209.5 |  46M|  23 | 418 |6620 |7969 |6620 |2207 | 114k| 990 |1917 | 0.000000e+00 |      --      |    Inf 
624.38/624.53	c   625s|  1400 |   293 |  1689k|1206.0 |  47M|  23 |   - |6620 |8058 |6620 |2435 | 123k|1083 |2008 | 0.000000e+00 |      --      |    Inf 
666.57/666.79	c   667s|  1500 |   307 |  1809k|1205.7 |  47M|  25 | 432 |6620 |8149 |6620 |2342 | 131k|1181 |2096 | 0.000000e+00 |      --      |    Inf 
701.76/701.94	c   702s|  1600 |   334 |  1916k|1197.3 |  47M|  25 | 574 |6620 |8223 |6620 |2358 | 141k|1262 |2178 | 0.000000e+00 |      --      |    Inf 
732.76/732.97	c   733s|  1700 |   351 |  2035k|1196.7 |  48M|  25 |   - |6620 |8294 |6620 |2403 | 149k|1342 |2195 | 0.000000e+00 |      --      |    Inf 
769.76/769.94	c   770s|  1800 |   364 |  2159k|1199.1 |  48M|  25 |   - |6620 |8375 |6620 |2575 | 157k|1428 |2249 | 0.000000e+00 |      --      |    Inf 
810.94/811.18	c   811s|  1900 |   388 |  2280k|1199.9 |  49M|  25 |   - |6620 |8431 |6620 |2376 | 166k|1507 |2340 | 0.000000e+00 |      --      |    Inf 
856.65/856.82	c   857s|  2000 |   395 |  2412k|1205.9 |  49M|  25 |   - |6620 |8502 |6620 |2408 | 175k|1601 |2446 | 0.000000e+00 |      --      |    Inf 
899.83/900.08	c   900s|  2100 |   418 |  2542k|1210.3 |  49M|  25 |   - |6620 |8555 |6620 |2496 | 184k|1683 |2534 | 0.000000e+00 |      --      |    Inf 
934.22/934.45	c   934s|  2200 |   439 |  2668k|1212.4 |  50M|  25 |   - |6620 |8619 |6620 |2434 | 193k|1771 |2563 | 0.000000e+00 |      --      |    Inf 
962.82/963.00	c   963s|  2300 |   480 |  2775k|1206.4 |  51M|  25 | 549 |6620 |8620 |6620 |2457 | 202k|1829 |2569 | 0.000000e+00 |      --      |    Inf 
999.92/1000.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
999.92/1000.18	c  1000s|  2400 |   530 |  2891k|1204.4 |  51M|  25 | 524 |6620 |8628 |6620 |2550 | 212k|1881 |2629 | 0.000000e+00 |      --      |    Inf 
1038.41/1038.68	c  1039s|  2500 |   538 |  3007k|1202.6 |  51M|  25 | 515 |6620 |8705 |6620 |2295 | 220k|2000 |2699 | 0.000000e+00 |      --      |    Inf 
1079.50/1079.71	c  1080s|  2600 |   555 |  3124k|1201.6 |  52M|  25 | 514 |6620 |8755 |6620 |2384 | 229k|2094 |2779 | 0.000000e+00 |      --      |    Inf 
1111.99/1112.24	c  1112s|  2700 |   593 |  3216k|1191.1 |  53M|  25 |   - |6620 |8789 |6620 |2616 | 239k|2159 |2851 | 0.000000e+00 |      --      |    Inf 
1145.90/1146.16	c  1146s|  2800 |   604 |  3328k|1188.6 |  53M|  25 | 541 |6620 |8839 |6620 |2079 | 248k|2251 |2936 | 0.000000e+00 |      --      |    Inf 
1171.79/1172.03	c  1172s|  2900 |   629 |  3424k|1180.7 |  54M|  25 | 419 |6620 |8901 |6620 |2240 | 256k|2333 |2943 | 0.000000e+00 |      --      |    Inf 
1202.09/1202.38	c  1202s|  3000 |   651 |  3539k|1179.6 |  55M|  25 | 448 |6620 |8951 |6620 |2381 | 266k|2428 |2949 | 0.000000e+00 |      --      |    Inf 
1237.18/1237.42	c  1237s|  3100 |   661 |  3675k|1185.4 |  55M|  25 | 495 |6620 |8978 |6620 |2444 | 274k|2522 |2955 | 0.000000e+00 |      --      |    Inf 
1260.17/1260.41	c  1260s|  3200 |   693 |  3760k|1175.0 |  55M|  25 | 446 |6620 |9006 |6620 |2466 | 284k|2580 |2958 | 0.000000e+00 |      --      |    Inf 
1292.87/1293.17	c  1293s|  3300 |   720 |  3858k|1169.0 |  56M|  25 | 521 |6620 |9022 |6620 |2513 | 293k|2633 |3019 | 0.000000e+00 |      --      |    Inf 
1330.56/1330.89	c  1331s|  3400 |   736 |  3974k|1168.8 |  56M|  25 | 448 |6620 |9011 |6620 |2351 | 302k|2724 |3082 | 0.000000e+00 |      --      |    Inf 
1362.75/1363.04	c  1363s|  3500 |   760 |  4070k|1162.7 |  57M|  25 |   - |6620 |9030 |6620 |2582 | 311k|2784 |3156 | 0.000000e+00 |      --      |    Inf 
1392.65/1392.94	c  1393s|  3600 |   801 |  4157k|1154.6 |  58M|  25 | 547 |6620 |9023 |6620 |2533 | 320k|2848 |3213 | 0.000000e+00 |      --      |    Inf 
1422.95/1423.21	c  1423s|  3700 |   837 |  4245k|1147.2 |  58M|  25 |   - |6620 |9059 |6620 |2559 | 329k|2910 |3280 | 0.000000e+00 |      --      |    Inf 
1455.34/1455.69	c  1456s|  3800 |   857 |  4351k|1144.8 |  59M|  25 | 488 |6620 |9106 |6620 |2520 | 338k|2994 |3328 | 0.000000e+00 |      --      |    Inf 
1481.64/1481.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1481.64/1481.96	c  1482s|  3900 |   893 |  4448k|1140.4 |  59M|  25 | 466 |6620 |9156 |6620 |2361 | 347k|3054 |3338 | 0.000000e+00 |      --      |    Inf 
1501.14/1501.47	c  1501s|  4000 |   919 |  4517k|1129.2 |  60M|  25 |   - |6620 |9204 |6620 |2729 | 356k|3103 |3344 | 0.000000e+00 |      --      |    Inf 
1522.33/1522.68	c  1523s|  4100 |   948 |  4592k|1120.0 |  60M|  26 |   - |6620 |9270 |6620 |2611 | 365k|3172 |3346 | 0.000000e+00 |      --      |    Inf 
1545.92/1546.22	c  1546s|  4200 |   959 |  4660k|1109.4 |  61M|  32 |   - |6620 |9354 |6620 |2613 | 372k|3256 |3385 | 0.000000e+00 |      --      |    Inf 
1569.61/1569.95	c  1570s|  4300 |   993 |  4729k|1099.8 |  61M|  32 | 536 |6620 |9376 |6620 |2526 | 380k|3292 |3427 | 0.000000e+00 |      --      |    Inf 
1599.91/1600.27	c  1600s|  4400 |  1021 |  4814k|1094.0 |  61M|  32 | 501 |6620 |9417 |6620 |2091 | 389k|3372 |3494 | 0.000000e+00 |      --      |    Inf 
1628.41/1628.77	c  1629s|  4500 |  1052 |  4895k|1087.6 |  62M|  32 | 530 |6620 |9438 |6620 |2656 | 398k|3409 |3554 | 0.000000e+00 |      --      |    Inf 
1660.51/1660.80	c  1661s|  4600 |  1065 |  4989k|1084.6 |  62M|  32 | 491 |6620 |9445 |6620 |2529 | 407k|3496 |3609 | 0.000000e+00 |      --      |    Inf 
1694.80/1695.13	c  1695s|  4700 |  1064 |  5091k|1083.1 |  62M|  32 |   - |6620 |9480 |6620 |2722 | 415k|3617 |3680 | 0.000000e+00 |      --      |    Inf 
1721.60/1721.93	c  1722s|  4800 |  1080 |  5174k|1077.8 |  63M|  32 |   - |6620 |9487 |6620 |2435 | 424k|3693 |3719 | 0.000000e+00 |      --      |    Inf 
1742.89/1743.20	c  1743s|  4900 |  1100 |  5248k|1070.9 |  63M|  32 | 511 |6620 |9522 |6620 |2642 | 432k|3755 |3727 | 0.000000e+00 |      --      |    Inf 
1769.28/1769.66	c  1770s|  5000 |  1120 |  5342k|1068.3 |  63M|  32 | 648 |6620 |9561 |6620 |2366 | 441k|3845 |3739 | 0.000000e+00 |      --      |    Inf 
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 5084
1796.68/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.68/1797.00	c Gap                : infinite
1796.68/1797.00	s UNKNOWN
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Total Time         :    1797.00
1796.68/1797.00	c   solving          :    1797.00
1796.68/1797.00	c   presolving       :       0.44 (included in solving)
1796.68/1797.00	c   reading          :       0.01 (included in solving)
1796.68/1797.00	c   copying          :       0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.68/1797.00	c Original Problem   :
1796.68/1797.00	c   Problem name     : HOME/instance-3690725-1338022377.opb
1796.68/1797.00	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 602 initial, 602 maximal
1796.68/1797.00	c   Objective sense  : minimize
1796.68/1797.00	c Presolved Problem  :
1796.68/1797.00	c   Problem name     : t_HOME/instance-3690725-1338022377.opb
1796.68/1797.00	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 6822 initial, 9603 maximal
1796.68/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   and              :       0.36       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   linear           :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.68/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   integral         :          0          0          0          0       3334          0          1          0          3        331          0          0       6298
1796.68/1797.00	c   knapsack         :          1          1          5      17249          0          1          0          0          0          0          0          0          0
1796.68/1797.00	c   setppc           :        600        600          5      17249          0          1          0     138105         32      34967          0          0          0
1796.68/1797.00	c   and              :       6220       6220       4517      17217          0          1          0     124722          2     851881    1276848          0          0
1796.68/1797.00	c   linear           :          1+       160          6      17215          0          1          0          0          0         11          0          0          0
1796.68/1797.00	c   logicor          :          0+      2622          0       6317          0          0          0       5835         12       2902          0          0          0
1796.68/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.68/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.68/1797.00	c   integral         :     350.87       0.00       0.00       0.00     350.87       0.00       0.00       0.00
1796.68/1797.00	c   knapsack         :       0.05       0.00       0.01       0.03       0.00       0.00       0.00       0.00
1796.68/1797.00	c   setppc           :       0.36       0.00       0.00       0.22       0.00       0.00       0.00       0.14
1796.68/1797.00	c   and              :       8.75       0.00       6.22       2.39       0.00       0.00       0.00       0.13
1796.68/1797.00	c   linear           :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
1796.68/1797.00	c   logicor          :       0.30       0.00       0.00       0.28       0.00       0.00       0.00       0.01
1796.68/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.68/1797.00	c   rootredcost      :          0          0          0          0
1796.68/1797.00	c   pseudoobj        :          0          0          0          0
1796.68/1797.00	c   vbounds          :          0          0          0          0
1796.68/1797.00	c   redcost          :       7851          0          0          0
1796.68/1797.00	c   probing          :          0          0          0          0
1796.68/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.68/1797.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.68/1797.00	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.68/1797.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.68/1797.00	c   redcost          :       0.72       0.00       0.00       0.72       0.00
1796.68/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.00	c   propagation      :       0.00         46         38         62       10.1          0        0.0          -
1796.68/1797.00	c   infeasible LP    :       2.77       1893       1727      17533       46.3          2       41.0          0
1796.68/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.00	c   applied globally :          -          -          -       3919       55.2          -          -          -
1796.68/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.00	c   cut pool         :       0.00                     4          -          -          2          -    (maximal pool size: 551)
1796.68/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0         43          0
1796.68/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   gomory           :       7.06       0.00          5          0          0         50          0
1796.68/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   strongcg         :      22.68       0.00          5          0          0       1890          0
1796.68/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   clique           :       0.13       0.00          5          0          0         33          0
1796.68/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   mcf              :       0.16       0.00          3          0          0         36          0
1796.68/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   rapidlearning    :       2.62       0.00          1          0          0          0        159
1796.68/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.68/1797.00	c   problem variables:       0.00          -          0          0
1796.68/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   relpscost        :     350.86       0.00       3334          3        331          0          0       6298
1796.68/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.68/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.68/1797.00	c   LP solutions     :       0.00          -          -          0
1796.68/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.68/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.68/1797.00	c   trivial          :       0.00       0.00          1          0
1796.68/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.68/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.68/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.68/1797.00	c   rounding         :       0.00       0.00          0          0
1796.68/1797.00	c   shifting         :       0.00       0.00          0          0
1796.68/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.68/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.68/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.68/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.68/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.68/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.68/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.68/1797.00	c   clique           :       0.00       0.00          0          0
1796.68/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.68/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.68/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.68/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.68/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.68/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.68/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.68/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.68/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.68/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.68/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.68/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.68/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.68/1797.00	c   octane           :       0.00       0.00          0          0
1796.68/1797.00	c   rens             :       0.00       0.00          0          0
1796.68/1797.00	c   rins             :       0.00       0.00          0          0
1796.68/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.68/1797.00	c   mutation         :       0.00       0.00          0          0
1796.68/1797.00	c   crossover        :       0.00       0.00          0          0
1796.68/1797.00	c   dins             :       0.00       0.00          0          0
1796.68/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.68/1797.00	c   undercover       :       0.00       0.00          0          0
1796.68/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.68/1797.00	c   trysol           :       0.00       0.00          0          0
1796.68/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.68/1797.00	c   primal LP        :       9.52       3149          0       0.00       0.00       9.51       3149
1796.68/1797.00	c   dual LP          :    1371.60       9745    5439547     558.19    3965.85       0.00          0
1796.68/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.68/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.68/1797.00	c   strong branching :     350.52       3750    1211074     322.95    3455.03
1796.68/1797.00	c     (at root node) :          -          9       5312     590.22          -
1796.68/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.00	c B&B Tree           :
1796.68/1797.00	c   number of runs   :          1
1796.68/1797.00	c   nodes            :       5084
1796.68/1797.00	c   nodes (total)    :       5084
1796.68/1797.00	c   nodes left       :       1130
1796.68/1797.00	c   max depth        :         32
1796.68/1797.00	c   max depth (total):         32
1796.68/1797.00	c   backtracks       :       1236 (24.3%)
1796.68/1797.00	c   delayed cutoffs  :         87
1796.68/1797.00	c   repropagations   :       3529 (40218 domain reductions, 80 cutoffs)
1796.68/1797.00	c   avg switch length:       5.89
1796.68/1797.00	c   switching time   :      13.64
1796.68/1797.00	c Solution           :
1796.68/1797.00	c   Solutions found  :          0 (0 improvements)
1796.68/1797.00	c   Primal Bound     :          -
1796.68/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.68/1797.00	c   Gap              :   infinite
1796.68/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.68/1797.00	c   Root Iterations  :       1914
1796.68/1797.07	c Time complete: 1796.76.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690725-1338022377/watcher-3690725-1338022377 -o /tmp/evaluation-result-3690725-1338022377/solver-3690725-1338022377 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690725-1338022377.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 30947
/proc/meminfo: memFree=28599476/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=10396 CPUtime=0 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 1341 0 0 0 0 0 0 0 20 0 1 0 268366247 10645504 1295 33554432000 4194304 10173063 140736434965520 140736434830056 8800002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 2599 1295 414 1460 0 1130 0

[startup+0.0722939 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 30947
/proc/meminfo: memFree=28599476/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=32020 CPUtime=0.06 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 6522 0 0 0 5 1 0 0 20 0 1 0 268366247 32788480 6476 33554432000 4194304 10173063 140736434965520 140736434830056 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 8005 6476 548 1460 0 6536 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32020

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 30947
/proc/meminfo: memFree=28599476/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=32152 CPUtime=0.08 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 6812 0 0 0 5 3 0 0 20 0 1 0 268366247 32923648 6509 33554432000 4194304 10173063 140736434965520 140736434830056 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 8038 6509 548 1460 0 6569 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32152

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 30947
/proc/meminfo: memFree=28599476/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=36696 CPUtime=0.29 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 8095 0 0 0 12 17 0 0 20 0 1 0 268366247 37576704 7756 33554432000 4194304 10173063 140736434965520 140736434962776 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 9174 7756 592 1460 0 7705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36696

[startup+0.700271 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 30947
/proc/meminfo: memFree=28599476/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=69928 CPUtime=0.69 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 16585 0 0 0 38 31 0 0 20 0 1 0 268366247 71606272 15742 33554432000 4194304 10173063 140736434965520 140736434962776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 17482 15742 747 1460 0 16013 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69928

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30948
/proc/meminfo: memFree=28538808/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=69248 CPUtime=1.49 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 17229 0 0 0 117 32 0 0 20 0 1 0 268366247 70909952 15911 33554432000 4194304 10173063 140736434965520 140736434960392 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 17312 15911 776 1460 0 15843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69248

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30948
/proc/meminfo: memFree=28538436/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=69248 CPUtime=3.08 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 17254 0 0 0 275 33 0 0 20 0 1 0 268366247 70909952 15928 33554432000 4194304 10173063 140736434965520 140736434960440 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 17312 15928 782 1460 0 15843 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69248

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30948
/proc/meminfo: memFree=28537428/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=69452 CPUtime=6.29 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 17474 0 0 0 595 34 0 0 20 0 1 0 268366247 71118848 16148 33554432000 4194304 10173063 140736434965520 140736434960408 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 17363 16148 782 1460 0 15894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69452

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30948
/proc/meminfo: memFree=28485596/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=12.69 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30440 0 0 0 1206 63 0 0 20 0 1 0 268366247 124366848 29068 33554432000 4194304 10173063 140736434965520 140736434960408 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29068 840 1460 0 28894 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121452

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30949
/proc/meminfo: memFree=28485324/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=25.49 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30625 0 0 0 2481 68 0 0 20 0 1 0 268366247 124366848 29253 33554432000 4194304 10173063 140736434965520 140736434960408 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29253 840 1460 0 28894 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121452

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30949
/proc/meminfo: memFree=28483376/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=51.08 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30678 0 0 0 5028 80 0 0 20 0 1 0 268366247 124366848 29305 33554432000 4194304 10173063 140736434965520 140736434959016 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29305 847 1460 0 28894 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121452

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 30987
/proc/meminfo: memFree=28483488/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=102.27 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30694 0 0 0 10119 108 0 0 20 0 1 0 268366247 124366848 29393 33554432000 4194304 10173063 140736434965520 140736434959160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29393 847 1460 0 28894 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 121452

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31025
/proc/meminfo: memFree=28458144/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=162.24 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30698 0 0 0 16088 136 0 0 20 0 1 0 268366247 124366848 29653 33554432000 4194304 10173063 140736434965520 140736434959240 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29653 848 1460 0 28894 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 121452

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31025
/proc/meminfo: memFree=28442272/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=222.24 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30699 0 0 0 22053 171 0 0 20 0 1 0 268366247 124366848 29654 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29654 848 1460 0 28894 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 121452

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 31025
/proc/meminfo: memFree=28425348/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=282.22 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30699 0 0 0 28022 200 0 0 20 0 1 0 268366247 124366848 29654 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29654 848 1460 0 28894 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 121452

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 31026
/proc/meminfo: memFree=28414340/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=342.21 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30699 0 0 0 33989 232 0 0 20 0 1 0 268366247 124366848 29654 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29654 848 1460 0 28894 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 121452

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/177 31026
/proc/meminfo: memFree=28416884/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=402.21 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30700 0 0 0 39957 264 0 0 20 0 1 0 268366247 124366848 29655 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29655 848 1460 0 28894 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 121452

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/178 31029
/proc/meminfo: memFree=28415196/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=462.2 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30700 0 0 0 45926 294 0 0 20 0 1 0 268366247 124366848 29655 33554432000 4194304 10173063 140736434965520 140736434958968 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29655 848 1460 0 28894 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 121452

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 1.98 3/178 31052
/proc/meminfo: memFree=28415436/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=522.19 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30701 0 0 0 51899 320 0 0 20 0 1 0 268366247 124366848 29656 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29656 848 1460 0 28894 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 121452

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/177 31052
/proc/meminfo: memFree=28412468/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=121452 CPUtime=582.18 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 30701 0 0 0 57869 349 0 0 20 0 1 0 268366247 124366848 29656 33554432000 4194304 10173063 140736434965520 140736434959064 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 30363 29656 848 1460 0 28894 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 121452

[startup+642.3 s]

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

/proc/meminfo: memFree=28404384/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=129628 CPUtime=1122.1 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 32653 0 0 0 111562 648 0 0 20 0 1 0 268366247 132739072 31628 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 32407 31628 848 1460 0 30938 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 129628

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 31057
/proc/meminfo: memFree=28402344/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=132508 CPUtime=1182.09 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 33467 0 0 0 117525 684 0 0 20 0 1 0 268366247 135688192 32442 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 33127 32442 848 1460 0 31658 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 132508

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 31058
/proc/meminfo: memFree=28401720/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=133300 CPUtime=1242.08 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 33654 0 0 0 123484 724 0 0 20 0 1 0 268366247 136499200 32627 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 33325 32627 848 1460 0 31856 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 133300

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 31058
/proc/meminfo: memFree=28398244/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=135160 CPUtime=1302.07 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 34076 0 0 0 129448 759 0 0 20 0 1 0 268366247 138403840 33049 33554432000 4194304 10173063 140736434965520 140736434959160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 33790 33049 848 1460 0 32321 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 135160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31058
/proc/meminfo: memFree=28401904/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=136404 CPUtime=1362.06 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 34414 0 0 0 135410 796 0 0 20 0 1 0 268366247 139677696 33387 33554432000 4194304 10173063 140736434965520 140736434959064 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 34101 33387 848 1460 0 32632 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 136404

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31058
/proc/meminfo: memFree=28399792/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=138800 CPUtime=1422.05 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 34979 0 0 0 141376 829 0 0 20 0 1 0 268366247 142131200 33950 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 34700 33950 848 1460 0 33231 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 138800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31058
/proc/meminfo: memFree=28398612/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=139636 CPUtime=1482.04 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 35274 0 0 0 147338 866 0 0 20 0 1 0 268366247 142987264 34245 33554432000 4194304 10173063 140736434965520 140736434958040 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 34909 34245 848 1460 0 33440 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 139636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31058
/proc/meminfo: memFree=28396568/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=142064 CPUtime=1542.03 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 35788 0 0 0 153303 900 0 0 20 0 1 0 268366247 145473536 34756 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 35516 34756 848 1460 0 34047 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 142064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31059
/proc/meminfo: memFree=28395444/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=143196 CPUtime=1602.01 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 36062 0 0 0 159268 933 0 0 20 0 1 0 268366247 146632704 35030 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 35799 35030 848 1460 0 34330 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 143196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31062
/proc/meminfo: memFree=28394444/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=143616 CPUtime=1662.01 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 36184 0 0 0 165235 966 0 0 20 0 1 0 268366247 147062784 35152 33554432000 4194304 10173063 140736434965520 140736434958824 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 35904 35152 848 1460 0 34435 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 143616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28392092/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=146260 CPUtime=1722 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 36903 0 0 0 171193 1007 0 0 20 0 1 0 268366247 149770240 35869 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36565 35869 848 1460 0 35096 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 146260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28389176/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147340 CPUtime=1781.99 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37096 0 0 0 177155 1044 0 0 20 0 1 0 268366247 150876160 36062 33554432000 4194304 10173063 140736434965520 140736434958824 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36835 36062 848 1460 0 35366 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 147340

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28388184/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147340 CPUtime=1785.18 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37098 0 0 0 177473 1045 0 0 20 0 1 0 268366247 150876160 36064 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36835 36064 848 1460 0 35366 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 147340

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28383036/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147908 CPUtime=1791.59 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37220 0 0 0 178109 1050 0 0 20 0 1 0 268366247 151457792 36186 33554432000 4194304 10173063 140736434965520 140736434958776 8012255 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36977 36186 848 1460 0 35508 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 147908

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28382664/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147908 CPUtime=1794.79 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37305 0 0 0 178427 1052 0 0 20 0 1 0 268366247 151457792 36271 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36977 36271 848 1460 0 35508 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 147908

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28382664/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147908 CPUtime=1795.59 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37305 0 0 0 178506 1053 0 0 20 0 1 0 268366247 151457792 36271 33554432000 4194304 10173063 140736434965520 140736434958776 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36977 36271 848 1460 0 35508 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 147908

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28382664/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147908 CPUtime=1796.38 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37305 0 0 0 178585 1053 0 0 20 0 1 0 268366247 151457792 36271 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36977 36271 848 1460 0 35508 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 147908

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28382664/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147908 CPUtime=1796.58 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37305 0 0 0 178605 1053 0 0 20 0 1 0 268366247 151457792 36271 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36977 36271 848 1460 0 35508 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (KiB) 147908

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31062
/proc/meminfo: memFree=28382664/32873844 swapFree=7620/7620
[pid=30947] ppid=30945 vsize=147908 CPUtime=1796.68 cores=0,2,4,6
/proc/30947/stat : 30947 (scip-2.1.1.4fix) R 30945 30947 30301 0 -1 4202496 37305 0 0 0 178615 1053 0 0 20 0 1 0 268366247 151457792 36271 33554432000 4194304 10173063 140736434965520 140736434958872 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30947/statm: 36977 36271 848 1460 0 35508 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 147908

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.77
CPU user time (s): 1786.22
CPU system time (s): 10.5424
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 147908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.22
system time used= 10.5424
maximum resident set size= 145104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37312
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= 37
involuntary context switches= 1918

runsolver used 3.2795 second user time and 8.75767 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 10:52:57
IDJOB=3690725
IDBENCH=48359
IDSOLVER=2270
FILE ID=node107/3690725-1338022377
RUNJOBID= node107-1338016938-30317
PBS_JOBID= 14624364
Free space on /tmp= 71564 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690725-1338022377/watcher-3690725-1338022377 -o /tmp/evaluation-result-3690725-1338022377/solver-3690725-1338022377 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690725-1338022377.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=2134968079

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28599476 kB
Buffers:          230312 kB
Cached:          3163524 kB
SwapCached:            0 kB
Active:           746980 kB
Inactive:        2754916 kB
Active(anon):     110212 kB
Inactive(anon):        0 kB
Active(file):     636768 kB
Inactive(file):  2754916 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27996 kB
Writeback:             0 kB
AnonPages:        114660 kB
Mapped:            17744 kB
Shmem:               200 kB
Slab:             632444 kB
SReclaimable:      75044 kB
SUnreclaim:       557400 kB
KernelStack:        1448 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node107 at 2012-05-26 11:22:54