Trace number 3451924

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.4UNSAT 1736.2 1736.16

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_2_15.opb
MD5SUM18f5400970ad464f730a15f23e03dd22
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1736.2
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)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

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.4]
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-3451924-1307112617.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.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, 5028 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  5028 implications, 100 cliques
0.01/0.03	c presolved problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 768 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     616 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 |   317 |     - |3090k|   0 | 166 | 716 | 768 | 716 |1384 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   373 |     - |3633k|   0 | 170 | 716 | 782 | 716 |1397 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   424 |     - |4328k|   0 | 170 | 716 | 782 | 716 |1403 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |   482 |     - |4958k|   0 | 168 | 716 | 782 | 716 |1409 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.77	c   0.8s|     1 |     0 |   533 |     - |5672k|   0 | 168 | 716 | 782 | 716 |1414 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |   599 |     - |6400k|   0 | 173 | 716 | 782 | 716 |1419 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.11/1.19	c   1.2s|     1 |     2 |   599 |     - |6401k|   0 | 173 | 716 | 782 | 716 |1419 |  35 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
55.29/55.31	c  55.3s| 10000 |    87 |629463 |  62.9 |9072k|  35 | 149 | 716 |4389 | 716 | 443 |  99k|  10k|1561 | 0.000000e+00 |      --      |    Inf 
108.90/108.95	c   109s| 20000 |    89 |  1277k|  63.9 |  10M|  35 |   - | 716 |7448 | 716 | 515 | 197k|  20k|2176 | 0.000000e+00 |      --      |    Inf 
159.09/159.17	c   159s| 30000 |    78 |  1906k|  63.5 |  11M|  35 |   - | 716 |9757 |   0 |   0 | 293k|  31k|2673 | 0.000000e+00 |      --      |    Inf 
212.10/212.20	c   212s| 40000 |    76 |  2561k|  64.0 |  12M|  35 |   - | 716 |  11k| 716 | 479 | 394k|  41k|3084 | 0.000000e+00 |      --      |    Inf 
266.99/267.02	c   267s| 50000 |    80 |  3233k|  64.7 |  12M|  35 |   - | 716 |9966 | 716 | 472 | 494k|  51k|3370 | 0.000000e+00 |      --      |    Inf 
325.30/325.30	c   325s| 60000 |    89 |  3938k|  65.6 |  13M|  35 | 166 | 716 |  12k| 716 | 454 | 602k|  60k|3673 | 0.000000e+00 |      --      |    Inf 
382.60/382.65	c   383s| 70000 |    83 |  4644k|  66.3 |  13M|  36 | 132 | 716 |  11k| 716 | 508 | 717k|  70k|3906 | 0.000000e+00 |      --      |    Inf 
444.60/444.62	c   445s| 80000 |    45 |  5405k|  67.6 |  13M|  36 |   - | 716 |  11k| 716 | 490 | 841k|  79k|4116 | 0.000000e+00 |      --      |    Inf 
507.50/507.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.50/507.56	c   508s| 90000 |    44 |  6203k|  68.9 |  16M|  36 | 142 | 716 |  18k| 716 | 490 | 963k|  88k|4340 | 0.000000e+00 |      --      |    Inf 
568.80/568.86	c   569s|100000 |    49 |  6952k|  69.5 |  18M|  36 |   - | 716 |  22k| 716 | 508 |1079k|  96k|4510 | 0.000000e+00 |      --      |    Inf 
630.71/630.75	c   631s|110000 |    57 |  7691k|  69.9 |  17M|  36 |   - | 716 |  20k| 716 | 494 |1186k| 105k|4662 | 0.000000e+00 |      --      |    Inf 
692.00/692.09	c   692s|120000 |    65 |  8426k|  70.2 |  19M|  37 |   - | 716 |  25k| 716 | 516 |1308k| 113k|4820 | 0.000000e+00 |      --      |    Inf 
750.23/750.23	c   750s|130000 |    58 |  9122k|  70.2 |  16M|  42 | 146 | 716 |  14k| 716 | 494 |1405k| 123k|4953 | 0.000000e+00 |      --      |    Inf 
813.41/813.45	c   813s|140000 |    37 |  9896k|  70.7 |  15M|  42 | 108 | 716 |  11k| 716 | 539 |1527k| 132k|5065 | 0.000000e+00 |      --      |    Inf 
868.11/868.15	c   868s|150000 |    36 | 10542k|  70.3 |  15M|  42 | 132 | 716 |  11k| 716 | 503 |1604k| 142k|5168 | 0.000000e+00 |      --      |    Inf 
924.81/924.87	c   925s|160000 |    36 | 11228k|  70.2 |  15M|  42 | 138 | 716 |  12k| 716 | 510 |1698k| 151k|5255 | 0.000000e+00 |      --      |    Inf 
986.12/986.18	c   986s|170000 |    24 | 11964k|  70.4 |  16M|  42 |   - | 716 |  14k| 716 | 553 |1799k| 159k|5330 | 0.000000e+00 |      --      |    Inf 
1046.21/1046.28	c  1046s|180000 |    19 | 12669k|  70.4 |  17M|  42 |   - | 716 |  17k| 716 | 533 |1889k| 168k|5398 | 0.000000e+00 |      --      |    Inf 
1106.72/1106.79	c  1107s|190000 |    25 | 13394k|  70.5 |  18M|  42 |   - | 716 |  18k| 716 | 529 |1998k| 177k|5468 | 0.000000e+00 |      --      |    Inf 
1169.12/1169.17	c  1169s|200000 |    33 | 14139k|  70.7 |  19M|  42 | 117 | 716 |  19k| 716 | 533 |2103k| 186k|5530 | 0.000000e+00 |      --      |    Inf 
1232.32/1232.39	c  1232s|210000 |    20 | 14879k|  70.9 |  20M|  42 | 155 | 716 |  21k| 716 | 502 |2203k| 194k|5588 | 0.000000e+00 |      --      |    Inf 
1293.64/1293.68	c  1294s|220000 |     4 | 15587k|  70.9 |  19M|  42 |   - | 716 |  18k| 716 | 531 |2292k| 203k|5617 | 0.000000e+00 |      --      |    Inf 
1357.22/1357.23	c  1357s|230000 |    13 | 16325k|  71.0 |  21M|  42 |   - | 716 |  23k| 716 | 533 |2389k| 211k|5647 | 0.000000e+00 |      --      |    Inf 
1415.74/1415.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1415.74/1415.73	c  1416s|240000 |    21 | 17002k|  70.8 |  24M|  42 | 156 | 716 |  29k| 716 | 527 |2479k| 220k|5683 | 0.000000e+00 |      --      |    Inf 
1472.94/1472.93	c  1473s|250000 |    26 | 17647k|  70.6 |  26M|  42 |   - | 716 |  33k| 716 | 569 |2565k| 229k|5705 | 0.000000e+00 |      --      |    Inf 
1533.53/1533.50	c  1534s|260000 |    38 | 18321k|  70.5 |  28M|  47 |   - | 716 |  38k| 716 | 579 |2652k| 239k|5724 | 0.000000e+00 |      --      |    Inf 
1591.13/1591.16	c  1591s|270000 |    38 | 18949k|  70.2 |  28M|  47 | 173 | 716 |  38k| 716 | 507 |2730k| 249k|5742 | 0.000000e+00 |      --      |    Inf 
1651.93/1651.91	c  1652s|280000 |    17 | 19607k|  70.0 |  25M|  47 | 185 | 716 |  29k| 716 | 547 |2813k| 258k|5761 | 0.000000e+00 |      --      |    Inf 
1712.83/1712.89	c  1713s|290000 |    11 | 20281k|  69.9 |  23M|  47 | 152 | 716 |  24k| 716 | 566 |2898k| 267k|5778 | 0.000000e+00 |      --      |    Inf 
1736.13/1736.12	c 
1736.13/1736.12	c SCIP Status        : problem is solved [infeasible]
1736.13/1736.12	c Solving Time (sec) : 1736.12
1736.13/1736.12	c Solving Nodes      : 293776
1736.13/1736.12	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1736.13/1736.12	c Dual Bound         : +1.00000000000000e+20
1736.13/1736.12	c Gap                : 0.00 %
1736.13/1736.12	s UNSATISFIABLE
1736.13/1736.12	c SCIP Status        : problem is solved [infeasible]
1736.13/1736.12	c Total Time         :    1736.12
1736.13/1736.12	c   solving          :    1736.12
1736.13/1736.12	c   presolving       :       0.03 (included in solving)
1736.13/1736.12	c   reading          :       0.00 (included in solving)
1736.13/1736.12	c Original Problem   :
1736.13/1736.12	c   Problem name     : HOME/instance-3451924-1307112617.opb
1736.13/1736.12	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1736.13/1736.12	c   Constraints      : 152 initial, 152 maximal
1736.13/1736.12	c Presolved Problem  :
1736.13/1736.12	c   Problem name     : t_HOME/instance-3451924-1307112617.opb
1736.13/1736.12	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1736.13/1736.12	c   Constraints      : 768 initial, 41031 maximal
1736.13/1736.12	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1736.13/1736.12	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   and              :       0.02          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c   root node        :          -         30          -          -         30          -          -          -          -          -
1736.13/1736.12	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1736.13/1736.12	c   integral         :          0          0          0     148649          0          1          0        174       1213          0          0     295418
1736.13/1736.12	c   knapsack         :          1          5    1301355          0          0          0        202         39        584          0          0          0
1736.13/1736.12	c   setppc           :        150          5    1301365          0          0          0    1009306       1714     873263          0          0          0
1736.13/1736.12	c   and              :        616     192528    1299651          0          0          0     817522        604    8855870    2934824          0          0
1736.13/1736.12	c   linear           :          1+         6    1299044          0          0          0        870          9       1147          0          0          0
1736.13/1736.12	c   logicor          :          0+         0     408723          0          0          0    1200423       1011     263925          0          0          0
1736.13/1736.12	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1736.13/1736.12	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1736.13/1736.12	c   integral         :      30.47       0.00       0.00      30.47       0.00       0.00       0.00
1736.13/1736.12	c   knapsack         :       0.43       0.00       0.42       0.00       0.00       0.00       0.00
1736.13/1736.12	c   setppc           :       2.91       0.00       2.69       0.00       0.00       0.00       0.22
1736.13/1736.12	c   and              :      22.51       8.84      13.42       0.00       0.00       0.00       0.25
1736.13/1736.12	c   linear           :       0.58       0.00       0.58       0.00       0.00       0.00       0.00
1736.13/1736.12	c   logicor          :      31.53       0.00      30.63       0.00       0.00       0.00       0.89
1736.13/1736.12	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1736.13/1736.12	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1736.13/1736.12	c   vbounds          :          0          0          0          0
1736.13/1736.12	c   rootredcost      :          0          0          0          0
1736.13/1736.12	c   pseudoobj        :          0          0          0          0
1736.13/1736.12	c Propagator Timings :  TotalTime  Propagate    Resprop
1736.13/1736.12	c   vbounds          :       0.17       0.17       0.00
1736.13/1736.12	c   rootredcost      :       0.18       0.18       0.00
1736.13/1736.12	c   pseudoobj        :       0.13       0.13       0.00
1736.13/1736.12	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1736.13/1736.12	c   propagation      :       0.05       3377       3307      10949       19.4        140       26.8          -
1736.13/1736.12	c   infeasible LP    :      14.20     143073     138501     951146       23.9        328        5.9          0
1736.13/1736.12	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1736.13/1736.12	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1736.13/1736.12	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1736.13/1736.12	c   applied globally :          -          -          -     270877       24.4          -          -          -
1736.13/1736.12	c   applied locally  :          -          -          -          0        0.0          -          -          -
1736.13/1736.12	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1736.13/1736.12	c   cut pool         :       0.00          4          -          -         40          -    (maximal pool size: 743)
1736.13/1736.12	c   redcost          :       1.96     192528          0          0          0          0
1736.13/1736.12	c   impliedbounds    :       0.00          5          0          0         11          0
1736.13/1736.12	c   intobj           :       0.00          0          0          0          0          0
1736.13/1736.12	c   gomory           :       0.49          5          0          0          0          0
1736.13/1736.12	c   cgmip            :       0.00          0          0          0          0          0
1736.13/1736.12	c   closecuts        :       0.00          0          0          0          0          0
1736.13/1736.12	c   strongcg         :       0.31          5          0          0       2500          0
1736.13/1736.12	c   cmir             :       0.00          0          0          0          0          0
1736.13/1736.12	c   flowcover        :       0.00          0          0          0          0          0
1736.13/1736.12	c   clique           :       0.01          5          0          0         30          0
1736.13/1736.12	c   zerohalf         :       0.00          0          0          0          0          0
1736.13/1736.12	c   mcf              :       0.00          1          0          0          0          0
1736.13/1736.12	c   oddcycle         :       0.00          0          0          0          0          0
1736.13/1736.12	c   rapidlearning    :       0.03          1          0          0          0         14
1736.13/1736.12	c Pricers            :       Time      Calls       Vars
1736.13/1736.12	c   problem variables:       0.00          0          0
1736.13/1736.12	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1736.13/1736.12	c   relpscost        :      30.38     148649        174       1213          0          0     295418
1736.13/1736.12	c   pscost           :       0.00          0          0          0          0          0          0
1736.13/1736.12	c   inference        :       0.00          0          0          0          0          0          0
1736.13/1736.12	c   mostinf          :       0.00          0          0          0          0          0          0
1736.13/1736.12	c   leastinf         :       0.00          0          0          0          0          0          0
1736.13/1736.12	c   fullstrong       :       0.00          0          0          0          0          0          0
1736.13/1736.12	c   allfullstrong    :       0.00          0          0          0          0          0          0
1736.13/1736.12	c   random           :       0.00          0          0          0          0          0          0
1736.13/1736.12	c Primal Heuristics  :       Time      Calls      Found
1736.13/1736.12	c   LP solutions     :       0.00          -          0
1736.13/1736.12	c   pseudo solutions :       0.00          -          0
1736.13/1736.12	c   trivial          :       0.00          1          0
1736.13/1736.12	c   shiftandpropagate:       0.00          0          0
1736.13/1736.12	c   simplerounding   :       0.00          0          0
1736.13/1736.12	c   zirounding       :       0.00          0          0
1736.13/1736.12	c   rounding         :       0.00          0          0
1736.13/1736.12	c   shifting         :       0.00          0          0
1736.13/1736.12	c   intshifting      :       0.00          0          0
1736.13/1736.12	c   oneopt           :       0.00          0          0
1736.13/1736.12	c   twoopt           :       0.00          0          0
1736.13/1736.12	c   fixandinfer      :       0.00          0          0
1736.13/1736.12	c   feaspump         :       0.00          0          0
1736.13/1736.12	c   clique           :       0.00          0          0
1736.13/1736.12	c   coefdiving       :       0.00          0          0
1736.13/1736.12	c   pscostdiving     :       0.00          0          0
1736.13/1736.12	c   fracdiving       :       0.00          0          0
1736.13/1736.12	c   veclendiving     :       0.00          0          0
1736.13/1736.12	c   intdiving        :       0.00          0          0
1736.13/1736.12	c   actconsdiving    :       0.00          0          0
1736.13/1736.12	c   objpscostdiving  :       0.00          0          0
1736.13/1736.12	c   rootsoldiving    :       0.00          0          0
1736.13/1736.12	c   linesearchdiving :       0.00          0          0
1736.13/1736.12	c   guideddiving     :       0.00          0          0
1736.13/1736.12	c   octane           :       0.00          0          0
1736.13/1736.12	c   rens             :       0.00          0          0
1736.13/1736.12	c   rins             :       0.00          0          0
1736.13/1736.12	c   localbranching   :       0.00          0          0
1736.13/1736.12	c   mutation         :       0.00          0          0
1736.13/1736.12	c   crossover        :       0.00          0          0
1736.13/1736.12	c   dins             :       0.00          0          0
1736.13/1736.12	c   vbounds          :       0.00          0          0
1736.13/1736.12	c   undercover       :       0.00          0          0
1736.13/1736.12	c   subnlp           :       0.00          0          0
1736.13/1736.12	c   trysol           :       0.00          0          0
1736.13/1736.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1736.13/1736.12	c   primal LP        :      45.03          0          0       0.00       0.00
1736.13/1736.12	c   dual LP          :    1487.60     481355   20540629      42.67   13807.88
1736.13/1736.12	c   lex dual LP      :       0.00          0          0       0.00          -
1736.13/1736.12	c   barrier LP       :       0.00          0          0       0.00          -
1736.13/1736.12	c   diving/probing LP:       0.00          0          0       0.00          -
1736.13/1736.12	c   strong branching :      28.08       5783     384764      66.53   13700.61
1736.13/1736.12	c     (at root node) :          -          9       2014     223.78          -
1736.13/1736.12	c   conflict analysis:       0.00          0          0       0.00          -
1736.13/1736.12	c B&B Tree           :
1736.13/1736.12	c   number of runs   :          1
1736.13/1736.12	c   nodes            :     293776
1736.13/1736.12	c   nodes (total)    :     293776
1736.13/1736.12	c   nodes left       :          0
1736.13/1736.12	c   max depth        :         47
1736.13/1736.12	c   max depth (total):         47
1736.13/1736.12	c   backtracks       :      46594 (15.9%)
1736.13/1736.12	c   delayed cutoffs  :       1643
1736.13/1736.12	c   repropagations   :     459369 (1752114 domain reductions, 557 cutoffs)
1736.13/1736.12	c   avg switch length:       4.74
1736.13/1736.12	c   switching time   :      81.48
1736.13/1736.12	c Solution           :
1736.13/1736.12	c   Solutions found  :          0 (0 improvements)
1736.13/1736.12	c   Primal Bound     : infeasible
1736.13/1736.12	c   Dual Bound       :          -
1736.13/1736.12	c   Gap              :       0.00 %
1736.13/1736.12	c   Root Dual Bound  : +0.00000000000000e+00
1736.13/1736.12	c   Root Iterations  :        599
1736.13/1736.15	c Time complete: 1736.19.

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

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.04 2.00 2/464 7470
/proc/meminfo: memFree=29993484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=11464 CPUtime=0 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 1768 0 0 0 0 0 0 0 25 0 1 0 822861495 11739136 1721 33554432000 4194304 9128323 140735820249856 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 2866 1734 429 1205 0 1657 0

