Trace number 2664402

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.1 1801.69

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557362.opb
MD5SUM0fb4f85eaa7daeec6ae4b4468524bb94
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.8631
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
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-2664402-1276291529.opb>
0.00/0.05	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.05	c problem read
0.00/0.05	c No objective function, only one solution is needed.
0.00/0.05	c presolving settings loaded
0.00/0.06	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.07	c presolving:
0.09/0.12	c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.09/0.13	c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.09/0.15	c presolving (3 rounds):
0.09/0.15	c  0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  242 implications, 22 cliques
0.09/0.15	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      22 constraints of type <setppc>
0.09/0.15	c    2541 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.06
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.95
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c limits/solutions = 1
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15	c separating/maxrounds = 1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/maxroundsroot = 5
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15	c constraints/knapsack/disaggregation = FALSE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c presolving/probing/maxrounds = 0
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/coefdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15	c heuristics/crossover/freq = -1
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/crossover/nodesofs = 750
0.09/0.15	c 
0.09/0.15	c # number of nodes without incumbent change that heuristic should wait
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15	c heuristics/crossover/nwaitingnodes = 100
0.09/0.15	c 
0.09/0.15	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15	c # [type: real, range: [0,1], default: 0.1]
0.09/0.15	c heuristics/crossover/nodesquot = 0.15
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixed 
0.09/0.15	c # [type: real, range: [0,1], default: 0.666]
0.09/0.15	c heuristics/crossover/minfixingrate = 0.5
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/feaspump/freq = -1
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/fracdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/guideddiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/intshifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/linesearchdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/nlp/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/objpscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15	c # [type: real, range: [0,1], default: 0.01]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/oneopt/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/pscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/rens/freq = -1
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixable 
0.09/0.15	c # [type: real, range: [0,1], default: 0.5]
0.09/0.15	c heuristics/rens/minfixingrate = 0.3
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/rens/nodesofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/rootsoldiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/rounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/shifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/simplerounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/trivial/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/trysol/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/veclendiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/zirounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/cmir/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/flowcover/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |2396k|   0 |   - | 231 |2564 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.89/3.91	c   3.6s| 10000 |  8332 |     0 |   0.0 |7171k| 105 |   - | 231 |4319 |   0 |   0 |   0 |2505 |   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.44	c   8.9s| 20000 | 15056 |     0 |   0.0 |  12M| 105 |   - | 231 |5620 |   0 |   0 |   0 |7131 |   0 | 0.000000e+00 |      --      |    Inf 
14.29/14.36	c  13.6s| 30000 | 22996 |     0 |   0.0 |  16M| 105 |   - | 231 |5907 |   0 |   0 |   0 |9967 |   0 | 0.000000e+00 |      --      |    Inf 
19.69/19.71	c  18.7s| 40000 | 30592 |     0 |   0.0 |  20M| 105 |   - | 231 |6109 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
25.48/25.54	c  24.3s| 50000 | 37918 |     0 |   0.0 |  25M| 105 |   - | 231 |6599 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
31.79/31.87	c  30.4s| 60000 | 45055 |     0 |   0.0 |  29M| 105 |   - | 231 |6990 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
38.87/38.95	c  37.3s| 70000 | 51772 |     0 |   0.0 |  34M| 105 |   - | 231 |7790 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
47.07/47.19	c  45.3s| 80000 | 57954 |     0 |   0.0 |  39M| 105 |   - | 231 |8958 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
56.87/56.99	c  54.8s| 90000 | 63719 |     0 |   0.0 |  44M| 105 |   - | 231 |9857 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
68.47/68.55	c  66.1s|100000 | 68770 |     0 |   0.0 |  49M| 105 |   - | 231 |  10k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
83.16/83.26	c  80.5s|110000 | 72750 |     0 |   0.0 |  54M| 105 |   - | 231 |  12k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
101.76/101.85	c  98.7s|120000 | 75441 |     0 |   0.0 |  58M| 105 |   - | 231 |  12k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
113.05/113.14	c   110s|130000 | 82051 |     0 |   0.0 |  62M| 105 |   - | 231 |9320 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
124.16/124.21	c   121s|140000 | 88114 |     0 |   0.0 |  66M| 105 |   - | 231 |8474 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
134.45/134.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.45/134.53	c   131s|150000 | 94237 |     0 |   0.0 |  71M| 105 |   - | 231 |8423 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
145.05/145.20	c   141s|160000 |100053 |     0 |   0.0 |  75M| 105 |   - | 231 |8520 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
155.64/155.79	c   151s|170000 |105869 |     0 |   0.0 |  79M| 105 |   - | 231 |8792 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
166.74/166.85	c   162s|180000 |111446 |     0 |   0.0 |  84M| 105 |   - | 231 |8798 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
177.84/177.93	c   173s|190000 |117010 |     0 |   0.0 |  88M| 105 |   - | 231 |9174 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
189.33/189.45	c   184s|200000 |122435 |     0 |   0.0 |  92M| 105 |   - | 231 |9061 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
200.73/200.89	c   195s|210000 |127971 |     0 |   0.0 |  96M| 105 |   - | 231 |9283 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
212.62/212.73	c   207s|220000 |133347 |     0 |   0.0 | 100M| 105 |   - | 231 |9626 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
224.12/224.23	c   218s|230000 |138870 |     0 |   0.0 | 104M| 105 |   - | 231 |9680 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
236.32/236.40	c   230s|240000 |144233 |     0 |   0.0 | 108M| 105 |   - | 231 |9824 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
248.31/248.50	c   242s|250000 |149604 |     0 |   0.0 | 112M| 105 |   - | 231 |  10k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
261.11/261.25	c   254s|260000 |154821 |     0 |   0.0 | 116M| 105 |   - | 231 |  10k|   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
276.10/276.28	c   269s|270000 |159309 |     0 |   0.0 | 121M| 105 |   - | 231 |  11k|   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
291.40/291.54	c   284s|280000 |163845 |     0 |   0.0 | 126M| 105 |   - | 231 |  12k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
308.19/308.35	c   300s|290000 |168010 |     0 |   0.0 | 130M| 105 |   - | 231 |  12k|   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
325.39/325.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.39/325.55	c   317s|300000 |172131 |     0 |   0.0 | 135M| 105 |   - | 231 |  13k|   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
342.48/342.63	c   334s|310000 |176447 |     0 |   0.0 | 139M| 105 |   - | 231 |  13k|   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
361.87/362.06	c   353s|320000 |179990 |     0 |   0.0 | 144M| 105 |   - | 231 |  13k|   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
382.16/382.37	c   373s|330000 |183400 |     0 |   0.0 | 148M| 105 |   - | 231 |  14k|   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
402.86/403.09	c   393s|340000 |186779 |     0 |   0.0 | 153M| 105 |   - | 231 |  14k|   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
425.56/425.79	c   416s|350000 |189520 |     0 |   0.0 | 157M| 105 |   - | 231 |  14k|   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
449.04/449.25	c   439s|360000 |192100 |     0 |   0.0 | 162M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
472.24/472.46	c   462s|370000 |194917 |     0 |   0.0 | 166M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
496.72/496.92	c   486s|380000 |197505 |     0 |   0.0 | 170M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
523.42/523.69	c   512s|390000 |199482 |     0 |   0.0 | 174M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
551.31/551.55	c   540s|400000 |201296 |     0 |   0.0 | 178M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
580.30/580.54	c   568s|410000 |202896 |     0 |   0.0 | 182M| 105 |   - | 231 |  17k|   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
613.60/613.89	c   601s|420000 |203459 |     0 |   0.0 | 185M| 105 |   - | 231 |  18k|   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
649.97/650.27	c   637s|430000 |203452 |     0 |   0.0 | 188M| 105 |   - | 231 |  18k|   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
692.86/693.18	c   680s|440000 |202130 |     0 |   0.0 | 189M| 105 |   - | 231 |  20k|   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
734.94/735.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.94/735.26	c   721s|450000 |202162 |     0 |   0.0 | 190M| 105 |   - | 231 |  17k|   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
770.63/770.98	c   757s|460000 |204285 |     0 |   0.0 | 194M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
804.83/805.10	c   791s|470000 |205969 |     0 |   0.0 | 199M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
839.71/840.06	c   825s|480000 |207158 |     0 |   0.0 | 204M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
875.89/876.28	c   861s|490000 |207933 |     0 |   0.0 | 208M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
912.38/912.71	c   897s|500000 |208555 |     0 |   0.0 | 213M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
948.78/949.10	c   933s|510000 |209148 |     0 |   0.0 | 217M| 105 |   - | 231 |  15k|   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
986.47/986.85	c   970s|520000 |209172 |     0 |   0.0 | 221M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1023.85/1024.29	c  1007s|530000 |209303 |     0 |   0.0 | 225M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1062.34/1062.76	c  1045s|540000 |209271 |     0 |   0.0 | 229M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1101.13/1101.58	c  1084s|550000 |209104 |     0 |   0.0 | 233M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
1141.42/1141.81	c  1124s|560000 |208425 |     0 |   0.0 | 237M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1181.01/1181.44	c  1163s|570000 |207958 |     0 |   0.0 | 240M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
1221.99/1222.43	c  1204s|580000 |207033 |     0 |   0.0 | 243M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
1263.58/1264.01	c  1245s|590000 |206041 |     0 |   0.0 | 246M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
1305.27/1305.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.27/1305.74	c  1286s|600000 |204802 |     0 |   0.0 | 250M| 105 |   - | 231 |  17k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
1349.45/1349.97	c  1330s|610000 |203434 |     0 |   0.0 | 252M| 105 |   - | 231 |  16k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
1392.74/1393.24	c  1373s|620000 |201891 |     0 |   0.0 | 256M| 105 |   - | 231 |  18k|   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
1437.72/1438.27	c  1418s|630000 |200450 |     0 |   0.0 | 258M| 105 |   - | 231 |  17k|   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
1480.71/1481.29	c  1460s|640000 |199287 |     0 |   0.0 | 263M| 105 |   - | 231 |  19k|   0 |   0 |   0 | 575k|   0 | 0.000000e+00 |      --      |    Inf 
1527.49/1528.09	c  1507s|650000 |197714 |     0 |   0.0 | 264M| 105 |   - | 231 |  18k|   0 |   0 |   0 | 589k|   0 | 0.000000e+00 |      --      |    Inf 
1571.98/1572.58	c  1551s|660000 |196409 |     0 |   0.0 | 268M| 105 |   - | 231 |  19k|   0 |   0 |   0 | 603k|   0 | 0.000000e+00 |      --      |    Inf 
1621.67/1622.26	c  1600s|670000 |194552 |     0 |   0.0 | 270M| 105 |   - | 231 |  18k|   0 |   0 |   0 | 618k|   0 | 0.000000e+00 |      --      |    Inf 
1663.04/1663.61	c  1641s|680000 |194199 |     0 |   0.0 | 274M| 105 |   - | 231 |  20k|   0 |   0 |   0 | 631k|   0 | 0.000000e+00 |      --      |    Inf 
1712.73/1713.35	c  1690s|690000 |192309 |     0 |   0.0 | 275M| 105 |   - | 231 |  20k|   0 |   0 |   0 | 646k|   0 | 0.000000e+00 |      --      |    Inf 
1757.71/1758.31	c  1735s|700000 |191400 |     0 |   0.0 | 279M| 105 |   - | 231 |  21k|   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.62	c 
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time (sec) : 1776.65
1800.02/1800.62	c Solving Nodes      : 707994
1800.02/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.62	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.62	c Gap                : infinite
1800.02/1800.62	s UNKNOWN
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time       :    1776.65
1800.02/1800.62	c Original Problem   :
1800.02/1800.62	c   Problem name     : HOME/instance-2664402-1276291529.opb
1800.02/1800.62	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 2707 initial, 2707 maximal
1800.02/1800.62	c Presolved Problem  :
1800.02/1800.62	c   Problem name     : t_HOME/instance-2664402-1276291529.opb
1800.02/1800.62	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 2564 initial, 22789 maximal
1800.02/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   linear           :       0.03          0          0          0          0          0        143          0          0
1800.02/1800.62	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.62	c   knapsack         :          1          0    2467641          0     520129      63380   10147438          0          0          0
1800.02/1800.62	c   setppc           :         22          0    2420000          0     520129     116194    2393949          0          0          0
1800.02/1800.62	c   logicor          :       2541+         0    1946683          0     520127     114381    7432463          0          0          0
1800.02/1800.62	c   countsols        :          0          0          0          0     520118          0          0          0          0          0
1800.02/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.62	c   knapsack         :      60.44       0.00      57.52       0.00       2.92
1800.02/1800.62	c   setppc           :      34.36       0.00      26.78       0.00       7.58
1800.02/1800.62	c   logicor          :     917.69       0.00     850.70       0.00      66.99
1800.02/1800.62	c   countsols        :       0.22       0.00       0.00       0.00       0.22
1800.02/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.62	c   vbounds          :       1.28          1          0          0
1800.02/1800.62	c   rootredcost      :       1.69          0          0          0
1800.02/1800.62	c   pseudoobj        :       1.27          0          0          0
1800.02/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.62	c   propagation      :      18.87     293955     293553    1426979       19.7       6996       18.5          -
1800.02/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.62	c   applied globally :          -          -          -     669401       15.3          -          -          -
1800.02/1800.62	c   applied locally  :          -          -          -       3104       34.1          -          -          -
1800.02/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.62	c Pricers            :       Time      Calls       Vars
1800.02/1800.62	c   problem variables:       0.00          0          0
1800.02/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   inference        :      14.57     520118          0          0          0          0    1040236
1800.02/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.62	c   LP solutions     :       0.00          -          0
1800.02/1800.62	c   pseudo solutions :       0.00          -          0
1800.02/1800.62	c   trivial          :       0.00          1          0
1800.02/1800.62	c   simplerounding   :       0.00          0          0
1800.02/1800.62	c   zirounding       :       0.00          0          0
1800.02/1800.62	c   rounding         :       0.00          0          0
1800.02/1800.62	c   shifting         :       0.00          0          0
1800.02/1800.62	c   intshifting      :       0.00          0          0
1800.02/1800.62	c   oneopt           :       0.00          0          0
1800.02/1800.62	c   twoopt           :       0.00          0          0
1800.02/1800.62	c   fixandinfer      :       0.00          0          0
1800.02/1800.62	c   feaspump         :       0.00          0          0
1800.02/1800.62	c   coefdiving       :       0.00          0          0
1800.02/1800.62	c   pscostdiving     :       0.00          0          0
1800.02/1800.62	c   fracdiving       :       0.00          0          0
1800.02/1800.62	c   veclendiving     :       0.00          0          0
1800.02/1800.62	c   intdiving        :       0.00          0          0
1800.02/1800.62	c   actconsdiving    :       0.00          0          0
1800.02/1800.62	c   objpscostdiving  :       0.00          0          0
1800.02/1800.62	c   rootsoldiving    :       0.00          0          0
1800.02/1800.62	c   linesearchdiving :       0.00          0          0
1800.02/1800.62	c   guideddiving     :       0.00          0          0
1800.02/1800.62	c   octane           :       0.00          0          0
1800.02/1800.62	c   rens             :       0.00          0          0
1800.02/1800.62	c   rins             :       0.00          0          0
1800.02/1800.62	c   localbranching   :       0.00          0          0
1800.02/1800.62	c   mutation         :       0.00          0          0
1800.02/1800.62	c   crossover        :       0.00          0          0
1800.02/1800.62	c   dins             :       0.00          0          0
1800.02/1800.62	c   undercover       :       0.00          0          0
1800.02/1800.62	c   nlp              :       0.00          0          0
1800.02/1800.62	c   trysol           :       0.00          0          0
1800.02/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.62	c B&B Tree           :
1800.02/1800.62	c   number of runs   :          1
1800.02/1800.62	c   nodes            :     707994
1800.02/1800.62	c   nodes (total)    :     707994
1800.02/1800.62	c   nodes left       :     189543
1800.02/1800.62	c   max depth        :        105
1800.02/1800.62	c   max depth (total):        105
1800.02/1800.62	c   backtracks       :     211718 (29.9%)
1800.02/1800.62	c   delayed cutoffs  :     142700
1800.02/1800.62	c   repropagations   :     621512 (6184084 domain reductions, 106079 cutoffs)
1800.02/1800.62	c   avg switch length:      17.13
1800.02/1800.62	c   switching time   :     500.75
1800.02/1800.62	c Solution           :
1800.02/1800.62	c   Solutions found  :          0 (0 improvements)
1800.02/1800.62	c   Primal Bound     :          -
1800.02/1800.62	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.62	c   Gap              :   infinite
1800.02/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.62	c   Root Iterations  :          0
1801.00/1801.68	c Time complete: 1801.09.

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-2664402-1276291529/watcher-2664402-1276291529 -o /tmp/evaluation-result-2664402-1276291529/solver-2664402-1276291529 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664402-1276291529.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: 2.68 2.60 1.95 3/106 6811
/proc/meminfo: memFree=1551776/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=6584 CPUtime=0
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 1009 0 0 0 0 0 0 0 20 0 1 0 4754418 6742016 932 1992294400 4194304 7136930 140737275960016 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6811/statm: 1646 941 254 719 0 925 0

