Trace number 3451377

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.07 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga30_30_sat_pb.cnf.cr.opb
MD5SUM09dd38397cb073c3f8ce1c2b987fae03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.013997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1350
Total number of constraints990
Number of constraints which are clauses930
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3451377-1307071812.opb>
0.00/0.02	c original problem has 1350 variables (1350 bin, 0 int, 0 impl, 0 cont) and 990 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.03/0.05	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990 upgd conss, 0 impls, 60 clqs
0.03/0.06	c presolving (2 rounds):
0.03/0.06	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  0 implications, 60 cliques
0.03/0.06	c presolved problem has 1350 variables (1350 bin, 0 int, 0 impl, 0 cont) and 990 constraints
0.03/0.06	c      60 constraints of type <setppc>
0.03/0.06	c     930 constraints of type <logicor>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.03
0.03/0.06	c - non default parameters ----------------------------------------------------------------------
0.03/0.06	c # SCIP version 2.0.1.5
0.03/0.06	c 
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = 10000
0.03/0.06	c 
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = 1800
0.03/0.06	c 
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = 13950
0.03/0.06	c 
0.03/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c limits/solutions = 1
0.03/0.06	c 
0.03/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.06	c separating/maxrounds = 1
0.03/0.06	c 
0.03/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/maxroundsroot = 5
0.03/0.06	c 
0.03/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.06	c # [type: int, range: [1,2], default: 1]
0.03/0.06	c timing/clocktype = 2
0.03/0.06	c 
0.03/0.06	c # belongs reading time to solving time?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c timing/reading = TRUE
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/indicator/addCouplingCons = TRUE
0.03/0.06	c 
0.03/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.06	c constraints/knapsack/disaggregation = FALSE
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c presolving/probing/maxrounds = 0
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/coefdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.06	c heuristics/crossover/freq = -1
0.03/0.06	c 
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/crossover/nodesofs = 750
0.03/0.06	c 
0.03/0.06	c # number of nodes without incumbent change that heuristic should wait
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.06	c heuristics/crossover/nwaitingnodes = 100
0.03/0.06	c 
0.03/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.06	c # [type: real, range: [0,1], default: 0.1]
0.03/0.06	c heuristics/crossover/nodesquot = 0.15
0.03/0.06	c 
0.03/0.06	c # minimum percentage of integer variables that have to be fixed 
0.03/0.06	c # [type: real, range: [0,1], default: 0.666]
0.03/0.06	c heuristics/crossover/minfixingrate = 0.5
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/feaspump/freq = -1
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/fracdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/guideddiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/intshifting/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/linesearchdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/objpscostdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.06	c # [type: real, range: [0,1], default: 0.01]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/oneopt/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/pscostdiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/rens/freq = -1
0.03/0.06	c 
0.03/0.06	c # minimum percentage of integer variables that have to be fixable 
0.03/0.06	c # [type: real, range: [0,1], default: 0.5]
0.03/0.06	c heuristics/rens/minfixingrate = 0.3
0.03/0.06	c 
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/rens/nodesofs = 2000
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/rootsoldiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/rounding/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/shiftandpropagate/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/shifting/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/simplerounding/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/subnlp/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/trivial/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/trysol/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/undercover/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/veclendiving/freq = -1
0.03/0.06	c 
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.03/0.06	c 
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.03/0.06	c 
0.03/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/zirounding/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/cmir/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/flowcover/freq = -1
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/rapidlearning/freq = 0
0.03/0.06	c 
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |   635 |     - |5828k|   0 | 136 |1350 | 990 |1350 | 990 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   787 |     - |6832k|   0 | 146 |1350 |1028 |1350 |1000 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |  1042 |     - |7586k|   0 | 171 |1350 |1028 |1350 |1015 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |  1186 |     - |8841k|   0 | 174 |1350 |1028 |1350 |1022 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |  1491 |     - |  10M|   0 | 262 |1350 |1028 |1350 |1032 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.15	c   1.2s|     1 |     0 |  1830 |     - |  11M|   0 | 208 |1350 |1028 |1350 |1045 |  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.18/1.25	c   1.3s|     1 |     2 |  1830 |     - |  11M|   0 | 208 |1350 |1028 |1350 |1045 |  55 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
21.29/21.36	c  21.4s| 10000 |   134 | 49573 |   4.8 |  14M|  67 |  38 |1350 |4777 |1350 |1014 |  55 |  16k|2769 | 0.000000e+00 |      --      |    Inf 
31.49/31.55	c  31.5s| 20000 |   141 | 91131 |   4.5 |  15M|  71 |  30 |1350 |6956 |1350 |1014 |  55 |  32k|2937 | 0.000000e+00 |      --      |    Inf 
42.19/42.22	c  42.2s| 30000 |   139 |134903 |   4.4 |  17M|  71 |   - |1350 |9080 |   0 |   0 |  55 |  47k|3051 | 0.000000e+00 |      --      |    Inf 
52.19/52.24	c  52.2s| 40000 |   142 |166293 |   4.1 |  18M|  71 |  32 |1350 |  10k|1350 |1014 |  55 |  62k|3113 | 0.000000e+00 |      --      |    Inf 
63.59/63.60	c  63.6s| 50000 |   147 |207597 |   4.1 |  19M|  77 |   - |1350 |  13k|   0 |   0 |  55 |  78k|3138 | 0.000000e+00 |      --      |    Inf 
77.00/77.01	c  77.0s| 60000 |   144 |264777 |   4.4 |  21M|  77 |  38 |1350 |  16k|1350 |1014 |  55 |  93k|3157 | 0.000000e+00 |      --      |    Inf 
90.60/90.62	c  90.6s| 70000 |   151 |318453 |   4.5 |  18M|  78 |  36 |1350 |  11k|1350 |1014 |  55 | 107k|3575 | 0.000000e+00 |      --      |    Inf 
103.09/103.17	c   103s| 80000 |   163 |377801 |   4.7 |  19M|  78 |   - |1350 |  12k|   0 |   0 |  55 | 121k|3748 | 0.000000e+00 |      --      |    Inf 
115.99/116.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.99/116.08	c   116s| 90000 |   169 |431018 |   4.8 |  20M|  78 |  39 |1350 |  14k|1350 |1014 |  55 | 134k|3954 | 0.000000e+00 |      --      |    Inf 
128.80/128.87	c   129s|100000 |   158 |480207 |   4.8 |  20M|  78 |   - |1350 |  13k|1350 |1014 |  55 | 147k|4091 | 0.000000e+00 |      --      |    Inf 
140.89/140.97	c   141s|110000 |   171 |531973 |   4.8 |  19M|  78 |   - |1350 |  10k|1350 |1014 |  55 | 160k|4446 | 0.000000e+00 |      --      |    Inf 
153.50/153.51	c   154s|120000 |   182 |598135 |   5.0 |  19M|  78 |   - |1350 |  11k|   0 |   0 |  55 | 169k|4672 | 0.000000e+00 |      --      |    Inf 
165.60/165.62	c   166s|130000 |   179 |662973 |   5.1 |  19M|  78 |   - |1350 |  11k|1350 |1014 |  55 | 179k|4832 | 0.000000e+00 |      --      |    Inf 
177.90/177.98	c   178s|140000 |   180 |728510 |   5.2 |  20M|  78 |   - |1350 |  11k|   0 |   0 |  55 | 190k|5042 | 0.000000e+00 |      --      |    Inf 
190.10/190.20	c   190s|150000 |   189 |788241 |   5.2 |  19M|  78 |   - |1350 |  10k|1350 |1014 |  55 | 199k|5235 | 0.000000e+00 |      --      |    Inf 
201.90/201.91	c   202s|160000 |   191 |841882 |   5.3 |  20M|  78 |  37 |1350 |  11k|1350 |1014 |  55 | 211k|5485 | 0.000000e+00 |      --      |    Inf 
213.10/213.18	c   213s|170000 |   189 |881377 |   5.2 |  20M|  78 |   - |1350 |  12k|   0 |   0 |  55 | 225k|5629 | 0.000000e+00 |      --      |    Inf 
225.20/225.26	c   225s|180000 |   205 |926859 |   5.1 |  22M|  78 |  23 |1350 |  15k|1350 |1014 |  55 | 239k|5762 | 0.000000e+00 |      --      |    Inf 
238.10/238.18	c   238s|190000 |   200 |976300 |   5.1 |  22M|  78 |   - |1350 |  15k|   0 |   0 |  55 | 252k|5872 | 0.000000e+00 |      --      |    Inf 
251.60/251.68	c   252s|200000 |   197 |  1022k|   5.1 |  23M|  80 |  39 |1350 |  16k|1350 |1014 |  55 | 266k|5984 | 0.000000e+00 |      --      |    Inf 
264.50/264.50	c   265s|210000 |   194 |  1075k|   5.1 |  20M|  80 |  34 |1350 |  11k|1350 |1014 |  55 | 277k|6178 | 0.000000e+00 |      --      |    Inf 
276.90/276.93	c   277s|220000 |   208 |  1131k|   5.1 |  21M|  80 |  37 |1350 |  13k|1350 |1014 |  55 | 291k|6349 | 0.000000e+00 |      --      |    Inf 
288.59/288.70	c   289s|230000 |   205 |  1174k|   5.1 |  22M|  80 |   - |1350 |  15k|1350 |1014 |  55 | 304k|6427 | 0.000000e+00 |      --      |    Inf 
302.00/302.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.00/302.04	c   302s|240000 |   202 |  1230k|   5.1 |  22M|  80 |  31 |1350 |  15k|1350 |1014 |  55 | 317k|6567 | 0.000000e+00 |      --      |    Inf 
314.51/314.59	c   315s|250000 |   198 |  1271k|   5.1 |  22M|  80 |  43 |1350 |  15k|1350 |1014 |  55 | 330k|6687 | 0.000000e+00 |      --      |    Inf 
327.50/327.58	c   328s|260000 |   202 |  1318k|   5.1 |  23M|  80 |  45 |1350 |  17k|1350 |1014 |  55 | 343k|6839 | 0.000000e+00 |      --      |    Inf 
340.80/340.87	c   341s|270000 |   208 |  1371k|   5.1 |  22M|  80 |  37 |1350 |  15k|1350 |1014 |  55 | 357k|7113 | 0.000000e+00 |      --      |    Inf 
352.90/352.91	c   353s|280000 |   217 |  1406k|   5.0 |  24M|  80 |  39 |1350 |  17k|1350 |1014 |  55 | 372k|7160 | 0.000000e+00 |      --      |    Inf 
365.80/365.89	c   366s|290000 |   212 |  1445k|   5.0 |  25M|  80 |  41 |1350 |  20k|1350 |1014 |  55 | 385k|7236 | 0.000000e+00 |      --      |    Inf 
379.70/379.78	c   380s|300000 |   208 |  1487k|   5.0 |  25M|  80 |   - |1350 |  20k|   0 |   0 |  55 | 398k|7323 | 0.000000e+00 |      --      |    Inf 
393.30/393.30	c   393s|310000 |   216 |  1525k|   4.9 |  26M|  80 |   - |1350 |  22k|   0 |   0 |  55 | 412k|7404 | 0.000000e+00 |      --      |    Inf 
408.40/408.46	c   408s|320000 |   209 |  1577k|   4.9 |  26M|  80 |   - |1350 |  20k|   0 |   0 |  55 | 424k|7483 | 0.000000e+00 |      --      |    Inf 
422.70/422.70	c   423s|330000 |   209 |  1627k|   4.9 |  26M|  80 |  35 |1350 |  20k|1350 |1014 |  55 | 437k|7631 | 0.000000e+00 |      --      |    Inf 
437.71/437.80	c   438s|340000 |   210 |  1689k|   5.0 |  26M|  80 |   - |1350 |  21k|1350 |1014 |  55 | 450k|7813 | 0.000000e+00 |      --      |    Inf 
452.31/452.30	c   452s|350000 |   206 |  1750k|   5.0 |  23M|  80 |   - |1350 |  16k|   0 |   0 |  55 | 463k|8074 | 0.000000e+00 |      --      |    Inf 
464.81/464.81	c   465s|360000 |   210 |  1795k|   5.0 |  23M|  80 |  24 |1350 |  16k|1350 |1014 |  55 | 477k|8280 | 0.000000e+00 |      --      |    Inf 
476.21/476.22	c   476s|370000 |   209 |  1829k|   4.9 |  23M|  80 |  36 |1350 |  14k|1350 |1014 |  55 | 491k|8349 | 0.000000e+00 |      --      |    Inf 
487.32/487.32	c   487s|380000 |   216 |  1863k|   4.9 |  23M|  80 |   - |1350 |  14k|   0 |   0 |  55 | 505k|8508 | 0.000000e+00 |      --      |    Inf 
498.81/498.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.81/498.87	c   499s|390000 |   216 |  1902k|   4.9 |  23M|  80 |   - |1350 |  14k|   0 |   0 |  55 | 519k|8607 | 0.000000e+00 |      --      |    Inf 
510.31/510.34	c   510s|400000 |   214 |  1936k|   4.8 |  24M|  80 |   - |1350 |  16k|   0 |   0 |  55 | 533k|8691 | 0.000000e+00 |      --      |    Inf 
522.81/522.86	c   523s|410000 |   224 |  1978k|   4.8 |  25M|  80 |   - |1350 |  18k|1350 |1014 |  55 | 546k|8715 | 0.000000e+00 |      --      |    Inf 
535.72/535.74	c   536s|420000 |   226 |  2014k|   4.8 |  25M|  80 |  27 |1350 |  19k|1350 |1014 |  55 | 560k|8820 | 0.000000e+00 |      --      |    Inf 
549.30/549.34	c   549s|430000 |   215 |  2062k|   4.8 |  25M|  80 |  39 |1350 |  18k|1350 |1014 |  55 | 573k|8916 | 0.000000e+00 |      --      |    Inf 
561.21/561.27	c   561s|440000 |   216 |  2096k|   4.8 |  25M|  80 |   - |1350 |  19k|   0 |   0 |  55 | 587k|8983 | 0.000000e+00 |      --      |    Inf 
574.01/574.06	c   574s|450000 |   218 |  2132k|   4.7 |  25M|  80 |  37 |1350 |  19k|1350 |1014 |  55 | 600k|9066 | 0.000000e+00 |      --      |    Inf 
586.91/586.96	c   587s|460000 |   224 |  2173k|   4.7 |  26M|  80 |  40 |1350 |  19k|1350 |1014 |  55 | 613k|9132 | 0.000000e+00 |      --      |    Inf 
599.91/599.93	c   600s|470000 |   219 |  2211k|   4.7 |  26M|  80 |  38 |1350 |  21k|1350 |1014 |  55 | 627k|9199 | 0.000000e+00 |      --      |    Inf 
612.91/612.92	c   613s|480000 |   219 |  2253k|   4.7 |  26M|  80 |   - |1350 |  19k|1350 |1014 |  55 | 640k|9287 | 0.000000e+00 |      --      |    Inf 
626.60/626.64	c   627s|490000 |   222 |  2299k|   4.7 |  26M|  82 |  30 |1350 |  20k|1350 |1014 |  55 | 653k|9349 | 0.000000e+00 |      --      |    Inf 
640.71/640.74	c   641s|500000 |   220 |  2348k|   4.7 |  26M|  82 |  42 |1350 |  21k|1350 |1014 |  55 | 665k|9449 | 0.000000e+00 |      --      |    Inf 
654.11/654.15	c   654s|510000 |   225 |  2391k|   4.7 |  27M|  82 |  40 |1350 |  21k|1350 |1014 |  55 | 679k|9529 | 0.000000e+00 |      --      |    Inf 
669.10/669.11	c   669s|520000 |   230 |  2441k|   4.7 |  28M|  82 |  31 |1350 |  23k|1350 |1014 |  55 | 693k|9596 | 0.000000e+00 |      --      |    Inf 
684.41/684.49	c   684s|530000 |   230 |  2486k|   4.7 |  29M|  82 |  38 |1350 |  25k|1350 |1014 |  55 | 706k|9637 | 0.000000e+00 |      --      |    Inf 
700.72/700.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.72/700.75	c   701s|540000 |   241 |  2539k|   4.7 |  30M|  82 |  28 |1350 |  28k|1350 |1014 |  55 | 720k|9687 | 0.000000e+00 |      --      |    Inf 
716.91/716.97	c   717s|550000 |   228 |  2590k|   4.7 |  28M|  83 |   - |1350 |  23k|   0 |   0 |  55 | 733k|9785 | 0.000000e+00 |      --      |    Inf 
731.61/731.62	c   732s|560000 |   223 |  2645k|   4.7 |  26M|  83 |   - |1350 |  20k|1350 |1014 |  55 | 748k|9995 | 0.000000e+00 |      --      |    Inf 
744.72/744.78	c   745s|570000 |   227 |  2689k|   4.7 |  26M|  83 |  37 |1350 |  19k|1350 |1014 |  55 | 760k|  10k| 0.000000e+00 |      --      |    Inf 
757.71/757.78	c   758s|580000 |   229 |  2723k|   4.7 |  27M|  83 |   - |1350 |  21k|   0 |   0 |  55 | 773k|  10k| 0.000000e+00 |      --      |    Inf 
771.51/771.51	c   772s|590000 |   238 |  2758k|   4.7 |  28M|  83 |  33 |1350 |  23k|1350 |1014 |  55 | 787k|  10k| 0.000000e+00 |      --      |    Inf 
785.32/785.38	c   785s|600000 |   232 |  2791k|   4.7 |  28M|  83 |   - |1350 |  23k|   0 |   0 |  55 | 801k|  10k| 0.000000e+00 |      --      |    Inf 
799.51/799.51	c   800s|610000 |   226 |  2840k|   4.7 |  26M|  83 |  30 |1350 |  18k|1350 |1014 |  55 | 812k|  10k| 0.000000e+00 |      --      |    Inf 
812.52/812.50	c   812s|620000 |   223 |  2896k|   4.7 |  26M|  83 |  35 |1350 |  18k|1350 |1014 |  55 | 821k|  10k| 0.000000e+00 |      --      |    Inf 
824.82/824.84	c   825s|630000 |   227 |  2932k|   4.7 |  27M|  83 |  40 |1350 |  20k|1350 |1014 |  55 | 835k|  10k| 0.000000e+00 |      --      |    Inf 
838.02/838.00	c   838s|640000 |   223 |  2968k|   4.6 |  27M|  83 |  40 |1350 |  21k|1350 |1014 |  55 | 848k|  10k| 0.000000e+00 |      --      |    Inf 
851.61/851.60	c   852s|650000 |   222 |  3013k|   4.6 |  26M|  83 |   - |1350 |  19k|1350 |1014 |  55 | 861k|  10k| 0.000000e+00 |      --      |    Inf 
865.92/865.90	c   866s|660000 |   223 |  3071k|   4.7 |  27M|  83 |  40 |1350 |  21k|1350 |1014 |  55 | 873k|  10k| 0.000000e+00 |      --      |    Inf 
879.81/879.82	c   880s|670000 |   227 |  3118k|   4.7 |  29M|  83 |   - |1350 |  23k|   0 |   0 |  55 | 886k|  10k| 0.000000e+00 |      --      |    Inf 
893.91/893.93	c   894s|680000 |   220 |  3161k|   4.6 |  28M|  83 |  35 |1350 |  21k|1350 |1014 |  55 | 899k|  11k| 0.000000e+00 |      --      |    Inf 
907.61/907.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.61/907.63	c   908s|690000 |   222 |  3215k|   4.7 |  27M|  83 |  37 |1350 |  20k|1350 |1014 |  55 | 913k|  11k| 0.000000e+00 |      --      |    Inf 
922.41/922.40	c   922s|700000 |   228 |  3278k|   4.7 |  27M|  83 |  24 |1350 |  21k|1350 |1014 |  55 | 926k|  11k| 0.000000e+00 |      --      |    Inf 
936.81/936.87	c   937s|710000 |   222 |  3335k|   4.7 |  28M|  83 |  47 |1350 |  22k|1350 |1014 |  55 | 938k|  11k| 0.000000e+00 |      --      |    Inf 
952.53/952.58	c   953s|720000 |   212 |  3404k|   4.7 |  27M|  83 |   - |1350 |  20k|1350 |1014 |  55 | 951k|  11k| 0.000000e+00 |      --      |    Inf 
966.52/966.50	c   966s|730000 |   218 |  3452k|   4.7 |  28M|  83 |  30 |1350 |  21k|1350 |1014 |  55 | 966k|  11k| 0.000000e+00 |      --      |    Inf 
980.03/980.04	c   980s|740000 |   215 |  3491k|   4.7 |  30M|  83 |   - |1350 |  25k|   0 |   0 |  55 | 979k|  11k| 0.000000e+00 |      --      |    Inf 
995.82/995.83	c   996s|750000 |   223 |  3542k|   4.7 |  31M|  83 |   - |1350 |  28k|1350 |1014 |  55 | 994k|  11k| 0.000000e+00 |      --      |    Inf 
1010.52/1010.52	c  1011s|760000 |   216 |  3586k|   4.7 |  27M|  83 |  34 |1350 |  20k|1350 |1014 |  55 |1007k|  12k| 0.000000e+00 |      --      |    Inf 
1023.52/1023.52	c  1024s|770000 |   222 |  3622k|   4.7 |  28M|  83 |  42 |1350 |  22k|1350 |1014 |  55 |1021k|  12k| 0.000000e+00 |      --      |    Inf 
1037.92/1037.93	c  1038s|780000 |   217 |  3669k|   4.7 |  29M|  83 |  48 |1350 |  24k|1350 |1014 |  55 |1035k|  12k| 0.000000e+00 |      --      |    Inf 
1052.02/1052.04	c  1052s|790000 |   215 |  3708k|   4.7 |  29M|  83 |  35 |1350 |  24k|1350 |1014 |  55 |1048k|  12k| 0.000000e+00 |      --      |    Inf 
1066.62/1066.68	c  1067s|800000 |   228 |  3750k|   4.7 |  30M|  83 |  48 |1350 |  26k|1350 |1014 |  55 |1062k|  12k| 0.000000e+00 |      --      |    Inf 
1082.52/1082.51	c  1083s|810000 |   222 |  3800k|   4.7 |  30M|  83 |   - |1350 |  26k|   0 |   0 |  55 |1076k|  12k| 0.000000e+00 |      --      |    Inf 
1097.53/1097.52	c  1098s|820000 |   210 |  3845k|   4.7 |  28M|  83 |  36 |1350 |  22k|1350 |1014 |  55 |1090k|  12k| 0.000000e+00 |      --      |    Inf 
1110.63/1110.60	c  1111s|830000 |   217 |  3884k|   4.7 |  27M|  83 |  38 |1350 |  20k|1350 |1014 |  55 |1106k|  12k| 0.000000e+00 |      --      |    Inf 
1123.82/1123.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1123.82/1123.86	c  1124s|840000 |   217 |  3917k|   4.7 |  28M|  83 |  37 |1350 |  22k|1350 |1014 |  55 |1119k|  12k| 0.000000e+00 |      --      |    Inf 
1138.62/1138.60	c  1139s|850000 |   226 |  3962k|   4.7 |  28M|  83 |  36 |1350 |  22k|1350 |1014 |  55 |1134k|  12k| 0.000000e+00 |      --      |    Inf 
1152.93/1152.91	c  1153s|860000 |   223 |  4001k|   4.7 |  29M|  83 |  36 |1350 |  23k|1350 |1014 |  55 |1148k|  13k| 0.000000e+00 |      --      |    Inf 
1167.13/1167.11	c  1167s|870000 |   220 |  4048k|   4.7 |  27M|  83 |  38 |1350 |  20k|1350 |1014 |  55 |1162k|  13k| 0.000000e+00 |      --      |    Inf 
1180.83/1180.89	c  1181s|880000 |   222 |  4097k|   4.7 |  27M|  83 |   - |1350 |  20k|1350 |1014 |  55 |1176k|  13k| 0.000000e+00 |      --      |    Inf 
1194.22/1194.25	c  1194s|890000 |   229 |  4140k|   4.7 |  27M|  83 |  34 |1350 |  19k|1350 |1014 |  55 |1190k|  13k| 0.000000e+00 |      --      |    Inf 
1208.03/1208.06	c  1208s|900000 |   228 |  4183k|   4.6 |  29M|  83 |  42 |1350 |  22k|1350 |1014 |  55 |1204k|  13k| 0.000000e+00 |      --      |    Inf 
1223.33/1223.32	c  1223s|910000 |   228 |  4246k|   4.7 |  30M|  83 |  34 |1350 |  24k|1350 |1014 |  55 |1216k|  13k| 0.000000e+00 |      --      |    Inf 
1238.02/1238.09	c  1238s|920000 |   229 |  4312k|   4.7 |  29M|  83 |  40 |1350 |  22k|1350 |1014 |  55 |1229k|  13k| 0.000000e+00 |      --      |    Inf 
1253.63/1253.69	c  1254s|930000 |   230 |  4376k|   4.7 |  30M|  83 |   - |1350 |  24k|   0 |   0 |  55 |1245k|  13k| 0.000000e+00 |      --      |    Inf 
1270.32/1270.30	c  1270s|940000 |   230 |  4452k|   4.7 |  29M|  83 |  30 |1350 |  23k|1350 |1014 |  55 |1257k|  13k| 0.000000e+00 |      --      |    Inf 
1285.73/1285.72	c  1286s|950000 |   230 |  4515k|   4.8 |  30M|  83 |  44 |1350 |  24k|1350 |1014 |  55 |1270k|  13k| 0.000000e+00 |      --      |    Inf 
1301.53/1301.54	c  1302s|960000 |   220 |  4569k|   4.8 |  30M|  85 |   - |1350 |  24k|   0 |   0 |  55 |1287k|  13k| 0.000000e+00 |      --      |    Inf 
1315.64/1315.64	c  1316s|970000 |   229 |  4616k|   4.8 |  29M|  85 |  41 |1350 |  22k|1350 |1014 |  55 |1301k|  14k| 0.000000e+00 |      --      |    Inf 
1330.13/1330.15	c  1330s|980000 |   236 |  4663k|   4.8 |  30M|  85 |  34 |1350 |  24k|1350 |1014 |  55 |1316k|  14k| 0.000000e+00 |      --      |    Inf 
1344.73/1344.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1344.73/1344.73	c  1345s|990000 |   232 |  4702k|   4.7 |  29M|  85 |  34 |1350 |  22k|1350 |1014 |  55 |1330k|  14k| 0.000000e+00 |      --      |    Inf 
1357.83/1357.85	c  1358s|  1000k|   226 |  4733k|   4.7 |  29M|  85 |  38 |1350 |  23k|1350 |1014 |  55 |1345k|  14k| 0.000000e+00 |      --      |    Inf 
1372.13/1372.14	c  1372s|  1010k|   227 |  4775k|   4.7 |  30M|  85 |  28 |1350 |  24k|1350 |1014 |  55 |1359k|  14k| 0.000000e+00 |      --      |    Inf 
1385.43/1385.44	c  1385s|  1020k|   220 |  4807k|   4.7 |  30M|  85 |  48 |1350 |  23k|1350 |1014 |  55 |1373k|  14k| 0.000000e+00 |      --      |    Inf 
1399.33/1399.34	c  1399s|  1030k|   235 |  4850k|   4.7 |  31M|  85 |   - |1350 |  26k|   0 |   0 |  55 |1386k|  14k| 0.000000e+00 |      --      |    Inf 
1413.83/1413.83	c  1414s|  1040k|   227 |  4894k|   4.7 |  30M|  85 |  44 |1350 |  24k|1350 |1014 |  55 |1399k|  14k| 0.000000e+00 |      --      |    Inf 
1428.24/1428.29	c  1428s|  1050k|   235 |  4935k|   4.7 |  31M|  85 |   - |1350 |  25k|   0 |   0 |  55 |1413k|  14k| 0.000000e+00 |      --      |    Inf 
1442.84/1442.90	c  1443s|  1060k|   236 |  4975k|   4.7 |  31M|  85 |  30 |1350 |  26k|1350 |1014 |  55 |1427k|  14k| 0.000000e+00 |      --      |    Inf 
1458.54/1458.51	c  1459s|  1070k|   236 |  5025k|   4.7 |  32M|  85 |  34 |1350 |  28k|1350 |1014 |  55 |1441k|  14k| 0.000000e+00 |      --      |    Inf 
1474.83/1474.83	c  1475s|  1080k|   226 |  5073k|   4.7 |  32M|  86 |  37 |1350 |  27k|1350 |1014 |  55 |1454k|  14k| 0.000000e+00 |      --      |    Inf 
1489.54/1489.52	c  1490s|  1090k|   228 |  5113k|   4.7 |  32M|  86 |  28 |1350 |  27k|1350 |1014 |  55 |1467k|  14k| 0.000000e+00 |      --      |    Inf 
1504.85/1504.82	c  1505s|  1100k|   231 |  5160k|   4.7 |  33M|  86 |  32 |1350 |  29k|1350 |1014 |  55 |1480k|  14k| 0.000000e+00 |      --      |    Inf 
1521.93/1521.91	c  1522s|  1110k|   232 |  5220k|   4.7 |  34M|  86 |   - |1350 |  31k|   0 |   0 |  55 |1493k|  14k| 0.000000e+00 |      --      |    Inf 
1539.24/1539.20	c  1539s|  1120k|   238 |  5269k|   4.7 |  31M|  86 |  37 |1350 |  26k|1350 |1014 |  55 |1506k|  14k| 0.000000e+00 |      --      |    Inf 
1554.13/1554.12	c  1554s|  1130k|   236 |  5321k|   4.7 |  33M|  86 |   - |1350 |  28k|1350 |1014 |  55 |1519k|  14k| 0.000000e+00 |      --      |    Inf 
1568.65/1568.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1568.65/1568.65	c  1569s|  1140k|   237 |  5365k|   4.7 |  33M|  86 |  40 |1350 |  28k|1350 |1014 |  55 |1533k|  15k| 0.000000e+00 |      --      |    Inf 
1584.24/1584.20	c  1584s|  1150k|   242 |  5413k|   4.7 |  34M|  87 |   - |1350 |  30k|1350 |1014 |  55 |1546k|  15k| 0.000000e+00 |      --      |    Inf 
1599.35/1599.31	c  1599s|  1160k|   233 |  5456k|   4.7 |  33M|  87 |   - |1350 |  29k|1350 |1014 |  55 |1560k|  15k| 0.000000e+00 |      --      |    Inf 
1615.54/1615.51	c  1616s|  1170k|   240 |  5503k|   4.7 |  35M|  88 |  44 |1350 |  32k|1350 |1014 |  55 |1575k|  15k| 0.000000e+00 |      --      |    Inf 
1631.64/1631.63	c  1632s|  1180k|   235 |  5547k|   4.7 |  34M|  90 |  42 |1350 |  30k|1350 |1014 |  55 |1589k|  15k| 0.000000e+00 |      --      |    Inf 
1647.34/1647.39	c  1647s|  1190k|   237 |  5585k|   4.7 |  33M|  90 |  32 |1350 |  29k|1350 |1014 |  55 |1603k|  15k| 0.000000e+00 |      --      |    Inf 
1662.74/1662.77	c  1663s|  1200k|   246 |  5618k|   4.7 |  33M|  90 |  42 |1350 |  30k|1350 |1014 |  55 |1617k|  15k| 0.000000e+00 |      --      |    Inf 
1678.04/1678.06	c  1678s|  1210k|   245 |  5676k|   4.7 |  32M|  90 |   - |1350 |  26k|1350 |1014 |  55 |1624k|  15k| 0.000000e+00 |      --      |    Inf 
1692.85/1692.83	c  1693s|  1220k|   243 |  5723k|   4.7 |  30M|  90 |  34 |1350 |  23k|1350 |1014 |  55 |1634k|  15k| 0.000000e+00 |      --      |    Inf 
1707.15/1707.14	c  1707s|  1230k|   245 |  5767k|   4.7 |  31M|  90 |   - |1350 |  24k|   0 |   0 |  55 |1647k|  15k| 0.000000e+00 |      --      |    Inf 
1721.56/1721.51	c  1722s|  1240k|   237 |  5807k|   4.7 |  30M|  90 |  29 |1350 |  22k|1350 |1014 |  55 |1661k|  15k| 0.000000e+00 |      --      |    Inf 
1735.75/1735.81	c  1736s|  1250k|   238 |  5856k|   4.7 |  31M|  90 |   - |1350 |  24k|   0 |   0 |  55 |1675k|  15k| 0.000000e+00 |      --      |    Inf 
1751.26/1751.24	c  1751s|  1260k|   245 |  5910k|   4.7 |  32M|  90 |  36 |1350 |  26k|1350 |1014 |  55 |1688k|  16k| 0.000000e+00 |      --      |    Inf 
1767.34/1767.33	c  1767s|  1270k|   246 |  5957k|   4.7 |  33M|  90 |  39 |1350 |  28k|1350 |1014 |  55 |1703k|  16k| 0.000000e+00 |      --      |    Inf 
1782.35/1782.37	c  1782s|  1280k|   248 |  6006k|   4.7 |  31M|  90 |  23 |1350 |  25k|1350 |1014 |  55 |1716k|  16k| 0.000000e+00 |      --      |    Inf 
1797.25/1797.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.25/1797.30	c  1797s|  1290k|   241 |  6051k|   4.7 |  32M|  90 |   - |1350 |  27k|1350 |1014 |  55 |1730k|  16k| 0.000000e+00 |      --      |    Inf 
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Solving Time (sec) : 1800.00
1800.05/1800.01	c Solving Nodes      : 1291910
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Total Time         :    1800.00
1800.05/1800.01	c   solving          :    1800.00
1800.05/1800.01	c   presolving       :       0.03 (included in solving)
1800.05/1800.01	c   reading          :       0.02 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3451377-1307071812.opb
1800.05/1800.01	c   Variables        : 1350 (1350 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 990 initial, 990 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3451377-1307071812.opb
1800.05/1800.01	c   Variables        : 1350 (1350 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 990 initial, 32558 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0     773363          0          1          0         20        157          0          0    1546384
1800.05/1800.01	c   setppc           :         60          5    5290133          0          1          0   51122344     442943   21546310          0          0          0
1800.05/1800.01	c   linear           :          0+         5         23          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   logicor          :        930+         5    2855085          0          1          0    6429532     170788    7240305          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :      41.94       0.00       0.00      41.94       0.00       0.00       0.00
1800.05/1800.01	c   setppc           :      99.03       0.00      87.64       0.00       0.00       0.00      11.40
1800.05/1800.01	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   logicor          :     373.21       0.00     356.89       0.00       0.00       0.00      16.31
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :          0          0          0          0
1800.05/1800.01	c   rootredcost      :          0          0          0          0
1800.05/1800.01	c   pseudoobj        :          0          0          0          0
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       0.81       0.81       0.00
1800.05/1800.01	c   rootredcost      :       0.87       0.87       0.00
1800.05/1800.01	c   pseudoobj        :       0.55       0.55       0.00
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      64.56     613731     613729    7718216       63.4       9049       55.6          -
1800.05/1800.01	c   infeasible LP    :     102.95     155170     105845    2559617      173.0       1549       56.3          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -    1732835       50.2          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 319)
1800.05/1800.01	c   redcost          :      15.70     773313          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.17          5          0          0       1697          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.62          5          0          0       2500          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          5          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.05          1          0          0          0         38
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      41.33     773363         20        157          0          0    1546384
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   trivial          :       0.00          1          0
1800.05/1800.01	c   shiftandpropagate:       0.00          0          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   oneopt           :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :     632.89     928359    6057381       6.52    9571.06
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :      29.96      16270     240309      14.77    8022.14
1800.05/1800.01	c     (at root node) :          -         17        834      49.06          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    1291910
1800.05/1800.01	c   nodes (total)    :    1291910
1800.05/1800.01	c   nodes left       :        244
1800.05/1800.01	c   max depth        :         90
1800.05/1800.01	c   max depth (total):         90
1800.05/1800.01	c   backtracks       :     327809 (25.4%)
1800.05/1800.01	c   delayed cutoffs  :     254233
1800.05/1800.01	c   repropagations   :    1534884 (10426864 domain reductions, 250204 cutoffs)
1800.05/1800.01	c   avg switch length:       3.84
1800.05/1800.01	c   switching time   :     280.35
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :       1830

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-3451377-1307071812/watcher-3451377-1307071812 -o /tmp/evaluation-result-3451377-1307071812/solver-3451377-1307071812 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451377-1307071812.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.96 3/373 7366
/proc/meminfo: memFree=22835060/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=13640 CPUtime=0 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 2377 0 0 0 0 0 0 0 25 0 1 0 818781657 13967360 2330 33554432000 4194304 9163163 140733739314752 18446744073709551615 8153595 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7366/statm: 3410 2330 392 1214 0 2192 0

[startup+0.041611 s]
/proc/loadavg: 2.00 2.00 1.96 3/373 7366
/proc/meminfo: memFree=22835060/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=23068 CPUtime=0.03 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 4778 0 0 0 3 0 0 0 25 0 1 0 818781657 23621632 4473 33554432000 4194304 9163163 140733739314752 18446744073709551615 5208665 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 5767 4473 497 1214 0 4549 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23068

[startup+0.100602 s]
/proc/loadavg: 2.00 2.00 1.96 3/373 7366
/proc/meminfo: memFree=22835060/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=30700 CPUtime=0.09 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 6846 0 0 0 9 0 0 0 25 0 1 0 818781657 31436800 6476 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 7675 6476 621 1214 0 6457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30700

[startup+0.300568 s]
/proc/loadavg: 2.00 2.00 1.96 3/373 7366
/proc/meminfo: memFree=22835060/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=56956 CPUtime=0.29 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13320 0 0 0 28 1 0 0 25 0 1 0 818781657 58322944 12878 33554432000 4194304 9163163 140733739314752 18446744073709551615 8095719 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 14239 12525 684 1214 0 13021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56956

[startup+0.700519 s]
/proc/loadavg: 2.00 2.00 1.96 3/373 7366
/proc/meminfo: memFree=22835060/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=54132 CPUtime=0.69 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13533 0 0 0 68 1 0 0 25 0 1 0 818781657 55431168 12374 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 13533 12374 683 1214 0 12315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54132

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7367
/proc/meminfo: memFree=22787684/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=54132 CPUtime=1.49 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13620 0 0 0 147 2 0 0 25 0 1 0 818781657 55431168 12461 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 13533 12461 687 1214 0 12315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54132

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7367
/proc/meminfo: memFree=22785980/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=54132 CPUtime=3.09 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13620 0 0 0 305 4 0 0 25 0 1 0 818781657 55431168 12461 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 13533 12461 687 1214 0 12315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54132

[startup+6.30048 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7367
/proc/meminfo: memFree=22786088/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=54132 CPUtime=6.29 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13620 0 0 0 623 6 0 0 25 0 1 0 818781657 55431168 12461 33554432000 4194304 9163163 140733739314752 18446744073709551615 7389192 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 13533 12461 687 1214 0 12315 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54132

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7367
/proc/meminfo: memFree=22785260/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=54132 CPUtime=12.69 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13623 0 0 0 1255 14 0 0 25 0 1 0 818781657 55431168 12464 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 13533 12464 688 1214 0 12315 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54132

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7368
/proc/meminfo: memFree=22784160/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=55400 CPUtime=25.49 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 13941 0 0 0 2526 23 0 0 25 0 1 0 818781657 56729600 12778 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 13850 12778 688 1214 0 12632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55400

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7368
/proc/meminfo: memFree=22776372/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=60976 CPUtime=51.09 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 15286 0 0 0 5069 40 0 0 25 0 1 0 818781657 62439424 14121 33554432000 4194304 9163163 140733739314752 18446744073709551615 4335968 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 15244 14121 688 1214 0 14026 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60976

[startup+102.314 s]
/proc/loadavg: 2.00 2.00 1.96 3/374 7370
/proc/meminfo: memFree=22769424/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=66400 CPUtime=102.3 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 16684 0 0 0 10156 74 0 0 25 0 1 0 818781657 67993600 15518 33554432000 4194304 9163163 140733739314752 18446744073709551615 6501027 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 16600 15518 688 1214 0 15382 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66400

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.96 3/374 7371
/proc/meminfo: memFree=22766192/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=68420 CPUtime=162.29 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 17129 0 0 0 16112 117 0 0 25 0 1 0 818781657 70062080 15963 33554432000 4194304 9163163 140733739314752 18446744073709551615 7249533 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 17105 15963 688 1214 0 15887 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68420

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/374 7373
/proc/meminfo: memFree=22764568/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=69744 CPUtime=222.3 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 17494 0 0 0 22068 162 0 0 25 0 1 0 818781657 71417856 16327 33554432000 4194304 9163163 140733739314752 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 17436 16327 688 1214 0 16218 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69744

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/374 7374
/proc/meminfo: memFree=22761936/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=72372 CPUtime=282.3 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 18068 0 0 0 28033 197 0 0 25 0 1 0 818781657 74108928 16901 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 18093 16901 688 1214 0 16875 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72372

[startup+342.301 s]
/proc/loadavg: 2.03 2.02 1.97 3/374 7376
/proc/meminfo: memFree=22760664/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=73584 CPUtime=342.3 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 18368 0 0 0 33996 234 0 0 25 0 1 0 818781657 75350016 17201 33554432000 4194304 9163163 140733739314752 18446744073709551615 6500984 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 18396 17201 688 1214 0 17178 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 73584

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/374 7378
/proc/meminfo: memFree=22756544/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=74360 CPUtime=402.3 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 18624 0 0 0 39969 261 0 0 25 0 1 0 818781657 76144640 17457 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 18590 17457 688 1214 0 17372 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 74360

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/374 7379
/proc/meminfo: memFree=22752312/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=75420 CPUtime=462.31 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 18768 0 0 0 45935 296 0 0 25 0 1 0 818781657 77230080 17601 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 18855 17601 688 1214 0 17637 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 75420

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/374 7381
/proc/meminfo: memFree=22751684/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=75596 CPUtime=522.31 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 18881 0 0 0 51904 327 0 0 25 0 1 0 818781657 77410304 17714 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 18899 17714 688 1214 0 17681 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 75596

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/374 7382
/proc/meminfo: memFree=22751044/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=75596 CPUtime=582.31 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 18888 0 0 0 57872 359 0 0 25 0 1 0 818781657 77410304 17721 33554432000 4194304 9163163 140733739314752 18446744073709551615 6555950 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 18899 17721 688 1214 0 17681 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 75596

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/374 7389
/proc/meminfo: memFree=22744128/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=80440 CPUtime=822.32 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20121 0 0 0 81752 480 0 0 25 0 1 0 818781657 82370560 18954 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 20110 18954 688 1214 0 18892 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 80440

[startup+882.301 s]
/proc/loadavg: 2.04 2.02 1.98 3/374 7390
/proc/meminfo: memFree=22744224/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=80440 CPUtime=882.32 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20138 0 0 0 87721 511 0 0 25 0 1 0 818781657 82370560 18971 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 20110 18971 688 1214 0 18892 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 80440

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.98 3/374 7392
/proc/meminfo: memFree=22743584/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=80900 CPUtime=942.32 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20246 0 0 0 93687 545 0 0 25 0 1 0 818781657 82841600 19079 33554432000 4194304 9163163 140733739314752 18446744073709551615 4219851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 20225 19079 688 1214 0 19007 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 80900

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/374 7394
/proc/meminfo: memFree=22742948/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=81844 CPUtime=1002.32 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20389 0 0 0 99653 579 0 0 25 0 1 0 818781657 83808256 19222 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 20461 19222 688 1214 0 19243 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 81844

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 7395
/proc/meminfo: memFree=22742548/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=82496 CPUtime=1062.33 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20528 0 0 0 105625 608 0 0 25 0 1 0 818781657 84475904 19361 33554432000 4194304 9163163 140733739314752 18446744073709551615 4219851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 20624 19361 688 1214 0 19406 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 82496

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 7397
/proc/meminfo: memFree=22741300/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=83708 CPUtime=1122.32 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20815 0 0 0 111595 637 0 0 25 0 1 0 818781657 85716992 19648 33554432000 4194304 9163163 140733739314752 18446744073709551615 4794567 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 20927 19648 688 1214 0 19709 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 83708

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 7398
/proc/meminfo: memFree=22740792/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=84232 CPUtime=1182.32 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20899 0 0 0 117567 665 0 0 25 0 1 0 818781657 86253568 19732 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21058 19732 688 1214 0 19840 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 84232

[startup+1242.3 s]
/proc/loadavg: 2.06 2.01 1.98 3/374 7400
/proc/meminfo: memFree=22740144/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=84232 CPUtime=1242.33 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20914 0 0 0 123529 704 0 0 25 0 1 0 818781657 86253568 19747 33554432000 4194304 9163163 140733739314752 18446744073709551615 5275562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21058 19747 688 1214 0 19840 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 84232

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 1.99 3/374 7402
/proc/meminfo: memFree=22738400/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=84364 CPUtime=1302.34 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20944 0 0 0 129493 741 0 0 25 0 1 0 818781657 86388736 19777 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21091 19777 688 1214 0 19873 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 84364

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/374 7403
/proc/meminfo: memFree=22738396/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=84500 CPUtime=1362.33 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 20990 0 0 0 135461 772 0 0 25 0 1 0 818781657 86528000 19823 33554432000 4194304 9163163 140733739314752 18446744073709551615 7249985 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21125 19823 688 1214 0 19907 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 84500

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/374 7405
/proc/meminfo: memFree=22736276/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=85176 CPUtime=1422.34 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 21136 0 0 0 141435 799 0 0 25 0 1 0 818781657 87220224 19969 33554432000 4194304 9163163 140733739314752 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21294 19969 688 1214 0 20076 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 85176

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/374 7406
/proc/meminfo: memFree=22735516/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=85508 CPUtime=1482.33 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 21315 0 0 0 147407 826 0 0 25 0 1 0 818781657 87560192 20148 33554432000 4194304 9163163 140733739314752 18446744073709551615 4240214 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21377 20148 688 1214 0 20159 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 85508

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 7408
/proc/meminfo: memFree=22733520/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=87560 CPUtime=1542.34 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 21805 0 0 0 153379 855 0 0 25 0 1 0 818781657 89661440 20634 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 21890 20634 688 1214 0 20672 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 87560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7437
/proc/meminfo: memFree=22712396/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=88892 CPUtime=1602.34 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 22062 0 0 0 159348 886 0 0 25 0 1 0 818781657 91025408 20891 33554432000 4194304 9163163 140733739314752 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 22223 20891 688 1214 0 21005 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 88892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7438
/proc/meminfo: memFree=22709876/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=90544 CPUtime=1662.34 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 22540 0 0 0 165317 917 0 0 25 0 1 0 818781657 92717056 21369 33554432000 4194304 9163163 140733739314752 18446744073709551615 6560270 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 22636 21369 688 1214 0 21418 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 90544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7494
/proc/meminfo: memFree=22207048/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=91380 CPUtime=1722.34 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 22662 0 0 0 171287 947 0 0 25 0 1 0 818781657 93573120 21491 33554432000 4194304 9163163 140733739314752 18446744073709551615 4751551 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 22845 21491 688 1214 0 21627 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 91380

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/374 7495
/proc/meminfo: memFree=22194924/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=91380 CPUtime=1782.35 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 22665 0 0 0 177254 981 0 0 25 0 1 0 818781657 93573120 21494 33554432000 4194304 9163163 140733739314752 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7366/statm: 22845 21494 688 1214 0 21627 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 91380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.01 2.00 3/374 7496
/proc/meminfo: memFree=22192184/32951124 swapFree=37148216/67111528
[pid=7366] ppid=7364 vsize=91380 CPUtime=1800.05 cores=0,2,4,6
/proc/7366/stat : 7366 (scip-2.0.1.4b.l) R 7364 7366 5516 0 -1 4202496 22688 0 0 0 179017 988 0 0 25 0 1 0 818781657 93573120 21517 33554432000 4194304 9163163 140733739314752 18446744073709551615 4240272 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7366/statm: 22845 21517 691 1214 0 21627 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 91380

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1790.18
CPU system time (s): 9.8925
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 91380

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

runsolver used 6.88695 second user time and 14.4168 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-03 05:30:12
IDJOB=3451377
IDBENCH=1434
IDSOLVER=1948
FILE ID=node104/3451377-1307071812
RUNJOBID= node104-1307068486-6730
PBS_JOBID= 13497884
Free space on /tmp= 73932 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_30_sat_pb.cnf.cr.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451377-1307071812/watcher-3451377-1307071812 -o /tmp/evaluation-result-3451377-1307071812/solver-3451377-1307071812 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451377-1307071812.opb -t 1800 -m 15500

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

MD5SUM BENCH= 09dd38397cb073c3f8ce1c2b987fae03
RANDOM SEED=191659264

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22835340 kB
Buffers:        410468 kB
Cached:        7540172 kB
SwapCached:     163904 kB
Active:        3799088 kB
Inactive:      5982308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22835340 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:           12440 kB
Writeback:           0 kB
AnonPages:     1690236 kB
Mapped:          13944 kB
Slab:           180360 kB
PageTables:      89224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87783296 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= 73916 MiB
End job on node104 at 2011-06-03 06:00:14