Trace number 3690728

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.8 1797.09

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
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)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

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-3690728-1338022353.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.05	c presolving:
0.19/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, 50208 impls, 400 clqs
0.39/0.46	c presolving (2 rounds):
0.39/0.46	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.46	c  50208 implications, 400 cliques
0.39/0.46	c presolved problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6828 constraints
0.39/0.46	c       1 constraints of type <knapsack>
0.39/0.46	c     600 constraints of type <setppc>
0.39/0.46	c    6226 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.44
0.39/0.46	c - non default parameters ----------------------------------------------------------------------
0.39/0.46	c # SCIP version 2.1.1.4
0.39/0.46	c 
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = 1797
0.39/0.46	c 
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = 13950
0.39/0.46	c 
0.39/0.46	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c limits/solutions = 1
0.39/0.46	c 
0.39/0.46	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.46	c separating/maxrounds = 1
0.39/0.46	c 
0.39/0.46	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/maxroundsroot = 5
0.39/0.46	c 
0.39/0.46	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.46	c # [type: int, range: [1,2], default: 1]
0.39/0.46	c timing/clocktype = 2
0.39/0.46	c 
0.39/0.46	c # belongs reading time to solving time?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c timing/reading = TRUE
0.39/0.46	c 
0.39/0.46	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.46	c constraints/knapsack/disaggregation = FALSE
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/coefdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.46	c heuristics/crossover/freq = -1
0.39/0.46	c 
0.39/0.46	c # number of nodes added to the contingent of the total nodes
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.46	c heuristics/crossover/nodesofs = 750
0.39/0.46	c 
0.39/0.46	c # number of nodes without incumbent change that heuristic should wait
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.46	c heuristics/crossover/nwaitingnodes = 100
0.39/0.46	c 
0.39/0.46	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.46	c # [type: real, range: [0,1], default: 0.1]
0.39/0.46	c heuristics/crossover/nodesquot = 0.15
0.39/0.46	c 
0.39/0.46	c # minimum percentage of integer variables that have to be fixed 
0.39/0.46	c # [type: real, range: [0,1], default: 0.666]
0.39/0.46	c heuristics/crossover/minfixingrate = 0.5
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/feaspump/freq = -1
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/fracdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/guideddiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/intshifting/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/linesearchdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/objpscostdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.46	c # [type: real, range: [0,1], default: 0.01]
0.39/0.46	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/oneopt/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/pscostdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/rens/freq = -1
0.39/0.46	c 
0.39/0.46	c # minimum percentage of integer variables that have to be fixable 
0.39/0.46	c # [type: real, range: [0,1], default: 0.5]
0.39/0.46	c heuristics/rens/minfixingrate = 0.3
0.39/0.46	c 
0.39/0.46	c # number of nodes added to the contingent of the total nodes
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.46	c heuristics/rens/nodesofs = 2000
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/rootsoldiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.46	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/rounding/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/shiftandpropagate/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/shifting/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/simplerounding/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/subnlp/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/trivial/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/trysol/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/undercover/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/veclendiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/zirounding/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c propagating/probing/maxprerounds = 0
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c separating/cmir/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c separating/flowcover/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/rapidlearning/freq = 0
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/indoneopt/freq = -1
0.39/0.46	c 
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving
0.39/0.46	c 
0.99/1.07	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.07	c   1.1s|     1 |     0 |  1333 |     - |  28M|   0 | 739 |6626 |6828 |6626 |  13k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.39/10.41	c  10.4s|     1 |     0 |  1530 |     - |  32M|   0 | 737 |6626 |7009 |6626 |  13k|  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.18/17.28	c  17.3s|     1 |     0 |  1593 |     - |  33M|   0 | 748 |6626 |7009 |6626 |  13k|  44 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
24.19/24.20	c  24.2s|     1 |     0 |  1662 |     - |  35M|   0 | 728 |6626 |7009 |6626 |  13k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
30.98/31.03	c  31.0s|     1 |     0 |  1742 |     - |  36M|   0 | 716 |6626 |7009 |6626 |  13k|  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
36.48/36.52	c  36.5s|     1 |     0 |  1868 |     - |  38M|   0 | 701 |6626 |7009 |6626 |  13k|  68 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
39.88/39.91	c  39.9s|     1 |     2 |  1868 |     - |  38M|   0 | 701 |6626 |7009 |6626 |  13k|  68 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
107.78/107.84	c   108s|   100 |    40 |118035 |1173.4 |  39M|  18 | 696 |6626 |7051 |6626 |1386 |9163 |  42 | 543 | 0.000000e+00 |      --      |    Inf 
141.47/141.51	c   142s|   200 |    64 |226226 |1127.4 |  40M|  19 | 440 |6626 |7101 |6626 |1776 |  17k|  92 | 654 | 0.000000e+00 |      --      |    Inf 
187.65/187.78	c   188s|   300 |    98 |349890 |1164.0 |  41M|  19 |   - |6626 |7158 |6626 |2172 |  26k| 149 | 818 | 0.000000e+00 |      --      |    Inf 
235.64/235.70	c   236s|   400 |   105 |483656 |1207.5 |  41M|  19 | 669 |6626 |7240 |6626 |2349 |  36k| 231 | 967 | 0.000000e+00 |      --      |    Inf 
276.34/276.46	c   276s|   500 |   117 |623408 |1245.6 |  41M|  21 | 523 |6626 |7324 |6626 |1958 |  44k| 315 |1043 | 0.000000e+00 |      --      |    Inf 
321.83/321.95	c   322s|   600 |   119 |755156 |1257.6 |  42M|  21 | 432 |6626 |7411 |6626 |1906 |  53k| 402 |1176 | 0.000000e+00 |      --      |    Inf 
362.52/362.65	c   363s|   700 |   142 |871842 |1244.6 |  42M|  21 | 497 |6626 |7485 |6626 |2037 |  62k| 476 |1322 | 0.000000e+00 |      --      |    Inf 
396.21/396.30	c   396s|   800 |   172 |992388 |1239.7 |  43M|  21 | 498 |6626 |7546 |6626 |1921 |  72k| 537 |1366 | 0.000000e+00 |      --      |    Inf 
430.02/430.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.02/430.13	c   430s|   900 |   196 |  1099k|1220.5 |  44M|  21 |   - |6626 |7620 |6626 |2278 |  81k| 611 |1447 | 0.000000e+00 |      --      |    Inf 
476.21/476.32	c   476s|  1000 |   225 |  1232k|1231.9 |  45M|  21 | 426 |6626 |7683 |6626 |2086 |  90k| 675 |1559 | 0.000000e+00 |      --      |    Inf 
513.80/513.94	c   514s|  1100 |   254 |  1339k|1217.2 |  46M|  21 |   - |6626 |7765 |6626 |2112 |  99k| 761 |1690 | 0.000000e+00 |      --      |    Inf 
547.59/547.70	c   548s|  1200 |   273 |  1460k|1217.0 |  46M|  21 |   - |6626 |7845 |6626 |2378 | 108k| 841 |1734 | 0.000000e+00 |      --      |    Inf 
579.09/579.29	c   579s|  1300 |   291 |  1572k|1208.9 |  46M|  21 | 455 |6626 |7914 |6626 |2081 | 117k| 912 |1763 | 0.000000e+00 |      --      |    Inf 
614.28/614.47	c   614s|  1400 |   345 |  1676k|1197.0 |  47M|  21 | 426 |6626 |7961 |6626 |2191 | 127k| 959 |1849 | 0.000000e+00 |      --      |    Inf 
647.58/647.74	c   648s|  1500 |   379 |  1770k|1180.1 |  47M|  21 | 433 |6626 |8030 |6626 |2171 | 137k|1028 |1929 | 0.000000e+00 |      --      |    Inf 
684.67/684.86	c   685s|  1600 |   387 |  1884k|1177.5 |  48M|  21 |   - |6626 |8115 |6626 |2210 | 146k|1116 |2035 | 0.000000e+00 |      --      |    Inf 
723.86/724.06	c   724s|  1700 |   393 |  2017k|1186.6 |  48M|  21 |   - |6626 |8207 |6626 |2326 | 154k|1210 |2110 | 0.000000e+00 |      --      |    Inf 
754.77/754.92	c   755s|  1800 |   421 |  2130k|1183.4 |  48M|  21 | 451 |6626 |8271 |6626 |2510 | 163k|1278 |2130 | 0.000000e+00 |      --      |    Inf 
787.95/788.12	c   788s|  1900 |   440 |  2234k|1175.9 |  49M|  21 | 478 |6626 |8346 |6626 |2058 | 173k|1358 |2187 | 0.000000e+00 |      --      |    Inf 
824.96/825.19	c   825s|  2000 |   455 |  2342k|1170.7 |  49M|  21 | 397 |6626 |8417 |6626 |2228 | 181k|1438 |2265 | 0.000000e+00 |      --      |    Inf 
861.15/861.33	c   861s|  2100 |   460 |  2448k|1165.7 |  49M|  21 | 516 |6626 |8496 |6626 |2138 | 190k|1524 |2338 | 0.000000e+00 |      --      |    Inf 
905.74/905.99	c   906s|  2200 |   466 |  2583k|1173.8 |  49M|  21 |   - |6626 |8577 |6626 |2288 | 199k|1617 |2438 | 0.000000e+00 |      --      |    Inf 
944.24/944.40	c   944s|  2300 |   482 |  2713k|1179.5 |  49M|  21 |   - |6626 |8646 |6626 |2304 | 208k|1699 |2510 | 0.000000e+00 |      --      |    Inf 
973.23/973.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.23/973.40	c   973s|  2400 |   503 |  2821k|1175.4 |  50M|  22 | 522 |6626 |8713 |6626 |1742 | 216k|1783 |2523 | 0.000000e+00 |      --      |    Inf 
1018.62/1018.89	c  1019s|  2500 |   507 |  2975k|1190.0 |  50M|  22 | 574 |6626 |8785 |6626 |2083 | 226k|1869 |2578 | 0.000000e+00 |      --      |    Inf 
1066.31/1066.51	c  1067s|  2600 |   527 |  3119k|1199.7 |  50M|  22 |   - |6626 |8855 |6626 |2312 | 234k|1949 |2673 | 0.000000e+00 |      --      |    Inf 
1107.71/1107.95	c  1108s|  2700 |   532 |  3244k|1201.4 |  50M|  22 |   - |6626 |8937 |6626 |2574 | 243k|2045 |2752 | 0.000000e+00 |      --      |    Inf 
1144.00/1144.24	c  1144s|  2800 |   552 |  3353k|1197.4 |  51M|  22 | 522 |6626 |9018 |6626 |2553 | 251k|2136 |2855 | 0.000000e+00 |      --      |    Inf 
1176.59/1176.87	c  1177s|  2900 |   551 |  3463k|1194.2 |  51M|  22 |   - |6626 |9123 |6626 |2388 | 260k|2251 |2908 | 0.000000e+00 |      --      |    Inf 
1208.49/1208.76	c  1209s|  3000 |   574 |  3584k|1194.7 |  51M|  22 | 559 |6626 |9170 |6626 |2135 | 269k|2326 |2917 | 0.000000e+00 |      --      |    Inf 
1237.48/1237.75	c  1238s|  3100 |   587 |  3698k|1192.8 |  52M|  23 |   - |6626 |9235 |6626 |2413 | 277k|2415 |2918 | 0.000000e+00 |      --      |    Inf 
1268.38/1268.66	c  1269s|  3200 |   596 |  3816k|1192.5 |  52M|  23 | 437 |6626 |9316 |6626 |2225 | 286k|2512 |2921 | 0.000000e+00 |      --      |    Inf 
1297.28/1297.58	c  1298s|  3300 |   603 |  3923k|1188.7 |  52M|  23 |   - |6626 |9384 |6626 |2213 | 295k|2617 |2930 | 0.000000e+00 |      --      |    Inf 
1332.67/1332.94	c  1333s|  3400 |   621 |  4028k|1184.8 |  53M|  23 | 495 |6626 |9431 |6626 |1935 | 304k|2705 |2995 | 0.000000e+00 |      --      |    Inf 
1369.17/1369.45	c  1369s|  3500 |   637 |  4142k|1183.5 |  53M|  23 | 546 |6626 |9489 |6626 |2300 | 313k|2795 |3065 | 0.000000e+00 |      --      |    Inf 
1408.76/1409.07	c  1409s|  3600 |   652 |  4259k|1183.0 |  53M|  23 | 567 |6626 |9537 |6626 |1853 | 322k|2894 |3157 | 0.000000e+00 |      --      |    Inf 
1443.95/1444.30	c  1444s|  3700 |   683 |  4365k|1179.5 |  54M|  23 | 462 |6626 |9546 |6626 |2332 | 331k|2965 |3235 | 0.000000e+00 |      --      |    Inf 
1482.25/1482.51	c  1483s|  3800 |   695 |  4485k|1180.1 |  54M|  23 | 548 |6626 |9610 |6626 |2450 | 340k|3062 |3295 | 0.000000e+00 |      --      |    Inf 
1515.64/1515.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1515.64/1515.91	c  1516s|  3900 |   711 |  4608k|1181.4 |  54M|  23 | 583 |6626 |9619 |6626 |2331 | 349k|3146 |3309 | 0.000000e+00 |      --      |    Inf 
1542.23/1542.50	c  1542s|  4000 |   727 |  4709k|1177.1 |  54M|  23 | 468 |6626 |9638 |6626 |2384 | 358k|3211 |3311 | 0.000000e+00 |      --      |    Inf 
1576.13/1576.49	c  1576s|  4100 |   746 |  4827k|1177.2 |  55M|  23 |   - |6626 |9650 |6626 |2339 | 367k|3284 |3332 | 0.000000e+00 |      --      |    Inf 
1615.23/1615.59	c  1616s|  4200 |   758 |  4945k|1177.3 |  55M|  23 |   - |6626 |9704 |6626 |2281 | 375k|3374 |3405 | 0.000000e+00 |      --      |    Inf 
1656.92/1657.20	c  1657s|  4300 |   775 |  5070k|1179.1 |  55M|  23 |   - |6626 |9720 |6626 |2338 | 385k|3448 |3473 | 0.000000e+00 |      --      |    Inf 
1698.02/1698.40	c  1698s|  4400 |   788 |  5202k|1182.2 |  55M|  23 | 502 |6626 |9739 |6626 |2457 | 394k|3542 |3538 | 0.000000e+00 |      --      |    Inf 
1733.21/1733.59	c  1734s|  4500 |   794 |  5310k|1180.0 |  56M|  23 |   - |6626 |9778 |6626 |2460 | 403k|3629 |3623 | 0.000000e+00 |      --      |    Inf 
1772.51/1772.89	c  1773s|  4600 |   812 |  5430k|1180.3 |  56M|  23 |   - |6626 |9793 |6626 |2483 | 411k|3702 |3696 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 4674
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.44 (included in solving)
1796.70/1797.00	c   reading          :       0.01 (included in solving)
1796.70/1797.00	c   copying          :       0.02 (1 #copies) (minimal 0.02, maximal 0.02, average 0.02)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3690728-1338022353.opb
1796.70/1797.00	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 602 initial, 602 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3690728-1338022353.opb
1796.70/1797.00	c   Variables        : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 6828 initial, 9808 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   and              :       0.36       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       2974          0          1          0          3        324          0          0       5590
1796.70/1797.00	c   knapsack         :          1          1          5      16309          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :        600        600          5      16309          0          1          0     132001         29      33073          0          0          0
1796.70/1797.00	c   and              :       6226       6226       4189      16280          0          1          0     119279          2     826190    1332779          0          0
1796.70/1797.00	c   linear           :          1+       182          6      16278          0          1          0          2          0         17          0          0          0
1796.70/1797.00	c   logicor          :          0+      2799          0       5721          0          0          0       6313          5       2770          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     358.39       0.00       0.00       0.00     358.39       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       0.05       0.00       0.01       0.04       0.00       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :       0.42       0.00       0.00       0.29       0.00       0.00       0.00       0.13
1796.70/1797.00	c   and              :      12.68       0.00       9.19       3.35       0.00       0.00       0.00       0.14
1796.70/1797.00	c   linear           :       0.06       0.00       0.00       0.06       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :       0.43       0.00       0.00       0.41       0.00       0.00       0.00       0.02
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       7163          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.00	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.00	c   redcost          :       0.71       0.00       0.00       0.71       0.00
1796.70/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.00         36         32         32        3.3          2       58.0          -
1796.70/1797.00	c   infeasible LP    :       3.57       1845       1715      17293       43.2          1        3.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -       3759       52.8          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     4          -          -          1          -    (maximal pool size: 506)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0         59          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       8.49       0.00          5          0          0          0          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :      23.40       0.00          5          0          0       1630          0
1796.70/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   clique           :       0.14       0.00          5          0          0         32          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.21       0.00          4          0          0         27          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       2.76       0.00          1          0          0          0        181
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     358.38       0.00       2974          3        324          0          0       5590
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          1          0
1796.70/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.00	c   rounding         :       0.00       0.00          0          0
1796.70/1797.00	c   shifting         :       0.00       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.00       0.00          0          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       8.76       2795          0       0.00       0.00       8.75       2795
1796.70/1797.00	c   dual LP          :    1352.95       9009    5513498     612.00    4075.17       0.00          0
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.00	c   strong branching :     358.04       3719    1273609     342.46    3557.20
1796.70/1797.00	c     (at root node) :          -          9       5238     582.00          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :       4674
1796.70/1797.00	c   nodes (total)    :       4674
1796.70/1797.00	c   nodes left       :        829
1796.70/1797.00	c   max depth        :         23
1796.70/1797.00	c   max depth (total):         23
1796.70/1797.00	c   backtracks       :       1273 (27.2%)
1796.70/1797.00	c   delayed cutoffs  :         90
1796.70/1797.00	c   repropagations   :       3538 (54327 domain reductions, 82 cutoffs)
1796.70/1797.00	c   avg switch length:       6.56
1796.70/1797.00	c   switching time   :      14.91
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :       1868
1796.70/1797.09	c Time complete: 1796.79.

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-3690728-1338022353/watcher-3690728-1338022353 -o /tmp/evaluation-result-3690728-1338022353/solver-3690728-1338022353 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690728-1338022353.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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 4/176 3898
/proc/meminfo: memFree=29177364/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=10268 CPUtime=0 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 1316 0 0 0 0 0 0 0 20 0 1 0 268360250 10514432 1271 33554432000 4194304 10173063 140737439693024 140735161533496 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 2567 1271 414 1460 0 1098 0

[startup+0.100034 s]
/proc/loadavg: 2.00 2.00 1.96 4/176 3898
/proc/meminfo: memFree=29177364/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=31984 CPUtime=0.08 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 6798 0 0 0 6 2 0 0 20 0 1 0 268360250 32751616 6496 33554432000 4194304 10173063 140737439693024 140737439688840 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 7996 6496 548 1460 0 6527 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31984

[startup+0.200364 s]
/proc/loadavg: 2.00 2.00 1.96 4/176 3898
/proc/meminfo: memFree=29177364/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=31984 CPUtime=0.19 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 6798 0 0 0 8 11 0 0 20 0 1 0 268360250 32751616 6496 33554432000 4194304 10173063 140737439693024 140737439690280 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 7996 6496 548 1460 0 6527 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31984

[startup+0.300277 s]
/proc/loadavg: 2.00 2.00 1.96 4/176 3898
/proc/meminfo: memFree=29177364/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=36780 CPUtime=0.28 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 8109 0 0 0 12 16 0 0 20 0 1 0 268360250 37662720 7771 33554432000 4194304 10173063 140737439693024 140737439690280 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 9195 7771 592 1460 0 7726 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36780

[startup+0.700315 s]
/proc/loadavg: 2.00 2.00 1.96 4/176 3898
/proc/meminfo: memFree=29177364/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=69572 CPUtime=0.69 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 16479 0 0 0 36 33 0 0 20 0 1 0 268360250 71241728 15632 33554432000 4194304 10173063 140737439693024 140737439690280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 17393 15632 747 1460 0 15924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69572

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3899
/proc/meminfo: memFree=29117240/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=68760 CPUtime=1.49 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 17111 0 0 0 115 34 0 0 20 0 1 0 268360250 70410240 15778 33554432000 4194304 10173063 140737439693024 140737439687944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 17190 15778 776 1460 0 15721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68760

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3899
/proc/meminfo: memFree=29116868/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=68760 CPUtime=3.09 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 17138 0 0 0 273 36 0 0 20 0 1 0 268360250 70410240 15797 33554432000 4194304 10173063 140737439693024 140737439687944 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 17190 15797 782 1460 0 15721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68760

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3899
/proc/meminfo: memFree=29110604/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=70188 CPUtime=6.28 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 17621 0 0 0 592 36 0 0 20 0 1 0 268360250 71872512 16280 33554432000 4194304 10173063 140737439693024 140737439687944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 17547 16280 782 1460 0 16078 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70188

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3899
/proc/meminfo: memFree=29050528/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=12.69 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30604 0 0 0 1205 64 0 0 20 0 1 0 268360250 124346368 29216 33554432000 4194304 10173063 140737439693024 140737439687864 5023586 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29216 840 1460 0 28889 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121432

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 1.97 3/177 3899
/proc/meminfo: memFree=29050452/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=25.49 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30632 0 0 0 2480 69 0 0 20 0 1 0 268360250 124346368 29244 33554432000 4194304 10173063 140737439693024 140737439687944 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29244 840 1460 0 28889 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121432

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 1.97 3/177 3899
/proc/meminfo: memFree=29033652/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=51.08 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30694 0 0 0 5028 80 0 0 20 0 1 0 268360250 124346368 29306 33554432000 4194304 10173063 140737439693024 140737439686472 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29306 845 1460 0 28889 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121432

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 3899
/proc/meminfo: memFree=29031664/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=102.28 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30700 0 0 0 10115 113 0 0 20 0 1 0 268360250 124346368 29312 33554432000 4194304 10173063 140737439693024 140737439686856 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29312 848 1460 0 28889 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 121432

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 3900
/proc/meminfo: memFree=29029244/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=162.26 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30702 0 0 0 16077 149 0 0 20 0 1 0 268360250 124346368 29314 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29314 848 1460 0 28889 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 121432

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3900
/proc/meminfo: memFree=29019672/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=222.25 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30720 0 0 0 22039 186 0 0 20 0 1 0 268360250 124346368 29387 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29387 848 1460 0 28889 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 121432

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3900
/proc/meminfo: memFree=29014184/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=282.23 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30722 0 0 0 28000 223 0 0 20 0 1 0 268360250 124346368 29646 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29646 848 1460 0 28889 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 121432

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3900
/proc/meminfo: memFree=29008352/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=342.22 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30722 0 0 0 33957 265 0 0 20 0 1 0 268360250 124346368 29646 33554432000 4194304 10173063 140737439693024 140737439686328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29646 848 1460 0 28889 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 121432

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3900
/proc/meminfo: memFree=28884548/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=402.22 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30722 0 0 0 39919 303 0 0 20 0 1 0 268360250 124346368 29646 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29646 848 1460 0 28889 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 121432

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 3904
/proc/meminfo: memFree=28884656/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=462.2 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30722 0 0 0 45884 336 0 0 20 0 1 0 268360250 124346368 29646 33554432000 4194304 10173063 140737439693024 140737439685960 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29646 848 1460 0 28889 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 121432

[startup+522.3 s]
/proc/loadavg: 2.16 2.04 1.98 3/178 3927
/proc/meminfo: memFree=28883408/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=522.2 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30723 0 0 0 51853 367 0 0 20 0 1 0 268360250 124346368 29647 33554432000 4194304 10173063 140737439693024 140737439686328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29647 848 1460 0 28889 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 121432

[startup+582.3 s]
/proc/loadavg: 2.06 2.03 1.98 3/177 3927
/proc/meminfo: memFree=28883308/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=121432 CPUtime=582.19 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 30723 0 0 0 57822 397 0 0 20 0 1 0 268360250 124346368 29647 33554432000 4194304 10173063 140737439693024 140737439686664 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 30358 29647 848 1460 0 28889 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 121432

[startup+642.3 s]

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

/proc/meminfo: memFree=28875440/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=128104 CPUtime=1062.11 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 32322 0 0 0 105560 651 0 0 20 0 1 0 268360250 131178496 31245 33554432000 4194304 10173063 140737439693024 140737439686328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 32026 31245 848 1460 0 30557 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 128104

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3932
/proc/meminfo: memFree=28873736/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=129800 CPUtime=1122.1 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 32731 0 0 0 111525 685 0 0 20 0 1 0 268360250 132915200 31654 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 32450 31654 848 1460 0 30981 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 129800

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3932
/proc/meminfo: memFree=28871620/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=131712 CPUtime=1182.09 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 33233 0 0 0 117491 718 0 0 20 0 1 0 268360250 134873088 32152 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 32928 32152 848 1460 0 31459 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 131712

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3932
/proc/meminfo: memFree=28869388/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=133884 CPUtime=1242.08 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 33845 0 0 0 123457 751 0 0 20 0 1 0 268360250 137097216 32764 33554432000 4194304 10173063 140737439693024 140737439686328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 33471 32764 848 1460 0 32002 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 133884

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3932
/proc/meminfo: memFree=28867156/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=136300 CPUtime=1302.08 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 34366 0 0 0 129425 783 0 0 20 0 1 0 268360250 139571200 33285 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 34075 33285 848 1460 0 32606 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 136300

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3933
/proc/meminfo: memFree=28866536/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=136932 CPUtime=1362.06 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 34563 0 0 0 135397 809 0 0 20 0 1 0 268360250 140218368 33482 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 34233 33482 848 1460 0 32764 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 136932

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3933
/proc/meminfo: memFree=28865668/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=137676 CPUtime=1422.07 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 34738 0 0 0 141368 839 0 0 20 0 1 0 268360250 140980224 33657 33554432000 4194304 10173063 140737439693024 140737439686568 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 34419 33657 848 1460 0 32950 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 137676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3933
/proc/meminfo: memFree=28864180/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=139280 CPUtime=1482.04 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 35135 0 0 0 147338 866 0 0 20 0 1 0 268360250 142622720 34054 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 34820 34054 848 1460 0 33351 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 139280

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3933
/proc/meminfo: memFree=28863924/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=139888 CPUtime=1542.04 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 35228 0 0 0 153307 897 0 0 20 0 1 0 268360250 143245312 34143 33554432000 4194304 10173063 140737439693024 140737439686328 5966006 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 34972 34143 848 1460 0 33503 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 139888

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3933
/proc/meminfo: memFree=28863552/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=139888 CPUtime=1602.02 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 35348 0 0 0 159273 929 0 0 20 0 1 0 268360250 143245312 34263 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 34972 34263 848 1460 0 33503 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 139888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3937
/proc/meminfo: memFree=28861676/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=141972 CPUtime=1662.02 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 35773 0 0 0 165244 958 0 0 20 0 1 0 268360250 145379328 34688 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 35493 34688 848 1460 0 34024 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 141972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3937
/proc/meminfo: memFree=28861072/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=142184 CPUtime=1722.01 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 35939 0 0 0 171212 989 0 0 20 0 1 0 268360250 145596416 34854 33554432000 4194304 10173063 140737439693024 140737439686664 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 35546 34854 848 1460 0 34077 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 142184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28572700/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1782 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36228 0 0 0 177181 1019 0 0 20 0 1 0 268360250 147566592 35143 33554432000 4194304 10173063 140737439693024 140737439686664 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35143 848 1460 0 34558 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 144108

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28570344/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1785.31 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36228 0 0 0 177510 1021 0 0 20 0 1 0 268360250 147566592 35143 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35143 848 1460 0 34558 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 144108

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28563276/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1791.71 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36228 0 0 0 178146 1025 0 0 20 0 1 0 268360250 147566592 35143 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35143 848 1460 0 34558 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 144108

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28562532/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1794.9 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36229 0 0 0 178465 1025 0 0 20 0 1 0 268360250 147566592 35144 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35144 848 1460 0 34558 0
Current children cumulated CPU time (s) 1794.9
Current children cumulated vsize (KiB) 144108

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28562532/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1795.7 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36229 0 0 0 178544 1026 0 0 20 0 1 0 268360250 147566592 35144 33554432000 4194304 10173063 140737439693024 140737439686280 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35144 848 1460 0 34558 0
Current children cumulated CPU time (s) 1795.7
Current children cumulated vsize (KiB) 144108

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28561788/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1796.5 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36229 0 0 0 178624 1026 0 0 20 0 1 0 268360250 147566592 35144 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35144 848 1460 0 34558 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (KiB) 144108

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3975
/proc/meminfo: memFree=28561788/32873844 swapFree=7116/7116
[pid=3898] ppid=3896 vsize=144108 CPUtime=1796.7 cores=1,3,5,7
/proc/3898/stat : 3898 (scip-2.1.1.4fix) R 3896 3898 3441 0 -1 4202496 36229 0 0 0 178644 1026 0 0 20 0 1 0 268360250 147566592 35144 33554432000 4194304 10173063 140737439693024 140737439686376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3898/statm: 36027 35144 848 1460 0 34558 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 144108

Child status: 0
Real time (s): 1797.09
CPU time (s): 1796.8
CPU user time (s): 1786.53
CPU system time (s): 10.2704
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 144108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.53
system time used= 10.2704
maximum resident set size= 140596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36236
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= 29
involuntary context switches= 1849

runsolver used 2.97555 second user time and 7.67483 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 10:52:33
IDJOB=3690728
IDBENCH=48313
IDSOLVER=2270
FILE ID=node146/3690728-1338022353
RUNJOBID= node146-1338016919-3458
PBS_JOBID= 14624329
Free space on /tmp= 71536 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_5_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-3690728-1338022353/watcher-3690728-1338022353 -o /tmp/evaluation-result-3690728-1338022353/solver-3690728-1338022353 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690728-1338022353.opb -t 1800 -m 15500

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=1008297705

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29177900 kB
Buffers:          242428 kB
Cached:          2397820 kB
SwapCached:         2348 kB
Active:           748088 kB
Inactive:        2176764 kB
Active(anon):     283424 kB
Inactive(anon):     3064 kB
Active(file):     464664 kB
Inactive(file):  2173700 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             13728 kB
Writeback:             0 kB
AnonPages:        291244 kB
Mapped:            11088 kB
Shmem:                 0 kB
Slab:             630020 kB
SReclaimable:      71576 kB
SUnreclaim:       558444 kB
KernelStack:        1448 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     416612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71516 MiB
End job on node146 at 2012-05-26 11:22:30