[startup+0.0952999 s]
/proc/loadavg: 2.68 2.60 1.95 3/106 6811
/proc/meminfo: memFree=1551776/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=14468 CPUtime=0.09
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 3532 0 0 0 8 1 0 0 20 0 1 0 4754418 14815232 2844 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 3617 2844 343 719 0 2896 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14468

[startup+0.101301 s]
/proc/loadavg: 2.68 2.60 1.95 3/106 6811
/proc/meminfo: memFree=1551776/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=14764 CPUtime=0.09
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 3607 0 0 0 8 1 0 0 20 0 1 0 4754418 15118336 2919 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 3691 2919 345 719 0 2970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14764

[startup+0.301328 s]
/proc/loadavg: 2.68 2.60 1.95 3/106 6811
/proc/meminfo: memFree=1551776/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=17060 CPUtime=0.29
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 6813 0 0 0 26 3 0 0 20 0 1 0 4754418 17469440 3555 1992294400 4194304 7136930 140737275960016 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 4265 3555 391 719 0 3544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17060

[startup+0.70138 s]
/proc/loadavg: 2.68 2.60 1.95 3/106 6811
/proc/meminfo: memFree=1551776/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=17848 CPUtime=0.69
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 7008 0 0 0 64 5 0 0 21 0 1 0 4754418 18276352 3750 1992294400 4194304 7136930 140737275960016 18446744073709551615 4414520 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 4462 3750 391 719 0 3741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17848