[startup+0.022221 s]
/proc/loadavg: 2.11 2.04 2.00 2/464 7470
/proc/meminfo: memFree=29993484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=16952 CPUtime=0.01 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 3245 0 0 0 1 0 0 0 25 0 1 0 822861495 17358848 2941 33554432000 4194304 9128323 140735820249856 18446744073709551615 18446744073699065989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 4238 2941 491 1205 0 3029 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16952

[startup+0.100284 s]
/proc/loadavg: 2.11 2.04 2.00 2/464 7470
/proc/meminfo: memFree=29993484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=22000 CPUtime=0.09 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 4762 0 0 0 9 0 0 0 18 0 1 0 822861495 22528000 4410 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 5500 4410 664 1205 0 4291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22000

[startup+0.300239 s]
/proc/loadavg: 2.11 2.04 2.00 2/464 7470
/proc/meminfo: memFree=29993484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=36956 CPUtime=0.29 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 8732 0 0 0 29 0 0 0 18 0 1 0 822861495 37842944 8014 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9239 8014 718 1205 0 8030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36956

[startup+0.701159 s]
/proc/loadavg: 2.11 2.04 2.00 2/464 7470
/proc/meminfo: memFree=29993484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=37068 CPUtime=0.69 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 8910 0 0 0 69 0 0 0 18 0 1 0 822861495 37957632 8192 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9267 8192 718 1205 0 8058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37068

