Trace number 3484814

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 2 2011-06-10 (fixed)? 1797.07 1797.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_4_15.opb
MD5SUM521a5315af7cbff32722a5aa297c08a4
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 variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3484814-1307789478.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5012 impls, 100 clqs
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  5012 implications, 100 cliques
0.00/0.03	c presolved problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 766 constraints
0.00/0.03	c       1 constraints of type <knapsack>
0.00/0.03	c     150 constraints of type <setppc>
0.00/0.03	c     614 constraints of type <and>
0.00/0.03	c       1 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.4
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c   0.1s|     1 |     0 |   297 |     - |3082k|   0 | 180 | 714 | 766 | 714 |1380 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   356 |     - |3452k|   0 | 186 | 714 | 779 | 714 |1395 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   389 |     - |4075k|   0 | 174 | 714 | 779 | 714 |1404 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   440 |     - |4754k|   0 | 179 | 714 | 779 | 714 |1408 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   480 |     - |5393k|   0 | 190 | 714 | 779 | 714 |1415 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |   525 |     - |6146k|   0 | 185 | 714 | 779 | 714 |1422 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     2 |   525 |     - |6147k|   0 | 185 | 714 | 779 | 714 |1422 |  42 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
62.20/62.29	c  62.3s| 10000 |    97 |680629 |  68.0 |9147k|  31 |   - | 714 |5569 | 714 | 475 |  99k|9245 |1532 | 0.000000e+00 |      --      |    Inf 
120.39/120.45	c   120s| 20000 |   118 |  1362k|  68.1 |  10M|  33 | 127 | 714 |8024 | 714 | 491 | 197k|  19k|2185 | 0.000000e+00 |      --      |    Inf 
181.89/181.98	c   182s| 30000 |   108 |  2085k|  69.5 |  11M|  35 |   - | 714 |9804 | 714 | 541 | 297k|  29k|2679 | 0.000000e+00 |      --      |    Inf 
239.89/239.99	c   240s| 40000 |   100 |  2764k|  69.1 |  13M|  35 |   - | 714 |  13k| 714 | 509 | 384k|  39k|3025 | 0.000000e+00 |      --      |    Inf 
299.39/299.49	c   299s| 50000 |    96 |  3475k|  69.5 |  14M|  35 | 129 | 714 |  15k| 714 | 530 | 484k|  49k|3319 | 0.000000e+00 |      --      |    Inf 
355.60/355.61	c   356s| 60000 |   112 |  4142k|  69.0 |  15M|  35 | 152 | 714 |  16k| 714 | 531 | 576k|  59k|3587 | 0.000000e+00 |      --      |    Inf 
414.70/414.78	c   415s| 70000 |   108 |  4835k|  69.1 |  14M|  36 | 146 | 714 |  12k| 714 | 522 | 666k|  69k|3796 | 0.000000e+00 |      --      |    Inf 
473.09/473.14	c   473s| 80000 |   108 |  5514k|  68.9 |  15M|  36 | 106 | 714 |  14k| 714 | 517 | 748k|  79k|3998 | 0.000000e+00 |      --      |    Inf 
531.90/531.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.90/531.93	c   532s| 90000 |   113 |  6209k|  69.0 |  17M|  38 |   - | 714 |  19k| 714 | 538 | 843k|  90k|4148 | 0.000000e+00 |      --      |    Inf 
590.00/590.07	c   590s|100000 |    94 |  6876k|  68.8 |  15M|  40 |   - | 714 |  13k| 714 | 557 | 931k| 101k|4275 | 0.000000e+00 |      --      |    Inf 
653.70/653.74	c   654s|110000 |    89 |  7618k|  69.3 |  15M|  40 |   - | 714 |  12k| 714 | 548 |1031k| 111k|4411 | 0.000000e+00 |      --      |    Inf 
715.40/715.42	c   715s|120000 |    92 |  8358k|  69.6 |  16M|  40 | 155 | 714 |  16k| 714 | 544 |1142k| 121k|4516 | 0.000000e+00 |      --      |    Inf 
778.91/778.97	c   779s|130000 |    84 |  9115k|  70.1 |  16M|  40 |   - | 714 |  13k| 714 | 477 |1244k| 130k|4613 | 0.000000e+00 |      --      |    Inf 
840.41/840.48	c   840s|140000 |    80 |  9851k|  70.4 |  16M|  40 |   - | 714 |  15k| 714 | 521 |1347k| 138k|4718 | 0.000000e+00 |      --      |    Inf 
900.51/900.58	c   901s|150000 |    68 | 10567k|  70.4 |  17M|  40 |   - | 714 |  18k| 714 | 524 |1445k| 148k|4840 | 0.000000e+00 |      --      |    Inf 
966.10/966.17	c   966s|160000 |    66 | 11345k|  70.9 |  17M|  40 | 144 | 714 |  18k| 714 | 583 |1560k| 157k|4943 | 0.000000e+00 |      --      |    Inf 
1029.91/1029.98	c  1030s|170000 |    72 | 12099k|  71.2 |  17M|  40 | 157 | 714 |  17k| 714 | 521 |1665k| 166k|5058 | 0.000000e+00 |      --      |    Inf 
1093.21/1093.22	c  1093s|180000 |    66 | 12849k|  71.4 |  20M|  40 |   - | 714 |  23k| 714 | 546 |1772k| 175k|5125 | 0.000000e+00 |      --      |    Inf 
1152.31/1152.32	c  1152s|190000 |    72 | 13528k|  71.2 |  20M|  40 | 163 | 714 |  23k| 714 | 518 |1859k| 185k|5184 | 0.000000e+00 |      --      |    Inf 
1215.01/1215.09	c  1215s|200000 |    64 | 14254k|  71.3 |  20M|  40 |   - | 714 |  20k| 714 | 507 |1948k| 194k|5251 | 0.000000e+00 |      --      |    Inf 
1275.71/1275.79	c  1276s|210000 |    58 | 14957k|  71.2 |  20M|  40 | 148 | 714 |  19k| 714 | 549 |2037k| 204k|5305 | 0.000000e+00 |      --      |    Inf 
1335.71/1335.70	c  1336s|220000 |    52 | 15648k|  71.1 |  20M|  40 | 124 | 714 |  21k| 714 | 533 |2124k| 214k|5338 | 0.000000e+00 |      --      |    Inf 
1401.22/1401.27	c  1401s|230000 |    40 | 16423k|  71.4 |  19M|  41 | 145 | 714 |  16k| 714 | 553 |2238k| 222k|5397 | 0.000000e+00 |      --      |    Inf 
1469.31/1469.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1469.31/1469.30	c  1469s|240000 |    47 | 17232k|  71.8 |  20M|  41 |   - | 714 |  21k| 714 | 546 |2366k| 231k|5438 | 0.000000e+00 |      --      |    Inf 
1537.61/1537.70	c  1538s|250000 |    48 | 18024k|  72.1 |  21M|  41 |   - | 714 |  23k| 714 | 563 |2480k| 239k|5483 | 0.000000e+00 |      --      |    Inf 
1602.82/1602.82	c  1603s|260000 |    40 | 18775k|  72.2 |  19M|  41 | 136 | 714 |  17k| 714 | 540 |2580k| 249k|5526 | 0.000000e+00 |      --      |    Inf 
1664.52/1664.55	c  1665s|270000 |    34 | 19490k|  72.2 |  21M|  41 |   - | 714 |  20k| 714 | 584 |2673k| 258k|5552 | 0.000000e+00 |      --      |    Inf 
1716.62/1716.66	c  1717s|280000 |    47 | 20105k|  71.8 |  21M|  41 |   - | 714 |  21k| 714 | 540 |2754k| 268k|5587 | 0.000000e+00 |      --      |    Inf 
1780.12/1780.16	c  1780s|290000 |    50 | 20856k|  71.9 |  22M|  41 | 124 | 714 |  23k| 714 | 538 |2863k| 276k|5625 | 0.000000e+00 |      --      |    Inf 
1797.02/1797.00	c 
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Solving Time (sec) : 1797.00
1797.02/1797.00	c Solving Nodes      : 292779
1797.02/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.02/1797.00	c Gap                : infinite
1797.02/1797.00	s UNKNOWN
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Total Time         :    1797.00
1797.02/1797.00	c   solving          :    1797.00
1797.02/1797.00	c   presolving       :       0.03 (included in solving)
1797.02/1797.00	c   reading          :       0.00 (included in solving)
1797.02/1797.00	c Original Problem   :
1797.02/1797.00	c   Problem name     : HOME/instance-3484814-1307789478.opb
1797.02/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.00	c   Constraints      : 152 initial, 152 maximal
1797.02/1797.00	c Presolved Problem  :
1797.02/1797.00	c   Problem name     : t_HOME/instance-3484814-1307789478.opb
1797.02/1797.00	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.00	c   Constraints      : 766 initial, 27057 maximal
1797.02/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   and              :       0.02          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.00	c   integral         :          0          0          0     148018          0          1          0        136       1324          0          0     294104
1797.02/1797.00	c   knapsack         :          1          5    1323221          0          1          0        132         33        532          0          0          0
1797.02/1797.00	c   setppc           :        150          5    1323238          0          1          0    1148980       1617     965278          0          0          0
1797.02/1797.00	c   and              :        614     190426    1321621          0          1          0     946347        618    9945128    2889568          0          0
1797.02/1797.00	c   linear           :          1+         6    1321003          0          1          0        620          3        602          0          0          0
1797.02/1797.00	c   logicor          :          0+         0     418253          0          0          0    1202348        995     263556          0          0          0
1797.02/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.02/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.00	c   integral         :      33.66       0.00       0.00      33.66       0.00       0.00       0.00
1797.02/1797.00	c   knapsack         :       0.47       0.00       0.47       0.00       0.00       0.00       0.00
1797.02/1797.00	c   setppc           :       2.91       0.00       2.67       0.00       0.00       0.00       0.24
1797.02/1797.00	c   and              :      23.48       9.22      13.98       0.00       0.00       0.00       0.28
1797.02/1797.00	c   linear           :       0.59       0.00       0.59       0.00       0.00       0.00       0.00
1797.02/1797.00	c   logicor          :      25.67       0.00      24.86       0.00       0.00       0.00       0.81
1797.02/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.00	c   vbounds          :          0          0          0          0
1797.02/1797.00	c   rootredcost      :          0          0          0          0
1797.02/1797.00	c   pseudoobj        :          0          0          0          0
1797.02/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.00	c   vbounds          :       0.16       0.16       0.00
1797.02/1797.00	c   rootredcost      :       0.17       0.17       0.00
1797.02/1797.00	c   pseudoobj        :       0.13       0.13       0.00
1797.02/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.00	c   propagation      :       0.05       3266       3193      11218       18.6        128       26.5          -
1797.02/1797.00	c   infeasible LP    :      14.14     142840     138101    1005082       22.8        275        5.2          0
1797.02/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.00	c   applied globally :          -          -          -     280015       23.5          -          -          -
1797.02/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.00	c   cut pool         :       0.00          4          -          -         18          -    (maximal pool size: 807)
1797.02/1797.00	c   redcost          :       2.04     190426          0          0          0          0
1797.02/1797.00	c   impliedbounds    :       0.00          5          0          0         20          0
1797.02/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.00	c   gomory           :       0.47          5          0          0          0          0
1797.02/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.00	c   strongcg         :       0.27          5          0          0       2500          0
1797.02/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.02/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.02/1797.00	c   clique           :       0.01          5          0          0         34          0
1797.02/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.00	c   rapidlearning    :       0.03          1          0          0          0         13
1797.02/1797.00	c Pricers            :       Time      Calls       Vars
1797.02/1797.00	c   problem variables:       0.00          0          0
1797.02/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.00	c   relpscost        :      33.57     148018        136       1324          0          0     294104
1797.02/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.02/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.00	c   LP solutions     :       0.00          -          0
1797.02/1797.00	c   pseudo solutions :       0.00          -          0
1797.02/1797.00	c   trivial          :       0.00          1          0
1797.02/1797.00	c   shiftandpropagate:       0.00          0          0
1797.02/1797.00	c   simplerounding   :       0.00          0          0
1797.02/1797.00	c   zirounding       :       0.00          0          0
1797.02/1797.00	c   rounding         :       0.00          0          0
1797.02/1797.00	c   shifting         :       0.00          0          0
1797.02/1797.00	c   intshifting      :       0.00          0          0
1797.02/1797.00	c   oneopt           :       0.00          0          0
1797.02/1797.00	c   twoopt           :       0.00          0          0
1797.02/1797.00	c   fixandinfer      :       0.00          0          0
1797.02/1797.00	c   feaspump         :       0.00          0          0
1797.02/1797.00	c   clique           :       0.00          0          0
1797.02/1797.00	c   coefdiving       :       0.00          0          0
1797.02/1797.00	c   pscostdiving     :       0.00          0          0
1797.02/1797.00	c   fracdiving       :       0.00          0          0
1797.02/1797.00	c   veclendiving     :       0.00          0          0
1797.02/1797.00	c   intdiving        :       0.00          0          0
1797.02/1797.00	c   actconsdiving    :       0.00          0          0
1797.02/1797.00	c   objpscostdiving  :       0.00          0          0
1797.02/1797.00	c   rootsoldiving    :       0.00          0          0
1797.02/1797.00	c   linesearchdiving :       0.00          0          0
1797.02/1797.00	c   guideddiving     :       0.00          0          0
1797.02/1797.00	c   octane           :       0.00          0          0
1797.02/1797.00	c   rens             :       0.00          0          0
1797.02/1797.00	c   rins             :       0.00          0          0
1797.02/1797.00	c   localbranching   :       0.00          0          0
1797.02/1797.00	c   mutation         :       0.00          0          0
1797.02/1797.00	c   crossover        :       0.00          0          0
1797.02/1797.00	c   dins             :       0.00          0          0
1797.02/1797.00	c   vbounds          :       0.00          0          0
1797.02/1797.00	c   undercover       :       0.00          0          0
1797.02/1797.00	c   subnlp           :       0.00          0          0
1797.02/1797.00	c   trysol           :       0.00          0          0
1797.02/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.00	c   primal LP        :      46.19          0          0       0.00       0.00
1797.02/1797.00	c   dual LP          :    1549.85     478382   21049768      44.00   13581.84
1797.02/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.02/1797.00	c   strong branching :      31.34       5631     413200      73.38   13182.76
1797.02/1797.00	c     (at root node) :          -          9       2996     332.89          -
1797.02/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.00	c B&B Tree           :
1797.02/1797.00	c   number of runs   :          1
1797.02/1797.00	c   nodes            :     292779
1797.02/1797.00	c   nodes (total)    :     292779
1797.02/1797.00	c   nodes left       :         50
1797.02/1797.00	c   max depth        :         41
1797.02/1797.00	c   max depth (total):         41
1797.02/1797.00	c   backtracks       :      44058 (15.0%)
1797.02/1797.00	c   delayed cutoffs  :       1278
1797.02/1797.00	c   repropagations   :     472128 (1677878 domain reductions, 516 cutoffs)
1797.02/1797.00	c   avg switch length:       4.85
1797.02/1797.00	c   switching time   :      79.89
1797.02/1797.00	c Solution           :
1797.02/1797.00	c   Solutions found  :          0 (0 improvements)
1797.02/1797.00	c   Primal Bound     :          -
1797.02/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.02/1797.00	c   Gap              :   infinite
1797.02/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.02/1797.00	c   Root Iterations  :        525
1797.02/1797.03	c Time complete: 1797.06.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484814-1307789478/watcher-3484814-1307789478 -o /tmp/evaluation-result-3484814-1307789478/solver-3484814-1307789478 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484814-1307789478.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: 1.98 2.00 1.96 2/177 15918
/proc/meminfo: memFree=31476560/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=9980 CPUtime=0 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 1492 0 0 0 0 0 0 0 25 0 1 0 890546269 10219520 1446 33554432000 4194304 8979876 140736014124480 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15918/statm: 2495 1446 364 1169 0 1322 0

