Trace number 2663505

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) 1802.24 1802.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
MD5SUMc41d0ae6b2deb2ba6caac7b74c416b6f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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-2663505-1276684873.opb>
0.00/0.04	c original problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3372 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.00/0.05	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.08	c presolving:
0.29/0.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24760 impls, 200 clqs
0.39/0.49	c presolving (2 rounds):
0.39/0.49	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.49	c  24760 implications, 200 cliques
0.39/0.49	c presolved problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3372 constraints
0.39/0.49	c       1 constraints of type <knapsack>
0.39/0.49	c     200 constraints of type <setppc>
0.39/0.49	c    3070 constraints of type <and>
0.39/0.49	c       1 constraints of type <linear>
0.39/0.49	c     100 constraints of type <logicor>
0.39/0.49	c transformed objective value is always integral (scale: 1)
0.39/0.49	c Presolving Time: 0.24
0.39/0.49	c - non default parameters ----------------------------------------------------------------------
0.39/0.49	c # SCIP version 1.2.1.2
0.39/0.49	c 
0.39/0.49	c # frequency for displaying node information lines
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.49	c display/freq = 10000
0.39/0.49	c 
0.39/0.49	c # maximal time in seconds to run
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/time = 1799.96
0.39/0.49	c 
0.39/0.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/memory = 1620
0.39/0.49	c 
0.39/0.49	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c limits/solutions = 1
0.39/0.49	c 
0.39/0.49	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.49	c lp/solvefreq = -1
0.39/0.49	c 
0.39/0.49	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.49	c separating/maxrounds = 1
0.39/0.49	c 
0.39/0.49	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c separating/maxroundsroot = 5
0.39/0.49	c 
0.39/0.49	c # should presolving try to simplify inequalities
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/linear/simplifyinequalities = TRUE
0.39/0.49	c 
0.39/0.49	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.49	c constraints/knapsack/disaggregation = FALSE
0.39/0.49	c 
0.39/0.49	c # should presolving try to simplify knapsacks
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.49	c 
0.39/0.49	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c presolving/probing/maxrounds = 0
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/coefdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.49	c heuristics/crossover/freq = -1
0.39/0.49	c 
0.39/0.49	c # number of nodes added to the contingent of the total nodes
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.49	c heuristics/crossover/nodesofs = 750
0.39/0.49	c 
0.39/0.49	c # number of nodes without incumbent change that heuristic should wait
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.49	c heuristics/crossover/nwaitingnodes = 100
0.39/0.49	c 
0.39/0.49	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.49	c # [type: real, range: [0,1], default: 0.1]
0.39/0.49	c heuristics/crossover/nodesquot = 0.15
0.39/0.49	c 
0.39/0.49	c # minimum percentage of integer variables that have to be fixed 
0.39/0.49	c # [type: real, range: [0,1], default: 0.666]
0.39/0.49	c heuristics/crossover/minfixingrate = 0.5
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.49	c heuristics/feaspump/freq = -1
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/fracdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/guideddiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/intshifting/freq = -1
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/linesearchdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.49	c heuristics/nlp/freq = -1
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.49	c heuristics/objpscostdiving/freq = -1
0.39/0.49	c 
0.39/0.49	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.49	c # [type: real, range: [0,1], default: 0.01]
0.39/0.49	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.49	c 
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/oneopt/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.50	c heuristics/pscostdiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.50	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c heuristics/rens/freq = -1
0.39/0.50	c 
0.39/0.50	c # minimum percentage of integer variables that have to be fixable 
0.39/0.50	c # [type: real, range: [0,1], default: 0.5]
0.39/0.50	c heuristics/rens/minfixingrate = 0.3
0.39/0.50	c 
0.39/0.50	c # number of nodes added to the contingent of the total nodes
0.39/0.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.50	c heuristics/rens/nodesofs = 2000
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.50	c heuristics/rootsoldiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.50	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/rounding/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.50	c heuristics/shifting/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/simplerounding/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c heuristics/trivial/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/trysol/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.50	c heuristics/veclendiving/freq = -1
0.39/0.50	c 
0.39/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.50	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.50	c 
0.39/0.50	c # additional number of allowed LP iterations
0.39/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.50	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.50	c 
0.39/0.50	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.50	c heuristics/zirounding/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c separating/cmir/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.50	c separating/flowcover/freq = -1
0.39/0.50	c 
0.39/0.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.50	c separating/rapidlearning/freq = 0
0.39/0.50	c 
0.39/0.50	c -----------------------------------------------------------------------------------------------
0.39/0.50	c start solving
0.49/0.50	c 
0.49/0.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.50	c   0.2s|     1 |     2 |     0 |     - |8760k|   0 |   - |3270 |3372 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.19/10.27	c   9.7s| 10000 |  9296 |     0 |   0.0 |  22M| 179 |   - |3270 |3854 |   0 |   0 |   0 | 619 |   0 | 0.000000e+00 |      --      |    Inf 
23.78/23.83	c  23.0s| 20000 | 18460 |     0 |   0.0 |  36M| 179 |   - |3270 |3797 |   0 |   0 |   0 |1295 |   0 | 0.000000e+00 |      --      |    Inf 
36.88/36.97	c  35.8s| 30000 | 28112 |     0 |   0.0 |  52M| 179 |   - |3270 |3922 |   0 |   0 |   0 |1708 |   0 | 0.000000e+00 |      --      |    Inf 
49.08/49.17	c  47.7s| 40000 | 37727 |     0 |   0.0 |  67M| 179 |   - |3270 |3984 |   0 |   0 |   0 |2130 |   0 | 0.000000e+00 |      --      |    Inf 
61.47/61.51	c  59.7s| 50000 | 47253 |     0 |   0.0 |  82M| 179 |   - |3270 |4110 |   0 |   0 |   0 |2647 |   0 | 0.000000e+00 |      --      |    Inf 
73.57/73.65	c  71.5s| 60000 | 56691 |     0 |   0.0 |  97M| 179 |   - |3270 |4319 |   0 |   0 |   0 |3293 |   0 | 0.000000e+00 |      --      |    Inf 
84.87/84.97	c  82.5s| 70000 | 66161 |     0 |   0.0 | 113M| 179 |   - |3270 |4453 |   0 |   0 |   0 |3937 |   0 | 0.000000e+00 |      --      |    Inf 
95.96/96.01	c  93.3s| 80000 | 75669 |     0 |   0.0 | 128M| 179 |   - |3270 |4469 |   0 |   0 |   0 |4478 |   0 | 0.000000e+00 |      --      |    Inf 
106.86/106.91	c   104s| 90000 | 85130 |     0 |   0.0 | 142M| 179 |   - |3270 |4552 |   0 |   0 |   0 |5029 |   0 | 0.000000e+00 |      --      |    Inf 
116.76/116.84	c   114s|100000 | 94637 |     0 |   0.0 | 157M| 179 |   - |3270 |4612 |   0 |   0 |   0 |5580 |   0 | 0.000000e+00 |      --      |    Inf 
126.85/126.95	c   123s|110000 |104066 |     0 |   0.0 | 172M| 179 |   - |3270 |4747 |   0 |   0 |   0 |6239 |   0 | 0.000000e+00 |      --      |    Inf 
137.05/137.19	c   133s|120000 |113395 |     0 |   0.0 | 186M| 179 |   - |3270 |4887 |   0 |   0 |   0 |6985 |   0 | 0.000000e+00 |      --      |    Inf 
146.95/147.02	c   143s|130000 |122762 |     0 |   0.0 | 200M| 179 |   - |3270 |5025 |   0 |   0 |   0 |7697 |   0 | 0.000000e+00 |      --      |    Inf 
156.75/156.84	c   152s|140000 |132092 |     0 |   0.0 | 215M| 179 |   - |3270 |5084 |   0 |   0 |   0 |8391 |   0 | 0.000000e+00 |      --      |    Inf 
166.44/166.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.44/166.50	c   162s|150000 |141344 |     0 |   0.0 | 229M| 179 |   - |3270 |5216 |   0 |   0 |   0 |9202 |   0 | 0.000000e+00 |      --      |    Inf 
175.75/175.88	c   171s|160000 |150621 |     0 |   0.0 | 243M| 179 |   - |3270 |5346 |   0 |   0 |   0 |9941 |   0 | 0.000000e+00 |      --      |    Inf 
184.75/184.84	c   179s|170000 |159848 |     0 |   0.0 | 257M| 179 |   - |3270 |5503 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
193.65/193.75	c   188s|180000 |169052 |     0 |   0.0 | 271M| 179 |   - |3270 |5715 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
202.54/202.61	c   197s|190000 |178157 |     0 |   0.0 | 286M| 179 |   - |3270 |5940 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
211.43/211.53	c   205s|200000 |187214 |     0 |   0.0 | 300M| 179 |   - |3270 |6073 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
220.43/220.56	c   214s|210000 |196199 |     0 |   0.0 | 314M| 179 |   - |3270 |6201 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
229.23/229.37	c   222s|220000 |205154 |     0 |   0.0 | 328M| 179 |   - |3270 |6431 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
238.22/238.37	c   231s|230000 |213906 |     0 |   0.0 | 342M| 179 |   - |3270 |6631 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
247.32/247.46	c   240s|240000 |222509 |     0 |   0.0 | 357M| 179 |   - |3270 |6938 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
256.62/256.73	c   249s|250000 |230974 |     0 |   0.0 | 371M| 179 |   - |3270 |7074 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
266.13/266.28	c   258s|260000 |239268 |     0 |   0.0 | 385M| 179 |   - |3270 |7319 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
275.91/276.09	c   268s|270000 |247277 |     0 |   0.0 | 399M| 179 |   - |3270 |7636 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
285.61/285.72	c   277s|280000 |255026 |     0 |   0.0 | 412M| 179 |   - |3270 |7982 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
295.91/296.02	c   287s|290000 |261673 |     0 |   0.0 | 423M| 179 |   - |3270 |8376 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
306.40/306.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.40/306.51	c   297s|300000 |266753 |     0 |   0.0 | 432M| 179 |   - |3270 |9134 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
316.90/317.07	c   307s|310000 |270167 |     0 |   0.0 | 437M| 179 |   - |3270 |9598 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
327.81/327.99	c   318s|320000 |271757 |     0 |   0.0 | 441M| 179 |   - |3270 |  10k|   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
341.20/341.32	c   331s|330000 |275981 |     0 |   0.0 | 444M| 179 |   - |3270 |7478 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
357.50/357.63	c   347s|340000 |285488 |     0 |   0.0 | 461M| 179 |   - |3270 |6195 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
372.89/373.01	c   362s|350000 |295024 |     0 |   0.0 | 478M| 179 |   - |3270 |5509 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
387.28/387.50	c   376s|360000 |304655 |     0 |   0.0 | 494M| 179 |   - |3270 |5134 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
401.39/401.56	c   390s|370000 |314265 |     0 |   0.0 | 510M| 179 |   - |3270 |5006 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
415.68/415.89	c   404s|380000 |323814 |     0 |   0.0 | 525M| 179 |   - |3270 |4885 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
428.67/428.81	c   416s|390000 |333483 |     0 |   0.0 | 541M| 179 |   - |3270 |4790 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
442.27/442.40	c   430s|400000 |343068 |     0 |   0.0 | 556M| 179 |   - |3270 |4840 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
455.57/455.79	c   443s|410000 |352559 |     0 |   0.0 | 571M| 179 |   - |3270 |4889 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
468.66/468.81	c   455s|420000 |362162 |     0 |   0.0 | 586M| 179 |   - |3270 |4833 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
482.06/482.26	c   469s|430000 |371711 |     0 |   0.0 | 602M| 179 |   - |3270 |4749 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
494.65/494.80	c   481s|440000 |381277 |     0 |   0.0 | 617M| 179 |   - |3270 |4788 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
507.95/508.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.95/508.15	c   494s|450000 |390858 |     0 |   0.0 | 632M| 179 |   - |3270 |4751 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
520.55/520.76	c   506s|460000 |400370 |     0 |   0.0 | 648M| 179 |   - |3270 |4713 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
533.36/533.50	c   519s|470000 |409967 |     0 |   0.0 | 663M| 179 |   - |3270 |4661 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
546.34/546.53	c   531s|480000 |419385 |     0 |   0.0 | 678M| 179 |   - |3270 |4932 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
558.64/558.84	c   543s|490000 |429040 |     0 |   0.0 | 693M| 179 |   - |3270 |4728 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
571.54/571.79	c   556s|500000 |438535 |     0 |   0.0 | 708M| 179 |   - |3270 |4787 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
584.23/584.49	c   568s|510000 |448008 |     0 |   0.0 | 723M| 179 |   - |3270 |4799 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
597.32/597.55	c   581s|520000 |457496 |     0 |   0.0 | 737M| 179 |   - |3270 |4867 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
609.42/609.69	c   593s|530000 |467007 |     0 |   0.0 | 752M| 179 |   - |3270 |4912 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
621.93/622.19	c   605s|540000 |476521 |     0 |   0.0 | 767M| 179 |   - |3270 |4855 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
633.91/634.17	c   617s|550000 |486111 |     0 |   0.0 | 782M| 179 |   - |3270 |4820 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
645.81/646.07	c   628s|560000 |495684 |     0 |   0.0 | 797M| 179 |   - |3270 |4788 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
658.01/658.24	c   640s|570000 |505258 |     0 |   0.0 | 811M| 179 |   - |3270 |4788 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
670.21/670.46	c   652s|580000 |514801 |     0 |   0.0 | 826M| 179 |   - |3270 |4819 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
682.61/682.81	c   664s|590000 |524286 |     0 |   0.0 | 841M| 179 |   - |3270 |4867 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
695.40/695.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.40/695.67	c   677s|600000 |533786 |     0 |   0.0 | 856M| 179 |   - |3270 |4833 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
707.50/707.75	c   689s|610000 |543358 |     0 |   0.0 | 870M| 179 |   - |3270 |4803 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
719.30/719.57	c   700s|620000 |552855 |     0 |   0.0 | 885M| 179 |   - |3270 |4887 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
731.69/731.99	c   712s|630000 |562361 |     0 |   0.0 | 900M| 179 |   - |3270 |4852 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
743.50/743.76	c   724s|640000 |571954 |     0 |   0.0 | 915M| 179 |   - |3270 |4897 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
755.49/755.77	c   735s|650000 |581422 |     0 |   0.0 | 930M| 179 |   - |3270 |5023 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
767.88/768.16	c   747s|660000 |590874 |     0 |   0.0 | 945M| 179 |   - |3270 |4967 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
780.17/780.45	c   759s|670000 |600390 |     0 |   0.0 | 959M| 179 |   - |3270 |4879 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
791.88/792.15	c   771s|680000 |609880 |     0 |   0.0 | 974M| 179 |   - |3270 |4991 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
804.07/804.34	c   783s|690000 |619366 |     0 |   0.0 | 989M| 179 |   - |3270 |4933 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
815.47/815.79	c   794s|700000 |628974 |     0 |   0.0 |1004M| 179 |   - |3270 |4883 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
827.46/827.71	c   805s|710000 |638453 |     0 |   0.0 |1019M| 179 |   - |3270 |4973 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
839.26/839.50	c   817s|720000 |647942 |     0 |   0.0 |1034M| 179 |   - |3270 |4996 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
851.17/851.40	c   828s|730000 |657492 |     0 |   0.0 |1048M| 179 |   - |3270 |5004 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
863.05/863.34	c   840s|740000 |666970 |     0 |   0.0 |1063M| 179 |   - |3270 |5111 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
875.06/875.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.06/875.39	c   852s|750000 |676463 |     0 |   0.0 |1078M| 179 |   - |3270 |5088 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
886.75/887.08	c   863s|760000 |685980 |     0 |   0.0 |1093M| 179 |   - |3270 |5094 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
898.65/898.95	c   875s|770000 |695526 |     0 |   0.0 |1107M| 179 |   - |3270 |5066 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
910.04/910.35	c   886s|780000 |705073 |     0 |   0.0 |1122M| 179 |   - |3270 |5100 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
922.44/922.70	c   898s|790000 |714442 |     0 |   0.0 |1137M| 179 |   - |3270 |5214 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
933.93/934.27	c   909s|800000 |723967 |     0 |   0.0 |1152M| 179 |   - |3270 |5125 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
945.93/946.23	c   921s|810000 |733409 |     0 |   0.0 |1167M| 179 |   - |3270 |5223 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
957.33/957.69	c   932s|820000 |742969 |     0 |   0.0 |1182M| 179 |   - |3270 |5175 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
968.83/969.14	c   943s|830000 |752475 |     0 |   0.0 |1197M| 179 |   - |3270 |5143 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
980.52/980.85	c   955s|840000 |762005 |     0 |   0.0 |1211M| 179 |   - |3270 |5064 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
992.52/992.85	c   966s|850000 |771457 |     0 |   0.0 |1226M| 179 |   - |3270 |5090 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1003.81/1004.18	c   977s|860000 |781004 |     0 |   0.0 |1240M| 179 |   - |3270 |5115 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
1015.61/1015.96	c   989s|870000 |790426 |     0 |   0.0 |1255M| 179 |   - |3270 |5168 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1027.12/1027.47	c  1000s|880000 |799927 |     0 |   0.0 |1270M| 179 |   - |3270 |5189 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
1039.01/1039.36	c  1012s|890000 |809364 |     0 |   0.0 |1285M| 179 |   - |3270 |5291 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1050.21/1050.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1050.21/1050.53	c  1022s|900000 |818926 |     0 |   0.0 |1299M| 179 |   - |3270 |5209 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
1062.60/1062.92	c  1034s|910000 |828251 |     0 |   0.0 |1314M| 179 |   - |3270 |5436 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
1074.40/1074.79	c  1046s|920000 |837715 |     0 |   0.0 |1329M| 179 |   - |3270 |5283 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1085.29/1085.65	c  1057s|930000 |847243 |     0 |   0.0 |1344M| 179 |   - |3270 |5276 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
1096.79/1097.14	c (node 939902) switching to memory saving mode (mem: 1296.0M/1620.0M)
1096.99/1097.38	c  1068s|940000 |856647 |     0 |   0.0 |1359M| 179 |   - |3270 |5301 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
1103.89/1104.27	c  1075s|950000 |856546 |     0 |   0.0 |1360M| 179 |   - |3270 |6218 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
1111.69/1112.00	c  1082s|960000 |856511 |     0 |   0.0 |1361M| 179 |   - |3270 |6945 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
1119.59/1119.96	c  1090s|970000 |856490 |     0 |   0.0 |1362M| 179 |   - |3270 |7369 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
1127.78/1128.14	c  1097s|980000 |856467 |     0 |   0.0 |1362M| 179 |   - |3270 |7220 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
1136.28/1136.68	c  1106s|990000 |856463 |     0 |   0.0 |1363M| 179 |   - |3270 |8283 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
1145.08/1145.45	c  1114s|  1000k|856459 |     0 |   0.0 |1363M| 179 |   - |3270 |8383 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
1153.78/1154.18	c  1123s|  1010k|856443 |     0 |   0.0 |1362M| 179 |   - |3270 |7453 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
1161.77/1162.11	c  1130s|  1020k|856433 |     0 |   0.0 |1362M| 179 |   - |3270 |7453 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
1170.87/1171.21	c  1139s|  1030k|856423 |     0 |   0.0 |1363M| 179 |   - |3270 |8482 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
1180.27/1180.68	c  1148s|  1040k|856415 |     0 |   0.0 |1363M| 179 |   - |3270 |8111 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
1189.65/1190.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.65/1190.01	c  1157s|  1050k|856414 |     0 |   0.0 |1364M| 179 |   - |3270 |8869 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
1199.05/1199.48	c  1166s|  1060k|856407 |     0 |   0.0 |1362M| 179 |   - |3270 |7554 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
1207.95/1208.34	c  1175s|  1070k|856404 |     0 |   0.0 |1363M| 179 |   - |3270 |8252 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
1216.35/1216.75	c  1183s|  1080k|856398 |     0 |   0.0 |1362M| 179 |   - |3270 |7676 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
1224.94/1225.34	c  1191s|  1090k|856394 |     0 |   0.0 |1362M| 179 |   - |3270 |7569 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1233.94/1234.31	c  1200s|  1100k|856395 |     0 |   0.0 |1363M| 179 |   - |3270 |8198 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1242.44/1242.89	c  1208s|  1110k|856382 |     0 |   0.0 |1361M| 179 |   - |3270 |7026 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1250.83/1251.24	c  1216s|  1120k|856371 |     0 |   0.0 |1361M| 179 |   - |3270 |7046 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1259.13/1259.54	c  1224s|  1130k|856368 |     0 |   0.0 |1362M| 179 |   - |3270 |7699 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1267.43/1267.89	c  1232s|  1140k|856366 |     0 |   0.0 |1363M| 179 |   - |3270 |7781 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1276.23/1276.68	c  1241s|  1150k|856365 |     0 |   0.0 |1363M| 179 |   - |3270 |8278 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1285.33/1285.71	c  1250s|  1160k|856364 |     0 |   0.0 |1364M| 179 |   - |3270 |8992 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1294.52/1294.93	c  1259s|  1170k|856361 |     0 |   0.0 |1365M| 179 |   - |3270 |9283 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1303.72/1304.10	c  1267s|  1180k|856364 |     0 |   0.0 |1364M| 179 |   - |3270 |8973 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1312.62/1313.07	c  1276s|  1190k|856357 |     0 |   0.0 |1362M| 179 |   - |3270 |7364 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1320.92/1321.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1320.92/1321.32	c  1284s|  1200k|856351 |     0 |   0.0 |1361M| 179 |   - |3270 |7040 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1329.31/1329.73	c  1292s|  1210k|856350 |     0 |   0.0 |1362M| 179 |   - |3270 |7297 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1338.01/1338.48	c  1301s|  1220k|856348 |     0 |   0.0 |1362M| 179 |   - |3270 |7655 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1346.71/1347.12	c  1309s|  1230k|856343 |     0 |   0.0 |1362M| 179 |   - |3270 |7426 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1355.51/1355.92	c  1318s|  1240k|856341 |     0 |   0.0 |1363M| 179 |   - |3270 |8039 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1364.30/1364.72	c  1326s|  1250k|856340 |     0 |   0.0 |1363M| 179 |   - |3270 |8263 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1373.20/1373.64	c  1335s|  1260k|856340 |     0 |   0.0 |1364M| 179 |   - |3270 |8580 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1382.41/1382.81	c  1343s|  1270k|856321 |     0 |   0.0 |1362M| 179 |   - |3270 |7178 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1390.90/1391.31	c  1352s|  1280k|856321 |     0 |   0.0 |1362M| 179 |   - |3270 |7473 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1399.90/1400.31	c  1360s|  1290k|856321 |     0 |   0.0 |1363M| 179 |   - |3270 |7928 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1408.80/1409.27	c  1369s|  1300k|856319 |     0 |   0.0 |1363M| 179 |   - |3270 |7887 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1417.60/1418.06	c  1378s|  1310k|856317 |     0 |   0.0 |1363M| 179 |   - |3270 |8362 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1426.68/1427.18	c  1386s|  1320k|856316 |     0 |   0.0 |1364M| 179 |   - |3270 |8955 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1436.48/1436.92	c  1396s|  1330k|856315 |     0 |   0.0 |1364M| 179 |   - |3270 |8811 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1445.98/1446.47	c  1405s|  1340k|856315 |     0 |   0.0 |1364M| 179 |   - |3270 |9097 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1455.67/1456.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1455.67/1456.14	c  1414s|  1350k|856315 |     0 |   0.0 |1365M| 179 |   - |3270 |9360 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1465.57/1466.01	c  1424s|  1360k|856310 |     0 |   0.0 |1364M| 179 |   - |3270 |8901 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1474.68/1475.13	c  1433s|  1370k|856310 |     0 |   0.0 |1364M| 179 |   - |3270 |8831 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1483.97/1484.48	c  1442s|  1380k|856308 |     0 |   0.0 |1364M| 179 |   - |3270 |8958 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1493.07/1493.54	c  1451s|  1390k|856307 |     0 |   0.0 |1364M| 179 |   - |3270 |8847 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1502.57/1503.06	c  1460s|  1400k|856307 |     0 |   0.0 |1365M| 179 |   - |3270 |9147 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1512.07/1512.52	c  1469s|  1410k|856301 |     0 |   0.0 |1363M| 179 |   - |3270 |8240 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1520.46/1520.98	c  1477s|  1420k|856294 |     0 |   0.0 |1363M| 179 |   - |3270 |8001 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1528.76/1529.22	c  1485s|  1430k|856292 |     0 |   0.0 |1363M| 179 |   - |3270 |8334 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1537.95/1538.47	c  1494s|  1440k|856292 |     0 |   0.0 |1364M| 179 |   - |3270 |8620 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1546.26/1546.74	c  1502s|  1450k|856284 |     0 |   0.0 |1363M| 179 |   - |3270 |7822 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1554.85/1555.33	c  1510s|  1460k|856285 |     0 |   0.0 |1363M| 179 |   - |3270 |8099 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1563.45/1563.99	c  1519s|  1470k|856284 |     0 |   0.0 |1363M| 179 |   - |3270 |8216 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1572.65/1573.13	c  1528s|  1480k|856284 |     0 |   0.0 |1364M| 179 |   - |3270 |8520 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1582.74/1583.21	c  1537s|  1490k|856279 |     0 |   0.0 |1365M| 179 |   - |3270 |9217 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1592.84/1593.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.84/1593.35	c  1547s|  1500k|856280 |     0 |   0.0 |1365M| 179 |   - |3270 |9347 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1602.74/1603.24	c  1557s|  1510k|856276 |     0 |   0.0 |1365M| 179 |   - |3270 |9411 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1612.34/1612.82	c  1566s|  1520k|856274 |     0 |   0.0 |1364M| 179 |   - |3270 |8945 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1622.14/1622.65	c  1576s|  1530k|856274 |     0 |   0.0 |1365M| 179 |   - |3270 |9193 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1631.94/1632.40	c  1585s|  1540k|856271 |     0 |   0.0 |1365M| 179 |   - |3270 |9303 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1640.62/1641.15	c  1594s|  1550k|856273 |     0 |   0.0 |1364M| 179 |   - |3270 |8490 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1648.82/1649.38	c  1602s|  1560k|856271 |     0 |   0.0 |1364M| 179 |   - |3270 |8661 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1657.52/1658.08	c  1610s|  1570k|856272 |     0 |   0.0 |1364M| 179 |   - |3270 |8722 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1666.12/1666.64	c  1618s|  1580k|856273 |     0 |   0.0 |1364M| 179 |   - |3270 |8660 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1674.72/1675.22	c  1627s|  1590k|856270 |     0 |   0.0 |1363M| 179 |   - |3270 |7894 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1683.52/1684.03	c  1635s|  1600k|856270 |     0 |   0.0 |1363M| 179 |   - |3270 |8054 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1692.31/1692.88	c  1644s|  1610k|856265 |     0 |   0.0 |1363M| 179 |   - |3270 |8151 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1701.22/1701.71	c  1652s|  1620k|856271 |     0 |   0.0 |1363M| 179 |   - |3270 |7859 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1709.90/1710.40	c  1661s|  1630k|856269 |     0 |   0.0 |1363M| 179 |   - |3270 |8303 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1718.82/1719.37	c  1669s|  1640k|856269 |     0 |   0.0 |1364M| 179 |   - |3270 |8469 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1728.00/1728.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1728.00/1728.59	c  1678s|  1650k|856269 |     0 |   0.0 |1363M| 179 |   - |3270 |8356 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1737.61/1738.16	c  1687s|  1660k|856270 |     0 |   0.0 |1363M| 179 |   - |3270 |8193 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1747.10/1747.65	c  1697s|  1670k|856266 |     0 |   0.0 |1363M| 179 |   - |3270 |8295 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1755.70/1756.28	c  1705s|  1680k|856264 |     0 |   0.0 |1363M| 179 |   - |3270 |8146 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1764.59/1765.17	c  1713s|  1690k|856261 |     0 |   0.0 |1364M| 179 |   - |3270 |8515 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1773.90/1774.47	c  1722s|  1700k|856250 |     0 |   0.0 |1363M| 179 |   - |3270 |8383 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1783.80/1784.35	c  1732s|  1710k|856254 |     0 |   0.0 |1365M| 179 |   - |3270 |9340 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1793.89/1794.47	c  1742s|  1720k|856252 |     0 |   0.0 |1366M| 179 |   - |3270 |9953 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1800.09/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.60	c 
1800.09/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.60	c Solving Time (sec) : 1747.79
1800.09/1800.60	c Solving Nodes      : 1726309
1800.09/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.60	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.60	c Gap                : infinite
1800.09/1800.60	s UNKNOWN
1800.09/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.60	c Solving Time       :    1747.79
1800.09/1800.60	c Original Problem   :
1800.09/1800.60	c   Problem name     : HOME/instance-2663505-1276684873.opb
1800.09/1800.60	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.60	c   Constraints      : 3372 initial, 3372 maximal
1800.09/1800.60	c Presolved Problem  :
1800.09/1800.60	c   Problem name     : t_HOME/instance-2663505-1276684873.opb
1800.09/1800.60	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.60	c   Constraints      : 3372 initial, 10704 maximal
1800.09/1800.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.09/1800.60	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.09/1800.60	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.60	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.60	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.60	c   knapsack         :          1          0    3414701          0    1038247     115665    1781981          0          0          0
1800.09/1800.60	c   setppc           :        200          0    4423220          0    1362903      37121     517325          0          0          0
1800.09/1800.60	c   and              :       3070          0    4386099          0    1362903        157   23401350          0          0          0
1800.09/1800.60	c   linear           :          1          0    4369714          0    1362903     311468    2664132          0          0          0
1800.09/1800.60	c   logicor          :        100+         0     948630          0    1362849      39990    1521182          0          0          0
1800.09/1800.60	c   countsols        :          0          0          0          0    1362903          0          0          0          0          0
1800.09/1800.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.60	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.60	c   knapsack         :     133.95       0.00     126.05       0.00       7.90
1800.09/1800.60	c   setppc           :     216.44       0.00      23.24       0.00     193.20
1800.09/1800.60	c   and              :     260.92       0.00     134.71       0.00     126.21
1800.09/1800.60	c   linear           :     354.50       0.00     353.07       0.00       1.43
1800.09/1800.60	c   logicor          :     137.37       0.00     124.70       0.00      12.67
1800.09/1800.60	c   countsols        :       0.77       0.00       0.00       0.00       0.77
1800.09/1800.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.60	c   vbounds          :       2.22          1          0          0
1800.09/1800.60	c   rootredcost      :       2.48          0          0          0
1800.09/1800.60	c   pseudoobj        :       1.79          0          0          0
1800.09/1800.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.60	c   propagation      :     357.60     504401     342191    2910846      165.6         58      142.0          -
1800.09/1800.60	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.60	c   applied globally :          -          -          -     413643      148.8          -          -          -
1800.09/1800.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.60	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.09/1800.60	c   redcost          :       0.00          0          0          0          0          0
1800.09/1800.60	c   impliedbounds    :       0.00          0          0          0          0          0
1800.09/1800.60	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.60	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.60	c   gomory           :       0.00          0          0          0          0          0
1800.09/1800.60	c   strongcg         :       0.00          0          0          0          0          0
1800.09/1800.60	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.60	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.60	c   clique           :       0.00          0          0          0          0          0
1800.09/1800.60	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.60	c   mcf              :       0.00          0          0          0          0          0
1800.09/1800.60	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.60	c Pricers            :       Time      Calls       Vars
1800.09/1800.60	c   problem variables:       0.00          0          0
1800.09/1800.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.60	c   relpscost        :       0.00          0          0          0          0          0          0
1800.09/1800.60	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.60	c   inference        :     330.88    1362903          0          0          0          0    2725806
1800.09/1800.60	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.60	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.60	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.60	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.60	c   LP solutions     :       0.00          -          0
1800.09/1800.60	c   pseudo solutions :       0.00          -          0
1800.09/1800.60	c   trivial          :       0.00          1          0
1800.09/1800.60	c   simplerounding   :       0.00          0          0
1800.09/1800.60	c   zirounding       :       0.00          0          0
1800.09/1800.60	c   rounding         :       0.00          0          0
1800.09/1800.60	c   shifting         :       0.00          0          0
1800.09/1800.60	c   intshifting      :       0.00          0          0
1800.09/1800.60	c   oneopt           :       0.00          0          0
1800.09/1800.60	c   twoopt           :       0.00          0          0
1800.09/1800.60	c   fixandinfer      :       0.00          0          0
1800.09/1800.60	c   feaspump         :       0.00          0          0
1800.09/1800.61	c   coefdiving       :       0.00          0          0
1800.09/1800.61	c   pscostdiving     :       0.00          0          0
1800.09/1800.61	c   fracdiving       :       0.00          0          0
1800.09/1800.61	c   veclendiving     :       0.00          0          0
1800.09/1800.61	c   intdiving        :       0.00          0          0
1800.09/1800.61	c   actconsdiving    :       0.00          0          0
1800.09/1800.61	c   objpscostdiving  :       0.00          0          0
1800.09/1800.61	c   rootsoldiving    :       0.00          0          0
1800.09/1800.61	c   linesearchdiving :       0.00          0          0
1800.09/1800.61	c   guideddiving     :       0.00          0          0
1800.09/1800.61	c   octane           :       0.00          0          0
1800.09/1800.61	c   rens             :       0.00          0          0
1800.09/1800.61	c   rins             :       0.00          0          0
1800.09/1800.61	c   localbranching   :       0.00          0          0
1800.09/1800.61	c   mutation         :       0.00          0          0
1800.09/1800.61	c   crossover        :       0.00          0          0
1800.09/1800.61	c   dins             :       0.00          0          0
1800.09/1800.61	c   undercover       :       0.00          0          0
1800.09/1800.61	c   nlp              :       0.00          0          0
1800.09/1800.61	c   trysol           :       0.00          0          0
1800.09/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.09/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.09/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.09/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.61	c B&B Tree           :
1800.09/1800.61	c   number of runs   :          1
1800.09/1800.61	c   nodes            :    1726309
1800.09/1800.61	c   nodes (total)    :    1726309
1800.09/1800.61	c   nodes left       :     856254
1800.09/1800.61	c   max depth        :        179
1800.09/1800.61	c   max depth (total):        179
1800.09/1800.61	c   backtracks       :     191196 (11.1%)
1800.09/1800.61	c   delayed cutoffs  :     143244
1800.09/1800.61	c   repropagations   :     855155 (3231293 domain reductions, 140995 cutoffs)
1800.09/1800.61	c   avg switch length:       3.32
1800.09/1800.61	c   switching time   :     205.44
1800.09/1800.61	c Solution           :
1800.09/1800.61	c   Solutions found  :          0 (0 improvements)
1800.09/1800.61	c   Primal Bound     :          -
1800.09/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.61	c   Gap              :   infinite
1800.09/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.61	c   Root Iterations  :          0

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-2663505-1276684873/watcher-2663505-1276684873 -o /tmp/evaluation-result-2663505-1276684873/solver-2663505-1276684873 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663505-1276684873.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: 1.00 1.00 1.00 3/106 16411
/proc/meminfo: memFree=1680224/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=6584 CPUtime=0
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 964 0 0 0 0 0 0 0 20 0 1 0 9782458 6742016 886 1992294400 4194304 7136930 140735609092496 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16411/statm: 1646 893 254 719 0 925 0