[startup+1.50091 s]
/proc/loadavg: 2.10 2.04 2.00 3/465 7471
/proc/meminfo: memFree=29963220/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=37188 CPUtime=1.49 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 8965 0 0 0 147 2 0 0 20 0 1 0 822861495 38080512 8241 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9297 8241 735 1205 0 8088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37188

[startup+3.10073 s]
/proc/loadavg: 2.10 2.04 2.00 3/465 7471
/proc/meminfo: memFree=29962104/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=37188 CPUtime=3.09 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 8982 0 0 0 303 6 0 0 25 0 1 0 822861495 38080512 8244 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9297 8244 722 1205 0 8088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37188

[startup+6.30117 s]
/proc/loadavg: 2.10 2.04 2.00 3/465 7471
/proc/meminfo: memFree=29961360/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=37188 CPUtime=6.29 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 8983 0 0 0 617 12 0 0 25 0 1 0 822861495 38080512 8245 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9297 8245 722 1205 0 8088 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37188

[startup+12.701 s]
/proc/loadavg: 2.09 2.04 2.00 3/465 7472
/proc/meminfo: memFree=29960752/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=37188 CPUtime=12.69 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 9060 0 0 0 1247 22 0 0 25 0 1 0 822861495 38080512 8322 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9297 8322 722 1205 0 8088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37188

