Trace number 3484742

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? 1797.11 1797.05

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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3484742-1307788337.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5028 impls, 100 clqs
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  5028 implications, 100 cliques
0.00/0.03	c presolved problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 768 constraints
0.00/0.03	c       1 constraints of type <knapsack>
0.00/0.03	c     150 constraints of type <setppc>
0.00/0.03	c     616 constraints of type <and>
0.00/0.03	c       1 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.4
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.04/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.04/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.27	c   0.3s|     1 |     0 |   373 |     - |3633k|   0 | 170 | 716 | 782 | 716 |1397 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   424 |     - |4328k|   0 | 170 | 716 | 782 | 716 |1403 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   482 |     - |4958k|   0 | 168 | 716 | 782 | 716 |1409 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |   533 |     - |5672k|   0 | 168 | 716 | 782 | 716 |1414 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.03	c   1.0s|     1 |     0 |   599 |     - |6400k|   0 | 173 | 716 | 782 | 716 |1419 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.31	c   1.3s|     1 |     2 |   599 |     - |6401k|   0 | 173 | 716 | 782 | 716 |1419 |  35 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
61.39/61.44	c  61.4s| 10000 |    87 |629463 |  62.9 |9072k|  35 | 149 | 716 |4389 | 716 | 443 |  99k|  10k|1561 | 0.000000e+00 |      --      |    Inf 
120.89/120.96	c   121s| 20000 |    89 |  1277k|  63.9 |  10M|  35 |   - | 716 |7448 | 716 | 515 | 197k|  20k|2176 | 0.000000e+00 |      --      |    Inf 
176.70/176.78	c   177s| 30000 |    78 |  1906k|  63.5 |  11M|  35 |   - | 716 |9757 |   0 |   0 | 293k|  31k|2673 | 0.000000e+00 |      --      |    Inf 
235.70/235.73	c   236s| 40000 |    76 |  2561k|  64.0 |  12M|  35 |   - | 716 |  11k| 716 | 479 | 394k|  41k|3084 | 0.000000e+00 |      --      |    Inf 
296.60/296.68	c   297s| 50000 |    80 |  3233k|  64.7 |  12M|  35 |   - | 716 |9966 | 716 | 472 | 494k|  51k|3370 | 0.000000e+00 |      --      |    Inf 
361.40/361.43	c   361s| 60000 |    89 |  3938k|  65.6 |  13M|  35 | 166 | 716 |  12k| 716 | 454 | 602k|  60k|3673 | 0.000000e+00 |      --      |    Inf 
425.11/425.13	c   425s| 70000 |    83 |  4644k|  66.3 |  13M|  36 | 132 | 716 |  11k| 716 | 508 | 717k|  70k|3906 | 0.000000e+00 |      --      |    Inf 
493.81/493.89	c   494s| 80000 |    45 |  5405k|  67.6 |  13M|  36 |   - | 716 |  11k| 716 | 490 | 841k|  79k|4116 | 0.000000e+00 |      --      |    Inf 
563.81/563.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.81/563.83	c   564s| 90000 |    44 |  6203k|  68.9 |  16M|  36 | 142 | 716 |  18k| 716 | 490 | 963k|  88k|4340 | 0.000000e+00 |      --      |    Inf 
631.92/631.93	c   632s|100000 |    49 |  6952k|  69.5 |  18M|  36 |   - | 716 |  22k| 716 | 508 |1079k|  96k|4510 | 0.000000e+00 |      --      |    Inf 
700.51/700.53	c   701s|110000 |    57 |  7691k|  69.9 |  17M|  36 |   - | 716 |  20k| 716 | 494 |1186k| 105k|4662 | 0.000000e+00 |      --      |    Inf 
768.51/768.50	c   769s|120000 |    65 |  8426k|  70.2 |  19M|  37 |   - | 716 |  25k| 716 | 516 |1308k| 113k|4820 | 0.000000e+00 |      --      |    Inf 
832.92/832.97	c   833s|130000 |    58 |  9122k|  70.2 |  16M|  42 | 146 | 716 |  14k| 716 | 494 |1405k| 123k|4953 | 0.000000e+00 |      --      |    Inf 
902.92/902.99	c   903s|140000 |    37 |  9896k|  70.7 |  15M|  42 | 108 | 716 |  11k| 716 | 539 |1527k| 132k|5065 | 0.000000e+00 |      --      |    Inf 
963.63/963.62	c   964s|150000 |    36 | 10542k|  70.3 |  15M|  42 | 132 | 716 |  11k| 716 | 503 |1604k| 142k|5168 | 0.000000e+00 |      --      |    Inf 
1026.53/1026.50	c  1027s|160000 |    36 | 11228k|  70.2 |  15M|  42 | 138 | 716 |  12k| 716 | 510 |1698k| 151k|5255 | 0.000000e+00 |      --      |    Inf 
1094.43/1094.45	c  1094s|170000 |    24 | 11964k|  70.4 |  16M|  42 |   - | 716 |  14k| 716 | 553 |1799k| 159k|5330 | 0.000000e+00 |      --      |    Inf 
1161.13/1161.10	c  1161s|180000 |    19 | 12669k|  70.4 |  17M|  42 |   - | 716 |  17k| 716 | 533 |1889k| 168k|5398 | 0.000000e+00 |      --      |    Inf 
1228.23/1228.24	c  1228s|190000 |    25 | 13394k|  70.5 |  18M|  42 |   - | 716 |  18k| 716 | 529 |1998k| 177k|5468 | 0.000000e+00 |      --      |    Inf 
1297.53/1297.56	c  1298s|200000 |    33 | 14139k|  70.7 |  19M|  42 | 117 | 716 |  19k| 716 | 533 |2103k| 186k|5530 | 0.000000e+00 |      --      |    Inf 
1367.74/1367.78	c  1368s|210000 |    20 | 14879k|  70.9 |  20M|  42 | 155 | 716 |  21k| 716 | 502 |2203k| 194k|5588 | 0.000000e+00 |      --      |    Inf 
1435.74/1435.75	c  1436s|220000 |     4 | 15587k|  70.9 |  19M|  42 |   - | 716 |  18k| 716 | 531 |2292k| 203k|5617 | 0.000000e+00 |      --      |    Inf 
1506.24/1506.24	c  1506s|230000 |    13 | 16325k|  71.0 |  21M|  42 |   - | 716 |  23k| 716 | 533 |2389k| 211k|5647 | 0.000000e+00 |      --      |    Inf 
1571.24/1571.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1571.24/1571.29	c  1571s|240000 |    21 | 17002k|  70.8 |  24M|  42 | 156 | 716 |  29k| 716 | 527 |2479k| 220k|5683 | 0.000000e+00 |      --      |    Inf 
1634.74/1634.76	c  1635s|250000 |    26 | 17647k|  70.6 |  26M|  42 |   - | 716 |  33k| 716 | 569 |2565k| 229k|5705 | 0.000000e+00 |      --      |    Inf 
1701.94/1701.94	c  1702s|260000 |    38 | 18321k|  70.5 |  28M|  47 |   - | 716 |  38k| 716 | 579 |2652k| 239k|5724 | 0.000000e+00 |      --      |    Inf 
1765.85/1765.89	c  1766s|270000 |    38 | 18949k|  70.2 |  28M|  47 | 173 | 716 |  38k| 716 | 507 |2730k| 249k|5742 | 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 274601
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.03 (included in solving)
1797.05/1797.00	c   reading          :       0.00 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3484742-1307788337.opb
1797.05/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 152 initial, 152 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3484742-1307788337.opb
1797.05/1797.00	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 768 initial, 41031 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   and              :       0.02          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -         13          -          -         13          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     139030          0          1          0        171       1207          0          0     276194
1797.05/1797.00	c   knapsack         :          1          5    1210530          0          1          0        194         35        533          0          0          0
1797.05/1797.00	c   setppc           :        150          5    1210540          0          1          0     966326       1620     821312          0          0          0
1797.05/1797.00	c   and              :        616     180371    1208920          0          1          0     779912        568    8351725    2769669          0          0
1797.05/1797.00	c   linear           :          1+         6    1208349          0          1          0        870          9       1147          0          0          0
1797.05/1797.00	c   logicor          :          0+         0     381624          0          0          0    1103894        929     245734          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      33.39       0.00       0.00      33.39       0.00       0.00       0.00
1797.05/1797.00	c   knapsack         :       0.47       0.00       0.47       0.00       0.00       0.00       0.00
1797.05/1797.00	c   setppc           :       2.95       0.00       2.72       0.00       0.00       0.00       0.23
1797.05/1797.00	c   and              :      23.26       9.49      13.50       0.00       0.00       0.00       0.26
1797.05/1797.00	c   linear           :       0.62       0.00       0.61       0.00       0.00       0.00       0.00
1797.05/1797.00	c   logicor          :      30.68       0.00      29.80       0.00       0.00       0.00       0.88
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.17       0.17       0.00
1797.05/1797.00	c   rootredcost      :       0.17       0.17       0.00
1797.05/1797.00	c   pseudoobj        :       0.13       0.13       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       0.05       3161       3091      10248       19.2        136       27.0          -
1797.05/1797.00	c   infeasible LP    :      14.75     133690     129118     895374       23.6        306        5.8          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -     253539       24.2          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          4          -          -         40          -    (maximal pool size: 743)
1797.05/1797.00	c   redcost          :       2.13     180371          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          5          0          0         11          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.54          5          0          0          0          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.34          5          0          0       2500          0
1797.05/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.05/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.05/1797.00	c   clique           :       0.01          5          0          0         30          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.04          1          0          0          0         14
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      33.29     139030        171       1207          0          0     276194
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   trivial          :       0.00          1          0
1797.05/1797.00	c   shiftandpropagate:       0.00          0          0
1797.05/1797.00	c   simplerounding   :       0.00          0          0
1797.05/1797.00	c   zirounding       :       0.00          0          0
1797.05/1797.00	c   rounding         :       0.00          0          0
1797.05/1797.00	c   shifting         :       0.00          0          0
1797.05/1797.00	c   intshifting      :       0.00          0          0
1797.05/1797.00	c   oneopt           :       0.00          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   feaspump         :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   coefdiving       :       0.00          0          0
1797.05/1797.00	c   pscostdiving     :       0.00          0          0
1797.05/1797.00	c   fracdiving       :       0.00          0          0
1797.05/1797.00	c   veclendiving     :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   objpscostdiving  :       0.00          0          0
1797.05/1797.00	c   rootsoldiving    :       0.00          0          0
1797.05/1797.00	c   linesearchdiving :       0.00          0          0
1797.05/1797.00	c   guideddiving     :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.00          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   crossover        :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.00          0          0
1797.05/1797.00	c   trysol           :       0.00          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :      47.25          0          0       0.00       0.00
1797.05/1797.00	c   dual LP          :    1537.96     450509   19255625      42.74   12520.22
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.05/1797.00	c   strong branching :      30.97       5753     382501      66.49   12349.31
1797.05/1797.00	c     (at root node) :          -          9       2014     223.78          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :     274601
1797.05/1797.00	c   nodes (total)    :     274601
1797.05/1797.00	c   nodes left       :         39
1797.05/1797.00	c   max depth        :         47
1797.05/1797.00	c   max depth (total):         47
1797.05/1797.00	c   backtracks       :      43804 (16.0%)
1797.05/1797.00	c   delayed cutoffs  :       1557
1797.05/1797.00	c   repropagations   :     423003 (1637018 domain reductions, 519 cutoffs)
1797.05/1797.00	c   avg switch length:       4.70
1797.05/1797.00	c   switching time   :      83.89
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :        599
1797.05/1797.04	c Time complete: 1797.1.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 2115
/proc/meminfo: memFree=31517836/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=6720 CPUtime=0 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 818 0 0 0 0 0 0 0 20 0 1 0 890434152 6881280 772 33554432000 4194304 8979876 140737132858880 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2115/statm: 1680 773 316 1169 0 507 0

