Trace number 3452008

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.0.1.4. with SoPlex 1.5.0.4? 1800.02 1800.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
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)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.02	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.02	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-3452008-1307114294.opb>
0.00/0.02	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c presolving:
0.01/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, 5044 impls, 100 clqs
0.01/0.03	c presolving (2 rounds):
0.01/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.01/0.03	c  5044 implications, 100 cliques
0.01/0.03	c presolved problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 770 constraints
0.01/0.03	c       1 constraints of type <knapsack>
0.01/0.03	c     150 constraints of type <setppc>
0.01/0.03	c     618 constraints of type <and>
0.01/0.03	c       1 constraints of type <linear>
0.01/0.03	c transformed objective value is always integral (scale: 1)
0.01/0.03	c Presolving Time: 0.03
0.01/0.03	c - non default parameters ----------------------------------------------------------------------
0.01/0.03	c # SCIP version 2.0.1.4
0.01/0.03	c 
0.01/0.03	c # frequency for displaying node information lines
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.03	c display/freq = 10000
0.01/0.03	c 
0.01/0.03	c # maximal time in seconds to run
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/time = 1800
0.01/0.03	c 
0.01/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/memory = 13950
0.01/0.03	c 
0.01/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c limits/solutions = 1
0.01/0.03	c 
0.01/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.03	c separating/maxrounds = 1
0.01/0.03	c 
0.01/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/maxroundsroot = 5
0.01/0.03	c 
0.01/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.03	c # [type: int, range: [1,2], default: 1]
0.01/0.03	c timing/clocktype = 2
0.01/0.03	c 
0.01/0.03	c # belongs reading time to solving time?
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c timing/reading = TRUE
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify inequalities
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/linear/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/indicator/addCouplingCons = TRUE
0.01/0.03	c 
0.01/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.03	c constraints/knapsack/disaggregation = FALSE
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify knapsacks
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c presolving/probing/maxrounds = 0
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/coefdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.03	c heuristics/crossover/freq = -1
0.01/0.03	c 
0.01/0.03	c # number of nodes added to the contingent of the total nodes
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.03	c heuristics/crossover/nodesofs = 750
0.01/0.03	c 
0.01/0.03	c # number of nodes without incumbent change that heuristic should wait
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.03	c heuristics/crossover/nwaitingnodes = 100
0.01/0.03	c 
0.01/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.03	c # [type: real, range: [0,1], default: 0.1]
0.01/0.03	c heuristics/crossover/nodesquot = 0.15
0.01/0.03	c 
0.01/0.03	c # minimum percentage of integer variables that have to be fixed 
0.01/0.03	c # [type: real, range: [0,1], default: 0.666]
0.01/0.03	c heuristics/crossover/minfixingrate = 0.5
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/feaspump/freq = -1
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/fracdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/guideddiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/intshifting/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/linesearchdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/objpscostdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.03	c # [type: real, range: [0,1], default: 0.01]
0.01/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/oneopt/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/pscostdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/rens/freq = -1
0.01/0.03	c 
0.01/0.03	c # minimum percentage of integer variables that have to be fixable 
0.01/0.03	c # [type: real, range: [0,1], default: 0.5]
0.01/0.03	c heuristics/rens/minfixingrate = 0.3
0.01/0.03	c 
0.01/0.03	c # number of nodes added to the contingent of the total nodes
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.03	c heuristics/rens/nodesofs = 2000
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/rootsoldiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/rounding/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/shiftandpropagate/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/shifting/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/simplerounding/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/subnlp/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/trivial/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/trysol/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/undercover/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/veclendiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/zirounding/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c separating/cmir/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c separating/flowcover/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/rapidlearning/freq = 0
0.01/0.03	c 
0.01/0.03	c -----------------------------------------------------------------------------------------------
0.01/0.03	c start solving
0.01/0.03	c 
0.01/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.01/0.06	c   0.1s|     1 |     0 |   274 |     - |3096k|   0 | 160 | 718 | 770 | 718 |1388 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   307 |     - |3499k|   0 | 164 | 718 | 783 | 718 |1397 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   349 |     - |4047k|   0 | 169 | 718 | 783 | 718 |1404 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   426 |     - |4655k|   0 | 174 | 718 | 783 | 718 |1409 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   465 |     - |5218k|   0 | 169 | 718 | 783 | 718 |1415 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   541 |     - |5966k|   0 | 178 | 718 | 783 | 718 |1431 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.25	c   1.2s|     1 |     2 |   541 |     - |5967k|   0 | 178 | 718 | 783 | 718 |1431 |  43 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
69.89/69.95	c  70.0s| 10000 |    73 |774048 |  77.4 |9110k|  28 |   - | 718 |6341 | 718 | 516 | 134k|8909 |1685 | 0.000000e+00 |      --      |    Inf 
130.98/131.05	c   131s| 20000 |    66 |  1482k|  74.1 |  10M|  30 |   - | 718 |9760 | 718 | 504 | 241k|  18k|2334 | 0.000000e+00 |      --      |    Inf 
185.28/185.38	c   185s| 30000 |    72 |  2134k|  71.1 |  13M|  33 |   - | 718 |  15k| 718 | 518 | 337k|  29k|2865 | 0.000000e+00 |      --      |    Inf 
240.81/240.86	c   241s| 40000 |    68 |  2799k|  70.0 |  14M|  39 |   - | 718 |  16k| 718 | 532 | 438k|  39k|3250 | 0.000000e+00 |      --      |    Inf 
293.39/293.48	c   293s| 50000 |    82 |  3450k|  69.0 |  16M|  39 |   - | 718 |  19k| 718 | 478 | 541k|  49k|3529 | 0.000000e+00 |      --      |    Inf 
347.19/347.27	c   347s| 60000 |    88 |  4096k|  68.3 |  15M|  40 | 146 | 718 |  16k| 718 | 483 | 631k|  60k|3777 | 0.000000e+00 |      --      |    Inf 
403.71/403.79	c   404s| 70000 |    77 |  4767k|  68.1 |  15M|  40 | 140 | 718 |  13k| 718 | 549 | 715k|  69k|4012 | 0.000000e+00 |      --      |    Inf 
464.89/464.93	c   465s| 80000 |    39 |  5495k|  68.7 |  13M|  40 | 142 | 718 |  10k| 718 | 524 | 825k|  78k|4254 | 0.000000e+00 |      --      |    Inf 
523.09/523.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.09/523.14	c   523s| 90000 |    32 |  6194k|  68.8 |  15M|  40 | 189 | 718 |  15k| 718 | 555 | 928k|  87k|4433 | 0.000000e+00 |      --      |    Inf 
582.28/582.31	c   582s|100000 |    36 |  6914k|  69.1 |  15M|  40 | 123 | 718 |  14k| 718 | 496 |1036k|  97k|4682 | 0.000000e+00 |      --      |    Inf 
642.30/642.37	c   642s|110000 |    30 |  7644k|  69.5 |  15M|  40 |   - | 718 |  13k| 718 | 514 |1134k| 105k|4849 | 0.000000e+00 |      --      |    Inf 
705.89/705.95	c   706s|120000 |    31 |  8415k|  70.1 |  15M|  40 | 140 | 718 |  14k| 718 | 493 |1249k| 114k|5004 | 0.000000e+00 |      --      |    Inf 
768.58/768.64	c   769s|130000 |    34 |  9175k|  70.6 |  16M|  40 |   - | 718 |  16k| 718 | 540 |1359k| 122k|5156 | 0.000000e+00 |      --      |    Inf 
826.89/826.90	c   827s|140000 |    32 |  9867k|  70.5 |  18M|  40 | 136 | 718 |  20k| 718 | 501 |1447k| 132k|5260 | 0.000000e+00 |      --      |    Inf 
884.18/884.26	c   884s|150000 |    53 | 10549k|  70.3 |  20M|  40 |   - | 718 |  24k| 718 | 509 |1535k| 142k|5348 | 0.000000e+00 |      --      |    Inf 
946.29/946.36	c   946s|160000 |    39 | 11272k|  70.4 |  22M|  40 |   - | 718 |  27k| 718 | 538 |1628k| 151k|5429 | 0.000000e+00 |      --      |    Inf 
1011.18/1011.26	c  1011s|170000 |    35 | 12036k|  70.8 |  17M|  40 | 118 | 718 |  14k| 718 | 541 |1737k| 160k|5494 | 0.000000e+00 |      --      |    Inf 
1074.48/1074.54	c  1075s|180000 |    39 | 12791k|  71.1 |  17M|  40 | 183 | 718 |  14k| 718 | 515 |1838k| 169k|5573 | 0.000000e+00 |      --      |    Inf 
1139.88/1139.91	c  1140s|190000 |    53 | 13555k|  71.3 |  18M|  40 |   - | 718 |  16k| 718 | 517 |1945k| 177k|5638 | 0.000000e+00 |      --      |    Inf 
1202.98/1203.02	c  1203s|200000 |    29 | 14297k|  71.5 |  17M|  41 | 138 | 718 |  12k| 718 | 482 |2045k| 185k|5701 | 0.000000e+00 |      --      |    Inf 
1271.08/1271.15	c  1271s|210000 |    21 | 15099k|  71.9 |  18M|  41 | 157 | 718 |  14k| 718 | 465 |2156k| 193k|5774 | 0.000000e+00 |      --      |    Inf 
1327.70/1327.79	c  1328s|220000 |    28 | 15779k|  71.7 |  20M|  41 |   - | 718 |  20k| 718 | 521 |2242k| 202k|5819 | 0.000000e+00 |      --      |    Inf 
1384.48/1384.52	c  1385s|230000 |    23 | 16447k|  71.5 |  21M|  44 | 139 | 718 |  22k| 718 | 549 |2317k| 211k|5852 | 0.000000e+00 |      --      |    Inf 
1449.48/1449.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1449.48/1449.57	c  1450s|240000 |    21 | 17209k|  71.7 |  23M|  44 |   - | 718 |  25k| 718 | 539 |2409k| 219k|5888 | 0.000000e+00 |      --      |    Inf 
1512.87/1512.98	c  1513s|250000 |    21 | 17957k|  71.8 |  22M|  44 |   - | 718 |  24k| 718 | 528 |2501k| 227k|5926 | 0.000000e+00 |      --      |    Inf 
1574.28/1574.36	c  1574s|260000 |    32 | 18672k|  71.8 |  24M|  46 |   - | 718 |  27k| 718 | 544 |2597k| 236k|5960 | 0.000000e+00 |      --      |    Inf 
1632.68/1632.72	c  1633s|270000 |    32 | 19338k|  71.6 |  25M|  46 | 157 | 718 |  30k| 718 | 538 |2675k| 246k|5995 | 0.000000e+00 |      --      |    Inf 
1694.77/1694.89	c  1695s|280000 |    28 | 20042k|  71.6 |  24M|  46 | 153 | 718 |  27k| 718 | 574 |2761k| 255k|6022 | 0.000000e+00 |      --      |    Inf 
1760.07/1760.15	c  1760s|290000 |     9 | 20797k|  71.7 |  20M|  46 |   - | 718 |  16k| 718 | 540 |2858k| 264k|6118 | 0.000000e+00 |      --      |    Inf 
1799.98/1800.00	c 
1799.98/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.98/1800.00	c Solving Time (sec) : 1800.00
1799.98/1800.00	c Solving Nodes      : 296617
1799.98/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.98/1800.00	c Dual Bound         : +0.00000000000000e+00
1799.98/1800.00	c Gap                : infinite
1799.98/1800.00	s UNKNOWN
1799.98/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.98/1800.00	c Total Time         :    1800.00
1799.98/1800.00	c   solving          :    1800.00
1799.98/1800.00	c   presolving       :       0.03 (included in solving)
1799.98/1800.00	c   reading          :       0.00 (included in solving)
1799.98/1800.00	c Original Problem   :
1799.98/1800.00	c   Problem name     : HOME/instance-3452008-1307114294.opb
1799.98/1800.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.98/1800.00	c   Constraints      : 152 initial, 152 maximal
1799.98/1800.00	c Presolved Problem  :
1799.98/1800.00	c   Problem name     : t_HOME/instance-3452008-1307114294.opb
1799.98/1800.00	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.98/1800.00	c   Constraints      : 770 initial, 32966 maximal
1799.98/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.98/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   and              :       0.02          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   root node        :          -         13          -          -         13          -          -          -          -          -
1799.98/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.98/1800.00	c   integral         :          0          0          0     149976          0          1          0        156       1448          0          0     297796
1799.98/1800.00	c   knapsack         :          1          5    1337547          1          2          0        212         66        836          0          0          0
1799.98/1800.00	c   setppc           :        150          5    1337548          1          2          0    1054892       1607     934985          0          0          0
1799.98/1800.00	c   and              :        618     194136    1335941          1          2          0     846943        763    9456854    2913248          0          0
1799.98/1800.00	c   linear           :          1+         6    1335178          0          2          0       1595          9        722          0          0          0
1799.98/1800.00	c   logicor          :          0+         0     411787          0          0          0    1256437       1138     273609          0          0          0
1799.98/1800.00	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1799.98/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.98/1800.00	c   integral         :      34.51       0.00       0.00      34.51       0.00       0.00       0.00
1799.98/1800.00	c   knapsack         :       0.44       0.00       0.44       0.00       0.00       0.00       0.00
1799.98/1800.00	c   setppc           :       2.97       0.00       2.73       0.00       0.00       0.00       0.23
1799.98/1800.00	c   and              :      23.41       9.07      14.07       0.00       0.00       0.00       0.27
1799.98/1800.00	c   linear           :       0.57       0.00       0.57       0.00       0.00       0.00       0.00
1799.98/1800.00	c   logicor          :      28.74       0.00      27.86       0.00       0.00       0.00       0.89
1799.98/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.98/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.98/1800.00	c   vbounds          :          0          0          0          0
1799.98/1800.00	c   rootredcost      :          0          0          0          0
1799.98/1800.00	c   pseudoobj        :          0          0          0          0
1799.98/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.98/1800.00	c   vbounds          :       0.18       0.18       0.00
1799.98/1800.00	c   rootredcost      :       0.19       0.19       0.00
1799.98/1800.00	c   pseudoobj        :       0.13       0.13       0.00
1799.98/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.98/1800.00	c   propagation      :       0.06       3583       3504      12819       20.2        149       27.8          -
1799.98/1800.00	c   infeasible LP    :      14.38     144456     138819     961706       23.8        282        5.7          0
1799.98/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.98/1800.00	c   applied globally :          -          -          -     270271       24.4          -          -          -
1799.98/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.98/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.98/1800.00	c   cut pool         :       0.00          4          -          -        114          -    (maximal pool size: 778)
1799.98/1800.00	c   redcost          :       1.99     194136          0          0          0          0
1799.98/1800.00	c   impliedbounds    :       0.00          5          0          0         20          0
1799.98/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.98/1800.00	c   gomory           :       0.50          5          0          0          0          0
1799.98/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.98/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.98/1800.00	c   strongcg         :       0.28          5          0          0       2500          0
1799.98/1800.00	c   cmir             :       0.00          0          0          0          0          0
1799.98/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1799.98/1800.00	c   clique           :       0.01          5          0          0         30          0
1799.98/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.98/1800.00	c   mcf              :       0.00          1          0          0          0          0
1799.98/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.98/1800.00	c   rapidlearning    :       0.03          1          0          0          0         13
1799.98/1800.00	c Pricers            :       Time      Calls       Vars
1799.98/1800.00	c   problem variables:       0.00          0          0
1799.98/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.98/1800.00	c   relpscost        :      34.42     149975        156       1448          0          0     297796
1799.98/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1799.98/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.98/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.98/1800.00	c   LP solutions     :       0.00          -          0
1799.98/1800.00	c   pseudo solutions :       0.00          -          0
1799.98/1800.00	c   trivial          :       0.00          1          0
1799.98/1800.00	c   shiftandpropagate:       0.00          0          0
1799.98/1800.00	c   simplerounding   :       0.00          0          0
1799.98/1800.00	c   zirounding       :       0.00          0          0
1799.98/1800.00	c   rounding         :       0.00          0          0
1799.98/1800.00	c   shifting         :       0.00          0          0
1799.98/1800.00	c   intshifting      :       0.00          0          0
1799.98/1800.00	c   oneopt           :       0.00          0          0
1799.98/1800.00	c   twoopt           :       0.00          0          0
1799.98/1800.00	c   fixandinfer      :       0.00          0          0
1799.98/1800.00	c   feaspump         :       0.00          0          0
1799.98/1800.00	c   clique           :       0.00          0          0
1799.98/1800.00	c   coefdiving       :       0.00          0          0
1799.98/1800.00	c   pscostdiving     :       0.00          0          0
1799.98/1800.00	c   fracdiving       :       0.00          0          0
1799.98/1800.00	c   veclendiving     :       0.00          0          0
1799.98/1800.00	c   intdiving        :       0.00          0          0
1799.98/1800.00	c   actconsdiving    :       0.00          0          0
1799.98/1800.00	c   objpscostdiving  :       0.00          0          0
1799.98/1800.00	c   rootsoldiving    :       0.00          0          0
1799.98/1800.00	c   linesearchdiving :       0.00          0          0
1799.98/1800.00	c   guideddiving     :       0.00          0          0
1799.98/1800.00	c   octane           :       0.00          0          0
1799.98/1800.00	c   rens             :       0.00          0          0
1799.98/1800.00	c   rins             :       0.00          0          0
1799.98/1800.00	c   localbranching   :       0.00          0          0
1799.98/1800.00	c   mutation         :       0.00          0          0
1799.98/1800.00	c   crossover        :       0.00          0          0
1799.98/1800.00	c   dins             :       0.00          0          0
1799.98/1800.00	c   vbounds          :       0.00          0          0
1799.98/1800.00	c   undercover       :       0.00          0          0
1799.98/1800.00	c   subnlp           :       0.00          0          0
1799.98/1800.00	c   trysol           :       0.00          0          0
1799.98/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.98/1800.00	c   primal LP        :      44.40          0          0       0.00       0.00
1799.98/1800.00	c   dual LP          :    1550.25     485271   21260329      43.81   13714.11
1799.98/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.98/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.98/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1799.98/1800.00	c   strong branching :      32.08       6142     427633      69.62   13328.17
1799.98/1800.00	c     (at root node) :          -          9       2775     308.33          -
1799.98/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.98/1800.00	c B&B Tree           :
1799.98/1800.00	c   number of runs   :          1
1799.98/1800.00	c   nodes            :     296617
1799.98/1800.00	c   nodes (total)    :     296617
1799.98/1800.00	c   nodes left       :         18
1799.98/1800.00	c   max depth        :         46
1799.98/1800.00	c   max depth (total):         46
1799.98/1800.00	c   backtracks       :      43903 (14.8%)
1799.98/1800.00	c   delayed cutoffs  :       1166
1799.98/1800.00	c   repropagations   :     479340 (1661494 domain reductions, 478 cutoffs)
1799.98/1800.00	c   avg switch length:       4.76
1799.98/1800.00	c   switching time   :      79.85
1799.98/1800.00	c Solution           :
1799.98/1800.00	c   Solutions found  :          0 (0 improvements)
1799.98/1800.00	c   Primal Bound     :          -
1799.98/1800.00	c   Dual Bound       : +0.00000000000000e+00
1799.98/1800.00	c   Gap              :   infinite
1799.98/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1799.98/1800.00	c   Root Iterations  :        541
1799.98/1800.03	c Time complete: 1800.01.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452008-1307114294/watcher-3452008-1307114294 -o /tmp/evaluation-result-3452008-1307114294/solver-3452008-1307114294 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452008-1307114294.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.08 2.04 2.01 3/550 23377
/proc/meminfo: memFree=20985548/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=16952 CPUtime=0.01 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 3240 0 0 0 1 0 0 0 24 0 1 0 823029751 17358848 2935 33554432000 4194304 9128323 140735395396144 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 4238 2935 491 1205 0 3029 0

