Trace number 2664272

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 solverSAT 584.926 585.09

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12bt.opb
MD5SUMb789f830862c22cea2a920d3cb2b89b5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.339947
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664272-1276270549.opb>
0.00/0.02	c original problem has 266 variables (266 bin, 0 int, 0 impl, 0 cont) and 573 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 3 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.03	c (round 2) 14 del vars, 18 del conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.03	c (round 3) 14 del vars, 29 del conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.05/0.05	c (round 4) 14 del vars, 29 del conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 302 impls, 0 clqs
0.05/0.06	c (round 5) 20 del vars, 29 del conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.05/0.07	c presolving (6 rounds):
0.05/0.07	c  20 deleted vars, 29 deleted constraints, 12 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.07	c  6476 implications, 6 cliques
0.05/0.07	c presolved problem has 246 variables (246 bin, 0 int, 0 impl, 0 cont) and 544 constraints
0.05/0.07	c     162 constraints of type <knapsack>
0.05/0.07	c     382 constraints of type <logicor>
0.05/0.07	c transformed objective value is always integral (scale: 1)
0.05/0.07	c Presolving Time: 0.03
0.05/0.07	c - non default parameters ----------------------------------------------------------------------
0.05/0.07	c # SCIP version 1.2.1.2
0.05/0.07	c 
0.05/0.07	c # frequency for displaying node information lines
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.07	c display/freq = 10000
0.05/0.07	c 
0.05/0.07	c # maximal time in seconds to run
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.07	c limits/time = 1799.99
0.05/0.07	c 
0.05/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.07	c limits/memory = 1620
0.05/0.07	c 
0.05/0.07	c # solving stops, if the given number of solutions were found (-1: no limit)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.07	c limits/solutions = 1
0.05/0.07	c 
0.05/0.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c lp/solvefreq = -1
0.05/0.07	c 
0.05/0.07	c # maximal number of separation rounds per node (-1: unlimited)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 5]
0.05/0.07	c separating/maxrounds = 1
0.05/0.07	c 
0.05/0.07	c # maximal number of separation rounds in the root node (-1: unlimited)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.07	c separating/maxroundsroot = 5
0.05/0.07	c 
0.05/0.07	c # should presolving try to simplify inequalities
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c constraints/linear/simplifyinequalities = TRUE
0.05/0.07	c 
0.05/0.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.05/0.07	c constraints/knapsack/disaggregation = FALSE
0.05/0.07	c 
0.05/0.07	c # should presolving try to simplify knapsacks
0.05/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.07	c 
0.05/0.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.07	c presolving/probing/maxrounds = 0
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/coefdiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/coefdiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/coefdiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 30]
0.05/0.07	c heuristics/crossover/freq = -1
0.05/0.07	c 
0.05/0.07	c # number of nodes added to the contingent of the total nodes
0.05/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.05/0.07	c heuristics/crossover/nodesofs = 750
0.05/0.07	c 
0.05/0.07	c # number of nodes without incumbent change that heuristic should wait
0.05/0.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.05/0.07	c heuristics/crossover/nwaitingnodes = 100
0.05/0.07	c 
0.05/0.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.05/0.07	c # [type: real, range: [0,1], default: 0.1]
0.05/0.07	c heuristics/crossover/nodesquot = 0.15
0.05/0.07	c 
0.05/0.07	c # minimum percentage of integer variables that have to be fixed 
0.05/0.07	c # [type: real, range: [0,1], default: 0.666]
0.05/0.07	c heuristics/crossover/minfixingrate = 0.5
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.05/0.07	c heuristics/feaspump/freq = -1
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/feaspump/maxlpiterofs = 2000
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/fracdiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/fracdiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/fracdiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/guideddiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/guideddiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/guideddiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/intdiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/intshifting/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/linesearchdiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c heuristics/nlp/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.05/0.07	c heuristics/objpscostdiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to total iteration number
0.05/0.07	c # [type: real, range: [0,1], default: 0.01]
0.05/0.07	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c heuristics/oneopt/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/pscostdiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/pscostdiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.07	c heuristics/rens/freq = -1
0.05/0.07	c 
0.05/0.07	c # minimum percentage of integer variables that have to be fixable 
0.05/0.07	c # [type: real, range: [0,1], default: 0.5]
0.05/0.07	c heuristics/rens/minfixingrate = 0.3
0.05/0.07	c 
0.05/0.07	c # number of nodes added to the contingent of the total nodes
0.05/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.05/0.07	c heuristics/rens/nodesofs = 2000
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.05/0.07	c heuristics/rootsoldiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.05/0.07	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c heuristics/rounding/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/shifting/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c heuristics/simplerounding/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.07	c heuristics/trivial/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c heuristics/trysol/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.05/0.07	c heuristics/veclendiving/freq = -1
0.05/0.07	c 
0.05/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.05/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.05/0.07	c heuristics/veclendiving/maxlpiterquot = 0.075
0.05/0.07	c 
0.05/0.07	c # additional number of allowed LP iterations
0.05/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.05/0.07	c heuristics/veclendiving/maxlpiterofs = 1500
0.05/0.07	c 
0.05/0.07	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.07	c heuristics/zirounding/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.07	c separating/cmir/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.07	c separating/flowcover/freq = -1
0.05/0.07	c 
0.05/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.07	c separating/rapidlearning/freq = 0
0.05/0.07	c 
0.05/0.07	c -----------------------------------------------------------------------------------------------
0.05/0.07	c start solving
0.05/0.07	c 
0.05/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.07	c   0.0s|     1 |     2 |     0 |     - |1399k|   0 |   - | 246 | 544 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.25	c   3.0s| 10000 |  4525 |     0 |   0.0 |6073k|  45 |   - | 246 |1437 |   0 |   0 |   0 |2320 |   0 | 0.000000e+00 |      --      |    Inf 
7.19/7.27	c   6.7s| 20000 |  8274 |     0 |   0.0 |  10M|  45 |   - | 246 |1797 |   0 |   0 |   0 |5034 |   0 | 0.000000e+00 |      --      |    Inf 
11.08/11.17	c  10.4s| 30000 | 12677 |     0 |   0.0 |  14M|  45 |   - | 246 |2376 |   0 |   0 |   0 |7228 |   0 | 0.000000e+00 |      --      |    Inf 
16.09/16.19	c  15.2s| 40000 | 16026 |     0 |   0.0 |  18M|  45 |   - | 246 |3133 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
23.09/23.13	c  21.8s| 50000 | 18013 |     0 |   0.0 |  20M|  45 |   - | 246 |3612 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
28.78/28.87	c  27.3s| 60000 | 21446 |     0 |   0.0 |  24M|  45 |   - | 246 |3296 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
34.98/35.04	c  33.2s| 70000 | 24875 |     0 |   0.0 |  27M|  45 |   - | 246 |4050 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
41.98/42.05	c  39.9s| 80000 | 27723 |     0 |   0.0 |  31M|  45 |   - | 246 |4471 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
49.28/49.30	c  46.9s| 90000 | 30541 |     0 |   0.0 |  34M|  45 |   - | 246 |4811 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
57.38/57.42	c  54.7s|100000 | 32812 |     0 |   0.0 |  37M|  45 |   - | 246 |5137 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
66.47/66.52	c  63.6s|110000 | 35041 |     0 |   0.0 |  40M|  45 |   - | 246 |5295 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
76.77/76.87	c  73.7s|120000 | 36595 |     0 |   0.0 |  42M|  45 |   - | 246 |5709 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
89.16/89.25	c  85.7s|130000 | 37224 |     0 |   0.0 |  43M|  45 |   - | 246 |4674 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
97.16/97.24	c  93.4s|140000 | 40307 |     0 |   0.0 |  47M|  45 |   - | 246 |4798 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
106.06/106.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.06/106.10	c   102s|150000 | 43106 |     0 |   0.0 |  50M|  45 |   - | 246 |5479 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
115.76/115.82	c   112s|160000 | 45630 |     0 |   0.0 |  53M|  45 |   - | 246 |6085 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
126.25/126.33	c   122s|170000 | 47905 |     0 |   0.0 |  56M|  45 |   - | 246 |6564 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
137.95/138.01	c   133s|180000 | 49618 |     0 |   0.0 |  59M|  45 |   - | 246 |6941 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
150.14/150.22	c   145s|190000 | 51313 |     0 |   0.0 |  61M|  45 |   - | 246 |7149 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
162.85/162.91	c   157s|200000 | 52609 |     0 |   0.0 |  64M|  45 |   - | 246 |7419 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
175.74/175.85	c   170s|210000 | 53911 |     0 |   0.0 |  66M|  45 |   - | 246 |7780 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
190.04/190.16	c   184s|220000 | 54960 |     0 |   0.0 |  68M|  45 |   - | 246 |8026 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
205.43/205.53	c   199s|230000 | 55779 |     0 |   0.0 |  69M|  45 |   - | 246 |8317 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
222.72/222.80	c   216s|240000 | 55913 |     0 |   0.0 |  70M|  45 |   - | 246 |8450 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
242.62/242.77	c   236s|250000 | 55181 |     0 |   0.0 |  71M|  45 |   - | 246 |8549 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
258.71/258.84	c   252s|260000 | 55979 |     0 |   0.0 |  72M|  45 |   - | 246 |6422 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
271.30/271.41	c   264s|270000 | 58089 |     0 |   0.0 |  75M|  45 |   - | 246 |6882 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
284.90/285.07	c   277s|280000 | 59692 |     0 |   0.0 |  77M|  45 |   - | 246 |7562 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
299.39/299.51	c   291s|290000 | 61347 |     0 |   0.0 |  80M|  45 |   - | 246 |7954 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
315.09/315.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.09/315.21	c   307s|300000 | 62501 |     0 |   0.0 |  82M|  45 |   - | 246 |8446 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
331.89/332.06	c   323s|310000 | 63497 |     0 |   0.0 |  84M|  45 |   - | 246 |8904 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
349.99/350.18	c   341s|320000 | 64323 |     0 |   0.0 |  85M|  45 |   - | 246 |9332 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
368.18/368.36	c   359s|330000 | 65134 |     0 |   0.0 |  87M|  45 |   - | 246 |9611 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
385.98/386.20	c   377s|340000 | 65939 |     0 |   0.0 |  88M|  45 |   - | 246 |9748 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
405.27/405.47	c   396s|350000 | 66150 |     0 |   0.0 |  90M|  45 |   - | 246 |  10k|   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
425.76/425.90	c   416s|360000 | 66164 |     0 |   0.0 |  90M|  45 |   - | 246 |  10k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
447.47/447.70	c   437s|370000 | 65773 |     0 |   0.0 |  91M|  45 |   - | 246 |  10k|   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
471.46/471.63	c   461s|380000 | 64867 |     0 |   0.0 |  91M|  45 |   - | 246 |  10k|   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
497.25/497.41	c   486s|390000 | 63417 |     0 |   0.0 |  90M|  45 |   - | 246 |  10k|   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
525.55/525.76	c   514s|400000 | 61556 |     0 |   0.0 |  88M|  45 |   - | 246 |9590 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
547.54/547.72	c   536s|410000 | 62060 |     0 |   0.0 |  90M|  45 |   - | 246 |9441 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
569.13/569.30	c   557s|420000 | 62736 |     0 |   0.0 |  92M|  45 |   - | 246 |9929 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
584.83/585.04	c * 573s|426511 |     0 |     0 |   0.0 |6730k|  45 |   - | 246 |  10k|   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 0.000000e+00 |   0.00%
584.83/585.04	c 
584.83/585.04	c SCIP Status        : problem is solved [optimal solution found]
584.83/585.04	c Solving Time (sec) : 572.79
584.83/585.04	c Solving Nodes      : 426511
584.83/585.04	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
584.83/585.04	c Dual Bound         : +0.00000000000000e+00
584.83/585.04	c Gap                : 0.00 %
584.83/585.04	s SATISFIABLE
584.83/585.04	v x265 -x266 -x263 x264 x261 -x262 -x259 x260 x257 -x258 -x255 x256 -x253 -x254 -x251 x252 -x249 x250 -x247 -x248 -x245 -x246 x243 
584.83/585.04	v -x244 -x241 x242 x239 -x240 -x237 x238 x235 -x236 -x233 x234 x231 -x232 -x229 x230 x227 -x228 -x225 x226 -x223 -x224 -x221 
584.83/585.04	v x222 -x219 -x220 -x217 x218 -x215 x216 -x213 -x214 -x211 x212 x209 -x210 -x207 x208 x205 -x206 -x203 x204 x201 -x202 -x199 x200 
584.83/585.04	v -x197 x198 x195 -x196 x193 -x194 x191 -x192 -x189 x190 x187 -x188 -x185 x186 x183 -x184 -x181 x182 -x179 x180 x177 -x178 x175 
584.83/585.04	v -x176 x173 -x174 x171 -x172 x169 -x170 -x167 x168 x165 -x166 -x163 x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146 
584.83/585.04	v -x144 -x142 x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 x124 -x122 x120 -x118 x116 -x114 x112 -x110 -x108 -x106 x104 
584.83/585.04	v -x102 -x100 -x98 -x96 -x94 -x92 -x90 x88 -x86 x84 -x82 x80 -x78 x76 -x74 -x72 -x70 x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52 
584.83/585.04	v -x50 -x48 -x46 -x44 -x42 -x40 -x38 -x36 -x34 x32 -x30 -x28 -x26 -x24 -x22 -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 x161 
584.83/585.04	v -x159 -x157 -x155 x153 -x151 x149 -x147 x145 -x143 -x141 -x139 -x137 -x135 -x133 -x131 -x129 -x127 -x125 -x123 -x121 -x119 
584.83/585.04	v -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 -x89 -x87 -x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71 
584.83/585.04	v -x69 -x67 -x65 -x63 -x61 -x59 -x57 -x55 x53 -x51 -x49 -x47 x45 -x43 x41 -x39 x37 -x35 -x33 -x31 -x29 -x27 -x25 -x23 -x21 
584.83/585.04	v -x19 x17 -x15 -x13 -x11 x9 -x7 x5 -x3 x1 
584.83/585.04	c SCIP Status        : problem is solved [optimal solution found]
584.83/585.04	c Solving Time       :     572.79
584.83/585.04	c Original Problem   :
584.83/585.04	c   Problem name     : HOME/instance-2664272-1276270549.opb
584.83/585.04	c   Variables        : 266 (266 binary, 0 integer, 0 implicit integer, 0 continuous)
584.83/585.04	c   Constraints      : 573 initial, 573 maximal
584.83/585.04	c Presolved Problem  :
584.83/585.04	c   Problem name     : t_HOME/instance-2664272-1276270549.opb
584.83/585.04	c   Variables        : 246 (246 binary, 0 integer, 0 implicit integer, 0 continuous)
584.83/585.04	c   Constraints      : 544 initial, 10991 maximal
584.83/585.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
584.83/585.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0
584.83/585.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
584.83/585.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
584.83/585.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
584.83/585.04	c   implics          :       0.00          0          8          0          0          0          0          0          0
584.83/585.04	c   probing          :       0.00          0          0          0          0          0          0          0          0
584.83/585.04	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
584.83/585.04	c   linear           :       0.01         12          0          0         12          0         29          0          0
584.83/585.04	c   logicor          :       0.02          0          0          0          0          0          0          0          0
584.83/585.04	c   root node        :          -          0          -          -          0          -          -          -          -
584.83/585.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
584.83/585.04	c   integral         :          0          0          0          0          0          0          0          0          0          0
584.83/585.04	c   knapsack         :        162          0    1582286          0     263845     151585    5070392          0          0          0
584.83/585.04	c   logicor          :        382+         0    1237050          0     263845      45331    2896429          0          0          0
584.83/585.04	c   countsols        :          0          0          0          0     263845          0          0          0          0          0
584.83/585.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
584.83/585.04	c   integral         :       0.00       0.00       0.00       0.00       0.00
584.83/585.04	c   knapsack         :      62.08       0.00      58.96       0.00       3.12
584.83/585.04	c   logicor          :     270.92       0.00     262.98       0.00       7.94
584.83/585.04	c   countsols        :       0.19       0.00       0.00       0.00       0.19
584.83/585.04	c Propagators        :       Time      Calls    Cutoffs    DomReds
584.83/585.04	c   vbounds          :       1.05          1          0          0
584.83/585.04	c   rootredcost      :       0.79          0          0          0
584.83/585.04	c   pseudoobj        :       0.61          0          0          0
584.83/585.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
584.83/585.04	c   propagation      :      24.86     104955     100436    1081356       54.8       1515       24.6          -
584.83/585.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
584.83/585.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
584.83/585.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
584.83/585.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
584.83/585.04	c   applied globally :          -          -          -     133035       19.1          -          -          -
584.83/585.04	c   applied locally  :          -          -          -       2003       56.1          -          -          -
584.83/585.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
584.83/585.04	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
584.83/585.04	c   redcost          :       0.00          0          0          0          0          0
584.83/585.04	c   impliedbounds    :       0.00          0          0          0          0          0
584.83/585.04	c   intobj           :       0.00          0          0          0          0          0
584.83/585.04	c   cgmip            :       0.00          0          0          0          0          0
584.83/585.04	c   gomory           :       0.00          0          0          0          0          0
584.83/585.04	c   strongcg         :       0.00          0          0          0          0          0
584.83/585.04	c   cmir             :       0.00          0          0          0          0          0
584.83/585.04	c   flowcover        :       0.00          0          0          0          0          0
584.83/585.04	c   clique           :       0.00          0          0          0          0          0
584.83/585.04	c   zerohalf         :       0.00          0          0          0          0          0
584.83/585.04	c   mcf              :       0.00          0          0          0          0          0
584.83/585.04	c   rapidlearning    :       0.00          0          0          0          0          0
584.83/585.04	c Pricers            :       Time      Calls       Vars
584.83/585.04	c   problem variables:       0.00          0          0
584.83/585.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
584.83/585.04	c   relpscost        :       0.00          0          0          0          0          0          0
584.83/585.04	c   pscost           :       0.00          0          0          0          0          0          0
584.83/585.04	c   inference        :       5.43     263844          0          0          0          0     527688
584.83/585.04	c   mostinf          :       0.00          0          0          0          0          0          0
584.83/585.04	c   leastinf         :       0.00          0          0          0          0          0          0
584.83/585.04	c   fullstrong       :       0.00          0          0          0          0          0          0
584.83/585.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
584.83/585.04	c   random           :       0.00          0          0          0          0          0          0
584.83/585.04	c Primal Heuristics  :       Time      Calls      Found
584.83/585.04	c   LP solutions     :       0.00          -          0
584.83/585.04	c   pseudo solutions :       0.39          -          1
584.83/585.04	c   trivial          :       0.00          1          0
584.83/585.04	c   simplerounding   :       0.00          0          0
584.83/585.04	c   zirounding       :       0.00          0          0
584.83/585.04	c   rounding         :       0.00          0          0
584.83/585.04	c   shifting         :       0.00          0          0
584.83/585.04	c   intshifting      :       0.00          0          0
584.83/585.04	c   oneopt           :       0.00          0          0
584.83/585.04	c   twoopt           :       0.00          0          0
584.83/585.04	c   fixandinfer      :       0.00          0          0
584.83/585.04	c   feaspump         :       0.00          0          0
584.83/585.04	c   coefdiving       :       0.00          0          0
584.83/585.04	c   pscostdiving     :       0.00          0          0
584.83/585.04	c   fracdiving       :       0.00          0          0
584.83/585.04	c   veclendiving     :       0.00          0          0
584.83/585.04	c   intdiving        :       0.00          0          0
584.83/585.04	c   actconsdiving    :       0.00          0          0
584.83/585.04	c   objpscostdiving  :       0.00          0          0
584.83/585.04	c   rootsoldiving    :       0.00          0          0
584.83/585.04	c   linesearchdiving :       0.00          0          0
584.83/585.04	c   guideddiving     :       0.00          0          0
584.83/585.04	c   octane           :       0.00          0          0
584.83/585.04	c   rens             :       0.00          0          0
584.83/585.04	c   rins             :       0.00          0          0
584.83/585.04	c   localbranching   :       0.00          0          0
584.83/585.04	c   mutation         :       0.00          0          0
584.83/585.04	c   crossover        :       0.00          0          0
584.83/585.04	c   dins             :       0.00          0          0
584.83/585.04	c   undercover       :       0.00          0          0
584.83/585.04	c   nlp              :       0.00          0          0
584.83/585.04	c   trysol           :       0.00          0          0
584.83/585.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
584.83/585.04	c   primal LP        :       0.00          0          0       0.00          -
584.83/585.04	c   dual LP          :       0.00          0          0       0.00          -
584.83/585.04	c   lex dual LP      :       0.00          0          0       0.00          -
584.83/585.04	c   barrier LP       :       0.00          0          0       0.00          -
584.83/585.04	c   diving/probing LP:       0.00          0          0       0.00          -
584.83/585.04	c   strong branching :       0.00          0          0       0.00          -
584.83/585.04	c     (at root node) :          -          0          0       0.00          -
584.83/585.04	c   conflict analysis:       0.00          0          0       0.00          -
584.83/585.04	c B&B Tree           :
584.83/585.04	c   number of runs   :          1
584.83/585.04	c   nodes            :     426511
584.83/585.04	c   nodes (total)    :     426511
584.83/585.04	c   nodes left       :          0
584.83/585.04	c   max depth        :         45
584.83/585.04	c   max depth (total):         45
584.83/585.04	c   backtracks       :     102961 (24.1%)
584.83/585.04	c   delayed cutoffs  :      38440
584.83/585.04	c   repropagations   :     132493 (1258734 domain reductions, 34250 cutoffs)
584.83/585.04	c   avg switch length:      10.80
584.83/585.04	c   switching time   :     165.88
584.83/585.04	c Solution           :
584.83/585.04	c   Solutions found  :          1 (1 improvements)
584.83/585.04	c   First Solution   : +0.00000000000000e+00   (in run 1, after 426511 nodes, 572.40 seconds, depth 23, found by <relaxation>)
584.83/585.04	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 426511 nodes, 572.40 seconds, depth 23, found by <relaxation>)
584.83/585.04	c   Dual Bound       : +0.00000000000000e+00
584.83/585.04	c   Gap              :       0.00 %
584.83/585.04	c   Root Dual Bound  : +0.00000000000000e+00
584.83/585.04	c   Root Iterations  :          0
584.83/585.09	c Time complete: 584.92.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664272-1276270549/watcher-2664272-1276270549 -o /tmp/evaluation-result-2664272-1276270549/solver-2664272-1276270549 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664272-1276270549.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.02 1.00 3/106 4105
/proc/meminfo: memFree=1581312/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=6584 CPUtime=0
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 1008 0 0 0 0 0 0 0 21 0 1 0 2658968 6742016 931 1992294400 4194304 7136930 140735397158496 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4105/statm: 1646 940 254 719 0 925 0