[startup+1.50148 s]
/proc/loadavg: 2.68 2.60 1.95 2/107 6812
/proc/meminfo: memFree=1537508/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=19040 CPUtime=1.49
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 7313 0 0 0 141 8 0 0 23 0 1 0 4754418 19496960 4055 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 4760 4055 391 719 0 4039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19040

[startup+3.10069 s]
/proc/loadavg: 2.55 2.57 1.94 2/107 6812
/proc/meminfo: memFree=1535276/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=21624 CPUtime=3.09
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 7968 0 0 0 291 18 0 0 25 0 1 0 4754418 22142976 4710 1992294400 4194304 7136930 140737275960016 18446744073709551615 4697015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 5406 4710 391 719 0 4685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21624

[startup+6.30111 s]
/proc/loadavg: 2.55 2.57 1.94 2/107 6812
/proc/meminfo: memFree=1530688/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=25688 CPUtime=6.29
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 9011 0 0 0 597 32 0 0 25 0 1 0 4754418 26304512 5753 1992294400 4194304 7136930 140737275960016 18446744073709551615 4661067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 6422 5753 391 719 0 5701 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25688

[startup+12.7009 s]
/proc/loadavg: 2.31 2.52 1.93 2/107 6812
/proc/meminfo: memFree=1523124/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=33064 CPUtime=12.69
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 10851 0 0 0 1208 61 0 0 25 0 1 0 4754418 33857536 7593 1992294400 4194304 7136930 140737275960016 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 8266 7593 391 719 0 7545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33064