[startup+0.022433 s]
/proc/loadavg: 2.08 2.04 2.01 3/550 23377
/proc/meminfo: memFree=20985548/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=16952 CPUtime=0.01 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 3240 0 0 0 1 0 0 0 24 0 1 0 823029751 17358848 2935 33554432000 4194304 9128323 140735395396144 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 4238 2935 491 1205 0 3029 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16952

[startup+0.100411 s]
/proc/loadavg: 2.08 2.04 2.01 3/550 23377
/proc/meminfo: memFree=20985548/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=22112 CPUtime=0.09 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 4785 0 0 0 9 0 0 0 18 0 1 0 823029751 22642688 4432 33554432000 4194304 9128323 140735395396144 18446744073709551615 6694312 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 5528 4432 665 1205 0 4319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22112

[startup+0.300385 s]
/proc/loadavg: 2.08 2.04 2.01 3/550 23377
/proc/meminfo: memFree=20985548/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36100 CPUtime=0.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8508 0 0 0 28 1 0 0 18 0 1 0 823029751 36966400 7790 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9025 7790 719 1205 0 7816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36100

[startup+0.700308 s]
/proc/loadavg: 2.08 2.04 2.01 3/550 23377
/proc/meminfo: memFree=20985548/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36212 CPUtime=0.69 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8695 0 0 0 67 2 0 0 18 0 1 0 823029751 37081088 7976 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9053 7976 718 1205 0 7844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36212