[startup+25.5008 s]
/proc/loadavg: 2.07 2.04 2.00 3/465 7472
/proc/meminfo: memFree=29960764/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=37188 CPUtime=25.49 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 9061 0 0 0 2503 46 0 0 25 0 1 0 822861495 38080512 8323 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9297 8323 722 1205 0 8088 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37188

[startup+51.1003 s]
/proc/loadavg: 2.11 2.05 2.00 3/465 7473
/proc/meminfo: memFree=29959404/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=38484 CPUtime=51.09 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 9413 0 0 0 5019 90 0 0 25 0 1 0 822861495 39407616 8675 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 9621 8675 722 1205 0 8412 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38484

[startup+102.317 s]
/proc/loadavg: 2.04 2.04 2.00 3/465 7474
/proc/meminfo: memFree=29955808/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=40984 CPUtime=102.31 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 9999 0 0 0 10051 180 0 0 25 0 1 0 822861495 41967616 9261 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 10246 9261 722 1205 0 9037 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40984

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 7476
/proc/meminfo: memFree=29953156/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=43448 CPUtime=162.29 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 10615 0 0 0 15950 279 0 0 25 0 1 0 822861495 44490752 9877 33554432000 4194304 9128323 140735820249856 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 10862 9877 722 1205 0 9653 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43448