[startup+25.5016 s]
/proc/loadavg: 2.11 2.47 1.92 2/107 6814
/proc/meminfo: memFree=1510724/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=44924 CPUtime=25.48
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 13888 0 0 0 2434 114 0 0 25 0 1 0 4754418 46002176 10630 1992294400 4194304 7136930 140737275960016 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 11231 10630 391 719 0 10510 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44924

[startup+51.1009 s]
/proc/loadavg: 1.73 2.35 1.90 2/107 6814
/proc/meminfo: memFree=1489768/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=65476 CPUtime=51.07
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 19058 0 0 0 4912 195 0 0 25 0 1 0 4754418 67047424 15800 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 16369 15800 391 719 0 15648 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65476

[startup+102.309 s]
/proc/loadavg: 1.29 2.12 1.84 2/107 6816
/proc/meminfo: memFree=1468440/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=88596 CPUtime=102.26
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 24310 0 0 0 9919 307 0 0 25 0 1 0 4754418 90722304 21052 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 22149 21052 391 719 0 21428 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 88596

[startup+162.301 s]
/proc/loadavg: 1.10 1.91 1.79 2/107 6816
/proc/meminfo: memFree=1436820/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=119752 CPUtime=162.24
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 32172 0 0 0 15769 455 0 0 25 0 1 0 4754418 122626048 28914 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 29938 28914 391 719 0 29217 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 119752