[startup+1.50016 s]
/proc/loadavg: 2.08 2.04 2.01 3/551 23378
/proc/meminfo: memFree=20955952/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36268 CPUtime=1.49 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8761 0 0 0 145 4 0 0 19 0 1 0 823029751 37138432 8023 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9067 8023 723 1205 0 7858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36268

[startup+3.10086 s]
/proc/loadavg: 2.08 2.04 2.01 3/551 23378
/proc/meminfo: memFree=20954712/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36268 CPUtime=3.09 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8766 0 0 0 299 10 0 0 25 0 1 0 823029751 37138432 8026 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9067 8026 722 1205 0 7858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36268

[startup+6.30028 s]
/proc/loadavg: 2.15 2.05 2.01 3/551 23378
/proc/meminfo: memFree=20954216/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36268 CPUtime=6.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8767 0 0 0 606 23 0 0 25 0 1 0 823029751 37138432 8027 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9067 8027 722 1205 0 7858 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36268

[startup+12.7001 s]
/proc/loadavg: 2.14 2.05 2.01 3/551 23378
/proc/meminfo: memFree=20953732/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36332 CPUtime=12.69 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8768 0 0 0 1222 47 0 0 25 0 1 0 823029751 37203968 8028 33554432000 4194304 9128323 140735395396144 18446744073709551615 6505925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9083 8028 722 1205 0 7874 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36332