[startup+0.00820694 s]
/proc/loadavg: 1.98 2.00 1.96 2/177 15918
/proc/meminfo: memFree=31476560/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=15236 CPUtime=0 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 2574 0 0 0 0 0 0 0 25 0 1 0 890546269 15601664 2528 33554432000 4194304 8979876 140736014124480 18446744073709551615 7790414 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 3809 2530 455 1169 0 2636 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15236

[startup+0.100206 s]
/proc/loadavg: 1.98 2.00 1.96 2/177 15918
/proc/meminfo: memFree=31476560/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=21652 CPUtime=0.09 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 4745 0 0 0 9 0 0 0 18 0 1 0 890546269 22171648 4394 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 5413 4394 652 1169 0 4240 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21652

[startup+0.300172 s]
/proc/loadavg: 1.98 2.00 1.96 2/177 15918
/proc/meminfo: memFree=31476560/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36488 CPUtime=0.29 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8614 0 0 0 28 1 0 0 18 0 1 0 890546269 37363712 7905 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9122 7905 691 1169 0 7949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36488

[startup+0.701104 s]
/proc/loadavg: 1.98 2.00 1.96 2/177 15918
/proc/meminfo: memFree=31476560/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36556 CPUtime=0.69 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8789 0 0 0 68 1 0 0 18 0 1 0 890546269 37433344 8080 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9139 8080 691 1169 0 7966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36556