[startup+222.301 s]
/proc/loadavg: 1.04 1.74 1.73 2/107 6818
/proc/meminfo: memFree=1411400/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=144952 CPUtime=222.22
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 38545 0 0 0 21616 606 0 0 25 0 1 0 4754418 148430848 35287 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 36238 35287 391 719 0 35517 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 144952

[startup+282.301 s]
/proc/loadavg: 1.01 1.60 1.69 2/107 6820
/proc/meminfo: memFree=1386848/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=169352 CPUtime=282.2
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 44682 0 0 0 27480 740 0 0 25 0 1 0 4754418 173416448 41424 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 42338 41424 391 719 0 41617 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 169352

[startup+342.302 s]
/proc/loadavg: 1.00 1.49 1.64 2/107 6822
/proc/meminfo: memFree=1370728/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=184976 CPUtime=342.17
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 48587 0 0 0 33366 851 0 0 25 0 1 0 4754418 189415424 45329 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 46244 45329 391 719 0 45523 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 184976

[startup+402.302 s]
/proc/loadavg: 1.00 1.40 1.60 2/107 6824
/proc/meminfo: memFree=1355724/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=199856 CPUtime=402.15
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 52341 0 0 0 39265 950 0 0 25 0 1 0 4754418 204652544 49083 1992294400 4194304 7136930 140737275960016 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 49964 49083 391 719 0 49243 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 199856