[startup+25.5008 s]
/proc/loadavg: 2.18 2.07 2.02 3/551 23379
/proc/meminfo: memFree=20954104/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36332 CPUtime=25.49 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8846 0 0 0 2453 96 0 0 25 0 1 0 823029751 37203968 8106 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9083 8106 722 1205 0 7874 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36332

[startup+51.1001 s]
/proc/loadavg: 2.12 2.06 2.02 3/551 23379
/proc/meminfo: memFree=20953876/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=36332 CPUtime=51.09 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 8847 0 0 0 4909 200 0 0 25 0 1 0 823029751 37203968 8107 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9083 8107 722 1205 0 7874 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36332

[startup+102.321 s]
/proc/loadavg: 2.05 2.05 2.01 3/551 23381
/proc/meminfo: memFree=20951156/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=39412 CPUtime=102.31 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 9608 0 0 0 9837 394 0 0 25 0 1 0 823029751 40357888 8868 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 9853 8868 722 1205 0 8644 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 39412

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23382
/proc/meminfo: memFree=20946552/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=42332 CPUtime=162.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 10338 0 0 0 15612 617 0 0 25 0 1 0 823029751 43347968 9598 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 10583 9598 722 1205 0 9374 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42332

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 23384
/proc/meminfo: memFree=20941952/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=46440 CPUtime=222.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 11342 0 0 0 21367 862 0 0 25 0 1 0 823029751 47554560 10602 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 11610 10602 722 1205 0 10401 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 46440

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 23385
/proc/meminfo: memFree=20939464/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=47832 CPUtime=282.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 11714 0 0 0 27129 1100 0 0 25 0 1 0 823029751 48979968 10974 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 11958 10974 722 1205 0 10749 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 47832

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 23387
/proc/meminfo: memFree=20933992/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=52092 CPUtime=342.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 12714 0 0 0 32893 1335 0 0 25 0 1 0 823029751 53342208 11974 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 13023 11974 722 1205 0 11814 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 52092

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 23389
/proc/meminfo: memFree=20932240/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=52856 CPUtime=402.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 12918 0 0 0 38665 1564 0 0 25 0 1 0 823029751 54124544 12178 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 13214 12178 722 1205 0 12005 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 52856

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/551 23390
/proc/meminfo: memFree=20931472/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=53316 CPUtime=462.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 13055 0 0 0 44438 1791 0 0 25 0 1 0 823029751 54595584 12315 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 13329 12315 722 1205 0 12120 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 53316

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/551 23392
/proc/meminfo: memFree=20930460/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=53756 CPUtime=522.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 13164 0 0 0 50214 2015 0 0 25 0 1 0 823029751 55046144 12424 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 13439 12424 722 1205 0 12230 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 53756