[startup+0.051188 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 2115
/proc/meminfo: memFree=31517836/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=21616 CPUtime=0.04 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 4631 0 0 0 4 0 0 0 21 0 1 0 890434152 22134784 4306 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 5404 4306 628 1169 0 4231 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21616

[startup+0.101226 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 2115
/proc/meminfo: memFree=31517836/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=21804 CPUtime=0.09 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 4748 0 0 0 9 0 0 0 21 0 1 0 890434152 22327296 4397 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 5451 4397 652 1169 0 4278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21804

[startup+0.301188 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 2115
/proc/meminfo: memFree=31517836/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=36808 CPUtime=0.29 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 8705 0 0 0 28 1 0 0 21 0 1 0 890434152 37691392 7989 33554432000 4194304 8979876 140737132858880 18446744073709551615 6543892 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9202 7989 691 1169 0 8029 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36808

[startup+0.701114 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 2115
/proc/meminfo: memFree=31517836/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=36920 CPUtime=0.69 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 8883 0 0 0 68 1 0 0 22 0 1 0 890434152 37806080 8167 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9230 8167 691 1169 0 8057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36920

[startup+1.50096 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2116
/proc/meminfo: memFree=31487868/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=37040 CPUtime=1.49 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 8931 0 0 0 147 2 0 0 25 0 1 0 890434152 37928960 8215 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9260 8215 713 1169 0 8087 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37040

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2116
/proc/meminfo: memFree=31486380/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=37040 CPUtime=3.09 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 8955 0 0 0 306 3 0 0 25 0 1 0 890434152 37928960 8219 33554432000 4194304 8979876 140737132858880 18446744073709551615 7146232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9260 8219 697 1169 0 8087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37040

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2116
/proc/meminfo: memFree=31487108/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=37040 CPUtime=6.29 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 8955 0 0 0 622 7 0 0 25 0 1 0 890434152 37928960 8219 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9260 8219 697 1169 0 8087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37040

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2154
/proc/meminfo: memFree=31439944/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=37040 CPUtime=12.69 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 9032 0 0 0 1252 17 0 0 25 0 1 0 890434152 37928960 8296 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9260 8296 697 1169 0 8087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37040

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2155
/proc/meminfo: memFree=31440060/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=37040 CPUtime=25.49 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 9034 0 0 0 2515 34 0 0 25 0 1 0 890434152 37928960 8298 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9260 8298 697 1169 0 8087 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37040

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2155
/proc/meminfo: memFree=31427604/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=38300 CPUtime=51.09 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 9375 0 0 0 5039 70 0 0 25 0 1 0 890434152 39219200 8639 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 9575 8639 697 1169 0 8402 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38300

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2157
/proc/meminfo: memFree=31423872/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=40200 CPUtime=102.3 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 9844 0 0 0 10091 139 0 0 25 0 1 0 890434152 41164800 9108 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 10050 9108 697 1169 0 8877 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 40200

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2158
/proc/meminfo: memFree=31418372/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=42452 CPUtime=162.3 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 10398 0 0 0 16011 219 0 0 25 0 1 0 890434152 43470848 9662 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 10613 9662 697 1169 0 9440 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 42452

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2160
/proc/meminfo: memFree=31409144/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=45776 CPUtime=222.3 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 11158 0 0 0 21933 297 0 0 25 0 1 0 890434152 46874624 10422 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 11444 10422 697 1169 0 10271 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 45776

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/175 2161
/proc/meminfo: memFree=31408112/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=46544 CPUtime=282.3 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 11423 0 0 0 27856 374 0 0 25 0 1 0 890434152 47661056 10687 33554432000 4194304 8979876 140737132858880 18446744073709551615 4318880 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 11636 10687 697 1169 0 10463 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 46544

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 2163
/proc/meminfo: memFree=31407064/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=47724 CPUtime=342.3 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 11706 0 0 0 33776 454 0 0 25 0 1 0 890434152 48869376 10970 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 11931 10970 697 1169 0 10758 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47724

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2165
/proc/meminfo: memFree=31406396/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=48480 CPUtime=402.31 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 11884 0 0 0 39699 532 0 0 25 0 1 0 890434152 49643520 11148 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 12120 11148 697 1169 0 10947 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 48480

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2166
/proc/meminfo: memFree=31405712/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=48804 CPUtime=462.3 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 11997 0 0 0 45618 612 0 0 25 0 1 0 890434152 49975296 11261 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 12201 11261 697 1169 0 11028 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 48804

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2168
/proc/meminfo: memFree=31405788/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=48936 CPUtime=522.31 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 12011 0 0 0 51540 691 0 0 25 0 1 0 890434152 50110464 11275 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 12234 11275 697 1169 0 11061 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 48936

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 2169
/proc/meminfo: memFree=31403376/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=52128 CPUtime=582.31 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 12566 0 0 0 57464 767 0 0 25 0 1 0 890434152 53379072 11830 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 13032 11830 697 1169 0 11859 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 52128

[startup+642.301 s]

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

/proc/meminfo: memFree=31388276/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=58968 CPUtime=1122.33 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 14342 0 0 0 110787 1446 0 0 25 0 1 0 890434152 60383232 13606 33554432000 4194304 8979876 140737132858880 18446744073709551615 7789533 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 14742 13606 697 1169 0 13569 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 58968

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 2185
/proc/meminfo: memFree=31387352/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=59288 CPUtime=1182.33 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 14420 0 0 0 116714 1519 0 0 25 0 1 0 890434152 60710912 13684 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 14822 13684 697 1169 0 13649 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 59288

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/175 2187
/proc/meminfo: memFree=31384924/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=60236 CPUtime=1242.33 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 14589 0 0 0 122637 1596 0 0 25 0 1 0 890434152 61681664 13853 33554432000 4194304 8979876 140737132858880 18446744073709551615 7186220 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 15059 13853 697 1169 0 13886 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 60236

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/175 2189
/proc/meminfo: memFree=31383264/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=60680 CPUtime=1302.34 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 14700 0 0 0 128562 1672 0 0 25 0 1 0 890434152 62136320 13964 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 15170 13964 697 1169 0 13997 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 60680

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/175 2190
/proc/meminfo: memFree=31380852/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=61200 CPUtime=1362.34 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 14835 0 0 0 134490 1744 0 0 25 0 1 0 890434152 62668800 14099 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 15300 14099 697 1169 0 14127 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 61200

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 2192
/proc/meminfo: memFree=31377816/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=61836 CPUtime=1422.34 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 14984 0 0 0 140418 1816 0 0 25 0 1 0 890434152 63320064 14248 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 15459 14248 697 1169 0 14286 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 61836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 2193
/proc/meminfo: memFree=31374772/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=62276 CPUtime=1482.34 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 15242 0 0 0 146344 1890 0 0 25 0 1 0 890434152 63770624 14506 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 15569 14506 818 1169 0 14396 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 62276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2195
/proc/meminfo: memFree=31372832/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=63792 CPUtime=1542.34 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 15544 0 0 0 152271 1963 0 0 25 0 1 0 890434152 65323008 14808 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 15948 14808 818 1169 0 14775 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 63792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2197
/proc/meminfo: memFree=31369560/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=65520 CPUtime=1602.35 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 16006 0 0 0 158199 2036 0 0 25 0 1 0 890434152 67092480 15270 33554432000 4194304 8979876 140737132858880 18446744073709551615 7179154 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 16380 15270 818 1169 0 15207 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 65520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2198
/proc/meminfo: memFree=31365536/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=67996 CPUtime=1662.35 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 16666 0 0 0 164130 2105 0 0 25 0 1 0 890434152 69627904 15930 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 16999 15930 818 1169 0 15826 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 67996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2200
/proc/meminfo: memFree=31362000/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1722.35 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17335 0 0 0 170059 2176 0 0 25 0 1 0 890434152 72486912 16599 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16599 818 1169 0 16524 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 70788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2210
/proc/meminfo: memFree=31360528/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1782.35 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 175988 2247 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 70788

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2210
/proc/meminfo: memFree=31360528/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1785.55 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 176303 2252 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 70788

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2211
/proc/meminfo: memFree=31360512/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1791.95 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 176938 2257 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 70788

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2211
/proc/meminfo: memFree=31359892/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1795.15 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 177254 2261 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7226160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 70788

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2211
/proc/meminfo: memFree=31359892/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1795.95 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 177333 2262 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 70788

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2211
/proc/meminfo: memFree=31359892/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1796.75 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 177412 2263 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 70788

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2211
/proc/meminfo: memFree=31359892/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1796.95 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 177431 2264 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1796.95
Current children cumulated vsize (KiB) 70788

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 2211
/proc/meminfo: memFree=31359892/32951124 swapFree=67064368/67111528
[pid=2115] ppid=2113 vsize=70788 CPUtime=1797.05 cores=0,2,4,6
/proc/2115/stat : 2115 (scip-2.0.1.4_2.) R 2113 2115 1656 0 -1 4202496 17345 0 0 0 177441 2264 0 0 25 0 1 0 890434152 72486912 16609 33554432000 4194304 8979876 140737132858880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2115/statm: 17697 16609 818 1169 0 16524 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 70788

Child status: 0
Real time (s): 1797.05
CPU time (s): 1797.11
CPU user time (s): 1774.47
CPU system time (s): 22.6466
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 70788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.47
system time used= 22.6466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 3434

runsolver used 2.6336 second user time and 5.54416 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 12:32:17
IDJOB=3484742
IDBENCH=48293
IDSOLVER=1977
FILE ID=node105/3484742-1307788337
RUNJOBID= node105-1307784737-1674
PBS_JOBID= 13550907
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= 18f5400970ad464f730a15f23e03dd22
RANDOM SEED=119082038

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31518016 kB
Buffers:        285004 kB
Cached:         806592 kB
SwapCached:      20132 kB
Active:         557416 kB
Inactive:       650684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31518016 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           33724 kB
Writeback:           0 kB
AnonPages:      113412 kB
Mapped:          13068 kB
Slab:           160964 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   266116 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= 74044 MiB
End job on node105 at 2011-06-11 13:02:14