[startup+0.10372 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16411
/proc/meminfo: memFree=1680224/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=20480 CPUtime=0.1
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 4745 0 0 0 8 2 0 0 20 0 1 0 9782458 20971520 4313 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 5120 4313 327 719 0 4399 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 20480

[startup+0.200731 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16411
/proc/meminfo: memFree=1680224/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=20480 CPUtime=0.19
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 5023 0 0 0 12 7 0 0 20 0 1 0 9782458 20971520 4334 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 5120 4334 327 719 0 4399 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20480

[startup+0.300743 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16411
/proc/meminfo: memFree=1680224/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=22820 CPUtime=0.29
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 5892 0 0 0 18 11 0 0 20 0 1 0 9782458 23367680 4946 1992294400 4194304 7136930 140735609092496 18446744073709551615 5950425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 5705 4946 352 719 0 4984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22820

[startup+0.700789 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16411
/proc/meminfo: memFree=1680224/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=25560 CPUtime=0.69
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 8148 0 0 0 48 21 0 0 18 0 1 0 9782458 26173440 5660 1992294400 4194304 7136930 140735609092496 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 6390 5660 394 719 0 5669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25560

[startup+1.50088 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16412
/proc/meminfo: memFree=1658516/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=26600 CPUtime=1.49
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 8401 0 0 0 126 23 0 0 19 0 1 0 9782458 27238400 5913 1992294400 4194304 7136930 140735609092496 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 6650 5913 394 719 0 5929 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26600

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16412
/proc/meminfo: memFree=1656780/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=28372 CPUtime=3.09
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 8848 0 0 0 283 26 0 0 22 0 1 0 9782458 29052928 6360 1992294400 4194304 7136930 140735609092496 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 7093 6360 394 719 0 6372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28372

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16412
/proc/meminfo: memFree=1650580/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=34696 CPUtime=6.29
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 10405 0 0 0 595 34 0 0 25 0 1 0 9782458 35528704 7917 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 8674 7917 394 719 0 7953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34696

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16412
/proc/meminfo: memFree=1637188/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=47292 CPUtime=12.68
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 13564 0 0 0 1212 56 0 0 25 0 1 0 9782458 48427008 11076 1992294400 4194304 7136930 140735609092496 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 11823 11076 394 719 0 11102 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47292

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16412
/proc/meminfo: memFree=1619580/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=65492 CPUtime=25.48
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 18140 0 0 0 2463 85 0 0 25 0 1 0 9782458 67063808 15652 1992294400 4194304 7136930 140735609092496 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 16373 15652 394 719 0 15652 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65492

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16412
/proc/meminfo: memFree=1583496/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=100776 CPUtime=51.08
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 26878 0 0 0 4961 147 0 0 25 0 1 0 9782458 103194624 24390 1992294400 4194304 7136930 140735609092496 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 25194 24390 394 719 0 24473 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100776

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16414
/proc/meminfo: memFree=1507484/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=178616 CPUtime=102.26
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 45793 0 0 0 9943 283 0 0 25 0 1 0 9782458 182902784 43305 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 44654 43305 394 719 0 43933 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 178616

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16416
/proc/meminfo: memFree=1422048/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=267320 CPUtime=162.25
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 67374 0 0 0 15763 462 0 0 25 0 1 0 9782458 273735680 64886 1992294400 4194304 7136930 140735609092496 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 66830 64886 394 719 0 66109 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 267320

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16418
/proc/meminfo: memFree=1324832/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=369744 CPUtime=222.23
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 91331 0 0 0 21559 664 0 0 25 0 1 0 9782458 378617856 88843 1992294400 4194304 7136930 140735609092496 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 92436 88843 394 719 0 91715 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 369744

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16418
/proc/meminfo: memFree=1229104/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=473508 CPUtime=282.21
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 115268 0 0 0 27367 854 0 0 25 0 1 0 9782458 484872192 112780 1992294400 4194304 7136930 140735609092496 18446744073709551615 4948426 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 118377 112780 394 719 0 117656 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 473508

[startup+342.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 16420
/proc/meminfo: memFree=1178512/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=525556 CPUtime=342.2
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 127829 0 0 0 33174 1046 0 0 25 0 1 0 9782458 538169344 125341 1992294400 4194304 7136930 140735609092496 18446744073709551615 5121833 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 131389 125341 394 719 0 130668 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 525556

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 16422
/proc/meminfo: memFree=1113040/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=593948 CPUtime=402.18
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 144446 0 0 0 39054 1164 0 0 25 0 1 0 9782458 608202752 141958 1992294400 4194304 7136930 140735609092496 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 148487 141958 394 719 0 147766 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 593948

[startup+462.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 16424
/proc/meminfo: memFree=1045584/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=660532 CPUtime=462.17
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 161200 0 0 0 44917 1300 0 0 25 0 1 0 9782458 676384768 158712 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 165133 158712 394 719 0 164412 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 660532

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16426
/proc/meminfo: memFree=970936/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=735904 CPUtime=522.15
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 179585 0 0 0 50782 1433 0 0 25 0 1 0 9782458 753565696 177097 1992294400 4194304 7136930 140735609092496 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 183976 177097 394 719 0 183255 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 735904

[startup+582.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 16426
/proc/meminfo: memFree=902612/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=805380 CPUtime=582.14
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 196564 0 0 0 56637 1577 0 0 25 0 1 0 9782458 824709120 194076 1992294400 4194304 7136930 140735609092496 18446744073709551615 5918807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 201345 194076 394 719 0 200624 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 805380

[startup+642.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 16428
/proc/meminfo: memFree=830816/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=888976 CPUtime=642.12
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 214683 0 0 0 62477 1735 0 0 25 0 1 0 9782458 910311424 212195 1992294400 4194304 7136930 140735609092496 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 222244 212195 394 719 0 221523 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 888976

[startup+702.301 s]

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

/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 326920 0 0 0 97549 2653 0 0 25 0 1 0 9782458 1377554432 324432 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 336317 324432 394 719 0 335596 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1345268

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16440
/proc/meminfo: memFree=304436/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1423784 CPUtime=1062
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 346055 0 0 0 103389 2811 0 0 25 0 1 0 9782458 1457954816 343567 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 355946 343567 394 719 0 355225 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 1423784

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16442
/proc/meminfo: memFree=253720/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1474340 CPUtime=1121.99
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 361645 0 0 0 109193 3006 0 0 25 0 1 0 9782458 1509724160 355809 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 368585 355809 394 719 0 367864 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 1474340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16442
/proc/meminfo: memFree=250372/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1477552 CPUtime=1181.97
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 362460 0 0 0 114982 3215 0 0 25 0 1 0 9782458 1513013248 356624 1992294400 4194304 7136930 140735609092496 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 369388 356624 394 719 0 368667 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 1477552

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16453
/proc/meminfo: memFree=247892/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1479400 CPUtime=1241.93
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 362920 0 0 0 120778 3415 0 0 25 0 1 0 9782458 1514905600 357084 1992294400 4194304 7136930 140735609092496 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 369850 357084 394 719 0 369129 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1479400

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16455
/proc/meminfo: memFree=246652/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1480736 CPUtime=1301.92
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363244 0 0 0 126574 3618 0 0 25 0 1 0 9782458 1516273664 357408 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370184 357408 394 719 0 369463 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1480736

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16457
/proc/meminfo: memFree=246280/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1481044 CPUtime=1361.91
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363335 0 0 0 132375 3816 0 0 25 0 1 0 9782458 1516589056 357499 1992294400 4194304 7136930 140735609092496 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370261 357499 394 719 0 369540 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1481044

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16459
/proc/meminfo: memFree=245784/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1481664 CPUtime=1421.89
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363482 0 0 0 138169 4020 0 0 25 0 1 0 9782458 1517223936 357646 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370416 357646 394 719 0 369695 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1481664

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16459
/proc/meminfo: memFree=245784/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1481704 CPUtime=1481.87
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363490 0 0 0 143986 4201 0 0 25 0 1 0 9782458 1517264896 357654 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370426 357654 394 719 0 369705 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1481704

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16461
/proc/meminfo: memFree=245288/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1482220 CPUtime=1541.86
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363608 0 0 0 149786 4400 0 0 25 0 1 0 9782458 1517793280 357772 1992294400 4194304 7136930 140735609092496 18446744073709551615 4648644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370555 357772 394 719 0 369834 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1482220

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16463
/proc/meminfo: memFree=245164/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1482220 CPUtime=1601.84
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363616 0 0 0 155597 4587 0 0 25 0 1 0 9782458 1517793280 357780 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370555 357780 394 719 0 369834 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1482220

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16465
/proc/meminfo: memFree=243800/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1483416 CPUtime=1661.82
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363919 0 0 0 161402 4780 0 0 25 0 1 0 9782458 1519017984 358083 1992294400 4194304 7136930 140735609092496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370854 358083 394 719 0 370133 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1483416

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16467
/proc/meminfo: memFree=243676/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1483416 CPUtime=1721.8
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 363919 0 0 0 167208 4972 0 0 25 0 1 0 9782458 1519017984 358083 1992294400 4194304 7136930 140735609092496 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 370854 358083 394 719 0 370133 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 1483416

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16467
/proc/meminfo: memFree=242808/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1484088 CPUtime=1781.79
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 364108 0 0 0 173007 5172 0 0 25 0 1 0 9782458 1519706112 358272 1992294400 4194304 7136930 140735609092496 18446744073709551615 4221576 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 371022 358272 394 719 0 370301 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 1484088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16469
/proc/meminfo: memFree=242436/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1484452 CPUtime=1800.09
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 364200 0 0 0 174783 5226 0 0 25 0 1 0 9782458 1520078848 358364 1992294400 4194304 7136930 140735609092496 18446744073709551615 5909069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16411/statm: 371113 358364 394 719 0 370392 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1484452

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16411

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16470
/proc/meminfo: memFree=242428/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1484452 CPUtime=1800.98
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 364205 0 0 0 174872 5226 0 0 25 0 1 0 9782458 1520078848 358369 1992294400 4194304 7136930 140735609092496 18446744073709551615 6165639 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16411/statm: 371113 358369 399 719 0 370392 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 1484452

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16470
/proc/meminfo: memFree=242676/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=1480332 CPUtime=1801.78
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4202496 364205 0 0 0 174952 5226 0 0 25 0 1 0 9782458 1515859968 357339 1992294400 4194304 7136930 140735609092496 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16411/statm: 370083 357339 399 719 0 369362 0
Current children cumulated CPU time (s) 1801.78
Current children cumulated vsize (KiB) 1480332

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16470
/proc/meminfo: memFree=242676/2059040 swapFree=4192956/4192956
[pid=16411] ppid=16409 vsize=0 CPUtime=1802.18
/proc/16411/stat : 16411 (pbscip.linux.x8) R 16409 16411 15560 0 -1 4203524 364205 0 0 0 174983 5235 0 0 25 0 1 0 9782458 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16411/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.24
CPU user time (s): 1749.84
CPU system time (s): 52.402
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 1484944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.84
system time used= 52.402
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364205
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 18206

runsolver used 3.13552 second user time and 8.36473 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-16 12:41:13
IDJOB=2663505
IDBENCH=48383
IDSOLVER=1167
FILE ID=node033/2663505-1276684873
PBS_JOBID= 11172559
Free space on /tmp= 62592 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_15.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-2663505-1276684873/watcher-2663505-1276684873 -o /tmp/evaluation-result-2663505-1276684873/solver-2663505-1276684873 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663505-1276684873.opb -t 1800 -m 1800

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

MD5SUM BENCH= c41d0ae6b2deb2ba6caac7b74c416b6f
RANDOM SEED=1161102768

node033.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.242
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.48
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.242
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1680752 kB
Buffers:         78424 kB
Cached:         160848 kB
SwapCached:          0 kB
Active:          98336 kB
Inactive:       200796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1680752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3264 kB
Writeback:           0 kB
AnonPages:       59784 kB
Mapped:          15324 kB
Slab:            57524 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181348 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= 62588 MiB
End job on node033 at 2010-06-16 13:11:16