[startup+582.301 s]
/proc/loadavg: 2.21 2.07 2.02 3/551 23393
/proc/meminfo: memFree=20929452/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=53756 CPUtime=582.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 13169 0 0 0 55975 2253 0 0 25 0 1 0 823029751 55046144 12429 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 13439 12429 722 1205 0 12230 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 53756

[startup+642.301 s]

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

/proc/meminfo: memFree=20916648/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=60052 CPUtime=1122.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 14674 0 0 0 107952 4276 0 0 25 0 1 0 823029751 61493248 13934 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 15013 13934 722 1205 0 13804 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 60052

[startup+1182.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/551 23409
/proc/meminfo: memFree=20915276/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=60052 CPUtime=1182.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 14680 0 0 0 113741 4487 0 0 25 0 1 0 823029751 61493248 13940 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 15013 13940 722 1205 0 13804 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 60052

[startup+1242.3 s]
/proc/loadavg: 1.97 2.03 2.00 3/551 23439
/proc/meminfo: memFree=20871208/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=60052 CPUtime=1242.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 14696 0 0 0 119501 4728 0 0 25 0 1 0 823029751 61493248 13956 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 15013 13956 722 1205 0 13804 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 60052

[startup+1302.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/551 23441
/proc/meminfo: memFree=20890552/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=60184 CPUtime=1302.29 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 14697 0 0 0 125244 4985 0 0 25 0 1 0 823029751 61628416 13957 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 15046 13957 722 1205 0 13837 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 60184

[startup+1362.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/551 23442
/proc/meminfo: memFree=20872212/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=60944 CPUtime=1362.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 15058 0 0 0 130986 5242 0 0 25 0 1 0 823029751 62406656 14318 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 15236 14318 843 1205 0 14027 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 60944

[startup+1422.32 s]
/proc/loadavg: 2.13 2.07 2.01 3/551 23444
/proc/meminfo: memFree=20874672/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=61656 CPUtime=1422.3 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 15239 0 0 0 136761 5469 0 0 25 0 1 0 823029751 63135744 14499 33554432000 4194304 9128323 140735395396144 18446744073709551615 5333032 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 15414 14499 843 1205 0 14205 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 61656

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/551 23445
/proc/meminfo: memFree=20872680/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=64132 CPUtime=1482.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 15625 0 0 0 142505 5723 0 0 25 0 1 0 823029751 65671168 14885 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16033 14885 843 1205 0 14824 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 64132

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23447
/proc/meminfo: memFree=20870552/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=64132 CPUtime=1542.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 15655 0 0 0 148275 5953 0 0 25 0 1 0 823029751 65671168 14915 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16033 14915 843 1205 0 14824 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 64132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 23449
/proc/meminfo: memFree=20869296/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=64872 CPUtime=1602.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 15759 0 0 0 154050 6178 0 0 25 0 1 0 823029751 66428928 15019 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16218 15019 843 1205 0 15009 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 64872

[startup+1662.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/551 23450
/proc/meminfo: memFree=20857880/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1662.27 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16180 0 0 0 159826 6401 0 0 25 0 1 0 823029751 68014080 15440 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15440 843 1205 0 15396 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 66420

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/551 23452
/proc/meminfo: memFree=20857608/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1722.27 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 165608 6619 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 66420

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 23453
/proc/meminfo: memFree=20853752/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1782.27 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 171379 6848 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 66420

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

[startup+1791.92 s]
/proc/loadavg: 2.03 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845692/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1791.89 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 172301 6888 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1791.89
Current children cumulated vsize (KiB) 66420

[startup+1795.1 s]
/proc/loadavg: 2.03 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845692/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1795.1 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 172609 6901 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1795.1
Current children cumulated vsize (KiB) 66420

[startup+1798.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845196/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1798.28 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 172915 6913 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1798.28
Current children cumulated vsize (KiB) 66420

[startup+1799.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845196/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1799.07 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 172990 6917 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 66420

[startup+1799.5 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845692/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1799.49 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 173030 6919 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 66420

[startup+1799.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845692/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1799.87 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 173067 6920 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15458 843 1205 0 15396 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (KiB) 66420

[startup+1800 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23454
/proc/meminfo: memFree=20845692/32951124 swapFree=53733252/67111528
[pid=23377] ppid=23375 vsize=66420 CPUtime=1799.98 cores=1,3,5,7
/proc/23377/stat : 23377 (scip-2.0.1.4.li) R 23375 23377 21496 0 -1 4202496 16198 0 0 0 173077 6921 0 0 25 0 1 0 823029751 68014080 15458 33554432000 4194304 9128323 140735395396144 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23377/statm: 16605 15459 844 1205 0 15396 0
Current children cumulated CPU time (s) 1799.98
Current children cumulated vsize (KiB) 66420

Child status: 0
Real time (s): 1800.04
CPU time (s): 1800.02
CPU user time (s): 1730.8
CPU system time (s): 69.2135
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 66420

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

runsolver used 9.66553 second user time and 23.0735 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-03 17:18:14
IDJOB=3452008
IDBENCH=48377
IDSOLVER=1949
FILE ID=node106/3452008-1307114294
RUNJOBID= node106-1307109552-22906
PBS_JOBID= 13497969
Free space on /tmp= 73732 MiB

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

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=1993207594

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20985704 kB
Buffers:        392684 kB
Cached:        6002352 kB
SwapCached:      22744 kB
Active:        6068200 kB
Inactive:      5555724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20985704 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:           12284 kB
Writeback:           0 kB
AnonPages:     5225136 kB
Mapped:          29180 kB
Slab:           192004 kB
PageTables:      78168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167715964 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= 73720 MiB
End job on node106 at 2011-06-03 17:48:14