[startup+1.50097 s]
/proc/loadavg: 1.98 2.00 1.96 3/178 15919
/proc/meminfo: memFree=31446816/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36656 CPUtime=1.49 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8854 0 0 0 145 4 0 0 20 0 1 0 890546269 37535744 8125 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9164 8125 694 1169 0 7991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36656

[startup+3.1007 s]
/proc/loadavg: 1.98 2.00 1.96 3/178 15919
/proc/meminfo: memFree=31446568/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36656 CPUtime=3.09 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8859 0 0 0 293 16 0 0 25 0 1 0 890546269 37535744 8129 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9164 8129 697 1169 0 7991 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36656

[startup+6.30016 s]
/proc/loadavg: 1.98 2.00 1.96 3/178 15920
/proc/meminfo: memFree=31445880/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36656 CPUtime=6.29 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8860 0 0 0 595 34 0 0 25 0 1 0 890546269 37535744 8130 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9164 8130 697 1169 0 7991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36656

[startup+12.7011 s]
/proc/loadavg: 1.98 2.00 1.96 3/178 15958
/proc/meminfo: memFree=31446680/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36656 CPUtime=12.69 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8937 0 0 0 1201 68 0 0 25 0 1 0 890546269 37535744 8207 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9164 8207 697 1169 0 7991 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36656