[startup+462.301 s]
/proc/loadavg: 1.00 1.32 1.56 2/107 6824
/proc/meminfo: memFree=1342456/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=212832 CPUtime=462.14
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 55642 0 0 0 45176 1038 0 0 25 0 1 0 4754418 217939968 52384 1992294400 4194304 7136930 140737275960016 18446744073709551615 4998262 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 53208 52384 391 719 0 52487 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 212832

[startup+522.301 s]
/proc/loadavg: 1.00 1.27 1.52 2/107 6826
/proc/meminfo: memFree=1327700/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=231492 CPUtime=522.12
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 59295 0 0 0 51095 1117 0 0 25 0 1 0 4754418 237047808 56037 1992294400 4194304 7136930 140737275960016 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 57873 56037 391 719 0 57152 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 231492

[startup+582.301 s]
/proc/loadavg: 1.00 1.21 1.49 2/107 6828
/proc/meminfo: memFree=1316788/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=242384 CPUtime=582.09
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 62038 0 0 0 57012 1197 0 0 25 0 1 0 4754418 248201216 58780 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 60596 58780 391 719 0 59875 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 242384

[startup+642.302 s]
/proc/loadavg: 1.10 1.20 1.46 2/107 6830
/proc/meminfo: memFree=1311704/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=247588 CPUtime=642.08
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 63269 0 0 0 62946 1262 0 0 25 0 1 0 4754418 253530112 60011 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 61897 60011 391 719 0 61176 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 247588

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 1.06 1.12 1.35 2/107 6838
/proc/meminfo: memFree=1276364/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=284624 CPUtime=941.98
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 72260 0 0 0 92628 1570 0 0 25 0 1 0 4754418 291454976 69002 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 71156 69002 391 719 0 70435 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 284624

