Trace number 3729115

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.74 1790.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark10.7814
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
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.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3729115-1338678647.opb>
0.00/0.01	c original problem has 428 variables (428 bin, 0 int, 0 impl, 0 cont) and 644 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 460 impls, 0 clqs
0.00/0.03	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 15484 impls, 0 clqs
0.00/0.03	c (round 3) 8 del vars, 8 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 15484 impls, 0 clqs
0.00/0.03	c (round 4) 8 del vars, 12 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 15484 impls, 0 clqs
0.00/0.03	c presolving (5 rounds):
0.00/0.03	c  8 deleted vars, 12 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  15484 implications, 0 cliques
0.00/0.03	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 632 constraints
0.00/0.03	c     290 constraints of type <knapsack>
0.00/0.03	c     210 constraints of type <setppc>
0.00/0.03	c     132 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.3
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1790
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/nlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |   186 |     - |2648k|   0 | 104 | 420 | 632 | 420 | 632 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.18/0.20	c   0.2s|     1 |     0 |   692 |     - |3699k|   0 | 188 | 420 | 632 | 420 | 969 | 337 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.28/0.37	c   0.4s|     1 |     0 |  1144 |     - |5564k|   0 | 209 | 420 | 632 | 420 |1240 | 608 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1377 |     - |7356k|   0 | 239 | 420 | 632 | 420 |1317 | 685 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.76	c   0.8s|     1 |     0 |  1552 |     - |9859k|   0 | 235 | 420 | 632 | 420 |1320 | 688 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.88/0.97	c   1.0s|     1 |     0 |  1662 |     - |  13M|   0 | 239 | 420 | 632 | 420 |1402 | 770 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.78/1.86	c   1.9s|     1 |     2 |  1662 |     - |  13M|   0 | 239 | 420 | 632 | 420 |1402 | 770 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
12.98/13.03	c  13.0s| 10000 |   126 | 82504 |   8.1 |  13M|  40 |  33 | 420 | 979 | 420 | 772 | 770 | 559 |2204 | 0.000000e+00 |      --      |    Inf 
20.78/20.88	c  20.9s| 20000 |   115 |171561 |   8.5 |  13M|  42 |  29 | 420 |1055 | 420 | 772 | 770 |1009 |2323 | 0.000000e+00 |      --      |    Inf 
28.78/28.89	c  28.9s| 30000 |   122 |258757 |   8.6 |  14M|  42 |  45 | 420 |1109 | 420 | 772 | 770 |1499 |2729 | 0.000000e+00 |      --      |    Inf 
36.27/36.32	c  36.3s| 40000 |   140 |337265 |   8.4 |  14M|  43 |  28 | 420 |1376 | 420 | 772 | 770 |1970 |3182 | 0.000000e+00 |      --      |    Inf 
44.37/44.44	c  44.4s| 50000 |   146 |421621 |   8.4 |  14M|  45 |  33 | 420 |1366 | 420 | 772 | 770 |2494 |3819 | 0.000000e+00 |      --      |    Inf 
52.07/52.14	c  52.1s| 60000 |   165 |505253 |   8.4 |  14M|  45 |   - | 420 |1568 |   0 |   0 | 770 |3110 |4222 | 0.000000e+00 |      --      |    Inf 
60.27/60.39	c  60.4s| 70000 |   172 |596300 |   8.5 |  14M|  45 |  42 | 420 |1463 | 420 | 772 | 770 |3604 |4585 | 0.000000e+00 |      --      |    Inf 
68.47/68.55	c  68.5s| 80000 |   162 |686674 |   8.6 |  14M|  45 |  25 | 420 |1418 | 420 | 772 | 770 |4027 |4993 | 0.000000e+00 |      --      |    Inf 
77.57/77.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.57/77.68	c  77.7s| 90000 |   181 |784166 |   8.7 |  14M|  45 |  32 | 420 |1160 | 420 | 772 | 770 |4443 |5581 | 0.000000e+00 |      --      |    Inf 
86.77/86.83	c  86.8s|100000 |   173 |888941 |   8.9 |  14M|  45 |  41 | 420 |1217 | 420 | 772 | 770 |4828 |5879 | 0.000000e+00 |      --      |    Inf 
93.96/94.01	c  94.0s|110000 |   180 |968737 |   8.8 |  14M|  45 |  35 | 420 |1440 | 420 | 772 | 770 |5313 |6112 | 0.000000e+00 |      --      |    Inf 
100.56/100.69	c   101s|120000 |   180 |  1043k|   8.7 |  14M|  45 |  28 | 420 |1719 | 420 | 772 | 770 |5867 |6275 | 0.000000e+00 |      --      |    Inf 
108.96/109.04	c   109s|130000 |   175 |  1134k|   8.7 |  14M|  45 |   - | 420 |1543 |   0 |   0 | 770 |6361 |6674 | 0.000000e+00 |      --      |    Inf 
115.66/115.74	c   116s|140000 |   174 |  1208k|   8.6 |  14M|  45 |   - | 420 |1746 | 420 | 772 | 770 |6822 |6811 | 0.000000e+00 |      --      |    Inf 
124.26/124.35	c   124s|150000 |   158 |  1302k|   8.7 |  14M|  45 |   - | 420 |1572 | 420 | 772 | 770 |7250 |7275 | 0.000000e+00 |      --      |    Inf 
132.56/132.64	c   133s|160000 |   163 |  1397k|   8.7 |  14M|  45 |  31 | 420 |1572 | 420 | 772 | 770 |7615 |7546 | 0.000000e+00 |      --      |    Inf 
141.35/141.46	c   141s|170000 |   160 |  1500k|   8.8 |  14M|  45 |   - | 420 |1631 | 420 | 772 | 770 |7967 |7820 | 0.000000e+00 |      --      |    Inf 
149.56/149.66	c   150s|180000 |   175 |  1593k|   8.8 |  14M|  45 |   - | 420 |1753 | 420 | 772 | 770 |8358 |8101 | 0.000000e+00 |      --      |    Inf 
157.76/157.80	c   158s|190000 |   168 |  1686k|   8.9 |  14M|  45 |  18 | 420 |1788 | 420 | 772 | 770 |8760 |8245 | 0.000000e+00 |      --      |    Inf 
165.55/165.66	c   166s|200000 |   167 |  1775k|   8.9 |  14M|  46 |   - | 420 |1938 |   0 |   0 | 770 |9217 |8422 | 0.000000e+00 |      --      |    Inf 
173.85/173.90	c   174s|210000 |   168 |  1868k|   8.9 |  14M|  46 |  35 | 420 |2003 | 420 | 772 | 770 |9659 |8698 | 0.000000e+00 |      --      |    Inf 
182.35/182.47	c   182s|220000 |   156 |  1965k|   8.9 |  14M|  46 |   - | 420 |1915 | 420 | 772 | 770 |  10k|8942 | 0.000000e+00 |      --      |    Inf 
190.65/190.72	c   191s|230000 |   174 |  2058k|   8.9 |  14M|  46 |  36 | 420 |2042 | 420 | 772 | 770 |  10k|9255 | 0.000000e+00 |      --      |    Inf 
197.55/197.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.55/197.62	c   198s|240000 |   170 |  2137k|   8.9 |  14M|  46 |   - | 420 |2142 |   0 |   0 | 770 |  11k|9330 | 0.000000e+00 |      --      |    Inf 
205.94/206.06	c   206s|250000 |   169 |  2235k|   8.9 |  14M|  46 |   - | 420 |1828 |   0 |   0 | 770 |  11k|9531 | 0.000000e+00 |      --      |    Inf 
214.55/214.65	c   215s|260000 |   164 |  2332k|   9.0 |  14M|  47 |  35 | 420 |1809 | 420 | 772 | 770 |  11k|9846 | 0.000000e+00 |      --      |    Inf 
222.54/222.68	c   223s|270000 |   165 |  2426k|   9.0 |  14M|  49 |   - | 420 |1828 |   0 |   0 | 770 |  12k|9957 | 0.000000e+00 |      --      |    Inf 
231.04/231.15	c   231s|280000 |   166 |  2526k|   9.0 |  14M|  52 |  42 | 420 |1908 | 420 | 772 | 770 |  12k|  10k| 0.000000e+00 |      --      |    Inf 
239.84/239.97	c   240s|290000 |   174 |  2627k|   9.1 |  14M|  52 |   - | 420 |1764 | 420 | 772 | 770 |  13k|  10k| 0.000000e+00 |      --      |    Inf 
247.45/247.57	c   248s|300000 |   167 |  2715k|   9.0 |  14M|  52 |   - | 420 |1849 | 420 | 772 | 770 |  13k|  10k| 0.000000e+00 |      --      |    Inf 
254.23/254.33	c   254s|310000 |   167 |  2788k|   9.0 |  14M|  52 |   - | 420 |2049 |   0 |   0 | 770 |  14k|  10k| 0.000000e+00 |      --      |    Inf 
260.54/260.66	c   261s|320000 |   159 |  2857k|   8.9 |  14M|  52 |   - | 420 |2183 | 420 | 772 | 770 |  14k|  10k| 0.000000e+00 |      --      |    Inf 
267.74/267.88	c   268s|330000 |   166 |  2937k|   8.9 |  14M|  52 |  26 | 420 |2267 | 420 | 772 | 770 |  15k|  11k| 0.000000e+00 |      --      |    Inf 
276.14/276.24	c   276s|340000 |   158 |  3031k|   8.9 |  14M|  52 |  22 | 420 |2049 | 420 | 772 | 770 |  15k|  11k| 0.000000e+00 |      --      |    Inf 
283.43/283.59	c   284s|350000 |   149 |  3114k|   8.9 |  14M|  52 |  41 | 420 |2126 | 420 | 772 | 770 |  16k|  11k| 0.000000e+00 |      --      |    Inf 
292.54/292.62	c   293s|360000 |   156 |  3221k|   8.9 |  14M|  52 |   - | 420 |2179 | 420 | 772 | 770 |  16k|  11k| 0.000000e+00 |      --      |    Inf 
300.73/300.89	c   301s|370000 |   182 |  3318k|   9.0 |  14M|  52 |  26 | 420 |2098 | 420 | 772 | 770 |  17k|  11k| 0.000000e+00 |      --      |    Inf 
309.53/309.66	c   310s|380000 |   180 |  3423k|   9.0 |  14M|  52 |   - | 420 |2255 | 420 | 772 | 770 |  17k|  11k| 0.000000e+00 |      --      |    Inf 
317.93/318.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.93/318.07	c   318s|390000 |   159 |  3518k|   9.0 |  14M|  52 |  32 | 420 |2363 | 420 | 772 | 770 |  17k|  11k| 0.000000e+00 |      --      |    Inf 
326.73/326.83	c   327s|400000 |   165 |  3618k|   9.0 |  14M|  52 |   - | 420 |2242 | 420 | 772 | 770 |  18k|  12k| 0.000000e+00 |      --      |    Inf 
335.44/335.53	c   336s|410000 |   163 |  3721k|   9.1 |  14M|  54 |  31 | 420 |2341 | 420 | 772 | 770 |  18k|  12k| 0.000000e+00 |      --      |    Inf 
344.23/344.34	c   344s|420000 |   167 |  3821k|   9.1 |  14M|  54 |  28 | 420 |2107 | 420 | 772 | 770 |  19k|  12k| 0.000000e+00 |      --      |    Inf 
351.83/351.94	c   352s|430000 |   168 |  3907k|   9.1 |  14M|  54 |   - | 420 |2189 |   0 |   0 | 770 |  19k|  12k| 0.000000e+00 |      --      |    Inf 
360.13/360.22	c   360s|440000 |   171 |  4004k|   9.1 |  15M|  54 |   - | 420 |2341 |   0 |   0 | 770 |  20k|  12k| 0.000000e+00 |      --      |    Inf 
368.72/368.82	c   369s|450000 |   161 |  4103k|   9.1 |  14M|  57 |  24 | 420 |2335 | 420 | 772 | 770 |  20k|  12k| 0.000000e+00 |      --      |    Inf 
376.92/377.06	c   377s|460000 |   167 |  4199k|   9.1 |  14M|  57 |   - | 420 |2300 | 420 | 772 | 770 |  20k|  13k| 0.000000e+00 |      --      |    Inf 
385.92/386.02	c   386s|470000 |   172 |  4303k|   9.2 |  15M|  57 |  25 | 420 |2345 | 420 | 772 | 770 |  21k|  13k| 0.000000e+00 |      --      |    Inf 
395.52/395.61	c   396s|480000 |   168 |  4418k|   9.2 |  15M|  57 |  33 | 420 |2411 | 420 | 772 | 770 |  21k|  13k| 0.000000e+00 |      --      |    Inf 
404.52/404.70	c   405s|490000 |   163 |  4520k|   9.2 |  14M|  57 |   - | 420 |2156 | 420 | 772 | 770 |  21k|  13k| 0.000000e+00 |      --      |    Inf 
412.42/412.54	c   413s|500000 |   166 |  4611k|   9.2 |  15M|  57 |   - | 420 |2363 |   0 |   0 | 770 |  22k|  13k| 0.000000e+00 |      --      |    Inf 
420.92/421.05	c   421s|510000 |   167 |  4712k|   9.2 |  14M|  57 |   - | 420 |2132 |   0 |   0 | 770 |  22k|  13k| 0.000000e+00 |      --      |    Inf 
429.82/429.94	c   430s|520000 |   164 |  4819k|   9.3 |  14M|  57 |  25 | 420 |2188 | 420 | 772 | 770 |  23k|  13k| 0.000000e+00 |      --      |    Inf 
439.41/439.59	c   440s|530000 |   162 |  4931k|   9.3 |  14M|  57 |   - | 420 |2097 |   0 |   0 | 770 |  23k|  14k| 0.000000e+00 |      --      |    Inf 
449.21/449.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.21/449.36	c   449s|540000 |   164 |  5048k|   9.3 |  14M|  57 |  36 | 420 |2098 | 420 | 772 | 770 |  23k|  14k| 0.000000e+00 |      --      |    Inf 
457.31/457.45	c   457s|550000 |   178 |  5140k|   9.3 |  15M|  57 |  42 | 420 |2084 | 420 | 772 | 770 |  24k|  14k| 0.000000e+00 |      --      |    Inf 
465.51/465.65	c   466s|560000 |   164 |  5236k|   9.3 |  15M|  57 |  49 | 420 |2170 | 420 | 772 | 770 |  24k|  14k| 0.000000e+00 |      --      |    Inf 
474.80/474.91	c   475s|570000 |   173 |  5346k|   9.4 |  14M|  57 |  36 | 420 |1979 | 420 | 772 | 770 |  25k|  14k| 0.000000e+00 |      --      |    Inf 
482.30/482.42	c   482s|580000 |   169 |  5433k|   9.4 |  15M|  57 |   - | 420 |2144 |   0 |   0 | 770 |  25k|  14k| 0.000000e+00 |      --      |    Inf 
490.10/490.25	c   490s|590000 |   175 |  5524k|   9.4 |  15M|  57 |   - | 420 |2140 | 420 | 772 | 770 |  25k|  14k| 0.000000e+00 |      --      |    Inf 
498.60/498.75	c   499s|600000 |   171 |  5623k|   9.4 |  15M|  57 |  35 | 420 |2141 | 420 | 772 | 770 |  26k|  15k| 0.000000e+00 |      --      |    Inf 
505.90/506.05	c   506s|610000 |   171 |  5709k|   9.4 |  15M|  57 |   - | 420 |2271 |   0 |   0 | 770 |  26k|  15k| 0.000000e+00 |      --      |    Inf 
512.90/513.08	c   513s|620000 |   181 |  5790k|   9.3 |  15M|  57 |  35 | 420 |2485 | 420 | 772 | 770 |  27k|  15k| 0.000000e+00 |      --      |    Inf 
520.60/520.72	c   521s|630000 |   177 |  5880k|   9.3 |  15M|  57 |  40 | 420 |2482 | 420 | 772 | 770 |  27k|  15k| 0.000000e+00 |      --      |    Inf 
529.60/529.75	c   530s|640000 |   166 |  5983k|   9.3 |  15M|  57 |   - | 420 |2123 |   0 |   0 | 770 |  28k|  15k| 0.000000e+00 |      --      |    Inf 
537.70/537.88	c   538s|650000 |   166 |  6077k|   9.3 |  14M|  57 |   - | 420 |2043 | 420 | 772 | 770 |  28k|  15k| 0.000000e+00 |      --      |    Inf 
545.10/545.28	c   545s|660000 |   174 |  6162k|   9.3 |  15M|  57 |  48 | 420 |2190 | 420 | 772 | 770 |  28k|  15k| 0.000000e+00 |      --      |    Inf 
552.90/553.02	c   553s|670000 |   170 |  6252k|   9.3 |  14M|  57 |  37 | 420 |1944 | 420 | 772 | 770 |  29k|  15k| 0.000000e+00 |      --      |    Inf 
562.09/562.21	c   562s|680000 |   165 |  6363k|   9.4 |  14M|  57 |   - | 420 |1446 |   0 |   0 | 770 |  29k|  16k| 0.000000e+00 |      --      |    Inf 
569.39/569.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.39/569.59	c   570s|690000 |   173 |  6449k|   9.3 |  14M|  57 |  45 | 420 |1663 | 420 | 772 | 770 |  30k|  16k| 0.000000e+00 |      --      |    Inf 
577.69/577.87	c   578s|700000 |   206 |  6547k|   9.4 |  15M|  57 |  46 | 420 |1810 | 420 | 772 | 770 |  30k|  16k| 0.000000e+00 |      --      |    Inf 
586.09/586.23	c   586s|710000 |   182 |  6647k|   9.4 |  14M|  57 |   - | 420 |1746 |   0 |   0 | 770 |  30k|  16k| 0.000000e+00 |      --      |    Inf 
593.98/594.14	c   594s|720000 |   182 |  6740k|   9.4 |  14M|  57 |   - | 420 |1591 |   0 |   0 | 770 |  31k|  16k| 0.000000e+00 |      --      |    Inf 
603.19/603.33	c   603s|730000 |   173 |  6847k|   9.4 |  14M|  57 |   - | 420 |1600 |   0 |   0 | 770 |  31k|  16k| 0.000000e+00 |      --      |    Inf 
611.18/611.38	c   611s|740000 |   167 |  6939k|   9.4 |  14M|  57 |   - | 420 |1684 |   0 |   0 | 770 |  32k|  16k| 0.000000e+00 |      --      |    Inf 
619.78/619.91	c   620s|750000 |   172 |  7039k|   9.4 |  14M|  57 |  31 | 420 |1797 | 420 | 772 | 770 |  32k|  16k| 0.000000e+00 |      --      |    Inf 
628.78/628.97	c   629s|760000 |   155 |  7147k|   9.4 |  14M|  57 |   - | 420 |1882 |   0 |   0 | 770 |  32k|  16k| 0.000000e+00 |      --      |    Inf 
637.38/637.58	c   638s|770000 |   177 |  7248k|   9.4 |  14M|  57 |   - | 420 |1845 | 420 | 772 | 770 |  33k|  17k| 0.000000e+00 |      --      |    Inf 
646.18/646.35	c   646s|780000 |   170 |  7351k|   9.4 |  14M|  57 |  39 | 420 |1910 | 420 | 772 | 770 |  33k|  17k| 0.000000e+00 |      --      |    Inf 
654.68/654.89	c   655s|790000 |   211 |  7451k|   9.4 |  15M|  57 |   - | 420 |2059 |   0 |   0 | 770 |  33k|  17k| 0.000000e+00 |      --      |    Inf 
663.78/663.93	c   664s|800000 |   180 |  7559k|   9.4 |  15M|  61 |  31 | 420 |2126 | 420 | 772 | 770 |  34k|  17k| 0.000000e+00 |      --      |    Inf 
671.68/671.83	c   672s|810000 |   203 |  7652k|   9.4 |  15M|  61 |   - | 420 |2295 |   0 |   0 | 770 |  34k|  17k| 0.000000e+00 |      --      |    Inf 
680.17/680.35	c   680s|820000 |   178 |  7753k|   9.5 |  15M|  61 |   - | 420 |2244 | 420 | 772 | 770 |  35k|  17k| 0.000000e+00 |      --      |    Inf 
689.48/689.65	c   690s|830000 |   201 |  7863k|   9.5 |  15M|  61 |  36 | 420 |2369 | 420 | 772 | 770 |  35k|  17k| 0.000000e+00 |      --      |    Inf 
698.67/698.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.67/698.83	c   699s|840000 |   186 |  7970k|   9.5 |  15M|  64 |   - | 420 |2189 | 420 | 772 | 770 |  35k|  17k| 0.000000e+00 |      --      |    Inf 
708.07/708.27	c   708s|850000 |   181 |  8083k|   9.5 |  15M|  64 |  47 | 420 |2060 | 420 | 772 | 770 |  36k|  17k| 0.000000e+00 |      --      |    Inf 
717.76/717.95	c   718s|860000 |   189 |  8192k|   9.5 |  15M|  64 |   - | 420 |1960 |   0 |   0 | 770 |  36k|  18k| 0.000000e+00 |      --      |    Inf 
727.56/727.79	c   728s|870000 |   185 |  8307k|   9.5 |  15M|  64 |  35 | 420 |1774 | 420 | 772 | 770 |  36k|  18k| 0.000000e+00 |      --      |    Inf 
735.87/736.01	c   736s|880000 |   183 |  8404k|   9.5 |  14M|  64 |  35 | 420 |1675 | 420 | 772 | 770 |  37k|  18k| 0.000000e+00 |      --      |    Inf 
744.26/744.45	c   744s|890000 |   270 |  8504k|   9.6 |  15M|  64 |   - | 420 |1624 |   0 |   0 | 770 |  37k|  18k| 0.000000e+00 |      --      |    Inf 
752.66/752.87	c   753s|900000 |   306 |  8605k|   9.6 |  15M|  64 |  30 | 420 |1591 | 420 | 772 | 770 |  37k|  18k| 0.000000e+00 |      --      |    Inf 
761.06/761.26	c   761s|910000 |   320 |  8704k|   9.6 |  15M|  64 |   - | 420 |1664 |   0 |   0 | 770 |  38k|  18k| 0.000000e+00 |      --      |    Inf 
769.26/769.41	c   769s|920000 |   320 |  8801k|   9.6 |  15M|  64 |  46 | 420 |1801 | 420 | 772 | 770 |  38k|  18k| 0.000000e+00 |      --      |    Inf 
777.25/777.44	c   777s|930000 |   293 |  8896k|   9.6 |  15M|  64 |  40 | 420 |1775 | 420 | 772 | 770 |  39k|  18k| 0.000000e+00 |      --      |    Inf 
785.16/785.34	c   785s|940000 |   255 |  8989k|   9.6 |  15M|  64 |   - | 420 |1770 | 420 | 772 | 770 |  39k|  18k| 0.000000e+00 |      --      |    Inf 
793.65/793.80	c   794s|950000 |   258 |  9090k|   9.6 |  15M|  64 |  50 | 420 |1753 | 420 | 772 | 770 |  39k|  18k| 0.000000e+00 |      --      |    Inf 
803.26/803.47	c   803s|960000 |   236 |  9206k|   9.6 |  15M|  64 |  56 | 420 |1561 | 420 | 772 | 770 |  40k|  18k| 0.000000e+00 |      --      |    Inf 
811.05/811.29	c   811s|970000 |   236 |  9296k|   9.6 |  15M|  64 |   - | 420 |1701 |   0 |   0 | 770 |  40k|  19k| 0.000000e+00 |      --      |    Inf 
819.26/819.48	c   819s|980000 |   233 |  9392k|   9.6 |  15M|  64 |   - | 420 |1782 | 420 | 772 | 770 |  41k|  19k| 0.000000e+00 |      --      |    Inf 
827.15/827.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
827.15/827.35	c   827s|990000 |   230 |  9486k|   9.6 |  15M|  64 |   - | 420 |1950 |   0 |   0 | 770 |  41k|  19k| 0.000000e+00 |      --      |    Inf 
835.55/835.79	c   836s|  1000k|   237 |  9585k|   9.6 |  15M|  64 |   - | 420 |2004 | 420 | 772 | 770 |  41k|  19k| 0.000000e+00 |      --      |    Inf 
844.14/844.33	c   844s|  1010k|   244 |  9684k|   9.6 |  15M|  64 |  39 | 420 |1689 | 420 | 772 | 770 |  42k|  19k| 0.000000e+00 |      --      |    Inf 
852.05/852.27	c   852s|  1020k|   258 |  9777k|   9.6 |  15M|  64 |   - | 420 |1704 |   0 |   0 | 770 |  42k|  19k| 0.000000e+00 |      --      |    Inf 
861.35/861.51	c   861s|  1030k|   270 |  9887k|   9.6 |  15M|  64 |  42 | 420 |1774 | 420 | 772 | 770 |  42k|  19k| 0.000000e+00 |      --      |    Inf 
870.25/870.45	c   870s|  1040k|   255 |  9995k|   9.6 |  15M|  64 |   - | 420 |1865 |   0 |   0 | 770 |  43k|  19k| 0.000000e+00 |      --      |    Inf 
878.14/878.37	c   878s|  1050k|   273 | 10086k|   9.6 |  15M|  64 |   - | 420 |2034 |   0 |   0 | 770 |  43k|  19k| 0.000000e+00 |      --      |    Inf 
886.24/886.44	c   886s|  1060k|   266 | 10181k|   9.6 |  15M|  64 |  29 | 420 |2152 | 420 | 772 | 770 |  44k|  19k| 0.000000e+00 |      --      |    Inf 
894.84/895.01	c   895s|  1070k|   255 | 10283k|   9.6 |  15M|  64 |   - | 420 |2112 | 420 | 772 | 770 |  44k|  19k| 0.000000e+00 |      --      |    Inf 
904.14/904.31	c   904s|  1080k|   240 | 10389k|   9.6 |  15M|  64 |  44 | 420 |2060 | 420 | 772 | 770 |  44k|  20k| 0.000000e+00 |      --      |    Inf 
912.75/912.91	c   913s|  1090k|   235 | 10491k|   9.6 |  15M|  64 |  42 | 420 |2089 | 420 | 772 | 770 |  45k|  20k| 0.000000e+00 |      --      |    Inf 
919.94/920.17	c   920s|  1100k|   238 | 10575k|   9.6 |  15M|  64 |   - | 420 |2208 |   0 |   0 | 770 |  45k|  20k| 0.000000e+00 |      --      |    Inf 
927.84/928.07	c   928s|  1110k|   238 | 10668k|   9.6 |  15M|  64 |  37 | 420 |2202 | 420 | 772 | 770 |  46k|  20k| 0.000000e+00 |      --      |    Inf 
940.53/940.71	c   941s|  1120k|   259 | 10768k|   9.6 |  15M|  64 |  41 | 420 |2342 | 420 | 772 | 770 |  46k|  23k| 0.000000e+00 |      --      |    Inf 
948.13/948.30	c   948s|  1130k|   249 | 10856k|   9.6 |  15M|  64 |   - | 420 |2292 | 420 | 772 | 770 |  47k|  23k| 0.000000e+00 |      --      |    Inf 
955.74/955.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.74/955.95	c   956s|  1140k|   241 | 10947k|   9.6 |  15M|  64 |   - | 420 |2312 | 420 | 772 | 770 |  47k|  23k| 0.000000e+00 |      --      |    Inf 
964.93/965.19	c   965s|  1150k|   244 | 11057k|   9.6 |  15M|  64 |  35 | 420 |2156 | 420 | 772 | 770 |  47k|  23k| 0.000000e+00 |      --      |    Inf 
973.23/973.42	c   973s|  1160k|   251 | 11155k|   9.6 |  15M|  64 |  24 | 420 |2284 | 420 | 772 | 770 |  48k|  23k| 0.000000e+00 |      --      |    Inf 
982.33/982.58	c   983s|  1170k|   243 | 11266k|   9.6 |  15M|  64 |   - | 420 |2104 |   0 |   0 | 770 |  48k|  23k| 0.000000e+00 |      --      |    Inf 
991.13/991.38	c   991s|  1180k|   239 | 11373k|   9.6 |  15M|  64 |   - | 420 |1894 |   0 |   0 | 770 |  48k|  23k| 0.000000e+00 |      --      |    Inf 
1002.03/1002.30	c  1002s|  1190k|   241 | 11498k|   9.7 |  15M|  64 |   - | 420 |1736 |   0 |   0 | 770 |  49k|  23k| 0.000000e+00 |      --      |    Inf 
1009.42/1009.60	c  1010s|  1200k|   266 | 11584k|   9.7 |  15M|  64 |   - | 420 |1915 |   0 |   0 | 770 |  49k|  23k| 0.000000e+00 |      --      |    Inf 
1017.12/1017.34	c  1017s|  1210k|   271 | 11677k|   9.6 |  15M|  64 |   - | 420 |2045 |   0 |   0 | 770 |  50k|  23k| 0.000000e+00 |      --      |    Inf 
1024.82/1025.09	c  1025s|  1220k|   278 | 11769k|   9.6 |  15M|  64 |   - | 420 |1999 |   0 |   0 | 770 |  50k|  23k| 0.000000e+00 |      --      |    Inf 
1032.52/1032.76	c  1033s|  1230k|   271 | 11861k|   9.6 |  15M|  64 |   - | 420 |2048 |   0 |   0 | 770 |  50k|  23k| 0.000000e+00 |      --      |    Inf 
1039.92/1040.17	c  1040s|  1240k|   287 | 11948k|   9.6 |  15M|  64 |   - | 420 |2174 | 420 | 772 | 770 |  51k|  23k| 0.000000e+00 |      --      |    Inf 
1047.92/1048.15	c  1048s|  1250k|   272 | 12043k|   9.6 |  15M|  64 |  36 | 420 |2179 | 420 | 772 | 770 |  51k|  23k| 0.000000e+00 |      --      |    Inf 
1056.21/1056.41	c  1056s|  1260k|   262 | 12142k|   9.6 |  15M|  64 |  31 | 420 |1766 | 420 | 772 | 770 |  52k|  23k| 0.000000e+00 |      --      |    Inf 
1064.52/1064.70	c  1065s|  1270k|   245 | 12241k|   9.6 |  15M|  64 |   - | 420 |1845 |   0 |   0 | 770 |  52k|  23k| 0.000000e+00 |      --      |    Inf 
1072.11/1072.32	c  1072s|  1280k|   260 | 12331k|   9.6 |  15M|  64 |   - | 420 |1998 |   0 |   0 | 770 |  53k|  23k| 0.000000e+00 |      --      |    Inf 
1079.81/1080.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1079.81/1080.00	c  1080s|  1290k|   278 | 12421k|   9.6 |  15M|  64 |  18 | 420 |2104 | 420 | 772 | 770 |  53k|  23k| 0.000000e+00 |      --      |    Inf 
1087.31/1087.50	c  1087s|  1300k|   278 | 12509k|   9.6 |  15M|  64 |  36 | 420 |2179 | 420 | 772 | 770 |  54k|  23k| 0.000000e+00 |      --      |    Inf 
1094.41/1094.66	c  1095s|  1310k|   281 | 12593k|   9.6 |  15M|  64 |  29 | 420 |2194 | 420 | 772 | 770 |  54k|  23k| 0.000000e+00 |      --      |    Inf 
1101.81/1102.07	c  1102s|  1320k|   274 | 12679k|   9.6 |  15M|  64 |   - | 420 |2160 | 420 | 772 | 770 |  54k|  24k| 0.000000e+00 |      --      |    Inf 
1109.91/1110.10	c  1110s|  1330k|   255 | 12776k|   9.6 |  15M|  64 |  29 | 420 |2011 | 420 | 772 | 770 |  55k|  24k| 0.000000e+00 |      --      |    Inf 
1118.10/1118.38	c  1118s|  1340k|   250 | 12875k|   9.6 |  15M|  64 |   - | 420 |2052 |   0 |   0 | 770 |  55k|  24k| 0.000000e+00 |      --      |    Inf 
1126.31/1126.53	c  1127s|  1350k|   267 | 12971k|   9.6 |  15M|  64 |  33 | 420 |2217 | 420 | 772 | 770 |  56k|  24k| 0.000000e+00 |      --      |    Inf 
1134.71/1134.94	c  1135s|  1360k|   266 | 13072k|   9.6 |  15M|  64 |  35 | 420 |2264 | 420 | 772 | 770 |  56k|  24k| 0.000000e+00 |      --      |    Inf 
1142.91/1143.19	c  1143s|  1370k|   258 | 13169k|   9.6 |  15M|  64 |   - | 420 |2260 |   0 |   0 | 770 |  56k|  24k| 0.000000e+00 |      --      |    Inf 
1152.30/1152.57	c  1153s|  1380k|   250 | 13281k|   9.6 |  15M|  64 |  50 | 420 |2320 | 420 | 772 | 770 |  57k|  24k| 0.000000e+00 |      --      |    Inf 
1160.11/1160.32	c  1160s|  1390k|   263 | 13373k|   9.6 |  15M|  64 |   - | 420 |2316 |   0 |   0 | 770 |  57k|  24k| 0.000000e+00 |      --      |    Inf 
1170.21/1170.46	c  1170s|  1400k|   256 | 13495k|   9.6 |  15M|  64 |  33 | 420 |2117 | 420 | 772 | 770 |  58k|  24k| 0.000000e+00 |      --      |    Inf 
1178.90/1179.19	c  1179s|  1410k|   249 | 13603k|   9.6 |  15M|  64 |  42 | 420 |2194 | 420 | 772 | 770 |  58k|  24k| 0.000000e+00 |      --      |    Inf 
1188.20/1188.47	c  1188s|  1420k|   257 | 13715k|   9.7 |  15M|  64 |  40 | 420 |2166 | 420 | 772 | 770 |  58k|  24k| 0.000000e+00 |      --      |    Inf 
1197.40/1197.66	c  1198s|  1430k|   258 | 13826k|   9.7 |  15M|  64 |   - | 420 |2267 |   0 |   0 | 770 |  59k|  24k| 0.000000e+00 |      --      |    Inf 
1207.00/1207.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1207.00/1207.20	c  1207s|  1440k|   257 | 13941k|   9.7 |  15M|  64 |   - | 420 |2277 |   0 |   0 | 770 |  59k|  24k| 0.000000e+00 |      --      |    Inf 
1215.20/1215.45	c  1215s|  1450k|   255 | 14038k|   9.7 |  15M|  64 |  34 | 420 |2185 | 420 | 772 | 770 |  59k|  24k| 0.000000e+00 |      --      |    Inf 
1221.89/1222.11	c  1222s|  1460k|   252 | 14113k|   9.7 |  15M|  64 |   - | 420 |2416 |   0 |   0 | 770 |  60k|  24k| 0.000000e+00 |      --      |    Inf 
1228.59/1228.88	c  1229s|  1470k|   249 | 14189k|   9.7 |  15M|  64 |   - | 420 |2539 | 420 | 772 | 770 |  60k|  25k| 0.000000e+00 |      --      |    Inf 
1237.29/1237.50	c  1237s|  1480k|   243 | 14291k|   9.7 |  15M|  64 |   - | 420 |2544 |   0 |   0 | 770 |  61k|  25k| 0.000000e+00 |      --      |    Inf 
1246.39/1246.64	c  1247s|  1490k|   257 | 14397k|   9.7 |  15M|  64 |  34 | 420 |2566 | 420 | 772 | 770 |  61k|  25k| 0.000000e+00 |      --      |    Inf 
1254.59/1254.86	c  1255s|  1500k|   255 | 14494k|   9.7 |  15M|  64 |   - | 420 |2533 |   0 |   0 | 770 |  62k|  25k| 0.000000e+00 |      --      |    Inf 
1261.39/1261.63	c  1262s|  1510k|   253 | 14572k|   9.6 |  15M|  64 |   - | 420 |2796 |   0 |   0 | 770 |  62k|  25k| 0.000000e+00 |      --      |    Inf 
1268.48/1268.73	c  1269s|  1520k|   255 | 14656k|   9.6 |  15M|  64 |  40 | 420 |2869 | 420 | 772 | 770 |  63k|  25k| 0.000000e+00 |      --      |    Inf 
1276.19/1276.40	c  1276s|  1530k|   256 | 14746k|   9.6 |  15M|  64 |  40 | 420 |3004 | 420 | 772 | 770 |  63k|  25k| 0.000000e+00 |      --      |    Inf 
1283.78/1284.09	c  1284s|  1540k|   252 | 14837k|   9.6 |  15M|  64 |   - | 420 |3169 |   0 |   0 | 770 |  64k|  25k| 0.000000e+00 |      --      |    Inf 
1291.89/1292.19	c  1292s|  1550k|   253 | 14935k|   9.6 |  16M|  64 |  41 | 420 |3343 | 420 | 772 | 770 |  64k|  25k| 0.000000e+00 |      --      |    Inf 
1299.99/1300.26	c  1300s|  1560k|   253 | 15032k|   9.6 |  16M|  64 |   - | 420 |3389 |   0 |   0 | 770 |  64k|  25k| 0.000000e+00 |      --      |    Inf 
1307.98/1308.25	c  1308s|  1570k|   258 | 15127k|   9.6 |  15M|  64 |   - | 420 |3163 |   0 |   0 | 770 |  65k|  25k| 0.000000e+00 |      --      |    Inf 
1316.68/1316.95	c  1317s|  1580k|   253 | 15232k|   9.6 |  15M|  64 |  36 | 420 |3170 | 420 | 772 | 770 |  65k|  25k| 0.000000e+00 |      --      |    Inf 
1325.67/1325.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.67/1325.90	c  1326s|  1590k|   253 | 15337k|   9.6 |  15M|  64 |   - | 420 |3132 |   0 |   0 | 770 |  66k|  25k| 0.000000e+00 |      --      |    Inf 
1335.28/1335.59	c  1336s|  1600k|   252 | 15450k|   9.7 |  15M|  64 |   - | 420 |2906 | 420 | 772 | 770 |  66k|  26k| 0.000000e+00 |      --      |    Inf 
1344.78/1345.01	c  1345s|  1610k|   259 | 15565k|   9.7 |  15M|  64 |  28 | 420 |2931 | 420 | 772 | 770 |  66k|  26k| 0.000000e+00 |      --      |    Inf 
1354.98/1355.27	c  1355s|  1620k|   253 | 15686k|   9.7 |  15M|  64 |   - | 420 |2741 |   0 |   0 | 770 |  67k|  26k| 0.000000e+00 |      --      |    Inf 
1364.47/1364.77	c  1365s|  1630k|   256 | 15798k|   9.7 |  15M|  64 |  31 | 420 |2439 | 420 | 772 | 770 |  67k|  26k| 0.000000e+00 |      --      |    Inf 
1372.27/1372.53	c  1373s|  1640k|   266 | 15885k|   9.7 |  15M|  64 |  33 | 420 |2553 | 420 | 772 | 770 |  67k|  26k| 0.000000e+00 |      --      |    Inf 
1380.47/1380.78	c  1381s|  1650k|   266 | 15981k|   9.7 |  15M|  64 |  34 | 420 |2671 | 420 | 772 | 770 |  68k|  26k| 0.000000e+00 |      --      |    Inf 
1390.26/1390.50	c  1390s|  1660k|   255 | 16097k|   9.7 |  15M|  64 |  24 | 420 |2547 | 420 | 772 | 770 |  68k|  26k| 0.000000e+00 |      --      |    Inf 
1398.07/1398.36	c  1398s|  1670k|   247 | 16191k|   9.7 |  15M|  64 |   - | 420 |2587 |   0 |   0 | 770 |  68k|  26k| 0.000000e+00 |      --      |    Inf 
1405.36/1405.66	c  1406s|  1680k|   253 | 16278k|   9.7 |  15M|  64 |   - | 420 |2711 |   0 |   0 | 770 |  69k|  26k| 0.000000e+00 |      --      |    Inf 
1412.86/1413.13	c  1413s|  1690k|   255 | 16367k|   9.7 |  15M|  64 |  24 | 420 |2743 | 420 | 772 | 770 |  69k|  26k| 0.000000e+00 |      --      |    Inf 
1420.76/1421.04	c  1421s|  1700k|   257 | 16461k|   9.7 |  15M|  64 |  25 | 420 |2858 | 420 | 772 | 770 |  70k|  26k| 0.000000e+00 |      --      |    Inf 
1428.96/1429.28	c  1429s|  1710k|   258 | 16561k|   9.7 |  15M|  64 |   - | 420 |2899 |   0 |   0 | 770 |  70k|  26k| 0.000000e+00 |      --      |    Inf 
1438.15/1438.40	c  1438s|  1720k|   271 | 16674k|   9.7 |  15M|  64 |   - | 420 |2889 |   0 |   0 | 770 |  71k|  26k| 0.000000e+00 |      --      |    Inf 
1446.05/1446.31	c  1446s|  1730k|   277 | 16769k|   9.7 |  15M|  64 |   - | 420 |2956 |   0 |   0 | 770 |  71k|  26k| 0.000000e+00 |      --      |    Inf 
1454.45/1454.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1454.45/1454.77	c  1455s|  1740k|   270 | 16873k|   9.7 |  15M|  64 |  27 | 420 |2958 | 420 | 772 | 770 |  71k|  26k| 0.000000e+00 |      --      |    Inf 
1463.56/1463.88	c  1464s|  1750k|   263 | 16985k|   9.7 |  15M|  64 |   - | 420 |2909 |   0 |   0 | 770 |  72k|  26k| 0.000000e+00 |      --      |    Inf 
1471.95/1472.28	c  1472s|  1760k|   250 | 17086k|   9.7 |  15M|  64 |   - | 420 |3016 |   0 |   0 | 770 |  72k|  26k| 0.000000e+00 |      --      |    Inf 
1480.46/1480.77	c  1481s|  1770k|   255 | 17189k|   9.7 |  15M|  64 |   - | 420 |3074 |   0 |   0 | 770 |  73k|  27k| 0.000000e+00 |      --      |    Inf 
1489.55/1489.87	c  1490s|  1780k|   255 | 17299k|   9.7 |  15M|  64 |  38 | 420 |3080 | 420 | 772 | 770 |  73k|  27k| 0.000000e+00 |      --      |    Inf 
1498.85/1499.10	c  1499s|  1790k|   251 | 17413k|   9.7 |  16M|  64 |  46 | 420 |3207 | 420 | 772 | 770 |  73k|  27k| 0.000000e+00 |      --      |    Inf 
1508.55/1508.87	c  1509s|  1800k|   254 | 17534k|   9.7 |  16M|  64 |  31 | 420 |3209 | 420 | 772 | 770 |  74k|  27k| 0.000000e+00 |      --      |    Inf 
1518.05/1518.35	c  1518s|  1810k|   260 | 17648k|   9.7 |  15M|  64 |  24 | 420 |3088 | 420 | 772 | 770 |  74k|  27k| 0.000000e+00 |      --      |    Inf 
1524.85/1525.17	c  1525s|  1820k|   257 | 17726k|   9.7 |  16M|  64 |   - | 420 |3265 |   0 |   0 | 770 |  75k|  27k| 0.000000e+00 |      --      |    Inf 
1532.15/1532.48	c  1532s|  1830k|   271 | 17811k|   9.7 |  16M|  64 |  33 | 420 |3293 | 420 | 772 | 770 |  75k|  27k| 0.000000e+00 |      --      |    Inf 
1540.04/1540.39	c  1540s|  1840k|   256 | 17905k|   9.7 |  16M|  64 |  39 | 420 |3562 | 420 | 772 | 770 |  76k|  27k| 0.000000e+00 |      --      |    Inf 
1547.74/1548.08	c  1548s|  1850k|   259 | 17995k|   9.7 |  16M|  64 |  27 | 420 |3685 | 420 | 772 | 770 |  76k|  27k| 0.000000e+00 |      --      |    Inf 
1555.54/1555.85	c  1556s|  1860k|   264 | 18086k|   9.7 |  16M|  64 |   - | 420 |3721 | 420 | 772 | 770 |  76k|  27k| 0.000000e+00 |      --      |    Inf 
1563.54/1563.89	c  1564s|  1870k|   259 | 18180k|   9.7 |  16M|  64 |   - | 420 |3873 |   0 |   0 | 770 |  77k|  27k| 0.000000e+00 |      --      |    Inf 
1571.24/1571.52	c  1572s|  1880k|   261 | 18269k|   9.7 |  16M|  64 |  22 | 420 |3516 | 420 | 772 | 770 |  77k|  27k| 0.000000e+00 |      --      |    Inf 
1578.94/1579.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1578.94/1579.23	c  1579s|  1890k|   256 | 18360k|   9.7 |  16M|  64 |  42 | 420 |3571 | 420 | 772 | 770 |  78k|  27k| 0.000000e+00 |      --      |    Inf 
1587.33/1587.61	c  1588s|  1900k|   257 | 18461k|   9.7 |  16M|  64 |   - | 420 |3723 |   0 |   0 | 770 |  78k|  27k| 0.000000e+00 |      --      |    Inf 
1595.63/1595.95	c  1596s|  1910k|   270 | 18557k|   9.7 |  16M|  64 |  66 | 420 |3530 | 420 | 772 | 770 |  78k|  27k| 0.000000e+00 |      --      |    Inf 
1604.43/1604.74	c  1605s|  1920k|   288 | 18660k|   9.7 |  16M|  64 |  29 | 420 |3664 | 420 | 772 | 770 |  79k|  27k| 0.000000e+00 |      --      |    Inf 
1614.83/1615.17	c  1615s|  1930k|   257 | 18776k|   9.7 |  16M|  64 |  25 | 420 |3273 | 420 | 772 | 770 |  79k|  28k| 0.000000e+00 |      --      |    Inf 
1623.34/1623.64	c  1624s|  1940k|   250 | 18874k|   9.7 |  16M|  64 |  29 | 420 |3205 | 420 | 772 | 770 |  80k|  28k| 0.000000e+00 |      --      |    Inf 
1630.93/1631.25	c  1631s|  1950k|   244 | 18964k|   9.7 |  16M|  64 |   - | 420 |3311 | 420 | 772 | 770 |  80k|  28k| 0.000000e+00 |      --      |    Inf 
1639.43/1639.72	c  1640s|  1960k|   269 | 19064k|   9.7 |  15M|  64 |   - | 420 |2868 |   0 |   0 | 770 |  80k|  28k| 0.000000e+00 |      --      |    Inf 
1647.83/1648.10	c  1648s|  1970k|   273 | 19164k|   9.7 |  16M|  64 |   - | 420 |2875 |   0 |   0 | 770 |  81k|  28k| 0.000000e+00 |      --      |    Inf 
1656.33/1656.67	c  1657s|  1980k|   270 | 19268k|   9.7 |  16M|  64 |   - | 420 |2831 |   0 |   0 | 770 |  81k|  28k| 0.000000e+00 |      --      |    Inf 
1664.92/1665.20	c  1665s|  1990k|   271 | 19371k|   9.7 |  15M|  64 |  32 | 420 |2749 | 420 | 772 | 770 |  82k|  28k| 0.000000e+00 |      --      |    Inf 
1674.23/1674.56	c  1675s|  2000k|   271 | 19483k|   9.7 |  15M|  64 |   - | 420 |2704 |   0 |   0 | 770 |  82k|  28k| 0.000000e+00 |      --      |    Inf 
1682.02/1682.30	c  1682s|  2010k|   275 | 19574k|   9.7 |  16M|  64 |  40 | 420 |2862 | 420 | 772 | 770 |  82k|  28k| 0.000000e+00 |      --      |    Inf 
1689.92/1690.26	c  1690s|  2020k|   294 | 19669k|   9.7 |  16M|  64 |   - | 420 |3000 |   0 |   0 | 770 |  83k|  28k| 0.000000e+00 |      --      |    Inf 
1698.02/1698.38	c  1698s|  2030k|   282 | 19764k|   9.7 |  16M|  64 |   - | 420 |3114 | 420 | 772 | 770 |  83k|  28k| 0.000000e+00 |      --      |    Inf 
1706.21/1706.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1706.21/1706.55	c  1707s|  2040k|   282 | 19862k|   9.7 |  16M|  64 |   - | 420 |3113 |   0 |   0 | 770 |  84k|  28k| 0.000000e+00 |      --      |    Inf 
1714.82/1715.16	c  1715s|  2050k|   276 | 19961k|   9.7 |  16M|  64 |   - | 420 |2812 | 420 | 772 | 770 |  84k|  28k| 0.000000e+00 |      --      |    Inf 
1723.52/1723.84	c  1724s|  2060k|   283 | 20064k|   9.7 |  16M|  64 |  34 | 420 |2902 | 420 | 772 | 770 |  84k|  28k| 0.000000e+00 |      --      |    Inf 
1732.31/1732.61	c  1733s|  2070k|   272 | 20167k|   9.7 |  16M|  64 |   - | 420 |2834 |   0 |   0 | 770 |  85k|  29k| 0.000000e+00 |      --      |    Inf 
1741.72/1742.04	c  1742s|  2080k|   275 | 20282k|   9.8 |  16M|  64 |  37 | 420 |2869 | 420 | 772 | 770 |  85k|  29k| 0.000000e+00 |      --      |    Inf 
1750.31/1750.66	c  1751s|  2090k|   284 | 20385k|   9.8 |  16M|  64 |  28 | 420 |2860 | 420 | 772 | 770 |  86k|  29k| 0.000000e+00 |      --      |    Inf 
1757.52/1757.81	c  1758s|  2100k|   284 | 20468k|   9.7 |  16M|  64 |  31 | 420 |3008 | 420 | 772 | 770 |  86k|  29k| 0.000000e+00 |      --      |    Inf 
1765.81/1766.14	c  1766s|  2110k|   281 | 20566k|   9.7 |  16M|  64 |  49 | 420 |3012 | 420 | 772 | 770 |  86k|  29k| 0.000000e+00 |      --      |    Inf 
1773.81/1774.20	c  1774s|  2120k|   281 | 20660k|   9.7 |  16M|  64 |   - | 420 |3179 |   0 |   0 | 770 |  87k|  29k| 0.000000e+00 |      --      |    Inf 
1782.01/1782.35	c  1782s|  2130k|   294 | 20755k|   9.7 |  16M|  64 |   - | 420 |3192 |   0 |   0 | 770 |  87k|  29k| 0.000000e+00 |      --      |    Inf 
1789.71/1790.01	c 
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time (sec) : 1790.00
1789.71/1790.01	c Solving Nodes      : 2139585
1789.71/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.71/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.71/1790.01	c Gap                : infinite
1789.71/1790.01	s UNKNOWN
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time       :    1790.00
1789.71/1790.01	c Original Problem   :
1789.71/1790.01	c   Problem name     : HOME/instance-3729115-1338678647.opb
1789.71/1790.01	c   Variables        : 428 (428 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01	c   Constraints      : 644 initial, 644 maximal
1789.71/1790.01	c Presolved Problem  :
1789.71/1790.01	c   Problem name     : t_HOME/instance-3729115-1338678647.opb
1789.71/1790.01	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.01	c   Constraints      : 632 initial, 3906 maximal
1789.71/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   implics          :       0.00          0          8          0          0          0          0          0          0
1789.71/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1789.71/1790.01	c   setppc           :       0.00          0          0          0          0          0         12          0          0
1789.71/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   integral         :          0          0          0    1076433          0       1149       4516          0          0    2143460
1789.71/1790.01	c   knapsack         :        290          5    5127977          0          1     692570   19625557        631          0          0
1789.71/1790.01	c   setppc           :        210          5    4392474          0          1       1421    5148067          0          0          0
1789.71/1790.01	c   logicor          :        132+         5    3387939          0          1      10877    2766771          0          0          0
1789.71/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.71/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.01	c   integral         :      57.67       0.00       0.00      57.67       0.00
1789.71/1790.01	c   knapsack         :      72.81       0.02      72.79       0.00       0.00
1789.71/1790.01	c   setppc           :       7.69       0.00       7.69       0.00       0.00
1789.71/1790.01	c   logicor          :      16.46       0.00      16.46       0.00       0.00
1789.71/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.01	c   vbounds          :       0.63          1          0          0
1789.71/1790.01	c   rootredcost      :       0.58          0          0          0
1789.71/1790.01	c   pseudoobj        :       0.50          0          0          0
1789.71/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.01	c   propagation      :      14.10      96185      86646     617713       91.9        604      106.1          -
1789.71/1790.01	c   infeasible LP    :      38.09     365340          0          0        0.0          0        0.0          0
1789.71/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.01	c   applied globally :          -          -          -      87971       19.7          -          -          -
1789.71/1790.01	c   applied locally  :          -          -          -        379       61.4          -          -          -
1789.71/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.01	c   cut pool         :       0.00          4          -          -         98          -    (maximal pool size: 2400)
1789.71/1790.01	c   redcost          :       6.18    1074986          0          0          0          0
1789.71/1790.01	c   impliedbounds    :       0.00          5          0          0       1300          0
1789.71/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.01	c   gomory           :       0.30          5          0          0        324          0
1789.71/1790.01	c   strongcg         :       0.26          5          0          0       2192          0
1789.71/1790.01	c   cmir             :       0.00          0          0          0          0          0
1789.71/1790.01	c   flowcover        :       0.00          0          0          0          0          0
1789.71/1790.01	c   clique           :       0.00          1          0          0          0          0
1789.71/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1789.71/1790.01	c Pricers            :       Time      Calls       Vars
1789.71/1790.01	c   problem variables:       0.00          0          0
1789.71/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.01	c   relpscost        :      57.19    1076433       1149       4516          0          0    2143460
1789.71/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.71/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.01	c   LP solutions     :       0.00          -          0
1789.71/1790.01	c   pseudo solutions :       0.00          -          0
1789.71/1790.01	c   trivial          :       0.00          1          0
1789.71/1790.01	c   simplerounding   :       0.00          0          0
1789.71/1790.01	c   zirounding       :       0.00          0          0
1789.71/1790.01	c   rounding         :       0.00          0          0
1789.71/1790.01	c   shifting         :       0.00          0          0
1789.71/1790.01	c   intshifting      :       0.00          0          0
1789.71/1790.01	c   oneopt           :       0.00          0          0
1789.71/1790.01	c   twoopt           :       0.00          0          0
1789.71/1790.01	c   fixandinfer      :       0.00          0          0
1789.71/1790.01	c   feaspump         :       0.00          0          0
1789.71/1790.01	c   coefdiving       :       0.00          0          0
1789.71/1790.01	c   pscostdiving     :       0.00          0          0
1789.71/1790.01	c   fracdiving       :       0.00          0          0
1789.71/1790.01	c   veclendiving     :       0.00          0          0
1789.71/1790.01	c   intdiving        :       0.00          0          0
1789.71/1790.01	c   actconsdiving    :       0.00          0          0
1789.71/1790.01	c   objpscostdiving  :       0.00          0          0
1789.71/1790.01	c   rootsoldiving    :       0.00          0          0
1789.71/1790.01	c   linesearchdiving :       0.00          0          0
1789.71/1790.01	c   guideddiving     :       0.00          0          0
1789.71/1790.01	c   octane           :       0.00          0          0
1789.71/1790.01	c   rens             :       0.00          0          0
1789.71/1790.01	c   rins             :       0.00          0          0
1789.71/1790.01	c   localbranching   :       0.00          0          0
1789.71/1790.01	c   mutation         :       0.00          0          0
1789.71/1790.01	c   crossover        :       0.00          0          0
1789.71/1790.01	c   dins             :       0.00          0          0
1789.71/1790.01	c   undercover       :       0.00          0          0
1789.71/1790.01	c   nlp              :       0.00          0          0
1789.71/1790.01	c   trysol           :       0.00          0          0
1789.71/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.01	c   dual LP          :    1402.66    1439860   20844232      14.48   14860.53
1789.71/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.01	c   diving/probing LP:       0.00          0          0       0.00          -
1789.71/1790.01	c   strong branching :      44.83      29317     503357      17.17   11228.29
1789.71/1790.01	c     (at root node) :          -         10       4512     451.20          -
1789.71/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.01	c B&B Tree           :
1789.71/1790.01	c   number of runs   :          1
1789.71/1790.01	c   nodes            :    2139585
1789.71/1790.01	c   nodes (total)    :    2139585
1789.71/1790.01	c   nodes left       :        300
1789.71/1790.01	c   max depth        :         64
1789.71/1790.01	c   max depth (total):         64
1789.71/1790.01	c   backtracks       :     255876 (12.0%)
1789.71/1790.01	c   delayed cutoffs  :       3578
1789.71/1790.01	c   repropagations   :     192851 (390185 domain reductions, 3503 cutoffs)
1789.71/1790.01	c   avg switch length:       2.68
1789.71/1790.01	c   switching time   :      53.84
1789.71/1790.01	c Solution           :
1789.71/1790.01	c   Solutions found  :          0 (0 improvements)
1789.71/1790.01	c   Primal Bound     :          -
1789.71/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.71/1790.01	c   Gap              :   infinite
1789.71/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.71/1790.01	c   Root Iterations  :       1662
1789.71/1790.02	c Time complete: 1789.73.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3729115-1338678647/watcher-3729115-1338678647 -o /tmp/evaluation-result-3729115-1338678647/solver-3729115-1338678647 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729115-1338678647.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: 0.48 0.11 0.44 3/177 4169
/proc/meminfo: memFree=25537624/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=6096 CPUtime=0 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 838 0 0 0 0 0 0 0 20 0 1 0 333991999 6242304 787 33554432000 4194304 8395647 140735436871968 140736945235704 7355228 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 1524 788 351 1026 0 494 0

[startup+0.0868709 s]
/proc/loadavg: 0.48 0.11 0.44 3/177 4169
/proc/meminfo: memFree=25537624/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=31428 CPUtime=0.07 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 7016 0 0 0 6 1 0 0 20 0 1 0 333991999 32182272 6606 33554432000 4194304 8395647 140735436871968 140735436867176 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 7857 6606 609 1026 0 6827 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31428

[startup+0.100327 s]
/proc/loadavg: 0.48 0.11 0.44 3/177 4169
/proc/meminfo: memFree=25537624/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=32656 CPUtime=0.09 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 7338 0 0 0 8 1 0 0 20 0 1 0 333991999 33439744 6928 33554432000 4194304 8395647 140735436871968 140735436867176 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 8164 6928 615 1026 0 7134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32656

[startup+0.300277 s]
/proc/loadavg: 0.48 0.11 0.44 3/177 4169
/proc/meminfo: memFree=25537624/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=25296 CPUtime=0.28 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 8544 0 0 0 27 1 0 0 20 0 1 0 333991999 25903104 5478 33554432000 4194304 8395647 140735436871968 140735436868232 6148706 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 6324 5478 624 1026 0 5294 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25296

[startup+0.700264 s]
/proc/loadavg: 0.48 0.11 0.44 3/177 4169
/proc/meminfo: memFree=25537624/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=31840 CPUtime=0.69 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 10213 0 0 0 67 2 0 0 20 0 1 0 333991999 32604160 7131 33554432000 4194304 8395647 140735436871968 140735436868232 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 7960 7131 624 1026 0 6930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31840

[startup+1.5002 s]
/proc/loadavg: 0.48 0.11 0.44 3/178 4170
/proc/meminfo: memFree=25505260/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38304 CPUtime=1.49 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11824 0 0 0 146 3 0 0 20 0 1 0 333991999 39223296 8742 33554432000 4194304 8395647 140735436871968 140735436867224 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 9576 8742 624 1026 0 8546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38304

[startup+3.10019 s]
/proc/loadavg: 0.48 0.11 0.44 3/178 4170
/proc/meminfo: memFree=25504576/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38304 CPUtime=3.08 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11826 0 0 0 304 4 0 0 20 0 1 0 333991999 39223296 8744 33554432000 4194304 8395647 140735436871968 140735436867272 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 9576 8744 626 1026 0 8546 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38304

[startup+6.30019 s]
/proc/loadavg: 0.60 0.15 0.45 3/178 4170
/proc/meminfo: memFree=25504824/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38304 CPUtime=6.28 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11827 0 0 0 619 9 0 0 20 0 1 0 333991999 39223296 8745 33554432000 4194304 8395647 140735436871968 140735436866776 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/4169/statm: 9576 8745 627 1026 0 8546 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38304

[startup+12.7002 s]
/proc/loadavg: 0.71 0.18 0.46 3/178 4170
/proc/meminfo: memFree=25504892/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38304 CPUtime=12.68 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11827 0 0 0 1250 18 0 0 20 0 1 0 333991999 39223296 8745 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9576 8745 627 1026 0 8546 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38304

[startup+25.5002 s]
/proc/loadavg: 0.99 0.26 0.48 3/177 4170
/proc/meminfo: memFree=25503604/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38304 CPUtime=25.48 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11834 0 0 0 2512 36 0 0 20 0 1 0 333991999 39223296 9090 33554432000 4194304 8395647 140735436871968 140735436866824 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9576 9090 627 1026 0 8546 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38304

[startup+51.1002 s]
/proc/loadavg: 1.34 0.40 0.52 3/177 4170
/proc/meminfo: memFree=25503840/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38304 CPUtime=51.07 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11845 0 0 0 5033 74 0 0 20 0 1 0 333991999 39223296 9109 33554432000 4194304 8395647 140735436871968 140735436867432 6120500 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9576 9109 627 1026 0 8546 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38304

[startup+102.306 s]
/proc/loadavg: 1.51 0.60 0.58 2/172 4308
/proc/meminfo: memFree=25537396/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38932 CPUtime=102.27 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11937 0 0 0 10072 155 0 0 20 0 1 0 333991999 39866368 9201 33554432000 4194304 8395647 140735436871968 140735436867528 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9733 9201 627 1026 0 8703 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38932

[startup+162.3 s]
/proc/loadavg: 1.75 0.82 0.66 3/177 4398
/proc/meminfo: memFree=25492208/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38932 CPUtime=162.26 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11953 0 0 0 15977 249 0 0 20 0 1 0 333991999 39866368 9217 33554432000 4194304 8395647 140735436871968 140735436867576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9733 9217 627 1026 0 8703 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 38932

[startup+222.3 s]
/proc/loadavg: 1.91 1.04 0.74 3/177 4398
/proc/meminfo: memFree=25492084/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38932 CPUtime=222.24 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11962 0 0 0 21891 333 0 0 20 0 1 0 333991999 39866368 9226 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9733 9226 627 1026 0 8703 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 38932

[startup+282.3 s]
/proc/loadavg: 1.96 1.21 0.81 3/177 4399
/proc/meminfo: memFree=25492240/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=38932 CPUtime=282.24 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 11966 0 0 0 27805 419 0 0 20 0 1 0 333991999 39866368 9252 33554432000 4194304 8395647 140735436871968 140735436867528 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9733 9252 627 1026 0 8703 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 38932

[startup+342.3 s]
/proc/loadavg: 2.03 1.36 0.89 3/177 4475
/proc/meminfo: memFree=25492096/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=39076 CPUtime=342.22 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12035 0 0 0 33712 510 0 0 20 0 1 0 333991999 40013824 9321 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9769 9321 627 1026 0 8739 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 39076

[startup+402.3 s]
/proc/loadavg: 2.05 1.49 0.96 3/177 4513
/proc/meminfo: memFree=25491640/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=39208 CPUtime=402.21 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12063 0 0 0 39615 606 0 0 20 0 1 0 333991999 40148992 9349 33554432000 4194304 8395647 140735436871968 140735436866776 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9802 9349 627 1026 0 8772 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 39208

[startup+462.3 s]
/proc/loadavg: 2.02 1.58 1.02 3/177 4513
/proc/meminfo: memFree=25491516/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=39208 CPUtime=462.21 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12064 0 0 0 45523 698 0 0 20 0 1 0 333991999 40148992 9350 33554432000 4194304 8395647 140735436871968 140735436867432 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9802 9350 627 1026 0 8772 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 39208

[startup+522.3 s]
/proc/loadavg: 2.00 1.65 1.08 3/177 4513
/proc/meminfo: memFree=25491520/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=39208 CPUtime=522.19 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12064 0 0 0 51432 787 0 0 20 0 1 0 333991999 40148992 9350 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9802 9350 627 1026 0 8772 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 39208

[startup+582.3 s]
/proc/loadavg: 2.00 1.71 1.14 3/178 4555
/proc/meminfo: memFree=25492320/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=39208 CPUtime=582.19 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12074 0 0 0 57342 877 0 0 20 0 1 0 333991999 40148992 9360 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 9802 9360 627 1026 0 8772 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 39208

[startup+642.3 s]

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

/proc/meminfo: memFree=25491492/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=40072 CPUtime=1062.12 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12267 0 0 0 104647 1565 0 0 20 0 1 0 333991999 41033728 9553 33554432000 4194304 8395647 140735436871968 140735436866824 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10018 9553 627 1026 0 8988 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 40072

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.51 3/177 4709
/proc/meminfo: memFree=25491624/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=40072 CPUtime=1122.1 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12267 0 0 0 110561 1649 0 0 20 0 1 0 333991999 41033728 9553 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10018 9553 627 1026 0 8988 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 40072

[startup+1182.3 s]
/proc/loadavg: 2.07 1.97 1.54 3/178 4713
/proc/meminfo: memFree=25491712/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=40072 CPUtime=1182.1 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12275 0 0 0 116481 1729 0 0 20 0 1 0 333991999 41033728 9561 33554432000 4194304 8395647 140735436871968 140735436867432 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10018 9561 627 1026 0 8988 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 40072

[startup+1242.3 s]
/proc/loadavg: 2.02 1.97 1.57 3/177 4713
/proc/meminfo: memFree=25491472/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=40072 CPUtime=1242.09 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12276 0 0 0 122394 1815 0 0 20 0 1 0 333991999 41033728 9562 33554432000 4194304 8395647 140735436871968 140735436867528 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10018 9562 627 1026 0 8988 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 40072

[startup+1302.3 s]
/proc/loadavg: 2.01 1.97 1.59 3/177 4713
/proc/meminfo: memFree=25488252/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=40816 CPUtime=1302.09 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12467 0 0 0 128308 1901 0 0 20 0 1 0 333991999 41795584 9753 33554432000 4194304 8395647 140735436871968 140735436867576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10204 9753 627 1026 0 9174 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 40816

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.61 2/173 4776
/proc/meminfo: memFree=25534864/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41136 CPUtime=1362.07 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12532 0 0 0 134223 1984 0 0 20 0 1 0 333991999 42123264 9817 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10284 9817 627 1026 0 9254 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 41136

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.64 3/177 4790
/proc/meminfo: memFree=25074836/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41136 CPUtime=1422.06 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12538 0 0 0 140145 2061 0 0 20 0 1 0 333991999 42123264 9823 33554432000 4194304 8395647 140735436871968 140735436867096 6615839 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10284 9823 627 1026 0 9254 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 41136

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/177 4791
/proc/meminfo: memFree=25044036/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41136 CPUtime=1482.05 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12544 0 0 0 146061 2144 0 0 20 0 1 0 333991999 42123264 9829 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10284 9829 627 1026 0 9254 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 41136

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 4791
/proc/meminfo: memFree=25009736/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41136 CPUtime=1542.04 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12564 0 0 0 151975 2229 0 0 20 0 1 0 333991999 42123264 9849 33554432000 4194304 8395647 140735436871968 140735436867432 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10284 9849 627 1026 0 9254 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 41136

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/177 4791
/proc/meminfo: memFree=25009144/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1602.03 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12605 0 0 0 157890 2313 0 0 20 0 1 0 333991999 42401792 9890 33554432000 4194304 8395647 140735436871968 140735436866520 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9890 627 1026 0 9322 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 41408

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/177 4791
/proc/meminfo: memFree=25008988/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1662.03 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 163801 2402 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436866824 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 41408

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/177 4791
/proc/meminfo: memFree=25009116/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1722.02 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 169714 2488 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 41408

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4794
/proc/meminfo: memFree=25008732/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1782.01 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 175621 2580 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867528 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 41408

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4795
/proc/meminfo: memFree=25008724/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1785.21 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 175936 2585 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867528 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 41408

[startup+1787.1 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4795
/proc/meminfo: memFree=25008724/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1786.8 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 176093 2587 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 41408

[startup+1788.7 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4795
/proc/meminfo: memFree=25008724/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1788.41 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 176251 2590 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867576 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 41408

[startup+1789.5 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4795
/proc/meminfo: memFree=25008724/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1789.21 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 176330 2591 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 41408

[startup+1789.9 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4795
/proc/meminfo: memFree=25008724/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1789.6 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 176369 2591 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 41408

[startup+1790 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 4795
/proc/meminfo: memFree=25008724/32873648 swapFree=6852/6852
[pid=4169] ppid=4167 vsize=41408 CPUtime=1789.71 cores=1,3,5,7
/proc/4169/stat : 4169 (pbscip.linux.x8) R 4167 4169 4046 0 -1 4202496 12616 0 0 0 176379 2592 0 0 20 0 1 0 333991999 42401792 9901 33554432000 4194304 8395647 140735436871968 140735436867096 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4169/statm: 10352 9901 627 1026 0 9322 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 41408

Child status: 0
Real time (s): 1790.03
CPU time (s): 1789.74
CPU user time (s): 1763.82
CPU system time (s): 25.9221
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 41408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1763.82
system time used= 25.9221
maximum resident set size= 39616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12622
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= 15
involuntary context switches= 1880

runsolver used 3.85141 second user time and 12.3971 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 01:10:47
IDJOB=3729115
IDBENCH=1168
IDSOLVER=2326
FILE ID=node112/3729115-1338678647
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729115-1338678647/watcher-3729115-1338678647 -o /tmp/evaluation-result-3729115-1338678647/solver-3729115-1338678647 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729115-1338678647.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1828816758

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.763
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25538152 kB
Buffers:          535892 kB
Cached:          5901232 kB
SwapCached:            0 kB
Active:          1746776 kB
Inactive:        4725292 kB
Active(anon):      23992 kB
Inactive(anon):    10936 kB
Active(file):    1722784 kB
Inactive(file):  4714356 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21132 kB
Writeback:             0 kB
AnonPages:         41324 kB
Mapped:            16816 kB
Shmem:               200 kB
Slab:             723260 kB
SReclaimable:     166728 kB
SUnreclaim:       556532 kB
KernelStack:        1440 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71192 MiB
End job on node112 at 2012-06-03 01:40:37