[startup+25.5009 s]
/proc/loadavg: 1.98 2.00 1.96 3/178 15958
/proc/meminfo: memFree=31446568/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=36656 CPUtime=25.5 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 8939 0 0 0 2411 139 0 0 25 0 1 0 890546269 37535744 8209 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9164 8209 697 1169 0 7991 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 36656

[startup+51.1006 s]
/proc/loadavg: 1.99 2.00 1.96 3/178 15959
/proc/meminfo: memFree=31445944/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=37488 CPUtime=51.09 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 9163 0 0 0 4835 274 0 0 25 0 1 0 890546269 38387712 8433 33554432000 4194304 8979876 140736014124480 18446744073709551615 6494415 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 9372 8433 697 1169 0 8199 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37488

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.96 3/178 15960
/proc/meminfo: memFree=31441872/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=40804 CPUtime=102.3 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 9970 0 0 0 9670 560 0 0 25 0 1 0 890546269 41783296 9240 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 10201 9240 697 1169 0 9028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 40804

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/178 15962
/proc/meminfo: memFree=31439588/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=42116 CPUtime=162.3 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 10307 0 0 0 15354 876 0 0 25 0 1 0 890546269 43126784 9577 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 10529 9577 697 1169 0 9356 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 42116

[startup+222.301 s]
/proc/loadavg: 2.07 2.01 1.96 3/178 15963
/proc/meminfo: memFree=31435696/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=45224 CPUtime=222.3 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 11073 0 0 0 21032 1198 0 0 25 0 1 0 890546269 46309376 10343 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 11306 10343 697 1169 0 10133 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 45224

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 15965
/proc/meminfo: memFree=31431572/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=49240 CPUtime=282.3 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 12024 0 0 0 26713 1517 0 0 25 0 1 0 890546269 50421760 11292 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 12310 11292 697 1169 0 11137 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 49240

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 15966
/proc/meminfo: memFree=31430540/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=49804 CPUtime=342.29 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 12167 0 0 0 32400 1829 0 0 25 0 1 0 890546269 50999296 11435 33554432000 4194304 8979876 140736014124480 18446744073709551615 7171063 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 12451 11435 697 1169 0 11278 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 49804

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15968
/proc/meminfo: memFree=31428632/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=50756 CPUtime=402.29 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 12401 0 0 0 38093 2136 0 0 25 0 1 0 890546269 51974144 11669 33554432000 4194304 8979876 140736014124480 18446744073709551615 7179444 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 12689 11669 697 1169 0 11516 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 50756

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15970
/proc/meminfo: memFree=31426976/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=51476 CPUtime=462.3 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 12588 0 0 0 43780 2450 0 0 25 0 1 0 890546269 52711424 11856 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 12869 11856 697 1169 0 11696 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 51476

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15971
/proc/meminfo: memFree=31425336/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=52680 CPUtime=522.29 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 12879 0 0 0 49474 2755 0 0 25 0 1 0 890546269 53944320 12147 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 13170 12147 697 1169 0 11997 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 52680

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15973
/proc/meminfo: memFree=31422204/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=55464 CPUtime=582.3 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 13536 0 0 0 55164 3066 0 0 25 0 1 0 890546269 56795136 12804 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 13866 12804 697 1169 0 12693 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 55464