[startup+0.0559449 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 4105
/proc/meminfo: memFree=1581312/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=11924 CPUtime=0.05
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 3693 0 0 0 4 1 0 0 23 0 1 0 2658968 12210176 2234 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 2981 2234 356 719 0 2260 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11924

[startup+0.100952 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 4105
/proc/meminfo: memFree=1581312/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=13436 CPUtime=0.09
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 4861 0 0 0 8 1 0 0 23 0 1 0 2658968 13758464 2631 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 3359 2632 392 719 0 2638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13436

[startup+0.300986 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 4105
/proc/meminfo: memFree=1581312/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=14108 CPUtime=0.29
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 5044 0 0 0 25 4 0 0 24 0 1 0 2658968 14446592 2814 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 3527 2814 392 719 0 2806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14108

[startup+0.701054 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 4105
/proc/meminfo: memFree=1581312/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=14828 CPUtime=0.69
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 5226 0 0 0 62 7 0 0 25 0 1 0 2658968 15183872 2996 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 3707 2996 392 719 0 2986 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14828

[startup+1.50119 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 4106
/proc/meminfo: memFree=1569896/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=16512 CPUtime=1.49
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 5627 0 0 0 135 14 0 0 25 0 1 0 2658968 16908288 3397 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 4128 3397 392 719 0 3407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16512

[startup+3.10047 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 4106
/proc/meminfo: memFree=1567664/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=19636 CPUtime=3.09
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 6430 0 0 0 282 27 0 0 25 0 1 0 2658968 20107264 4200 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 4909 4200 392 719 0 4188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19636

[startup+6.30101 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 4106
/proc/meminfo: memFree=1562704/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=23304 CPUtime=6.29
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 7351 0 0 0 584 45 0 0 25 0 1 0 2658968 23863296 5121 1992294400 4194304 7136930 140735397158496 18446744073709551615 5484170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 5826 5121 392 719 0 5105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23304

[startup+12.7011 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 4106
/proc/meminfo: memFree=1553536/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=31696 CPUtime=12.69
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 9478 0 0 0 1187 82 0 0 25 0 1 0 2658968 32456704 7248 1992294400 4194304 7136930 140735397158496 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 7924 7248 392 719 0 7203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31696

[startup+25.5012 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 4106
/proc/meminfo: memFree=1544856/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=41092 CPUtime=25.49
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 11833 0 0 0 2409 140 0 0 25 0 1 0 2658968 42078208 9603 1992294400 4194304 7136930 140735397158496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 10273 9603 392 719 0 9552 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41092

[startup+51.1013 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 4106
/proc/meminfo: memFree=1526504/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=58500 CPUtime=51.07
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 16198 0 0 0 4863 244 0 0 25 0 1 0 2658968 59904000 13968 1992294400 4194304 7136930 140735397158496 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 14625 13968 392 719 0 13904 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58500

[startup+102.308 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 4108
/proc/meminfo: memFree=1509640/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=75056 CPUtime=102.27
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 20366 0 0 0 9837 390 0 0 25 0 1 0 2658968 76857344 18136 1992294400 4194304 7136930 140735397158496 18446744073709551615 4701987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 18764 18136 392 719 0 18043 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 75056

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 4110
/proc/meminfo: memFree=1490916/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=94392 CPUtime=162.24
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 25247 0 0 0 15690 534 0 0 25 0 1 0 2658968 96657408 23017 1992294400 4194304 7136930 140735397158496 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 23598 23017 392 719 0 22877 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 94392

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4110
/proc/meminfo: memFree=1482980/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=101344 CPUtime=222.23
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 27002 0 0 0 21571 652 0 0 25 0 1 0 2658968 103776256 24772 1992294400 4194304 7136930 140735397158496 18446744073709551615 4703672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 25336 24772 392 719 0 24615 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 101344

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4112
/proc/meminfo: memFree=1477524/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=106724 CPUtime=282.2
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 28328 0 0 0 27463 757 0 0 25 0 1 0 2658968 109285376 26098 1992294400 4194304 7136930 140735397158496 18446744073709551615 5957292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 26681 26098 392 719 0 25960 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 106724

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4114
/proc/meminfo: memFree=1464752/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=119508 CPUtime=342.19
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 31509 0 0 0 33350 869 0 0 25 0 1 0 2658968 122376192 29279 1992294400 4194304 7136930 140735397158496 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 29877 29279 392 719 0 29156 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 119508

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4116
/proc/meminfo: memFree=1461900/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=124976 CPUtime=402.17
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 32353 0 0 0 39251 966 0 0 25 0 1 0 2658968 127975424 30123 1992294400 4194304 7136930 140735397158496 18446744073709551615 4854270 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 31244 30123 392 719 0 30523 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 124976

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4118
/proc/meminfo: memFree=1459544/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=126568 CPUtime=462.15
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 32777 0 0 0 45168 1047 0 0 25 0 1 0 2658968 129605632 30547 1992294400 4194304 7136930 140735397158496 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 31642 30547 392 719 0 30921 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 126568

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4118
/proc/meminfo: memFree=1458924/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=127364 CPUtime=522.14
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 32935 0 0 0 51092 1122 0 0 25 0 1 0 2658968 130420736 30705 1992294400 4194304 7136930 140735397158496 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 31841 30705 392 719 0 31120 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 127364

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4120
/proc/meminfo: memFree=1457188/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=128852 CPUtime=582.13
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 33322 0 0 0 57009 1204 0 0 25 0 1 0 2658968 131944448 31092 1992294400 4194304 7136930 140735397158496 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 32213 31092 392 719 0 31492 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 128852

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

[startup+583.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4120
/proc/meminfo: memFree=1457188/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=128852 CPUtime=583.72
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 33322 0 0 0 57167 1205 0 0 25 0 1 0 2658968 131944448 31092 1992294400 4194304 7136930 140735397158496 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 32213 31092 392 719 0 31492 0
Current children cumulated CPU time (s) 583.72
Current children cumulated vsize (KiB) 128852

[startup+584.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4120
/proc/meminfo: memFree=1457188/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=128852 CPUtime=584.53
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 33322 0 0 0 57246 1207 0 0 25 0 1 0 2658968 131944448 31092 1992294400 4194304 7136930 140735397158496 18446744073709551615 4670052 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 32213 31092 392 719 0 31492 0
Current children cumulated CPU time (s) 584.53
Current children cumulated vsize (KiB) 128852

[startup+584.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4120
/proc/meminfo: memFree=1457188/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=128852 CPUtime=584.73
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 33322 0 0 0 57266 1207 0 0 25 0 1 0 2658968 131944448 31092 1992294400 4194304 7136930 140735397158496 18446744073709551615 4616445 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 32213 31092 392 719 0 31492 0
Current children cumulated CPU time (s) 584.73
Current children cumulated vsize (KiB) 128852

[startup+585 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4120
/proc/meminfo: memFree=1457188/2059040 swapFree=4192956/4192956
[pid=4105] ppid=4103 vsize=128852 CPUtime=584.83
/proc/4105/stat : 4105 (pbscip.linux.x8) R 4103 4105 3390 0 -1 4202496 33322 0 0 0 57276 1207 0 0 25 0 1 0 2658968 131944448 31092 1992294400 4194304 7136930 140735397158496 18446744073709551615 4670052 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4105/statm: 32213 31092 392 719 0 31492 0
Current children cumulated CPU time (s) 584.83
Current children cumulated vsize (KiB) 128852

Child status: 0
Real time (s): 585.09
CPU time (s): 584.926
CPU user time (s): 572.841
CPU system time (s): 12.0852
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 128852

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

runsolver used 0.909861 second user time and 2.83657 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-11 17:35:49
IDJOB=2664272
IDBENCH=1164
IDSOLVER=1167
FILE ID=node001/2664272-1276270549
PBS_JOBID= 11172209
Free space on /tmp= 62364 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12bt.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-2664272-1276270549/watcher-2664272-1276270549 -o /tmp/evaluation-result-2664272-1276270549/solver-2664272-1276270549 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664272-1276270549.opb -t 1800 -m 1800

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

MD5SUM BENCH= b789f830862c22cea2a920d3cb2b89b5
RANDOM SEED=2056878793

node001.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.202
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.40
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.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581840 kB
Buffers:         47636 kB
Cached:         302920 kB
SwapCached:          0 kB
Active:         156528 kB
Inactive:       253352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581840 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3244 kB
Writeback:           0 kB
AnonPages:       59236 kB
Mapped:          15480 kB
Slab:            45548 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182304 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= 62360 MiB
End job on node001 at 2010-06-11 17:45:35