Trace number 2664265

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1801.47 1802.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
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 benchmark0.338948
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
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-2664265-1276268857.opb>
0.00/0.02	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 686 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 3 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.04	c (round 2) 15 del vars, 19 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.04	c (round 3) 15 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.04/0.06	c (round 4) 15 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 352 impls, 0 clqs
0.04/0.08	c (round 5) 21 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 8648 impls, 6 clqs
0.04/0.08	c presolving (6 rounds):
0.04/0.08	c  21 deleted vars, 31 deleted constraints, 13 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.08	c  8648 implications, 6 cliques
0.04/0.08	c presolved problem has 295 variables (295 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.04/0.08	c     199 constraints of type <knapsack>
0.04/0.08	c     456 constraints of type <logicor>
0.04/0.08	c transformed objective value is always integral (scale: 1)
0.04/0.08	c Presolving Time: 0.04
0.04/0.08	c - non default parameters ----------------------------------------------------------------------
0.04/0.08	c # SCIP version 1.2.1.2
0.04/0.08	c 
0.04/0.08	c # frequency for displaying node information lines
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.08	c display/freq = 10000
0.04/0.08	c 
0.04/0.08	c # maximal time in seconds to run
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.08	c limits/time = 1799.99
0.04/0.08	c 
0.04/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.08	c limits/memory = 1620
0.04/0.08	c 
0.04/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.08	c limits/solutions = 1
0.04/0.08	c 
0.04/0.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c lp/solvefreq = -1
0.04/0.08	c 
0.04/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.04/0.08	c separating/maxrounds = 1
0.04/0.08	c 
0.04/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.08	c separating/maxroundsroot = 5
0.04/0.08	c 
0.04/0.08	c # should presolving try to simplify inequalities
0.04/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.08	c constraints/linear/simplifyinequalities = TRUE
0.04/0.08	c 
0.04/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.04/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.04/0.08	c constraints/knapsack/disaggregation = FALSE
0.04/0.08	c 
0.04/0.08	c # should presolving try to simplify knapsacks
0.04/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.08	c 
0.04/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.08	c presolving/probing/maxrounds = 0
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/coefdiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.04/0.08	c heuristics/crossover/freq = -1
0.04/0.08	c 
0.04/0.08	c # number of nodes added to the contingent of the total nodes
0.04/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.04/0.08	c heuristics/crossover/nodesofs = 750
0.04/0.08	c 
0.04/0.08	c # number of nodes without incumbent change that heuristic should wait
0.04/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.04/0.08	c heuristics/crossover/nwaitingnodes = 100
0.04/0.08	c 
0.04/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.04/0.08	c # [type: real, range: [0,1], default: 0.1]
0.04/0.08	c heuristics/crossover/nodesquot = 0.15
0.04/0.08	c 
0.04/0.08	c # minimum percentage of integer variables that have to be fixed 
0.04/0.08	c # [type: real, range: [0,1], default: 0.666]
0.04/0.08	c heuristics/crossover/minfixingrate = 0.5
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.04/0.08	c heuristics/feaspump/freq = -1
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/fracdiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/guideddiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/intshifting/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/linesearchdiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c heuristics/nlp/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.04/0.08	c heuristics/objpscostdiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.04/0.08	c # [type: real, range: [0,1], default: 0.01]
0.04/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c heuristics/oneopt/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/pscostdiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.08	c heuristics/rens/freq = -1
0.04/0.08	c 
0.04/0.08	c # minimum percentage of integer variables that have to be fixable 
0.04/0.08	c # [type: real, range: [0,1], default: 0.5]
0.04/0.08	c heuristics/rens/minfixingrate = 0.3
0.04/0.08	c 
0.04/0.08	c # number of nodes added to the contingent of the total nodes
0.04/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.04/0.08	c heuristics/rens/nodesofs = 2000
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.04/0.08	c heuristics/rootsoldiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.04/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c heuristics/rounding/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/shifting/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c heuristics/simplerounding/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.08	c heuristics/trivial/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c heuristics/trysol/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.04/0.08	c heuristics/veclendiving/freq = -1
0.04/0.08	c 
0.04/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.04/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.04/0.08	c 
0.04/0.08	c # additional number of allowed LP iterations
0.04/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.04/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c heuristics/zirounding/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.08	c separating/cmir/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.04/0.08	c separating/flowcover/freq = -1
0.04/0.08	c 
0.04/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.08	c separating/rapidlearning/freq = 0
0.04/0.08	c 
0.04/0.08	c -----------------------------------------------------------------------------------------------
0.04/0.08	c start solving
0.04/0.08	c 
0.04/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.09	c   0.1s|     1 |     2 |     0 |     - |1693k|   0 |   - | 295 | 655 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.89/3.95	c   3.6s| 10000 |  4458 |     0 |   0.0 |7270k|  65 |   - | 295 |1737 |   0 |   0 |   0 |2224 |   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.27	c   7.7s| 20000 |  8720 |     0 |   0.0 |  11M|  70 |   - | 295 |2275 |   0 |   0 |   0 |4558 |   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.92	c  13.0s| 30000 | 11725 |     0 |   0.0 |  15M|  70 |   - | 295 |3161 |   0 |   0 |   0 |7343 |   0 | 0.000000e+00 |      --      |    Inf 
20.79/20.82	c  19.6s| 40000 | 13883 |     0 |   0.0 |  19M|  70 |   - | 295 |3773 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
26.09/26.17	c  24.7s| 50000 | 18127 |     0 |   0.0 |  23M|  70 |   - | 295 |2680 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
31.79/31.85	c  30.1s| 60000 | 21931 |     0 |   0.0 |  27M|  70 |   - | 295 |3432 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
38.39/38.50	c  36.4s| 70000 | 25233 |     0 |   0.0 |  31M|  70 |   - | 295 |4016 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
46.19/46.22	c  43.9s| 80000 | 28072 |     0 |   0.0 |  35M|  70 |   - | 295 |4581 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
54.99/55.05	c  52.5s| 90000 | 30550 |     0 |   0.0 |  38M|  70 |   - | 295 |5120 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
65.07/65.13	c  62.2s|100000 | 32381 |     0 |   0.0 |  41M|  70 |   - | 295 |5652 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
76.37/76.40	c  73.2s|110000 | 33298 |     0 |   0.0 |  43M|  70 |   - | 295 |6096 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
85.17/85.22	c  81.7s|120000 | 35742 |     0 |   0.0 |  46M|  71 |   - | 295 |4384 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
91.66/91.79	c  88.0s|130000 | 40080 |     0 |   0.0 |  49M|  71 |   - | 295 |3938 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
98.87/98.90	c  94.8s|140000 | 43751 |     0 |   0.0 |  53M|  71 |   - | 295 |4325 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
106.36/106.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.36/106.45	c   102s|150000 | 47348 |     0 |   0.0 |  57M|  71 |   - | 295 |4635 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
114.66/114.76	c   110s|160000 | 50549 |     0 |   0.0 |  61M|  71 |   - | 295 |4984 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
123.66/123.72	c   119s|170000 | 53630 |     0 |   0.0 |  64M|  71 |   - | 295 |5155 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
133.45/133.59	c   128s|180000 | 56326 |     0 |   0.0 |  68M|  71 |   - | 295 |5319 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
143.36/143.47	c   138s|190000 | 59124 |     0 |   0.0 |  72M|  71 |   - | 295 |5632 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
154.15/154.20	c   148s|200000 | 61544 |     0 |   0.0 |  75M|  71 |   - | 295 |6081 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
165.64/165.79	c   160s|210000 | 63797 |     0 |   0.0 |  78M|  71 |   - | 295 |6212 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
178.05/178.10	c   172s|220000 | 65784 |     0 |   0.0 |  81M|  71 |   - | 295 |6525 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
190.94/191.05	c   184s|230000 | 67686 |     0 |   0.0 |  84M|  71 |   - | 295 |6715 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
204.84/204.91	c   198s|240000 | 69164 |     0 |   0.0 |  86M|  71 |   - | 295 |7213 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
220.04/220.15	c   213s|250000 | 70184 |     0 |   0.0 |  89M|  71 |   - | 295 |7554 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
236.13/236.28	c   229s|260000 | 70699 |     0 |   0.0 |  90M|  71 |   - | 295 |7635 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
251.23/251.31	c   243s|270000 | 71075 |     0 |   0.0 |  92M|  71 |   - | 295 |8215 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
262.92/263.03	c   255s|280000 | 72207 |     0 |   0.0 |  93M|  71 |   - | 295 |7272 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
271.02/271.18	c   263s|290000 | 77051 |     0 |   0.0 |  96M|  71 |   - | 295 |5691 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
279.81/279.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.81/279.94	c   271s|300000 | 81160 |     0 |   0.0 | 100M|  71 |   - | 295 |5635 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
288.92/289.09	c   280s|310000 | 84899 |     0 |   0.0 | 104M|  71 |   - | 295 |5586 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
298.41/298.56	c   289s|320000 | 88303 |     0 |   0.0 | 107M|  71 |   - | 295 |5907 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
308.40/308.58	c   299s|330000 | 91609 |     0 |   0.0 | 111M|  71 |   - | 295 |5946 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
318.60/318.75	c   309s|340000 | 94896 |     0 |   0.0 | 114M|  71 |   - | 295 |6292 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
329.70/329.88	c   320s|350000 | 97688 |     0 |   0.0 | 117M|  71 |   - | 295 |6295 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
340.50/340.65	c   330s|360000 |100831 |     0 |   0.0 | 121M|  71 |   - | 295 |6573 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
351.90/352.07	c   341s|370000 |103671 |     0 |   0.0 | 124M|  71 |   - | 295 |6485 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
363.79/363.91	c   353s|380000 |106374 |     0 |   0.0 | 127M|  71 |   - | 295 |6883 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
375.48/375.66	c   364s|390000 |109228 |     0 |   0.0 | 130M|  71 |   - | 295 |7008 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
388.58/388.70	c   377s|400000 |111555 |     0 |   0.0 | 133M|  71 |   - | 295 |6674 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
401.28/401.47	c   390s|410000 |114013 |     0 |   0.0 | 136M|  71 |   - | 295 |7222 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
413.77/413.92	c   402s|420000 |116818 |     0 |   0.0 | 140M|  71 |   - | 295 |7362 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
427.87/428.00	c   416s|430000 |118836 |     0 |   0.0 | 142M|  71 |   - | 295 |7178 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
441.46/441.62	c   429s|440000 |121113 |     0 |   0.0 | 145M|  71 |   - | 295 |7533 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
454.46/454.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.46/454.64	c   442s|450000 |123901 |     0 |   0.0 | 149M|  71 |   - | 295 |7755 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
470.05/470.28	c   457s|460000 |125667 |     0 |   0.0 | 151M|  71 |   - | 295 |7702 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
484.74/484.98	c   471s|470000 |127651 |     0 |   0.0 | 154M|  71 |   - | 295 |8145 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
499.15/499.31	c   485s|480000 |130175 |     0 |   0.0 | 157M|  71 |   - | 295 |8533 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
515.24/515.43	c   501s|490000 |131982 |     0 |   0.0 | 160M|  71 |   - | 295 |8285 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
531.73/531.93	c   517s|500000 |133599 |     0 |   0.0 | 162M|  71 |   - | 295 |8591 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
547.12/547.31	c   533s|510000 |135841 |     0 |   0.0 | 165M|  71 |   - | 295 |8824 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
565.41/565.66	c   551s|520000 |136939 |     0 |   0.0 | 167M|  71 |   - | 295 |8780 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
582.82/583.07	c   568s|530000 |138640 |     0 |   0.0 | 170M|  71 |   - | 295 |9241 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
602.20/602.46	c   587s|540000 |139610 |     0 |   0.0 | 172M|  71 |   - | 295 |9232 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
620.60/620.82	c   605s|550000 |140840 |     0 |   0.0 | 174M|  71 |   - | 295 |9580 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
642.35/642.64	c   626s|560000 |141159 |     0 |   0.0 | 176M|  71 |   - | 295 |9779 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
664.35/664.66	c   648s|570000 |141272 |     0 |   0.0 | 177M|  71 |   - | 295 |9842 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
688.74/689.07	c   672s|580000 |140656 |     0 |   0.0 | 177M|  71 |   - | 295 |9890 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
709.14/709.45	c   692s|590000 |140048 |     0 |   0.0 | 177M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
722.22/722.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
722.22/722.58	c   705s|600000 |142359 |     0 |   0.0 | 178M|  71 |   - | 295 |8678 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
732.82/733.11	c   715s|610000 |146886 |     0 |   0.0 | 181M|  71 |   - | 295 |7805 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
744.12/744.41	c   726s|620000 |151059 |     0 |   0.0 | 185M|  71 |   - | 295 |7416 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
755.43/755.74	c   737s|630000 |155126 |     0 |   0.0 | 188M|  71 |   - | 295 |7697 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
767.31/767.70	c   749s|640000 |158681 |     0 |   0.0 | 192M|  71 |   - | 295 |7555 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
779.81/780.13	c   761s|650000 |162262 |     0 |   0.0 | 195M|  71 |   - | 295 |7658 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
791.80/792.18	c   773s|660000 |165695 |     0 |   0.0 | 198M|  71 |   - | 295 |7639 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
805.00/805.31	c   786s|670000 |168630 |     0 |   0.0 | 201M|  71 |   - | 295 |7717 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
817.79/818.14	c   798s|680000 |172006 |     0 |   0.0 | 205M|  71 |   - | 295 |7830 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
830.68/831.07	c   811s|690000 |175071 |     0 |   0.0 | 208M|  71 |   - | 295 |7831 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
843.18/843.56	c   823s|700000 |178259 |     0 |   0.0 | 211M|  71 |   - | 295 |7930 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
857.87/858.25	c   838s|710000 |180956 |     0 |   0.0 | 214M|  71 |   - | 295 |7939 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
871.67/872.07	c   851s|720000 |183901 |     0 |   0.0 | 217M|  71 |   - | 295 |8246 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
885.56/885.98	c   865s|730000 |186856 |     0 |   0.0 | 221M|  71 |   - | 295 |8448 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
899.47/899.87	c   878s|740000 |190032 |     0 |   0.0 | 224M|  71 |   - | 295 |8593 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
915.16/915.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
915.16/915.51	c   894s|750000 |192295 |     0 |   0.0 | 227M|  71 |   - | 295 |8362 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
930.75/931.14	c   909s|760000 |194894 |     0 |   0.0 | 229M|  71 |   - | 295 |8622 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
945.55/945.94	c   924s|770000 |197928 |     0 |   0.0 | 233M|  71 |   - | 295 |8750 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
960.34/960.71	c   938s|780000 |200729 |     0 |   0.0 | 236M|  71 |   - | 295 |9090 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
974.63/975.08	c   952s|790000 |203872 |     0 |   0.0 | 239M|  71 |   - | 295 |9063 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
991.73/992.10	c   969s|800000 |205897 |     0 |   0.0 | 241M|  71 |   - | 295 |8757 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1008.72/1009.19	c   986s|810000 |208245 |     0 |   0.0 | 244M|  71 |   - | 295 |9105 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1025.12/1025.56	c  1002s|820000 |210785 |     0 |   0.0 | 247M|  71 |   - | 295 |9408 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1041.61/1042.09	c  1018s|830000 |213462 |     0 |   0.0 | 250M|  71 |   - | 295 |9411 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1057.71/1058.14	c  1034s|840000 |216098 |     0 |   0.0 | 253M|  71 |   - | 295 |9490 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1073.11/1073.58	c  1049s|850000 |218866 |     0 |   0.0 | 256M|  71 |   - | 295 |9609 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1092.09/1092.56	c  1068s|860000 |220641 |     0 |   0.0 | 258M|  71 |   - | 295 |9307 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1110.28/1110.73	c  1085s|870000 |222759 |     0 |   0.0 | 261M|  71 |   - | 295 |9563 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1127.48/1127.98	c  1102s|880000 |225057 |     0 |   0.0 | 264M|  71 |   - | 295 |9747 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1144.48/1144.91	c  1119s|890000 |227422 |     0 |   0.0 | 267M|  71 |   - | 295 |9997 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1161.77/1162.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1161.77/1162.22	c  1136s|900000 |229851 |     0 |   0.0 | 270M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1178.46/1178.95	c  1153s|910000 |232408 |     0 |   0.0 | 273M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1200.16/1200.68	c  1174s|920000 |233710 |     0 |   0.0 | 274M|  71 |   - | 295 |9827 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1219.94/1220.42	c  1193s|930000 |235541 |     0 |   0.0 | 277M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1237.83/1238.34	c  1211s|940000 |237755 |     0 |   0.0 | 279M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1255.83/1256.39	c  1229s|950000 |240116 |     0 |   0.0 | 282M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1274.43/1274.97	c  1247s|960000 |242400 |     0 |   0.0 | 285M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1292.91/1293.47	c  1265s|970000 |244543 |     0 |   0.0 | 288M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1313.91/1314.50	c  1286s|980000 |246220 |     0 |   0.0 | 290M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1336.30/1336.82	c  1308s|990000 |247469 |     0 |   0.0 | 292M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1357.29/1357.81	c  1329s|  1000k|249055 |     0 |   0.0 | 294M|  71 |   - | 295 |  10k|   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1377.18/1377.73	c  1348s|  1010k|251075 |     0 |   0.0 | 297M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1396.68/1397.22	c  1367s|  1020k|253059 |     0 |   0.0 | 300M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1417.56/1418.12	c  1388s|  1030k|254877 |     0 |   0.0 | 303M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1442.16/1442.78	c  1412s|  1040k|255754 |     0 |   0.0 | 304M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1465.35/1465.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.35/1465.93	c  1435s|  1050k|256888 |     0 |   0.0 | 306M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1487.84/1488.46	c  1457s|  1060k|258463 |     0 |   0.0 | 308M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1509.94/1510.51	c  1479s|  1070k|260064 |     0 |   0.0 | 311M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1534.62/1535.25	c  1504s|  1080k|261014 |     0 |   0.0 | 312M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1561.21/1561.86	c  1530s|  1090k|261756 |     0 |   0.0 | 314M|  71 |   - | 295 |  11k|   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1585.91/1586.55	c  1554s|  1100k|262925 |     0 |   0.0 | 316M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1612.60/1613.24	c  1581s|  1110k|263599 |     0 |   0.0 | 317M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1640.50/1641.17	c  1608s|  1120k|263966 |     0 |   0.0 | 318M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1667.78/1668.50	c  1635s|  1130k|264457 |     0 |   0.0 | 320M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1697.87/1698.55	c  1665s|  1140k|264334 |     0 |   0.0 | 321M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1727.36/1728.04	c  1694s|  1150k|264331 |     0 |   0.0 | 321M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1758.84/1759.54	c  1725s|  1160k|263843 |     0 |   0.0 | 321M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1790.73/1791.49	c  1757s|  1170k|262914 |     0 |   0.0 | 321M|  71 |   - | 295 |  12k|   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.71	c 
1800.04/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.71	c Solving Time (sec) : 1765.97
1800.04/1800.71	c Solving Nodes      : 1172797
1800.04/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.71	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.71	c Gap                : infinite
1800.04/1800.71	s UNKNOWN
1800.04/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.71	c Solving Time       :    1765.97
1800.04/1800.71	c Original Problem   :
1800.04/1800.71	c   Problem name     : HOME/instance-2664265-1276268857.opb
1800.04/1800.71	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.71	c   Constraints      : 686 initial, 686 maximal
1800.04/1800.71	c Presolved Problem  :
1800.04/1800.71	c   Problem name     : t_HOME/instance-2664265-1276268857.opb
1800.04/1800.71	c   Variables        : 295 (295 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.71	c   Constraints      : 655 initial, 12984 maximal
1800.04/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.04/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.71	c   linear           :       0.02         13          0          0         13          0         31          0          0
1800.04/1800.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.71	c   knapsack         :        199          0    4375842          0     770729     365385   15576237          0          0          0
1800.04/1800.71	c   logicor          :        456+         0    3459858          0     770729     136727    8394002          0          0          0
1800.04/1800.71	c   countsols        :          0          0          0          0     770726          0          0          0          0          0
1800.04/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.71	c   knapsack         :     201.98       0.00     190.44       0.00      11.54
1800.04/1800.71	c   logicor          :     840.56       0.00     810.43       0.00      30.13
1800.04/1800.71	c   countsols        :       0.42       0.00       0.00       0.00       0.42
1800.04/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.71	c   vbounds          :       2.17          1          0          0
1800.04/1800.71	c   rootredcost      :       2.00          0          0          0
1800.04/1800.71	c   pseudoobj        :       2.18          0          0          0
1800.04/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.71	c   propagation      :      89.99     284657     276234    3301374       64.6       4068       22.5          -
1800.04/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.71	c   applied globally :          -          -          -     348378       20.0          -          -          -
1800.04/1800.71	c   applied locally  :          -          -          -      10976       53.3          -          -          -
1800.04/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.71	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.71	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.71	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.71	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.71	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.71	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.71	c Pricers            :       Time      Calls       Vars
1800.04/1800.71	c   problem variables:       0.00          0          0
1800.04/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.71	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   inference        :      19.50     770726          0          0          0          0    1541452
1800.04/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.71	c   LP solutions     :       0.00          -          0
1800.04/1800.71	c   pseudo solutions :       0.00          -          0
1800.04/1800.71	c   trivial          :       0.00          1          0
1800.04/1800.71	c   simplerounding   :       0.00          0          0
1800.04/1800.71	c   zirounding       :       0.00          0          0
1800.04/1800.71	c   rounding         :       0.00          0          0
1800.04/1800.71	c   shifting         :       0.00          0          0
1800.04/1800.71	c   intshifting      :       0.00          0          0
1800.04/1800.71	c   oneopt           :       0.00          0          0
1800.04/1800.71	c   twoopt           :       0.00          0          0
1800.04/1800.71	c   fixandinfer      :       0.00          0          0
1800.04/1800.71	c   feaspump         :       0.00          0          0
1800.04/1800.71	c   coefdiving       :       0.00          0          0
1800.04/1800.71	c   pscostdiving     :       0.00          0          0
1800.04/1800.71	c   fracdiving       :       0.00          0          0
1800.04/1800.71	c   veclendiving     :       0.00          0          0
1800.04/1800.71	c   intdiving        :       0.00          0          0
1800.04/1800.71	c   actconsdiving    :       0.00          0          0
1800.04/1800.71	c   objpscostdiving  :       0.00          0          0
1800.04/1800.71	c   rootsoldiving    :       0.00          0          0
1800.04/1800.71	c   linesearchdiving :       0.00          0          0
1800.04/1800.71	c   guideddiving     :       0.00          0          0
1800.04/1800.71	c   octane           :       0.00          0          0
1800.04/1800.71	c   rens             :       0.00          0          0
1800.04/1800.71	c   rins             :       0.00          0          0
1800.04/1800.71	c   localbranching   :       0.00          0          0
1800.04/1800.71	c   mutation         :       0.00          0          0
1800.04/1800.71	c   crossover        :       0.00          0          0
1800.04/1800.71	c   dins             :       0.00          0          0
1800.04/1800.71	c   undercover       :       0.00          0          0
1800.04/1800.71	c   nlp              :       0.00          0          0
1800.04/1800.71	c   trysol           :       0.00          0          0
1800.04/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.71	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.71	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.71	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.71	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.71	c B&B Tree           :
1800.04/1800.71	c   number of runs   :          1
1800.04/1800.71	c   nodes            :    1172797
1800.04/1800.71	c   nodes (total)    :    1172797
1800.04/1800.71	c   nodes left       :     262514
1800.04/1800.71	c   max depth        :         71
1800.04/1800.71	c   max depth (total):         71
1800.04/1800.71	c   backtracks       :     217121 (18.5%)
1800.04/1800.71	c   delayed cutoffs  :     106142
1800.04/1800.71	c   repropagations   :     340491 (4226154 domain reductions, 100041 cutoffs)
1800.04/1800.71	c   avg switch length:       8.87
1800.04/1800.71	c   switching time   :     501.22
1800.04/1800.71	c Solution           :
1800.04/1800.71	c   Solutions found  :          0 (0 improvements)
1800.04/1800.71	c   Primal Bound     :          -
1800.04/1800.71	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.71	c   Gap              :   infinite
1800.04/1800.71	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.71	c   Root Iterations  :          0
1801.42/1802.13	c Time complete: 1801.46.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664265-1276268857/watcher-2664265-1276268857 -o /tmp/evaluation-result-2664265-1276268857/solver-2664265-1276268857 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664265-1276268857.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.95 0.91 3/106 4143
/proc/meminfo: memFree=1585708/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=6584 CPUtime=0
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 1087 0 0 0 0 0 0 0 17 0 1 0 2487389 6742016 1009 1992294400 4194304 7136930 140733738394528 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4143/statm: 1646 1019 254 719 0 925 0

[startup+0.0462901 s]
/proc/loadavg: 0.84 0.95 0.91 3/106 4143
/proc/meminfo: memFree=1585708/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=11720 CPUtime=0.04
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 3356 0 0 0 3 1 0 0 17 0 1 0 2487389 12001280 2153 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 2930 2153 350 719 0 2209 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11720

[startup+0.101293 s]
/proc/loadavg: 0.84 0.95 0.91 3/106 4143
/proc/meminfo: memFree=1585708/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=13940 CPUtime=0.09
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 4980 0 0 0 7 2 0 0 17 0 1 0 2487389 14274560 2749 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 3485 2749 392 719 0 2764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13940

[startup+0.301304 s]
/proc/loadavg: 0.84 0.95 0.91 3/106 4143
/proc/meminfo: memFree=1585708/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=14732 CPUtime=0.29
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 5175 0 0 0 25 4 0 0 17 0 1 0 2487389 15085568 2944 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 3683 2944 392 719 0 2962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14732

[startup+0.701326 s]
/proc/loadavg: 0.84 0.95 0.91 3/106 4143
/proc/meminfo: memFree=1585708/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=15812 CPUtime=0.69
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 5459 0 0 0 61 8 0 0 17 0 1 0 2487389 16191488 3228 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 3953 3228 392 719 0 3232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15812

[startup+1.50137 s]
/proc/loadavg: 0.84 0.95 0.91 2/107 4144
/proc/meminfo: memFree=1573424/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=17776 CPUtime=1.49
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 5964 0 0 0 135 14 0 0 18 0 1 0 2487389 18202624 3733 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 4444 3733 392 719 0 3723 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17776

[startup+3.10046 s]
/proc/loadavg: 0.85 0.95 0.91 2/107 4144
/proc/meminfo: memFree=1570200/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=20844 CPUtime=3.09
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 6714 0 0 0 283 26 0 0 21 0 1 0 2487389 21344256 4483 1992294400 4194304 7136930 140733738394528 18446744073709551615 5917888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 5211 4483 392 719 0 4490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20844

[startup+6.30164 s]
/proc/loadavg: 0.85 0.95 0.91 2/107 4144
/proc/meminfo: memFree=1565860/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=25260 CPUtime=6.29
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 7840 0 0 0 585 44 0 0 25 0 1 0 2487389 25866240 5609 1992294400 4194304 7136930 140733738394528 18446744073709551615 5909536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 6315 5609 392 719 0 5594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25260

[startup+12.701 s]
/proc/loadavg: 0.88 0.95 0.91 2/107 4146
/proc/meminfo: memFree=1557924/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=32344 CPUtime=12.69
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 9599 0 0 0 1188 81 0 0 25 0 1 0 2487389 33120256 7368 1992294400 4194304 7136930 140733738394528 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 8086 7368 392 719 0 7365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32344

[startup+25.5017 s]
/proc/loadavg: 0.89 0.95 0.91 2/107 4146
/proc/meminfo: memFree=1547880/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=41952 CPUtime=25.48
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 12020 0 0 0 2404 144 0 0 25 0 1 0 2487389 42958848 9789 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 10488 9789 392 719 0 9767 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41952

[startup+51.101 s]
/proc/loadavg: 0.93 0.96 0.91 2/107 4146
/proc/meminfo: memFree=1529280/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=60604 CPUtime=51.08
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 16728 0 0 0 4865 243 0 0 25 0 1 0 2487389 62058496 14497 1992294400 4194304 7136930 140733738394528 18446744073709551615 4678839 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 15151 14497 392 719 0 14430 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60604

[startup+102.308 s]
/proc/loadavg: 0.97 0.96 0.91 2/107 4155
/proc/meminfo: memFree=1505472/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=84308 CPUtime=102.27
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 22668 0 0 0 9813 414 0 0 25 0 1 0 2487389 86331392 20437 1992294400 4194304 7136930 140733738394528 18446744073709551615 5000112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 21077 20437 392 719 0 20356 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84308

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 4157
/proc/meminfo: memFree=1478564/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=110040 CPUtime=162.25
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 29152 0 0 0 15639 586 0 0 25 0 1 0 2487389 112680960 26921 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 27510 26921 392 719 0 26789 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 110040

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 4157
/proc/meminfo: memFree=1462816/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=127824 CPUtime=222.23
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 33079 0 0 0 21507 716 0 0 25 0 1 0 2487389 130891776 30848 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 31956 30848 392 719 0 31235 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 127824

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 4159
/proc/meminfo: memFree=1448308/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=142020 CPUtime=282.22
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 36689 0 0 0 27357 865 0 0 25 0 1 0 2487389 145428480 34458 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 35505 34458 392 719 0 34784 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 142020

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 4161
/proc/meminfo: memFree=1426732/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=163500 CPUtime=342.2
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 42097 0 0 0 33190 1030 0 0 25 0 1 0 2487389 167424000 39866 1992294400 4194304 7136930 140733738394528 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 40875 39866 392 719 0 40154 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 163500

[startup+402.302 s]
/proc/loadavg: 1.05 0.99 0.92 2/107 4166
/proc/meminfo: memFree=1411116/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=178172 CPUtime=402.18
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 45826 0 0 0 39046 1172 0 0 25 0 1 0 2487389 182448128 43595 1992294400 4194304 7136930 140733738394528 18446744073709551615 4660967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 44543 43595 392 719 0 43822 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 178172

[startup+462.301 s]
/proc/loadavg: 1.02 0.99 0.92 2/107 4168
/proc/meminfo: memFree=1399708/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=189424 CPUtime=462.15
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 48672 0 0 0 44916 1299 0 0 25 0 1 0 2487389 193970176 46441 1992294400 4194304 7136930 140733738394528 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 47356 46441 392 719 0 46635 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 189424

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4168
/proc/meminfo: memFree=1389912/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=199156 CPUtime=522.13
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 51139 0 0 0 50796 1417 0 0 25 0 1 0 2487389 203935744 48908 1992294400 4194304 7136930 140733738394528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 49789 48908 392 719 0 49068 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 199156

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4170
/proc/meminfo: memFree=1375652/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=213284 CPUtime=582.11
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 54677 0 0 0 56692 1519 0 0 25 0 1 0 2487389 218402816 52446 1992294400 4194304 7136930 140733738394528 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 53321 52446 392 719 0 52600 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 213284

[startup+642.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4179
/proc/meminfo: memFree=1370320/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=218216 CPUtime=642.06
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 55942 0 0 0 62594 1612 0 0 25 0 1 0 2487389 223453184 53711 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 54554 53711 392 719 0 53833 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 218216

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4198
/proc/meminfo: memFree=1288976/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=302544 CPUtime=1061.91
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 76191 0 0 0 103785 2406 0 0 25 0 1 0 2487389 309805056 73960 1992294400 4194304 7136930 140733738394528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 75636 73960 392 719 0 74915 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 302544

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4198
/proc/meminfo: memFree=1279676/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=311744 CPUtime=1121.88
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 78517 0 0 0 109686 2502 0 0 25 0 1 0 2487389 319225856 76286 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 77936 76286 392 719 0 77215 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 311744

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4200
/proc/meminfo: memFree=1270624/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=320568 CPUtime=1181.85
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 80760 0 0 0 115585 2600 0 0 25 0 1 0 2487389 328261632 78529 1992294400 4194304 7136930 140733738394528 18446744073709551615 4431486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 80142 78529 392 719 0 79421 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 320568

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4202
/proc/meminfo: memFree=1260208/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=331068 CPUtime=1241.84
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 83366 0 0 0 121494 2690 0 0 25 0 1 0 2487389 339013632 81135 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 82767 81135 392 719 0 82046 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 331068

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4204
/proc/meminfo: memFree=1250164/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=340976 CPUtime=1301.82
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 85880 0 0 0 127395 2787 0 0 25 0 1 0 2487389 349159424 83649 1992294400 4194304 7136930 140733738394528 18446744073709551615 4661272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 85244 83649 392 719 0 84523 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 340976

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4206
/proc/meminfo: memFree=1245824/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=345232 CPUtime=1361.79
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 86947 0 0 0 133310 2869 0 0 25 0 1 0 2487389 353517568 84716 1992294400 4194304 7136930 140733738394528 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 86308 84716 392 719 0 85587 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 345232

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4206
/proc/meminfo: memFree=1240244/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=350672 CPUtime=1421.77
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 88345 0 0 0 139220 2957 0 0 25 0 1 0 2487389 359088128 86114 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 87668 86114 392 719 0 86947 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 350672

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4208
/proc/meminfo: memFree=1235904/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=354956 CPUtime=1481.74
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 89408 0 0 0 145136 3038 0 0 25 0 1 0 2487389 363474944 87177 1992294400 4194304 7136930 140733738394528 18446744073709551615 5957708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 88739 87177 392 719 0 88018 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 354956

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4210
/proc/meminfo: memFree=1228340/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=362556 CPUtime=1541.72
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 91284 0 0 0 151053 3119 0 0 25 0 1 0 2487389 371257344 89053 1992294400 4194304 7136930 140733738394528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 90639 89053 392 719 0 89918 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 362556

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4212
/proc/meminfo: memFree=1224248/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=366416 CPUtime=1601.7
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 92295 0 0 0 156984 3186 0 0 25 0 1 0 2487389 375209984 90064 1992294400 4194304 7136930 140733738394528 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 91604 90064 392 719 0 90883 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 366416

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4214
/proc/meminfo: memFree=1222884/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=367828 CPUtime=1661.68
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 92651 0 0 0 162914 3254 0 0 25 0 1 0 2487389 376655872 90420 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 91957 90420 392 719 0 91236 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 367828

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4214
/proc/meminfo: memFree=1220776/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=369856 CPUtime=1721.66
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93136 0 0 0 168842 3324 0 0 25 0 1 0 2487389 378732544 90905 1992294400 4194304 7136930 140733738394528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 92464 90905 392 719 0 91743 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 369856

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4216
/proc/meminfo: memFree=1220404/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=370084 CPUtime=1781.63
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93195 0 0 0 174775 3388 0 0 25 0 1 0 2487389 378966016 90964 1992294400 4194304 7136930 140733738394528 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 92521 90964 392 719 0 91800 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 370084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4216
/proc/meminfo: memFree=1220404/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=370084 CPUtime=1800.04
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93195 0 0 0 176597 3407 0 0 25 0 1 0 2487389 378966016 90964 1992294400 4194304 7136930 140733738394528 18446744073709551615 4704566 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4143/statm: 92521 90964 392 719 0 91800 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 370084

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 0.99 0.92 2/107 4216
/proc/meminfo: memFree=1220404/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=370084 CPUtime=1800.73
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93205 0 0 0 176666 3407 0 0 25 0 1 0 2487389 378966016 90974 1992294400 4194304 7136930 140733738394528 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4143/statm: 92521 90974 398 719 0 91800 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 370084

[startup+1801.81 s]
/proc/loadavg: 1.00 0.99 0.92 2/108 4217
/proc/meminfo: memFree=1220272/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=368536 CPUtime=1801.14
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93205 0 0 0 176707 3407 0 0 25 0 1 0 2487389 377380864 90587 1992294400 4194304 7136930 140733738394528 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4143/statm: 92134 90587 398 719 0 91413 0
Current children cumulated CPU time (s) 1801.14
Current children cumulated vsize (KiB) 368536

[startup+1802 s]
/proc/loadavg: 1.00 0.99 0.92 2/108 4217
/proc/meminfo: memFree=1220272/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=358776 CPUtime=1801.33
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93205 0 0 0 176726 3407 0 0 25 0 1 0 2487389 367386624 88147 1992294400 4194304 7136930 140733738394528 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4143/statm: 89694 88147 398 719 0 88973 0
Current children cumulated CPU time (s) 1801.33
Current children cumulated vsize (KiB) 358776

[startup+1802.1 s]
/proc/loadavg: 1.00 0.99 0.92 2/108 4217
/proc/meminfo: memFree=1220272/2059040 swapFree=4192956/4192956
[pid=4143] ppid=4141 vsize=290668 CPUtime=1801.42
/proc/4143/stat : 4143 (pbscip.linux.x8) R 4141 4143 3356 0 -1 4202496 93205 0 0 0 176735 3407 0 0 25 0 1 0 2487389 297644032 71121 1992294400 4194304 7136930 140733738394528 18446744073709551615 5950410 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4143/statm: 72667 71121 398 719 0 71946 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 290668

Child status: 0
Real time (s): 1802.14
CPU time (s): 1801.47
CPU user time (s): 1767.36
CPU system time (s): 34.1068
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 370084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.36
system time used= 34.1068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93212
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= 3
involuntary context switches= 22606

runsolver used 2.92156 second user time and 8.5807 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 17:07:38
IDJOB=2664265
IDBENCH=1157
IDSOLVER=1167
FILE ID=node010/2664265-1276268857
PBS_JOBID= 11172201
Free space on /tmp= 62500 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664265-1276268857/watcher-2664265-1276268857 -o /tmp/evaluation-result-2664265-1276268857/solver-2664265-1276268857 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664265-1276268857.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=2025476518

node010.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1586236 kB
Buffers:         48136 kB
Cached:         298944 kB
SwapCached:          0 kB
Active:         155756 kB
Inactive:       250500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1586236 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3620 kB
Writeback:           0 kB
AnonPages:       59136 kB
Mapped:          15392 kB
Slab:            44828 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62496 MiB
End job on node010 at 2010-06-11 17:37:40