[startup+222.301 s]
/proc/loadavg: 1.97 2.01 1.99 3/465 7505
/proc/meminfo: memFree=29982468/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=46176 CPUtime=222.29 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 11305 0 0 0 21850 379 0 0 25 0 1 0 822861495 47284224 10567 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 11544 10567 722 1205 0 10335 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 46176

[startup+282.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/465 7507
/proc/meminfo: memFree=29981700/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=47272 CPUtime=282.3 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 11575 0 0 0 27755 475 0 0 25 0 1 0 822861495 48406528 10837 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 11818 10837 722 1205 0 10609 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47272

[startup+342.301 s]
/proc/loadavg: 2.12 2.04 2.00 3/465 7508
/proc/meminfo: memFree=29979416/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=48488 CPUtime=342.3 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 11880 0 0 0 33657 573 0 0 25 0 1 0 822861495 49651712 11142 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 12122 11142 722 1205 0 10913 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48488

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/465 7510
/proc/meminfo: memFree=29978880/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=48996 CPUtime=402.3 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 12025 0 0 0 39565 665 0 0 25 0 1 0 822861495 50171904 11287 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 12249 11287 722 1205 0 11040 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 48996

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 7512
/proc/meminfo: memFree=29979576/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=49136 CPUtime=462.31 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 12056 0 0 0 45466 765 0 0 25 0 1 0 822861495 50315264 11318 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 12284 11318 722 1205 0 11075 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 49136

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/465 7513
/proc/meminfo: memFree=29977924/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=51752 CPUtime=522.31 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 12555 0 0 0 51367 864 0 0 25 0 1 0 822861495 52994048 11817 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 12938 11817 722 1205 0 11729 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 51752

[startup+582.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/465 7569
/proc/meminfo: memFree=29927320/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=56044 CPUtime=582.3 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 13643 0 0 0 57274 956 0 0 25 0 1 0 822861495 57389056 12905 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 14011 12905 722 1205 0 12802 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56044

[startup+642.301 s]

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

/proc/meminfo: memFree=29923028/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=59076 CPUtime=1002.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 14479 0 0 0 98607 1625 0 0 25 0 1 0 822861495 60493824 13741 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 14769 13741 722 1205 0 13560 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 59076

[startup+1062.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/465 7594
/proc/meminfo: memFree=29922108/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=59556 CPUtime=1062.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 14563 0 0 0 104516 1716 0 0 25 0 1 0 822861495 60985344 13825 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 14889 13825 722 1205 0 13680 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 59556

[startup+1122.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/465 7595
/proc/meminfo: memFree=29921324/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=60400 CPUtime=1122.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 14723 0 0 0 110422 1810 0 0 25 0 1 0 822861495 61849600 13985 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 15100 13985 722 1205 0 13891 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 60400

[startup+1182.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/465 7597
/proc/meminfo: memFree=29919776/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=60868 CPUtime=1182.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 14825 0 0 0 116335 1897 0 0 25 0 1 0 822861495 62328832 14087 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 15217 14087 722 1205 0 14008 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 60868

[startup+1242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/465 7598
/proc/meminfo: memFree=29916496/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=61204 CPUtime=1242.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 14941 0 0 0 122247 1985 0 0 25 0 1 0 822861495 62672896 14203 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 15301 14203 722 1205 0 14092 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 61204

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 7600
/proc/meminfo: memFree=29910992/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=62388 CPUtime=1302.33 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 15236 0 0 0 128160 2073 0 0 25 0 1 0 822861495 63885312 14498 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 15597 14498 722 1205 0 14388 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 62388

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 7602
/proc/meminfo: memFree=29906364/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=63160 CPUtime=1362.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 15495 0 0 0 134070 2162 0 0 25 0 1 0 822861495 64675840 14757 33554432000 4194304 9128323 140735820249856 18446744073709551615 6530281 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 15790 14757 843 1205 0 14581 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 63160

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 7603
/proc/meminfo: memFree=29904572/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=64588 CPUtime=1422.34 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 15879 0 0 0 139980 2254 0 0 25 0 1 0 822861495 66138112 15141 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 16147 15141 843 1205 0 14938 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 64588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 7605
/proc/meminfo: memFree=29899200/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=67396 CPUtime=1482.32 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 16604 0 0 0 145890 2342 0 0 25 0 1 0 822861495 69013504 15866 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 16849 15866 843 1205 0 15640 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 67396

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/465 7606
/proc/meminfo: memFree=29894440/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=69288 CPUtime=1542.33 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17051 0 0 0 151803 2430 0 0 25 0 1 0 822861495 70950912 16313 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17322 16313 843 1205 0 16113 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 69288

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/465 7608
/proc/meminfo: memFree=29889684/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71116 CPUtime=1602.33 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17502 0 0 0 157718 2515 0 0 25 0 1 0 822861495 72822784 16764 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17779 16764 843 1205 0 16570 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 71116

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/465 7610
/proc/meminfo: memFree=29888012/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1662.33 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 163630 2603 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 71924

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/465 7611
/proc/meminfo: memFree=29885984/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1722.33 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 169543 2690 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 71924

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

[startup+1727.9 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 7611
/proc/meminfo: memFree=29885612/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1727.93 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 170094 2699 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1727.93
Current children cumulated vsize (KiB) 71924

[startup+1731.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 7611
/proc/meminfo: memFree=29885484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1731.13 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 170411 2702 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1731.13
Current children cumulated vsize (KiB) 71924

[startup+1734.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 7611
/proc/meminfo: memFree=29885732/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1734.33 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 170727 2706 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1734.33
Current children cumulated vsize (KiB) 71924

[startup+1735.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 7611
/proc/meminfo: memFree=29885484/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1735.13 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 170805 2708 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1735.13
Current children cumulated vsize (KiB) 71924

[startup+1735.9 s]
/proc/loadavg: 2.04 2.04 2.00 3/465 7612
/proc/meminfo: memFree=29885112/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1735.93 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 170884 2709 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1735.93
Current children cumulated vsize (KiB) 71924

[startup+1736.1 s]
/proc/loadavg: 2.04 2.04 2.00 3/465 7612
/proc/meminfo: memFree=29885112/32950928 swapFree=45617076/67111528
[pid=7470] ppid=7468 vsize=71924 CPUtime=1736.13 cores=0,2,4,6
/proc/7470/stat : 7470 (scip-2.0.1.4.li) R 7468 7470 5789 0 -1 4202496 17719 0 0 0 170903 2710 0 0 25 0 1 0 822861495 73650176 16981 33554432000 4194304 9128323 140735820249856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7470/statm: 17981 16981 843 1205 0 16772 0
Current children cumulated CPU time (s) 1736.13
Current children cumulated vsize (KiB) 71924

Child status: 0
Real time (s): 1736.16
CPU time (s): 1736.2
CPU user time (s): 1709.09
CPU system time (s): 27.1079
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 71924

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

runsolver used 8.10877 second user time and 17.2064 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-03 16:50:17
IDJOB=3451924
IDBENCH=48293
IDSOLVER=1949
FILE ID=node123/3451924-1307112617
RUNJOBID= node123-1307109000-7204
PBS_JOBID= 13497979
Free space on /tmp= 73820 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_2_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-3451924-1307112617/watcher-3451924-1307112617 -o /tmp/evaluation-result-3451924-1307112617/solver-3451924-1307112617 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451924-1307112617.opb -t 1800 -m 15500

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

MD5SUM BENCH= 18f5400970ad464f730a15f23e03dd22
RANDOM SEED=1369714427

node123.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	: 5226.15
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.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.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.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.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.80
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29993764 kB
Buffers:        273184 kB
Cached:         363864 kB
SwapCached:       9456 kB
Active:        2375728 kB
Inactive:       302632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29993764 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           12256 kB
Writeback:           0 kB
AnonPages:     2039348 kB
Mapped:          26728 kB
Slab:           133900 kB
PageTables:      79024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133471852 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= 73808 MiB
End job on node123 at 2011-06-03 17:19:13