[startup+1002.3 s]
/proc/loadavg: 1.06 1.11 1.33 2/107 6840
/proc/meminfo: memFree=1265824/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=293960 CPUtime=1001.96
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 74598 0 0 0 98566 1630 0 0 25 0 1 0 4754418 301015040 71340 1992294400 4194304 7136930 140737275960016 18446744073709551615 4210607 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 73490 71340 391 719 0 72769 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 293960

[startup+1062.3 s]
/proc/loadavg: 1.06 1.10 1.31 2/107 6840
/proc/meminfo: memFree=1259004/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=300768 CPUtime=1061.94
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 76307 0 0 0 104504 1690 0 0 25 0 1 0 4754418 307986432 73049 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 75192 73049 391 719 0 74471 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 300768

[startup+1122.3 s]
/proc/loadavg: 1.05 1.09 1.29 2/107 6842
/proc/meminfo: memFree=1255284/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=304460 CPUtime=1121.92
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 77215 0 0 0 110442 1750 0 0 25 0 1 0 4754418 311767040 73957 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 76115 73957 391 719 0 75394 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 304460

[startup+1182.3 s]
/proc/loadavg: 1.02 1.07 1.27 2/107 6844
/proc/meminfo: memFree=1250572/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=309084 CPUtime=1181.91
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 78393 0 0 0 116390 1801 0 0 25 0 1 0 4754418 316502016 75135 1992294400 4194304 7136930 140737275960016 18446744073709551615 4210555 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 77271 75135 391 719 0 76550 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 309084

