Trace number 3453037

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.09 1800.07

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.02	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.02	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-3453037-1307071632.opb>
0.00/0.04	c original problem has 1350 variables (1350 bin, 0 int, 0 impl, 0 cont) and 990 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.02/0.05	c presolving:
0.02/0.07	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.02/0.07	c presolving (2 rounds):
0.02/0.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.07	c  0 implications, 60 cliques
0.02/0.07	c presolved problem has 1350 variables (1350 bin, 0 int, 0 impl, 0 cont) and 990 constraints
0.02/0.07	c      60 constraints of type <setppc>
0.02/0.07	c     930 constraints of type <logicor>
0.02/0.07	c transformed objective value is always integral (scale: 1)
0.02/0.07	c Presolving Time: 0.03
0.02/0.07	c - non default parameters ----------------------------------------------------------------------
0.02/0.07	c # SCIP version 2.0.1.4
0.02/0.07	c 
0.02/0.07	c # frequency for displaying node information lines
0.02/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.07	c display/freq = 10000
0.02/0.07	c 
0.02/0.07	c # maximal time in seconds to run
0.02/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.07	c limits/time = 1800
0.02/0.07	c 
0.02/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.07	c limits/memory = 13950
0.02/0.07	c 
0.02/0.07	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.07	c limits/solutions = 1
0.02/0.07	c 
0.02/0.07	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.07	c separating/maxrounds = 1
0.02/0.07	c 
0.02/0.07	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.07	c separating/maxroundsroot = 5
0.02/0.07	c 
0.02/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.07	c # [type: int, range: [1,2], default: 1]
0.02/0.07	c timing/clocktype = 2
0.02/0.07	c 
0.02/0.07	c # belongs reading time to solving time?
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c timing/reading = TRUE
0.02/0.07	c 
0.02/0.07	c # should presolving try to simplify inequalities
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/linear/simplifyinequalities = TRUE
0.02/0.07	c 
0.02/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/indicator/addCouplingCons = TRUE
0.02/0.07	c 
0.02/0.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.07	c constraints/knapsack/disaggregation = FALSE
0.02/0.07	c 
0.02/0.07	c # should presolving try to simplify knapsacks
0.02/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.07	c 
0.02/0.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.07	c presolving/probing/maxrounds = 0
0.02/0.07	c 
0.02/0.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.07	c heuristics/coefdiving/freq = -1
0.02/0.07	c 
0.02/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.07	c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.07	c 
0.02/0.07	c # additional number of allowed LP iterations
0.02/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.07	c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.07	c 
0.02/0.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.07	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.07	c heuristics/crossover/freq = -1
0.02/0.07	c 
0.02/0.07	c # number of nodes added to the contingent of the total nodes
0.02/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.07	c heuristics/crossover/nodesofs = 750
0.02/0.07	c 
0.02/0.07	c # number of nodes without incumbent change that heuristic should wait
0.02/0.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.07	c heuristics/crossover/nwaitingnodes = 100
0.02/0.07	c 
0.02/0.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.08	c # [type: real, range: [0,1], default: 0.1]
0.02/0.08	c heuristics/crossover/nodesquot = 0.15
0.02/0.08	c 
0.02/0.08	c # minimum percentage of integer variables that have to be fixed 
0.02/0.08	c # [type: real, range: [0,1], default: 0.666]
0.02/0.08	c heuristics/crossover/minfixingrate = 0.5
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.08	c heuristics/feaspump/freq = -1
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/fracdiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/guideddiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/intshifting/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/linesearchdiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.08	c heuristics/objpscostdiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.08	c # [type: real, range: [0,1], default: 0.01]
0.02/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/oneopt/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/pscostdiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c heuristics/rens/freq = -1
0.02/0.08	c 
0.02/0.08	c # minimum percentage of integer variables that have to be fixable 
0.02/0.08	c # [type: real, range: [0,1], default: 0.5]
0.02/0.08	c heuristics/rens/minfixingrate = 0.3
0.02/0.08	c 
0.02/0.08	c # number of nodes added to the contingent of the total nodes
0.02/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.08	c heuristics/rens/nodesofs = 2000
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.08	c heuristics/rootsoldiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/rounding/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c heuristics/shiftandpropagate/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/shifting/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/simplerounding/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/subnlp/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c heuristics/trivial/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/trysol/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c heuristics/undercover/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/veclendiving/freq = -1
0.02/0.08	c 
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.08	c 
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.08	c 
0.02/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/zirounding/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c separating/cmir/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c separating/flowcover/freq = -1
0.02/0.08	c 
0.02/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.08	c separating/rapidlearning/freq = 0
0.02/0.08	c 
0.02/0.08	c -----------------------------------------------------------------------------------------------
0.02/0.08	c start solving
0.02/0.08	c 
0.07/0.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.07/0.12	c   0.1s|     1 |     0 |   635 |     - |5756k|   0 | 136 |1350 | 990 |1350 | 990 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.27/0.32	c   0.3s|     1 |     0 |   787 |     - |6760k|   0 | 146 |1350 |1028 |1350 |1000 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.37/0.47	c   0.5s|     1 |     0 |  1042 |     - |7513k|   0 | 171 |1350 |1028 |1350 |1015 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.57/0.69	c   0.7s|     1 |     0 |  1186 |     - |8769k|   0 | 174 |1350 |1028 |1350 |1022 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.77/0.89	c   0.9s|     1 |     0 |  1491 |     - |9999k|   0 | 262 |1350 |1028 |1350 |1032 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.98/1.10	c   1.1s|     1 |     0 |  1830 |     - |  11M|   0 | 208 |1350 |1028 |1350 |1045 |  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.19	c   1.2s|     1 |     2 |  1830 |     - |  11M|   0 | 208 |1350 |1028 |1350 |1045 |  55 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
19.57/19.66	c  19.6s| 10000 |   134 | 49573 |   4.8 |  14M|  67 |  38 |1350 |4777 |1350 |1014 |  55 |  16k|2769 | 0.000000e+00 |      --      |    Inf 
28.87/28.97	c  28.9s| 20000 |   141 | 91131 |   4.5 |  15M|  71 |  30 |1350 |6956 |1350 |1014 |  55 |  32k|2937 | 0.000000e+00 |      --      |    Inf 
38.67/38.71	c  38.7s| 30000 |   139 |134903 |   4.4 |  17M|  71 |   - |1350 |9080 |   0 |   0 |  55 |  47k|3051 | 0.000000e+00 |      --      |    Inf 
47.77/47.82	c  47.8s| 40000 |   142 |166293 |   4.1 |  18M|  71 |  32 |1350 |  10k|1350 |1014 |  55 |  62k|3113 | 0.000000e+00 |      --      |    Inf 
57.97/58.08	c  58.1s| 50000 |   147 |207597 |   4.1 |  19M|  77 |   - |1350 |  13k|   0 |   0 |  55 |  78k|3138 | 0.000000e+00 |      --      |    Inf 
70.07/70.12	c  70.1s| 60000 |   144 |264777 |   4.4 |  21M|  77 |  38 |1350 |  16k|1350 |1014 |  55 |  93k|3157 | 0.000000e+00 |      --      |    Inf 
82.38/82.42	c  82.4s| 70000 |   151 |318453 |   4.5 |  18M|  78 |  36 |1350 |  11k|1350 |1014 |  55 | 107k|3575 | 0.000000e+00 |      --      |    Inf 
93.77/93.80	c  93.8s| 80000 |   163 |377801 |   4.7 |  19M|  78 |   - |1350 |  12k|   0 |   0 |  55 | 121k|3748 | 0.000000e+00 |      --      |    Inf 
105.37/105.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.37/105.49	c   105s| 90000 |   169 |431018 |   4.8 |  20M|  78 |  39 |1350 |  14k|1350 |1014 |  55 | 134k|3954 | 0.000000e+00 |      --      |    Inf 
116.98/117.05	c   117s|100000 |   158 |480207 |   4.8 |  20M|  78 |   - |1350 |  13k|1350 |1014 |  55 | 147k|4091 | 0.000000e+00 |      --      |    Inf 
127.98/128.04	c   128s|110000 |   171 |531973 |   4.8 |  19M|  78 |   - |1350 |  10k|1350 |1014 |  55 | 160k|4446 | 0.000000e+00 |      --      |    Inf 
139.37/139.42	c   139s|120000 |   182 |598135 |   5.0 |  19M|  78 |   - |1350 |  11k|   0 |   0 |  55 | 169k|4672 | 0.000000e+00 |      --      |    Inf 
150.38/150.43	c   150s|130000 |   179 |662973 |   5.1 |  19M|  78 |   - |1350 |  11k|1350 |1014 |  55 | 179k|4832 | 0.000000e+00 |      --      |    Inf 
161.58/161.68	c   162s|140000 |   180 |728510 |   5.2 |  19M|  78 |   - |1350 |  11k|   0 |   0 |  55 | 190k|5042 | 0.000000e+00 |      --      |    Inf 
172.70/172.78	c   173s|150000 |   189 |788241 |   5.2 |  19M|  78 |   - |1350 |  10k|1350 |1014 |  55 | 199k|5235 | 0.000000e+00 |      --      |    Inf 
183.38/183.43	c   183s|160000 |   191 |841882 |   5.3 |  20M|  78 |  37 |1350 |  11k|1350 |1014 |  55 | 211k|5485 | 0.000000e+00 |      --      |    Inf 
193.59/193.62	c   194s|170000 |   189 |881377 |   5.2 |  20M|  78 |   - |1350 |  12k|   0 |   0 |  55 | 225k|5629 | 0.000000e+00 |      --      |    Inf 
204.48/204.54	c   205s|180000 |   205 |926859 |   5.1 |  22M|  78 |  23 |1350 |  15k|1350 |1014 |  55 | 239k|5762 | 0.000000e+00 |      --      |    Inf 
216.08/216.18	c   216s|190000 |   200 |976300 |   5.1 |  22M|  78 |   - |1350 |  15k|   0 |   0 |  55 | 252k|5872 | 0.000000e+00 |      --      |    Inf 
228.28/228.32	c   228s|200000 |   197 |  1022k|   5.1 |  22M|  80 |  39 |1350 |  16k|1350 |1014 |  55 | 266k|5984 | 0.000000e+00 |      --      |    Inf 
239.88/239.91	c   240s|210000 |   194 |  1075k|   5.1 |  20M|  80 |  34 |1350 |  11k|1350 |1014 |  55 | 277k|6178 | 0.000000e+00 |      --      |    Inf 
251.18/251.20	c   251s|220000 |   208 |  1131k|   5.1 |  21M|  80 |  37 |1350 |  13k|1350 |1014 |  55 | 291k|6349 | 0.000000e+00 |      --      |    Inf 
261.79/261.83	c   262s|230000 |   205 |  1174k|   5.1 |  22M|  80 |   - |1350 |  15k|1350 |1014 |  55 | 304k|6427 | 0.000000e+00 |      --      |    Inf 
273.78/273.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.78/273.89	c   274s|240000 |   202 |  1230k|   5.1 |  22M|  80 |  31 |1350 |  15k|1350 |1014 |  55 | 317k|6567 | 0.000000e+00 |      --      |    Inf 
285.18/285.21	c   285s|250000 |   198 |  1271k|   5.1 |  22M|  80 |  43 |1350 |  15k|1350 |1014 |  55 | 330k|6687 | 0.000000e+00 |      --      |    Inf 
296.88/296.92	c   297s|260000 |   202 |  1318k|   5.1 |  23M|  80 |  45 |1350 |  17k|1350 |1014 |  55 | 343k|6839 | 0.000000e+00 |      --      |    Inf 
308.88/308.91	c   309s|270000 |   208 |  1371k|   5.1 |  22M|  80 |  37 |1350 |  15k|1350 |1014 |  55 | 357k|7113 | 0.000000e+00 |      --      |    Inf 
319.68/319.73	c   320s|280000 |   217 |  1406k|   5.0 |  24M|  80 |  39 |1350 |  17k|1350 |1014 |  55 | 372k|7160 | 0.000000e+00 |      --      |    Inf 
331.27/331.38	c   331s|290000 |   212 |  1445k|   5.0 |  25M|  80 |  41 |1350 |  20k|1350 |1014 |  55 | 385k|7236 | 0.000000e+00 |      --      |    Inf 
343.78/343.85	c   344s|300000 |   208 |  1487k|   5.0 |  25M|  80 |   - |1350 |  20k|   0 |   0 |  55 | 398k|7323 | 0.000000e+00 |      --      |    Inf 
355.88/355.99	c   356s|310000 |   216 |  1525k|   4.9 |  26M|  80 |   - |1350 |  22k|   0 |   0 |  55 | 412k|7404 | 0.000000e+00 |      --      |    Inf 
369.49/369.61	c   370s|320000 |   209 |  1577k|   4.9 |  26M|  80 |   - |1350 |  20k|   0 |   0 |  55 | 424k|7483 | 0.000000e+00 |      --      |    Inf 
382.38/382.42	c   382s|330000 |   209 |  1627k|   4.9 |  25M|  80 |  35 |1350 |  20k|1350 |1014 |  55 | 437k|7631 | 0.000000e+00 |      --      |    Inf 
395.89/396.01	c   396s|340000 |   210 |  1689k|   5.0 |  26M|  80 |   - |1350 |  21k|1350 |1014 |  55 | 450k|7813 | 0.000000e+00 |      --      |    Inf 
408.98/409.04	c   409s|350000 |   206 |  1750k|   5.0 |  23M|  80 |   - |1350 |  16k|   0 |   0 |  55 | 463k|8074 | 0.000000e+00 |      --      |    Inf 
420.29/420.33	c   420s|360000 |   210 |  1795k|   5.0 |  23M|  80 |  24 |1350 |  16k|1350 |1014 |  55 | 477k|8280 | 0.000000e+00 |      --      |    Inf 
430.58/430.62	c   431s|370000 |   209 |  1829k|   4.9 |  23M|  80 |  36 |1350 |  14k|1350 |1014 |  55 | 491k|8349 | 0.000000e+00 |      --      |    Inf 
440.59/440.64	c   441s|380000 |   216 |  1863k|   4.9 |  23M|  80 |   - |1350 |  14k|   0 |   0 |  55 | 505k|8508 | 0.000000e+00 |      --      |    Inf 
451.00/451.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.00/451.07	c   451s|390000 |   216 |  1902k|   4.9 |  23M|  80 |   - |1350 |  14k|   0 |   0 |  55 | 519k|8607 | 0.000000e+00 |      --      |    Inf 
461.38/461.40	c   461s|400000 |   214 |  1936k|   4.8 |  23M|  80 |   - |1350 |  16k|   0 |   0 |  55 | 533k|8691 | 0.000000e+00 |      --      |    Inf 
472.58/472.68	c   473s|410000 |   224 |  1978k|   4.8 |  25M|  80 |   - |1350 |  18k|1350 |1014 |  55 | 546k|8715 | 0.000000e+00 |      --      |    Inf 
484.19/484.25	c   484s|420000 |   226 |  2014k|   4.8 |  25M|  80 |  27 |1350 |  19k|1350 |1014 |  55 | 560k|8820 | 0.000000e+00 |      --      |    Inf 
496.48/496.50	c   496s|430000 |   215 |  2062k|   4.8 |  24M|  80 |  39 |1350 |  18k|1350 |1014 |  55 | 573k|8916 | 0.000000e+00 |      --      |    Inf 
507.19/507.21	c   507s|440000 |   216 |  2096k|   4.8 |  25M|  80 |   - |1350 |  19k|   0 |   0 |  55 | 587k|8983 | 0.000000e+00 |      --      |    Inf 
518.59/518.69	c   519s|450000 |   218 |  2132k|   4.7 |  25M|  80 |  37 |1350 |  19k|1350 |1014 |  55 | 600k|9066 | 0.000000e+00 |      --      |    Inf 
530.28/530.30	c   530s|460000 |   224 |  2173k|   4.7 |  25M|  80 |  40 |1350 |  19k|1350 |1014 |  55 | 613k|9132 | 0.000000e+00 |      --      |    Inf 
541.88/541.96	c   542s|470000 |   219 |  2211k|   4.7 |  26M|  80 |  38 |1350 |  21k|1350 |1014 |  55 | 627k|9199 | 0.000000e+00 |      --      |    Inf 
553.58/553.67	c   554s|480000 |   219 |  2253k|   4.7 |  26M|  80 |   - |1350 |  19k|1350 |1014 |  55 | 640k|9287 | 0.000000e+00 |      --      |    Inf 
565.98/566.02	c   566s|490000 |   222 |  2299k|   4.7 |  26M|  82 |  30 |1350 |  20k|1350 |1014 |  55 | 653k|9349 | 0.000000e+00 |      --      |    Inf 
578.68/578.72	c   579s|500000 |   220 |  2348k|   4.7 |  26M|  82 |  42 |1350 |  21k|1350 |1014 |  55 | 665k|9449 | 0.000000e+00 |      --      |    Inf 
590.70/590.79	c   591s|510000 |   225 |  2391k|   4.7 |  27M|  82 |  40 |1350 |  21k|1350 |1014 |  55 | 679k|9529 | 0.000000e+00 |      --      |    Inf 
604.19/604.22	c   604s|520000 |   230 |  2441k|   4.7 |  28M|  82 |  31 |1350 |  23k|1350 |1014 |  55 | 693k|9596 | 0.000000e+00 |      --      |    Inf 
617.98/618.02	c   618s|530000 |   230 |  2486k|   4.7 |  29M|  82 |  38 |1350 |  25k|1350 |1014 |  55 | 706k|9637 | 0.000000e+00 |      --      |    Inf 
632.50/632.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.50/632.59	c   633s|540000 |   241 |  2539k|   4.7 |  30M|  82 |  28 |1350 |  28k|1350 |1014 |  55 | 720k|9687 | 0.000000e+00 |      --      |    Inf 
647.09/647.15	c   647s|550000 |   228 |  2590k|   4.7 |  28M|  83 |   - |1350 |  23k|   0 |   0 |  55 | 733k|9785 | 0.000000e+00 |      --      |    Inf 
660.28/660.30	c   660s|560000 |   223 |  2645k|   4.7 |  26M|  83 |   - |1350 |  20k|1350 |1014 |  55 | 748k|9995 | 0.000000e+00 |      --      |    Inf 
672.11/672.15	c   672s|570000 |   227 |  2689k|   4.7 |  26M|  83 |  37 |1350 |  19k|1350 |1014 |  55 | 760k|  10k| 0.000000e+00 |      --      |    Inf 
683.78/683.81	c   684s|580000 |   229 |  2723k|   4.7 |  27M|  83 |   - |1350 |  21k|   0 |   0 |  55 | 773k|  10k| 0.000000e+00 |      --      |    Inf 
696.09/696.11	c   696s|590000 |   238 |  2758k|   4.7 |  28M|  83 |  33 |1350 |  23k|1350 |1014 |  55 | 787k|  10k| 0.000000e+00 |      --      |    Inf 
708.48/708.52	c   709s|600000 |   232 |  2791k|   4.7 |  28M|  83 |   - |1350 |  23k|   0 |   0 |  55 | 801k|  10k| 0.000000e+00 |      --      |    Inf 
721.19/721.24	c   721s|610000 |   226 |  2840k|   4.7 |  26M|  83 |  30 |1350 |  18k|1350 |1014 |  55 | 812k|  10k| 0.000000e+00 |      --      |    Inf 
732.89/732.98	c   733s|620000 |   223 |  2896k|   4.7 |  26M|  83 |  35 |1350 |  18k|1350 |1014 |  55 | 821k|  10k| 0.000000e+00 |      --      |    Inf 
743.99/744.08	c   744s|630000 |   227 |  2932k|   4.7 |  27M|  83 |  40 |1350 |  20k|1350 |1014 |  55 | 835k|  10k| 0.000000e+00 |      --      |    Inf 
755.89/755.90	c   756s|640000 |   223 |  2968k|   4.6 |  27M|  83 |  40 |1350 |  21k|1350 |1014 |  55 | 848k|  10k| 0.000000e+00 |      --      |    Inf 
768.09/768.15	c   768s|650000 |   222 |  3013k|   4.6 |  26M|  83 |   - |1350 |  19k|1350 |1014 |  55 | 861k|  10k| 0.000000e+00 |      --      |    Inf 
781.01/781.05	c   781s|660000 |   223 |  3071k|   4.7 |  27M|  83 |  40 |1350 |  21k|1350 |1014 |  55 | 873k|  10k| 0.000000e+00 |      --      |    Inf 
793.49/793.58	c   794s|670000 |   227 |  3118k|   4.7 |  28M|  83 |   - |1350 |  23k|   0 |   0 |  55 | 886k|  10k| 0.000000e+00 |      --      |    Inf 
806.20/806.25	c   806s|680000 |   220 |  3161k|   4.6 |  27M|  83 |  35 |1350 |  21k|1350 |1014 |  55 | 899k|  11k| 0.000000e+00 |      --      |    Inf 
818.59/818.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
818.59/818.61	c   819s|690000 |   222 |  3215k|   4.7 |  27M|  83 |  37 |1350 |  20k|1350 |1014 |  55 | 913k|  11k| 0.000000e+00 |      --      |    Inf 
831.89/831.93	c   832s|700000 |   228 |  3278k|   4.7 |  27M|  83 |  24 |1350 |  21k|1350 |1014 |  55 | 926k|  11k| 0.000000e+00 |      --      |    Inf 
844.89/844.96	c   845s|710000 |   222 |  3335k|   4.7 |  28M|  83 |  47 |1350 |  22k|1350 |1014 |  55 | 938k|  11k| 0.000000e+00 |      --      |    Inf 
859.11/859.16	c   859s|720000 |   212 |  3404k|   4.7 |  27M|  83 |   - |1350 |  20k|1350 |1014 |  55 | 951k|  11k| 0.000000e+00 |      --      |    Inf 
871.60/871.68	c   872s|730000 |   218 |  3452k|   4.7 |  28M|  83 |  30 |1350 |  21k|1350 |1014 |  55 | 966k|  11k| 0.000000e+00 |      --      |    Inf 
883.79/883.82	c   884s|740000 |   215 |  3491k|   4.7 |  30M|  83 |   - |1350 |  25k|   0 |   0 |  55 | 979k|  11k| 0.000000e+00 |      --      |    Inf 
897.89/897.96	c   898s|750000 |   223 |  3542k|   4.7 |  31M|  83 |   - |1350 |  28k|1350 |1014 |  55 | 994k|  11k| 0.000000e+00 |      --      |    Inf 
911.09/911.15	c   911s|760000 |   216 |  3586k|   4.7 |  27M|  83 |  34 |1350 |  20k|1350 |1014 |  55 |1007k|  12k| 0.000000e+00 |      --      |    Inf 
922.70/922.78	c   923s|770000 |   222 |  3622k|   4.7 |  28M|  83 |  42 |1350 |  22k|1350 |1014 |  55 |1021k|  12k| 0.000000e+00 |      --      |    Inf 
935.59/935.69	c   936s|780000 |   217 |  3669k|   4.7 |  29M|  83 |  48 |1350 |  24k|1350 |1014 |  55 |1035k|  12k| 0.000000e+00 |      --      |    Inf 
948.21/948.28	c   948s|790000 |   215 |  3708k|   4.7 |  29M|  83 |  35 |1350 |  24k|1350 |1014 |  55 |1048k|  12k| 0.000000e+00 |      --      |    Inf 
961.30/961.36	c   961s|800000 |   228 |  3750k|   4.7 |  30M|  83 |  48 |1350 |  26k|1350 |1014 |  55 |1062k|  12k| 0.000000e+00 |      --      |    Inf 
975.49/975.51	c   975s|810000 |   222 |  3800k|   4.7 |  30M|  83 |   - |1350 |  26k|   0 |   0 |  55 |1076k|  12k| 0.000000e+00 |      --      |    Inf 
988.92/988.95	c   989s|820000 |   210 |  3845k|   4.7 |  28M|  83 |  36 |1350 |  22k|1350 |1014 |  55 |1090k|  12k| 0.000000e+00 |      --      |    Inf 
1000.70/1000.70	c  1001s|830000 |   217 |  3884k|   4.7 |  27M|  83 |  38 |1350 |  20k|1350 |1014 |  55 |1106k|  12k| 0.000000e+00 |      --      |    Inf 
1012.49/1012.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1012.49/1012.55	c  1013s|840000 |   217 |  3917k|   4.7 |  28M|  83 |  37 |1350 |  22k|1350 |1014 |  55 |1119k|  12k| 0.000000e+00 |      --      |    Inf 
1025.70/1025.72	c  1026s|850000 |   226 |  3962k|   4.7 |  28M|  83 |  36 |1350 |  22k|1350 |1014 |  55 |1134k|  12k| 0.000000e+00 |      --      |    Inf 
1038.49/1038.51	c  1038s|860000 |   223 |  4001k|   4.7 |  29M|  83 |  36 |1350 |  23k|1350 |1014 |  55 |1148k|  13k| 0.000000e+00 |      --      |    Inf 
1051.20/1051.25	c  1051s|870000 |   220 |  4048k|   4.7 |  27M|  83 |  38 |1350 |  20k|1350 |1014 |  55 |1162k|  13k| 0.000000e+00 |      --      |    Inf 
1063.60/1063.66	c  1064s|880000 |   222 |  4097k|   4.7 |  27M|  83 |   - |1350 |  20k|1350 |1014 |  55 |1176k|  13k| 0.000000e+00 |      --      |    Inf 
1075.60/1075.66	c  1076s|890000 |   229 |  4140k|   4.7 |  27M|  83 |  34 |1350 |  19k|1350 |1014 |  55 |1190k|  13k| 0.000000e+00 |      --      |    Inf 
1087.99/1088.06	c  1088s|900000 |   228 |  4183k|   4.6 |  28M|  83 |  42 |1350 |  22k|1350 |1014 |  55 |1204k|  13k| 0.000000e+00 |      --      |    Inf 
1101.70/1101.76	c  1102s|910000 |   228 |  4246k|   4.7 |  29M|  83 |  34 |1350 |  24k|1350 |1014 |  55 |1216k|  13k| 0.000000e+00 |      --      |    Inf 
1114.99/1115.02	c  1115s|920000 |   229 |  4312k|   4.7 |  29M|  83 |  40 |1350 |  22k|1350 |1014 |  55 |1229k|  13k| 0.000000e+00 |      --      |    Inf 
1129.00/1129.02	c  1129s|930000 |   230 |  4376k|   4.7 |  30M|  83 |   - |1350 |  24k|   0 |   0 |  55 |1245k|  13k| 0.000000e+00 |      --      |    Inf 
1143.90/1143.92	c  1144s|940000 |   230 |  4452k|   4.7 |  29M|  83 |  30 |1350 |  23k|1350 |1014 |  55 |1257k|  13k| 0.000000e+00 |      --      |    Inf 
1157.70/1157.74	c  1158s|950000 |   230 |  4515k|   4.8 |  30M|  83 |  44 |1350 |  24k|1350 |1014 |  55 |1270k|  13k| 0.000000e+00 |      --      |    Inf 
1171.90/1171.91	c  1172s|960000 |   220 |  4569k|   4.8 |  30M|  85 |   - |1350 |  24k|   0 |   0 |  55 |1287k|  13k| 0.000000e+00 |      --      |    Inf 
1184.50/1184.56	c  1185s|970000 |   229 |  4616k|   4.8 |  29M|  85 |  41 |1350 |  22k|1350 |1014 |  55 |1301k|  14k| 0.000000e+00 |      --      |    Inf 
1197.50/1197.56	c  1198s|980000 |   236 |  4663k|   4.8 |  30M|  85 |  34 |1350 |  24k|1350 |1014 |  55 |1316k|  14k| 0.000000e+00 |      --      |    Inf 
1210.50/1210.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.50/1210.59	c  1211s|990000 |   232 |  4702k|   4.7 |  29M|  85 |  34 |1350 |  22k|1350 |1014 |  55 |1330k|  14k| 0.000000e+00 |      --      |    Inf 
1222.29/1222.32	c  1222s|  1000k|   226 |  4733k|   4.7 |  29M|  85 |  38 |1350 |  23k|1350 |1014 |  55 |1345k|  14k| 0.000000e+00 |      --      |    Inf 
1235.10/1235.11	c  1235s|  1010k|   227 |  4775k|   4.7 |  30M|  85 |  28 |1350 |  24k|1350 |1014 |  55 |1359k|  14k| 0.000000e+00 |      --      |    Inf 
1247.00/1247.01	c  1247s|  1020k|   220 |  4807k|   4.7 |  30M|  85 |  48 |1350 |  23k|1350 |1014 |  55 |1373k|  14k| 0.000000e+00 |      --      |    Inf 
1259.41/1259.46	c  1259s|  1030k|   235 |  4850k|   4.7 |  31M|  85 |   - |1350 |  26k|   0 |   0 |  55 |1386k|  14k| 0.000000e+00 |      --      |    Inf 
1272.40/1272.43	c  1272s|  1040k|   227 |  4894k|   4.7 |  30M|  85 |  44 |1350 |  24k|1350 |1014 |  55 |1399k|  14k| 0.000000e+00 |      --      |    Inf 
1285.30/1285.35	c  1285s|  1050k|   235 |  4935k|   4.7 |  30M|  85 |   - |1350 |  25k|   0 |   0 |  55 |1413k|  14k| 0.000000e+00 |      --      |    Inf 
1298.40/1298.42	c  1298s|  1060k|   236 |  4975k|   4.7 |  31M|  85 |  30 |1350 |  26k|1350 |1014 |  55 |1427k|  14k| 0.000000e+00 |      --      |    Inf 
1312.40/1312.42	c  1312s|  1070k|   236 |  5025k|   4.7 |  32M|  85 |  34 |1350 |  28k|1350 |1014 |  55 |1441k|  14k| 0.000000e+00 |      --      |    Inf 
1327.00/1327.02	c  1327s|  1080k|   226 |  5073k|   4.7 |  32M|  86 |  37 |1350 |  27k|1350 |1014 |  55 |1454k|  14k| 0.000000e+00 |      --      |    Inf 
1340.11/1340.16	c  1340s|  1090k|   228 |  5113k|   4.7 |  32M|  86 |  28 |1350 |  27k|1350 |1014 |  55 |1467k|  14k| 0.000000e+00 |      --      |    Inf 
1353.80/1353.86	c  1354s|  1100k|   231 |  5160k|   4.7 |  33M|  86 |  32 |1350 |  29k|1350 |1014 |  55 |1480k|  14k| 0.000000e+00 |      --      |    Inf 
1369.10/1369.19	c  1369s|  1110k|   232 |  5220k|   4.7 |  34M|  86 |   - |1350 |  31k|   0 |   0 |  55 |1493k|  14k| 0.000000e+00 |      --      |    Inf 
1384.60/1384.68	c  1385s|  1120k|   238 |  5269k|   4.7 |  31M|  86 |  37 |1350 |  26k|1350 |1014 |  55 |1506k|  14k| 0.000000e+00 |      --      |    Inf 
1398.01/1398.09	c  1398s|  1130k|   236 |  5321k|   4.7 |  33M|  86 |   - |1350 |  28k|1350 |1014 |  55 |1519k|  14k| 0.000000e+00 |      --      |    Inf 
1411.10/1411.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1411.10/1411.14	c  1411s|  1140k|   237 |  5365k|   4.7 |  32M|  86 |  40 |1350 |  28k|1350 |1014 |  55 |1533k|  15k| 0.000000e+00 |      --      |    Inf 
1425.01/1425.07	c  1425s|  1150k|   242 |  5413k|   4.7 |  34M|  87 |   - |1350 |  30k|1350 |1014 |  55 |1546k|  15k| 0.000000e+00 |      --      |    Inf 
1438.60/1438.61	c  1439s|  1160k|   233 |  5456k|   4.7 |  33M|  87 |   - |1350 |  29k|1350 |1014 |  55 |1560k|  15k| 0.000000e+00 |      --      |    Inf 
1453.12/1453.15	c  1453s|  1170k|   240 |  5503k|   4.7 |  35M|  88 |  44 |1350 |  32k|1350 |1014 |  55 |1575k|  15k| 0.000000e+00 |      --      |    Inf 
1467.51/1467.57	c  1468s|  1180k|   235 |  5547k|   4.7 |  34M|  90 |  42 |1350 |  30k|1350 |1014 |  55 |1589k|  15k| 0.000000e+00 |      --      |    Inf 
1481.61/1481.68	c  1482s|  1190k|   237 |  5585k|   4.7 |  33M|  90 |  32 |1350 |  29k|1350 |1014 |  55 |1603k|  15k| 0.000000e+00 |      --      |    Inf 
1495.31/1495.39	c  1495s|  1200k|   246 |  5618k|   4.7 |  33M|  90 |  42 |1350 |  30k|1350 |1014 |  55 |1617k|  15k| 0.000000e+00 |      --      |    Inf 
1509.00/1509.09	c  1509s|  1210k|   245 |  5676k|   4.7 |  32M|  90 |   - |1350 |  26k|1350 |1014 |  55 |1624k|  15k| 0.000000e+00 |      --      |    Inf 
1522.31/1522.36	c  1522s|  1220k|   243 |  5723k|   4.7 |  30M|  90 |  34 |1350 |  23k|1350 |1014 |  55 |1634k|  15k| 0.000000e+00 |      --      |    Inf 
1535.20/1535.22	c  1535s|  1230k|   245 |  5767k|   4.7 |  30M|  90 |   - |1350 |  24k|   0 |   0 |  55 |1647k|  15k| 0.000000e+00 |      --      |    Inf 
1548.11/1548.11	c  1548s|  1240k|   237 |  5807k|   4.7 |  30M|  90 |  29 |1350 |  22k|1350 |1014 |  55 |1661k|  15k| 0.000000e+00 |      --      |    Inf 
1560.93/1560.96	c  1561s|  1250k|   238 |  5856k|   4.7 |  31M|  90 |   - |1350 |  24k|   0 |   0 |  55 |1675k|  15k| 0.000000e+00 |      --      |    Inf 
1574.71/1574.79	c  1575s|  1260k|   245 |  5910k|   4.7 |  32M|  90 |  36 |1350 |  26k|1350 |1014 |  55 |1688k|  16k| 0.000000e+00 |      --      |    Inf 
1589.10/1589.19	c  1589s|  1270k|   246 |  5957k|   4.7 |  33M|  90 |  39 |1350 |  28k|1350 |1014 |  55 |1703k|  16k| 0.000000e+00 |      --      |    Inf 
1602.61/1602.69	c  1603s|  1280k|   248 |  6006k|   4.7 |  31M|  90 |  23 |1350 |  25k|1350 |1014 |  55 |1716k|  16k| 0.000000e+00 |      --      |    Inf 
1616.00/1616.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1616.00/1616.06	c  1616s|  1290k|   241 |  6051k|   4.7 |  32M|  90 |   - |1350 |  27k|1350 |1014 |  55 |1730k|  16k| 0.000000e+00 |      --      |    Inf 
1630.11/1630.16	c  1630s|  1300k|   254 |  6100k|   4.7 |  32M|  90 |  28 |1350 |  26k|1350 |1014 |  55 |1743k|  16k| 0.000000e+00 |      --      |    Inf 
1642.51/1642.57	c  1643s|  1310k|   246 |  6133k|   4.7 |  33M|  90 |  34 |1350 |  27k|1350 |1014 |  55 |1757k|  16k| 0.000000e+00 |      --      |    Inf 
1656.63/1656.62	c  1657s|  1320k|   234 |  6184k|   4.7 |  32M|  90 |   - |1350 |  25k|   0 |   0 |  55 |1770k|  16k| 0.000000e+00 |      --      |    Inf 
1669.31/1669.35	c  1669s|  1330k|   249 |  6225k|   4.7 |  32M|  90 |  30 |1350 |  27k|1350 |1014 |  55 |1785k|  16k| 0.000000e+00 |      --      |    Inf 
1682.51/1682.57	c  1683s|  1340k|   246 |  6268k|   4.7 |  33M|  90 |  34 |1350 |  29k|1350 |1014 |  55 |1799k|  16k| 0.000000e+00 |      --      |    Inf 
1695.51/1695.55	c  1696s|  1350k|   262 |  6304k|   4.7 |  34M|  90 |   - |1350 |  30k|   0 |   0 |  55 |1814k|  16k| 0.000000e+00 |      --      |    Inf 
1708.91/1708.96	c  1709s|  1360k|   259 |  6341k|   4.7 |  33M|  90 |  31 |1350 |  28k|1350 |1014 |  55 |1828k|  16k| 0.000000e+00 |      --      |    Inf 
1722.71/1722.78	c  1723s|  1370k|   250 |  6391k|   4.7 |  34M|  90 |  38 |1350 |  29k|1350 |1014 |  55 |1842k|  16k| 0.000000e+00 |      --      |    Inf 
1737.21/1737.22	c  1737s|  1380k|   242 |  6443k|   4.7 |  34M|  90 |   - |1350 |  30k|   0 |   0 |  55 |1855k|  16k| 0.000000e+00 |      --      |    Inf 
1751.12/1751.16	c  1751s|  1390k|   234 |  6492k|   4.7 |  34M|  90 |  31 |1350 |  30k|1350 |1014 |  55 |1868k|  16k| 0.000000e+00 |      --      |    Inf 
1766.32/1766.37	c  1766s|  1400k|   235 |  6552k|   4.7 |  35M|  90 |  33 |1350 |  31k|1350 |1014 |  55 |1881k|  16k| 0.000000e+00 |      --      |    Inf 
1781.01/1781.02	c  1781s|  1410k|   233 |  6605k|   4.7 |  36M|  90 |  45 |1350 |  33k|1350 |1014 |  55 |1894k|  16k| 0.000000e+00 |      --      |    Inf 
1795.72/1795.72	c  1796s|  1420k|   235 |  6656k|   4.7 |  33M|  90 |  36 |1350 |  28k|1350 |1014 |  55 |1906k|  16k| 0.000000e+00 |      --      |    Inf 
1800.02/1800.02	c 
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Solving Time (sec) : 1800.00
1800.02/1800.02	c Solving Nodes      : 1423342
1800.02/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.02	c Gap                : infinite
1800.02/1800.02	s UNKNOWN
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Total Time         :    1800.00
1800.02/1800.02	c   solving          :    1800.00
1800.02/1800.02	c   presolving       :       0.03 (included in solving)
1800.02/1800.02	c   reading          :       0.02 (included in solving)
1800.02/1800.02	c Original Problem   :
1800.02/1800.02	c   Problem name     : HOME/instance-3453037-1307071632.opb
1800.02/1800.02	c   Variables        : 1350 (1350 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.02	c   Constraints      : 990 initial, 990 maximal
1800.02/1800.02	c Presolved Problem  :
1800.02/1800.02	c   Problem name     : t_HOME/instance-3453037-1307071632.opb
1800.02/1800.02	c   Variables        : 1350 (1350 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.02	c   Constraints      : 990 initial, 34081 maximal
1800.02/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   integral         :          0          0          0     852900          0          1          0         20        157          0          0    1705458
1800.02/1800.02	c   setppc           :         60          5    5846267          0          0          0   56940043     490271   23711564          0          0          0
1800.02/1800.02	c   linear           :          0+         5         23          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   logicor          :        930+         5    3152015          0          0          0    7116267     188105    7825683          0          0          0
1800.02/1800.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.02	c   integral         :      40.32       0.00       0.00      40.32       0.00       0.00       0.00
1800.02/1800.02	c   setppc           :     100.10       0.00      88.56       0.00       0.00       0.00      11.54
1800.02/1800.02	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.02	c   logicor          :     367.16       0.00     350.38       0.00       0.00       0.00      16.78
1800.02/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.02	c   vbounds          :          0          0          0          0
1800.02/1800.02	c   rootredcost      :          0          0          0          0
1800.02/1800.02	c   pseudoobj        :          0          0          0          0
1800.02/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.02	c   vbounds          :       0.81       0.81       0.00
1800.02/1800.02	c   rootredcost      :       0.81       0.81       0.00
1800.02/1800.02	c   pseudoobj        :       0.60       0.60       0.00
1800.02/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.02	c   propagation      :      65.91     678376     678374    8502490       63.7       9852       55.7          -
1800.02/1800.02	c   infeasible LP    :     104.33     169494     119817    2888994      173.2       1728       56.2          0
1800.02/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.02	c   applied globally :          -          -          -    1911053       50.4          -          -          -
1800.02/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.02	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 319)
1800.02/1800.02	c   redcost          :      15.66     852850          0          0          0          0
1800.02/1800.02	c   impliedbounds    :       0.00          5          0          0          0          0
1800.02/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.02	c   gomory           :       0.16          5          0          0       1697          0
1800.02/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.02	c   strongcg         :       0.58          5          0          0       2500          0
1800.02/1800.02	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.02	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.02	c   clique           :       0.00          5          0          0          0          0
1800.02/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.02	c   rapidlearning    :       0.05          1          0          0          0         38
1800.02/1800.02	c Pricers            :       Time      Calls       Vars
1800.02/1800.02	c   problem variables:       0.00          0          0
1800.02/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   relpscost        :      39.73     852900         20        157          0          0    1705458
1800.02/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.02	c   LP solutions     :       0.00          -          0
1800.02/1800.02	c   pseudo solutions :       0.00          -          0
1800.02/1800.02	c   trivial          :       0.00          1          0
1800.02/1800.02	c   shiftandpropagate:       0.00          0          0
1800.02/1800.02	c   simplerounding   :       0.00          0          0
1800.02/1800.02	c   zirounding       :       0.00          0          0
1800.02/1800.02	c   rounding         :       0.00          0          0
1800.02/1800.02	c   shifting         :       0.00          0          0
1800.02/1800.02	c   intshifting      :       0.00          0          0
1800.02/1800.02	c   oneopt           :       0.00          0          0
1800.02/1800.02	c   twoopt           :       0.00          0          0
1800.02/1800.02	c   fixandinfer      :       0.00          0          0
1800.02/1800.02	c   feaspump         :       0.00          0          0
1800.02/1800.02	c   clique           :       0.00          0          0
1800.02/1800.02	c   coefdiving       :       0.00          0          0
1800.02/1800.02	c   pscostdiving     :       0.00          0          0
1800.02/1800.02	c   fracdiving       :       0.00          0          0
1800.02/1800.02	c   veclendiving     :       0.00          0          0
1800.02/1800.02	c   intdiving        :       0.00          0          0
1800.02/1800.02	c   actconsdiving    :       0.00          0          0
1800.02/1800.02	c   objpscostdiving  :       0.00          0          0
1800.02/1800.02	c   rootsoldiving    :       0.00          0          0
1800.02/1800.02	c   linesearchdiving :       0.00          0          0
1800.02/1800.02	c   guideddiving     :       0.00          0          0
1800.02/1800.02	c   octane           :       0.00          0          0
1800.02/1800.02	c   rens             :       0.00          0          0
1800.02/1800.02	c   rins             :       0.00          0          0
1800.02/1800.02	c   localbranching   :       0.00          0          0
1800.02/1800.02	c   mutation         :       0.00          0          0
1800.02/1800.02	c   crossover        :       0.00          0          0
1800.02/1800.02	c   dins             :       0.00          0          0
1800.02/1800.02	c   vbounds          :       0.00          0          0
1800.02/1800.02	c   undercover       :       0.00          0          0
1800.02/1800.02	c   subnlp           :       0.00          0          0
1800.02/1800.02	c   trysol           :       0.00          0          0
1800.02/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.02	c   dual LP          :     641.97    1022187    6670718       6.53   10391.02
1800.02/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.02	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.02	c   strong branching :      28.62      16976     248053      14.61    8667.54
1800.02/1800.02	c     (at root node) :          -         17        834      49.06          -
1800.02/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.02	c B&B Tree           :
1800.02/1800.02	c   number of runs   :          1
1800.02/1800.02	c   nodes            :    1423342
1800.02/1800.02	c   nodes (total)    :    1423342
1800.02/1800.02	c   nodes left       :        236
1800.02/1800.02	c   max depth        :         90
1800.02/1800.02	c   max depth (total):         90
1800.02/1800.02	c   backtracks       :     360936 (25.4%)
1800.02/1800.02	c   delayed cutoffs  :     281881
1800.02/1800.02	c   repropagations   :    1702607 (11521729 domain reductions, 277277 cutoffs)
1800.02/1800.02	c   avg switch length:       3.85
1800.02/1800.02	c   switching time   :     275.73
1800.02/1800.02	c Solution           :
1800.02/1800.02	c   Solutions found  :          0 (0 improvements)
1800.02/1800.02	c   Primal Bound     :          -
1800.02/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.02	c   Gap              :   infinite
1800.02/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.02	c   Root Iterations  :       1830
1800.02/1800.06	c Time complete: 1800.08.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.97 2.00 1.99 3/527 2027
/proc/meminfo: memFree=19190964/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/2027/stat : 2027 (runsolver) R 2025 2027 32685 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 897393887 12079104 51 33554432000 4194304 5432328 140733299016896 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/2027/statm: 2949 51 31 303 0 2643 0

[startup+0.045278 s]
/proc/loadavg: 1.97 2.00 1.99 3/527 2027
/proc/meminfo: memFree=19190964/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=17788 CPUtime=0.02 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 3376 0 0 0 2 0 0 0 25 0 1 0 897393887 18214912 3330 33554432000 4194304 9128323 140733688491408 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 4447 3353 437 1205 0 3238 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17788

[startup+0.100266 s]
/proc/loadavg: 1.97 2.00 1.99 3/527 2027
/proc/meminfo: memFree=19190964/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=29320 CPUtime=0.07 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 6496 0 0 0 7 0 0 0 25 0 1 0 897393887 30023680 6128 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 7330 6128 622 1205 0 6121 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29320

[startup+0.300242 s]
/proc/loadavg: 1.97 2.00 1.99 3/527 2027
/proc/meminfo: memFree=19190964/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=52788 CPUtime=0.27 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 12650 0 0 0 25 2 0 0 25 0 1 0 897393887 54054912 11850 33554432000 4194304 9128323 140733688491408 18446744073709551615 8001252 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13197 11850 686 1205 0 11988 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 52788

[startup+0.700171 s]
/proc/loadavg: 1.97 2.00 1.99 3/527 2027
/proc/meminfo: memFree=19190964/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=52788 CPUtime=0.67 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 12945 0 0 0 64 3 0 0 25 0 1 0 897393887 54054912 12132 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13197 12132 691 1205 0 11988 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 52788

[startup+1.50103 s]
/proc/loadavg: 1.97 2.00 1.99 3/528 2028
/proc/meminfo: memFree=19144456/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=52788 CPUtime=1.47 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 13017 0 0 0 141 6 0 0 25 0 1 0 897393887 54054912 12204 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13197 12204 696 1205 0 11988 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 52788

[startup+3.10075 s]
/proc/loadavg: 1.97 2.00 1.99 3/528 2028
/proc/meminfo: memFree=19142876/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=52788 CPUtime=3.07 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 13017 0 0 0 292 15 0 0 25 0 1 0 897393887 54054912 12204 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13197 12204 696 1205 0 11988 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52788

[startup+6.30019 s]
/proc/loadavg: 1.97 2.00 1.99 3/528 2028
/proc/meminfo: memFree=19142868/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=52788 CPUtime=6.27 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 13017 0 0 0 594 33 0 0 25 0 1 0 897393887 54054912 12204 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13197 12204 696 1205 0 11988 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 52788

[startup+12.7011 s]
/proc/loadavg: 1.97 2.00 1.99 3/528 2028
/proc/meminfo: memFree=19142688/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=52788 CPUtime=12.67 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 13019 0 0 0 1200 67 0 0 25 0 1 0 897393887 54054912 12206 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13197 12206 696 1205 0 11988 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 52788

[startup+25.5008 s]
/proc/loadavg: 1.98 2.00 1.99 3/528 2029
/proc/meminfo: memFree=19140104/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=55872 CPUtime=25.47 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 13783 0 0 0 2430 117 0 0 25 0 1 0 897393887 57212928 12970 33554432000 4194304 9128323 140733688491408 18446744073709551615 4240074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 13968 12970 696 1205 0 12759 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55872

[startup+51.1003 s]
/proc/loadavg: 1.98 2.00 1.99 3/528 2029
/proc/meminfo: memFree=19135636/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=60088 CPUtime=51.07 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 14836 0 0 0 4908 199 0 0 25 0 1 0 897393887 61530112 14011 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 15022 14011 696 1205 0 13813 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60088

[startup+102.32 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 2031
/proc/meminfo: memFree=19085392/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=66048 CPUtime=102.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 16351 0 0 0 9850 379 0 0 25 0 1 0 897393887 67633152 15521 33554432000 4194304 9128323 140733688491408 18446744073709551615 6526549 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 16512 15521 696 1205 0 15303 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 66048

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 2032
/proc/meminfo: memFree=19040052/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=67232 CPUtime=162.27 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 16649 0 0 0 15616 611 0 0 25 0 1 0 897393887 68845568 15819 33554432000 4194304 9128323 140733688491408 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 16808 15819 696 1205 0 15599 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 67232

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/528 2143
/proc/meminfo: memFree=24958696/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=68976 CPUtime=222.27 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 17076 0 0 0 21449 778 0 0 25 0 1 0 897393887 70631424 16246 33554432000 4194304 9128323 140733688491408 18446744073709551615 18446744073699065887 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 17244 16246 696 1205 0 16035 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 68976

[startup+282.301 s]
/proc/loadavg: 2.19 2.06 2.01 3/528 2144
/proc/meminfo: memFree=24955532/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=70976 CPUtime=282.28 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 17468 0 0 0 27338 890 0 0 25 0 1 0 897393887 72679424 16638 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 17744 16638 696 1205 0 16535 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 70976

[startup+342.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 2146
/proc/meminfo: memFree=24954260/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=72708 CPUtime=342.28 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 17883 0 0 0 33239 989 0 0 25 0 1 0 897393887 74452992 17053 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 18177 17053 696 1205 0 16968 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 72708

[startup+402.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/528 2148
/proc/meminfo: memFree=24950344/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=74188 CPUtime=402.28 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 18112 0 0 0 39140 1088 0 0 25 0 1 0 897393887 75968512 17282 33554432000 4194304 9128323 140733688491408 18446744073709551615 5333004 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 18547 17282 696 1205 0 17338 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 74188

[startup+462.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/528 2149
/proc/meminfo: memFree=24942976/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=74428 CPUtime=462.28 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 18194 0 0 0 45038 1190 0 0 25 0 1 0 897393887 76214272 17364 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 18607 17364 696 1205 0 17398 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 74428

[startup+522.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/528 2151
/proc/meminfo: memFree=24933856/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=74428 CPUtime=522.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 18201 0 0 0 50949 1280 0 0 25 0 1 0 897393887 76214272 17371 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 18607 17371 696 1205 0 17398 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 74428

[startup+582.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/528 2153
/proc/meminfo: memFree=24925232/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=75420 CPUtime=582.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 18466 0 0 0 56852 1377 0 0 25 0 1 0 897393887 77230080 17636 33554432000 4194304 9128323 140733688491408 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 18855 17636 696 1205 0 17646 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 75420

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/528 2162
/proc/meminfo: memFree=24912784/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=79596 CPUtime=822.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 19534 0 0 0 80472 1757 0 0 25 0 1 0 897393887 81506304 18704 33554432000 4194304 9128323 140733688491408 18446744073709551615 6580923 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 19899 18704 696 1205 0 18690 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 79596

[startup+882.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/528 2164
/proc/meminfo: memFree=24909392/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=80460 CPUtime=882.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 19731 0 0 0 86361 1868 0 0 25 0 1 0 897393887 82391040 18901 33554432000 4194304 9128323 140733688491408 18446744073709551615 4240428 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20115 18901 696 1205 0 18906 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 80460

[startup+942.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/528 2165
/proc/meminfo: memFree=24907940/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=81240 CPUtime=942.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 19884 0 0 0 92270 1959 0 0 25 0 1 0 897393887 83189760 19049 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20310 19049 696 1205 0 19101 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 81240

[startup+1002.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/528 2167
/proc/meminfo: memFree=24903288/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=82492 CPUtime=1002.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20220 0 0 0 98185 2044 0 0 25 0 1 0 897393887 84471808 19385 33554432000 4194304 9128323 140733688491408 18446744073709551615 5321331 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20623 19385 696 1205 0 19414 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 82492

[startup+1062.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/528 2168
/proc/meminfo: memFree=24900840/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=82996 CPUtime=1062.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20306 0 0 0 104091 2139 0 0 25 0 1 0 897393887 84987904 19471 33554432000 4194304 9128323 140733688491408 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20749 19471 696 1205 0 19540 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 82996

[startup+1122.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/528 2170
/proc/meminfo: memFree=24896816/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=82996 CPUtime=1122.29 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20318 0 0 0 109986 2243 0 0 25 0 1 0 897393887 84987904 19483 33554432000 4194304 9128323 140733688491408 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20749 19483 696 1205 0 19540 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 82996

[startup+1182.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/528 2171
/proc/meminfo: memFree=24891044/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=83136 CPUtime=1182.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20367 0 0 0 115878 2352 0 0 25 0 1 0 897393887 85131264 19532 33554432000 4194304 9128323 140733688491408 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20784 19532 696 1205 0 19575 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 83136

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/528 2173
/proc/meminfo: memFree=24889980/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=83136 CPUtime=1242.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20368 0 0 0 121799 2431 0 0 25 0 1 0 897393887 85131264 19533 33554432000 4194304 9128323 140733688491408 18446744073709551615 6712723 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20784 19533 696 1205 0 19575 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 83136

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 2175
/proc/meminfo: memFree=24887796/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=83840 CPUtime=1302.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20524 0 0 0 127711 2519 0 0 25 0 1 0 897393887 85852160 19689 33554432000 4194304 9128323 140733688491408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 20960 19689 696 1205 0 19751 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 83840

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 2176
/proc/meminfo: memFree=24884492/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=84656 CPUtime=1362.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 20802 0 0 0 133615 2615 0 0 25 0 1 0 897393887 86687744 19967 33554432000 4194304 9128323 140733688491408 18446744073709551615 5332988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 21164 19967 696 1205 0 19955 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 84656

[startup+1422.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/528 2178
/proc/meminfo: memFree=24880076/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=87076 CPUtime=1422.32 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 21373 0 0 0 139529 2703 0 0 25 0 1 0 897393887 89165824 20538 33554432000 4194304 9128323 140733688491408 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 21769 20538 696 1205 0 20560 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 87076

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/528 2179
/proc/meminfo: memFree=24877548/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=89268 CPUtime=1482.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 21924 0 0 0 145448 2782 0 0 25 0 1 0 897393887 91410432 21089 33554432000 4194304 9128323 140733688491408 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22317 21089 696 1205 0 21108 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 89268

[startup+1542.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/528 2181
/proc/meminfo: memFree=24874864/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=90112 CPUtime=1542.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 22057 0 0 0 151359 2871 0 0 25 0 1 0 897393887 92274688 21222 33554432000 4194304 9128323 140733688491408 18446744073709551615 7192225 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22528 21222 696 1205 0 21319 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 90112

[startup+1602.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/528 2183
/proc/meminfo: memFree=24875264/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=90112 CPUtime=1602.3 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 22064 0 0 0 157262 2968 0 0 25 0 1 0 897393887 92274688 21229 33554432000 4194304 9128323 140733688491408 18446744073709551615 6526536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22528 21229 696 1205 0 21319 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 90112

[startup+1662.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/528 2184
/proc/meminfo: memFree=24874560/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=90112 CPUtime=1662.31 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 22065 0 0 0 163177 3054 0 0 25 0 1 0 897393887 92274688 21230 33554432000 4194304 9128323 140733688491408 18446744073709551615 6712843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22528 21230 696 1205 0 21319 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 90112

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/528 2186
/proc/meminfo: memFree=24873988/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=90816 CPUtime=1722.31 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 22239 0 0 0 169095 3136 0 0 25 0 1 0 897393887 92995584 21404 33554432000 4194304 9128323 140733688491408 18446744073709551615 6890218 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22704 21404 696 1205 0 21495 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 90816

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/528 2188
/proc/meminfo: memFree=24871688/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=91544 CPUtime=1782.31 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 22422 0 0 0 175005 3226 0 0 25 0 1 0 897393887 93741056 21586 33554432000 4194304 9128323 140733688491408 18446744073709551615 7191228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22886 21586 696 1205 0 21677 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 91544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.05 2.00 3/528 2188
/proc/meminfo: memFree=24871676/32951124 swapFree=56241860/67111528
[pid=2027] ppid=2025 vsize=91940 CPUtime=1800.02 cores=1,3,5,7
/proc/2027/stat : 2027 (scip-2.0.1.4.li) R 2025 2027 32685 0 -1 4202496 22536 0 0 0 176750 3252 0 0 25 0 1 0 897393887 94146560 21700 33554432000 4194304 9128323 140733688491408 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2027/statm: 22985 21700 696 1205 0 21776 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 91940

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

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

Child status: 0
Real time (s): 1800.07
CPU time (s): 1800.09
CPU user time (s): 1767.56
CPU system time (s): 32.5301
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 91940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.56
system time used= 32.5301
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3126

runsolver used 9.02063 second user time and 22.4166 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 05:27:12
IDJOB=3453037
IDBENCH=1434
IDSOLVER=1949
FILE ID=node119/3453037-1307071632
RUNJOBID= node119-1307067097-1329
PBS_JOBID= 13497867
Free space on /tmp= 73532 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. 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.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453037-1307071632/watcher-3453037-1307071632 -o /tmp/evaluation-result-3453037-1307071632/solver-3453037-1307071632 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453037-1307071632.opb -t 1800 -m 15500

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

MD5SUM BENCH= 09dd38397cb073c3f8ce1c2b987fae03
RANDOM SEED=872302011

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19190996 kB
Buffers:        158616 kB
Cached:         597648 kB
SwapCached:      59076 kB
Active:        6539256 kB
Inactive:      6913668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19190996 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           11900 kB
Writeback:           0 kB
AnonPages:    12640512 kB
Mapped:          36132 kB
Slab:           147308 kB
PageTables:      91088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170134780 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= 73608 MiB
End job on node119 at 2011-06-03 05:57:14