[startup+642.3 s]

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

/proc/meminfo: memFree=31414328/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=60480 CPUtime=1122.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 14825 0 0 0 106378 5853 0 0 25 0 1 0 890546269 61931520 14093 33554432000 4194304 8979876 140736014124480 18446744073709551615 4296910 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15120 14093 697 1169 0 13947 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 60480

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16001
/proc/meminfo: memFree=31412916/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=61744 CPUtime=1182.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15061 0 0 0 112084 6147 0 0 25 0 1 0 890546269 63225856 14329 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15436 14329 697 1169 0 14263 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 61744

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16002
/proc/meminfo: memFree=31411744/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=62428 CPUtime=1242.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15169 0 0 0 117790 6441 0 0 25 0 1 0 890546269 63926272 14437 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15607 14437 697 1169 0 14434 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 62428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16004
/proc/meminfo: memFree=31411572/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=62428 CPUtime=1302.32 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15185 0 0 0 123491 6741 0 0 25 0 1 0 890546269 63926272 14453 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15607 14453 697 1169 0 14434 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 62428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16006
/proc/meminfo: memFree=31411408/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=62428 CPUtime=1362.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15185 0 0 0 129188 7043 0 0 25 0 1 0 890546269 63926272 14453 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15607 14453 697 1169 0 14434 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 62428

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 16007
/proc/meminfo: memFree=31411128/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=62428 CPUtime=1422.32 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15188 0 0 0 134875 7357 0 0 25 0 1 0 890546269 63926272 14456 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15607 14456 697 1169 0 14434 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 62428

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 16009
/proc/meminfo: memFree=31410600/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=62620 CPUtime=1482.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15192 0 0 0 140567 7664 0 0 25 0 1 0 890546269 64122880 14460 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15655 14460 697 1169 0 14482 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 62620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16010
/proc/meminfo: memFree=31410056/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=62620 CPUtime=1542.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15192 0 0 0 146265 7966 0 0 25 0 1 0 890546269 64122880 14460 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15655 14460 697 1169 0 14482 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 62620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16012
/proc/meminfo: memFree=31409276/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63116 CPUtime=1602.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15324 0 0 0 151957 8274 0 0 25 0 1 0 890546269 64630784 14592 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15779 14592 697 1169 0 14606 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 63116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16014
/proc/meminfo: memFree=31409468/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63116 CPUtime=1662.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15336 0 0 0 157644 8587 0 0 25 0 1 0 890546269 64630784 14604 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15779 14604 697 1169 0 14606 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 63116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16015
/proc/meminfo: memFree=31408316/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63116 CPUtime=1722.31 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15342 0 0 0 163339 8892 0 0 25 0 1 0 890546269 64630784 14610 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15779 14610 697 1169 0 14606 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 63116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406780/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1782.32 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 169030 9202 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 63792

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406656/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1785.52 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 169336 9216 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 63792

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406772/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1791.92 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 169941 9251 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 63792

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406768/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1795.13 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 170243 9270 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 63792

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406768/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1795.92 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 170319 9273 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 63792

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406768/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1796.72 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 170395 9277 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 63792

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406768/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1796.92 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 170415 9277 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 63792

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 16017
/proc/meminfo: memFree=31406768/32951124 swapFree=67054524/67111528
[pid=15918] ppid=15916 vsize=63792 CPUtime=1797.02 cores=1,3,5,7
/proc/15918/stat : 15918 (scip-2.0.1.4_2.) R 15916 15918 15205 0 -1 4202496 15520 0 0 0 170424 9278 0 0 25 0 1 0 890546269 65323008 14788 33554432000 4194304 8979876 140736014124480 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15918/statm: 15948 14788 697 1169 0 14775 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 63792

Child status: 0
Real time (s): 1797.04
CPU time (s): 1797.07
CPU user time (s): 1704.28
CPU system time (s): 92.7829
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 63792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1704.28
system time used= 92.7829
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15528
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= 8
involuntary context switches= 21978

runsolver used 2.36364 second user time and 5.81611 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 12:51:18
IDJOB=3484814
IDBENCH=48365
IDSOLVER=1977
FILE ID=node130/3484814-1307789478
RUNJOBID= node130-1307783469-15224
PBS_JOBID= 13550893
Free space on /tmp= 73936 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_4_15.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484814-1307789478/watcher-3484814-1307789478 -o /tmp/evaluation-result-3484814-1307789478/solver-3484814-1307789478 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484814-1307789478.opb -t 1800 -m 15500

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

MD5SUM BENCH= 521a5315af7cbff32722a5aa297c08a4
RANDOM SEED=1913206754

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31476740 kB
Buffers:        265128 kB
Cached:         953684 kB
SwapCached:      10548 kB
Active:         565944 kB
Inactive:       715408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31476740 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           33684 kB
Writeback:           0 kB
AnonPages:       59496 kB
Mapped:          15564 kB
Slab:           128636 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node130 at 2011-06-11 13:21:15