[startup+1242.3 s]
/proc/loadavg: 1.00 1.06 1.25 2/107 6846
/proc/meminfo: memFree=1243876/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=315668 CPUtime=1241.89
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 80054 0 0 0 122335 1854 0 0 25 0 1 0 4754418 323244032 76796 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 78917 76796 391 719 0 78196 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 315668

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.23 2/107 6848
/proc/meminfo: memFree=1240032/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=319356 CPUtime=1301.88
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 80979 0 0 0 128280 1908 0 0 25 0 1 0 4754418 327020544 77721 1992294400 4194304 7136930 140737275960016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 79839 77721 391 719 0 79118 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 319356

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.22 2/107 6848
/proc/meminfo: memFree=1230608/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=329796 CPUtime=1361.85
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 83522 0 0 0 134224 1961 0 0 25 0 1 0 4754418 337711104 80264 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 82449 80264 391 719 0 81728 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 329796

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.20 2/107 6850
/proc/meminfo: memFree=1223168/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=336244 CPUtime=1421.84
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 85170 0 0 0 140177 2007 0 0 25 0 1 0 4754418 344313856 81912 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 84061 81912 391 719 0 83340 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 336244

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 6852
/proc/meminfo: memFree=1215852/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=343848 CPUtime=1481.81
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 87001 0 0 0 146119 2062 0 0 25 0 1 0 4754418 352100352 83743 1992294400 4194304 7136930 140737275960016 18446744073709551615 4590477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 85962 83743 391 719 0 85241 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 343848

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/107 6854
/proc/meminfo: memFree=1209156/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=350572 CPUtime=1541.79
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 88640 0 0 0 152066 2113 0 0 25 0 1 0 4754418 358985728 85382 1992294400 4194304 7136930 140737275960016 18446744073709551615 5955595 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 87643 85382 391 719 0 86922 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 350572

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 6856
/proc/meminfo: memFree=1207792/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=351808 CPUtime=1601.77
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 88983 0 0 0 158015 2162 0 0 25 0 1 0 4754418 360251392 85725 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 87952 85725 391 719 0 87231 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 351808

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 6856
/proc/meminfo: memFree=1203700/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=355844 CPUtime=1661.74
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 90019 0 0 0 163960 2214 0 0 25 0 1 0 4754418 364384256 86761 1992294400 4194304 7136930 140737275960016 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 88961 86761 391 719 0 88240 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 355844

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 6858
/proc/meminfo: memFree=1200724/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=359184 CPUtime=1721.73
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 90733 0 0 0 169908 2265 0 0 25 0 1 0 4754418 367804416 87475 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 89796 87475 391 719 0 89075 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 359184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 6860
/proc/meminfo: memFree=1196136/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=363388 CPUtime=1781.72
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 91806 0 0 0 175856 2316 0 0 25 0 1 0 4754418 372109312 88548 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 90847 88548 391 719 0 90126 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 363388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 6860
/proc/meminfo: memFree=1195144/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=364412 CPUtime=1800.02
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 92074 0 0 0 177670 2332 0 0 25 0 1 0 4754418 373157888 88816 1992294400 4194304 7136930 140737275960016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6811/statm: 91103 88816 391 719 0 90382 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 364412

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 1.00 1.12 2/107 6860
/proc/meminfo: memFree=1195144/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=363480 CPUtime=1800.8
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 92100 0 0 0 177748 2332 0 0 25 0 1 0 4754418 372203520 88586 1992294400 4194304 7136930 140737275960016 18446744073709551615 4670170 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6811/statm: 90870 88586 396 719 0 90149 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 363480

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 6860
/proc/meminfo: memFree=1195144/2059040 swapFree=4192956/4192956
[pid=6811] ppid=6809 vsize=356812 CPUtime=1801
/proc/6811/stat : 6811 (pbscip.linux.x8) R 6809 6811 6786 0 -1 4202496 92100 0 0 0 177768 2332 0 0 25 0 1 0 4754418 365375488 86919 1992294400 4194304 7136930 140737275960016 18446744073709551615 4997838 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6811/statm: 89203 86919 396 719 0 88482 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 356812

Child status: 0
Real time (s): 1801.69
CPU time (s): 1801.1
CPU user time (s): 1777.74
CPU system time (s): 23.3644
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 364504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.74
system time used= 23.3644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92107
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= 4436

runsolver used 2.85057 second user time and 8.64069 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-11 23:25:29
IDJOB=2664402
IDBENCH=1301
IDSOLVER=1167
FILE ID=node013/2664402-1276291529
PBS_JOBID= 11173116
Free space on /tmp= 62424 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557362.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-2664402-1276291529/watcher-2664402-1276291529 -o /tmp/evaluation-result-2664402-1276291529/solver-2664402-1276291529 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664402-1276291529.opb -t 1800 -m 1800

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

MD5SUM BENCH= 0fb4f85eaa7daeec6ae4b4468524bb94
RANDOM SEED=1400741482

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1552304 kB
Buffers:         68096 kB
Cached:         311748 kB
SwapCached:          0 kB
Active:         173508 kB
Inactive:       265372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1552304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3588 kB
Writeback:           0 kB
AnonPages:       59064 kB
Mapped:          15312 kB
Slab:            46212 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179384 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= 62420 MiB
End job on node013 at 2010-06-11 23:55:32