Trace number 2667125

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT 80.0198 80.0689

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.338948
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2667125-1276268859.opb>
0.00/0.02	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 686 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 3 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.04	c (round 2) 15 del vars, 19 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.04	c (round 3) 15 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.06	c (round 4) 15 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 352 impls, 0 clqs
0.06/0.08	c (round 5) 21 del vars, 31 del conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 8648 impls, 6 clqs
0.06/0.08	c presolving (6 rounds):
0.06/0.08	c  21 deleted vars, 31 deleted constraints, 13 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.06/0.08	c  8648 implications, 6 cliques
0.06/0.08	c presolved problem has 295 variables (295 bin, 0 int, 0 impl, 0 cont) and 655 constraints
0.06/0.08	c     199 constraints of type <knapsack>
0.06/0.08	c     456 constraints of type <logicor>
0.06/0.08	c transformed objective value is always integral (scale: 1)
0.06/0.08	c Presolving Time: 0.04
0.06/0.08	c - non default parameters ----------------------------------------------------------------------
0.06/0.08	c # SCIP version 1.2.1.2
0.06/0.08	c 
0.06/0.08	c # frequency for displaying node information lines
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.08	c display/freq = 10000
0.06/0.08	c 
0.06/0.08	c # maximal time in seconds to run
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/time = 1799.99
0.06/0.08	c 
0.06/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/memory = 1620
0.06/0.08	c 
0.06/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c limits/solutions = 1
0.06/0.08	c 
0.06/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.06/0.08	c separating/maxrounds = 1
0.06/0.08	c 
0.06/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c separating/maxroundsroot = 5
0.06/0.08	c 
0.06/0.08	c # should presolving try to simplify inequalities
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/linear/simplifyinequalities = TRUE
0.06/0.08	c 
0.06/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.06/0.08	c constraints/knapsack/disaggregation = FALSE
0.06/0.08	c 
0.06/0.08	c # should presolving try to simplify knapsacks
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.08	c 
0.06/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c presolving/probing/maxrounds = 0
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/coefdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.06/0.08	c heuristics/crossover/freq = -1
0.06/0.08	c 
0.06/0.08	c # number of nodes added to the contingent of the total nodes
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.06/0.08	c heuristics/crossover/nodesofs = 750
0.06/0.08	c 
0.06/0.08	c # number of nodes without incumbent change that heuristic should wait
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.06/0.08	c heuristics/crossover/nwaitingnodes = 100
0.06/0.08	c 
0.06/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.06/0.08	c # [type: real, range: [0,1], default: 0.1]
0.06/0.08	c heuristics/crossover/nodesquot = 0.15
0.06/0.08	c 
0.06/0.08	c # minimum percentage of integer variables that have to be fixed 
0.06/0.08	c # [type: real, range: [0,1], default: 0.666]
0.06/0.08	c heuristics/crossover/minfixingrate = 0.5
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/feaspump/freq = -1
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/fracdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/guideddiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/intshifting/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/linesearchdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/nlp/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/objpscostdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.06/0.08	c # [type: real, range: [0,1], default: 0.01]
0.06/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/oneopt/freq = -1
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/pscostdiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c heuristics/rens/freq = -1
0.06/0.08	c 
0.06/0.08	c # minimum percentage of integer variables that have to be fixable 
0.06/0.08	c # [type: real, range: [0,1], default: 0.5]
0.06/0.08	c heuristics/rens/minfixingrate = 0.3
0.06/0.08	c 
0.06/0.08	c # number of nodes added to the contingent of the total nodes
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.06/0.08	c heuristics/rens/nodesofs = 2000
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/rootsoldiving/freq = -1
0.06/0.08	c 
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.06/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.06/0.08	c 
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.06/0.08	c 
0.06/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.09	c heuristics/rounding/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.09	c heuristics/shifting/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.09	c heuristics/simplerounding/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.09	c heuristics/trivial/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.09	c heuristics/trysol/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.09	c heuristics/veclendiving/freq = -1
0.06/0.09	c 
0.06/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.09	c heuristics/veclendiving/maxlpiterquot = 0.075
0.06/0.09	c 
0.06/0.09	c # additional number of allowed LP iterations
0.06/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.09	c heuristics/veclendiving/maxlpiterofs = 1500
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.09	c heuristics/zirounding/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.09	c separating/cmir/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.09	c separating/flowcover/freq = -1
0.06/0.09	c 
0.06/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.09	c separating/rapidlearning/freq = 0
0.06/0.09	c 
0.06/0.09	c -----------------------------------------------------------------------------------------------
0.06/0.09	c start solving
0.06/0.09	c 
0.09/0.17	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.17	c   0.1s|     1 |     0 |   613 |     - |2146k|   0 | 170 | 295 | 655 | 295 | 649 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.88	c   0.8s|     1 |     0 |  1144 |     - |5358k|   0 | 227 | 295 | 712 | 295 | 924 | 275 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |  1666 |     - |8514k|   0 | 236 | 295 | 712 | 295 |1052 | 403 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.98	c   1.9s|     1 |     0 |  2177 |     - |  11M|   0 | 246 | 295 | 712 | 295 |1127 | 478 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.48	c   2.4s|     1 |     0 |  2553 |     - |  13M|   0 | 248 | 295 | 712 | 295 |1148 | 499 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.05	c   2.9s|     1 |     0 |  3052 |     - |  16M|   0 | 257 | 295 | 712 | 295 |1180 | 531 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.50/6.58	c   6.4s|     1 |     2 |  3052 |     - |  16M|   0 | 257 | 295 | 712 | 295 |1180 | 531 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
79.94/80.05	c *78.3s|  9674 |     0 |213601 |  21.8 |  17M|  30 |   - | 295 |1953 | 295 | 858 | 531 |1980 |1588 | 0.000000e+00 | 0.000000e+00 |   0.00%
79.94/80.05	c 
79.94/80.05	c SCIP Status        : problem is solved [optimal solution found]
79.94/80.05	c Solving Time (sec) : 78.34
79.94/80.05	c Solving Nodes      : 9674
79.94/80.05	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
79.94/80.05	c Dual Bound         : +0.00000000000000e+00
79.94/80.05	c Gap                : 0.00 %
79.94/80.05	s SATISFIABLE
79.94/80.05	v -x315 x316 x313 -x314 x311 -x312 -x309 x310 x307 -x308 x305 -x306 x303 -x304 x301 -x302 -x299 -x300 -x297 -x298 x295 -x296 x293 
79.94/80.05	v -x294 x291 -x292 x289 -x290 x287 -x288 -x285 x286 x283 -x284 x281 -x282 x279 -x280 -x277 x278 x275 -x276 -x273 x274 -x271 x272 
79.94/80.05	v -x269 x270 -x267 x268 -x265 -x266 -x263 x264 -x261 x262 -x259 -x260 -x257 x258 x255 -x256 -x253 -x254 -x251 x252 -x249 x250 
79.94/80.05	v -x247 x248 -x245 x246 x243 -x244 -x241 x242 x239 -x240 x237 -x238 x235 -x236 x233 -x234 x231 -x232 -x229 x230 -x227 x228 x225 
79.94/80.05	v -x226 -x223 x224 -x221 x222 x219 -x220 -x217 x218 x215 -x216 x213 -x214 -x211 x212 -x209 x210 -x207 x208 x205 -x206 x203 -x204 
79.94/80.05	v -x201 x202 -x200 x198 -x196 -x194 -x192 -x190 -x188 x186 -x184 -x182 -x180 -x178 -x176 -x174 -x172 -x170 -x168 -x166 -x164 
79.94/80.05	v -x162 x160 -x158 -x156 x154 -x152 -x150 -x148 -x146 -x144 -x142 x140 x138 -x136 -x134 x132 -x130 -x128 -x126 -x124 -x122 -x120 
79.94/80.05	v -x118 -x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 -x76 
79.94/80.05	v -x74 -x72 -x70 -x68 -x66 -x64 -x62 x60 x58 x56 -x54 x52 -x50 -x48 -x46 -x44 -x42 x40 x38 -x36 x34 -x32 -x30 -x28 -x26 -x24 -x22 
79.94/80.05	v -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 -x199 -x197 -x195 -x193 -x191 -x189 -x187 -x185 -x183 -x181 -x179 -x177 -x175 
79.94/80.05	v -x173 -x171 x169 -x167 -x165 -x163 x161 -x159 -x157 -x155 -x153 -x151 -x149 -x147 -x145 -x143 -x141 -x139 -x137 -x135 -x133 
79.94/80.05	v -x131 -x129 -x127 -x125 -x123 -x121 -x119 -x117 -x115 -x113 -x111 -x109 x107 -x105 x103 x101 -x99 -x97 -x95 -x93 -x91 x89 -x87 
79.94/80.05	v -x85 x83 x81 -x79 -x77 -x75 -x73 -x71 -x69 x67 -x65 x63 x61 -x59 -x57 -x55 -x53 -x51 -x49 -x47 -x45 -x43 -x41 -x39 -x37 -x35 
79.94/80.05	v -x33 -x31 -x29 -x27 -x25 -x23 -x21 -x19 -x17 -x15 -x13 -x11 x9 -x7 -x5 x3 x1 
79.94/80.05	c SCIP Status        : problem is solved [optimal solution found]
79.94/80.05	c Solving Time       :      78.34
79.94/80.05	c Original Problem   :
79.94/80.05	c   Problem name     : HOME/instance-2667125-1276268859.opb
79.94/80.05	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
79.94/80.05	c   Constraints      : 686 initial, 686 maximal
79.94/80.05	c Presolved Problem  :
79.94/80.05	c   Problem name     : t_HOME/instance-2667125-1276268859.opb
79.94/80.05	c   Variables        : 295 (295 binary, 0 integer, 0 implicit integer, 0 continuous)
79.94/80.05	c   Constraints      : 655 initial, 1976 maximal
79.94/80.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
79.94/80.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
79.94/80.05	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
79.94/80.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
79.94/80.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
79.94/80.05	c   implics          :       0.00          0          8          0          0          0          0          0          0
79.94/80.05	c   probing          :       0.00          0          0          0          0          0          0          0          0
79.94/80.05	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
79.94/80.05	c   linear           :       0.01         13          0          0         13          0         31          0          0
79.94/80.05	c   logicor          :       0.01          0          0          0          0          0          0          0          0
79.94/80.05	c   root node        :          -          2          -          -          2          -          -          -          -
79.94/80.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
79.94/80.05	c   integral         :          0          0          0       5082          0         10        174          0          0       9942
79.94/80.05	c   knapsack         :        199          5      34104          1          0       2783      98170        597          0          0
79.94/80.05	c   linear           :          0+         5      26287          0          0         14        413          0          0          0
79.94/80.05	c   logicor          :        456+         5      26728          1          0        749      55978          0          0          0
79.94/80.05	c   countsols        :          0          0          0          1          0          0          0          0          0          0
79.94/80.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
79.94/80.05	c   integral         :      31.88       0.00       0.00      31.88       0.00
79.94/80.05	c   knapsack         :       1.16       0.02       1.14       0.00       0.00
79.94/80.05	c   linear           :       0.15       0.00       0.15       0.00       0.00
79.94/80.05	c   logicor          :       0.89       0.00       0.89       0.00       0.00
79.94/80.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
79.94/80.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
79.94/80.05	c   vbounds          :       0.03          1          0          0
79.94/80.05	c   rootredcost      :       0.00          0          0          0
79.94/80.05	c   pseudoobj        :       0.02          0          0          0
79.94/80.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
79.94/80.05	c   propagation      :       0.31       1413       1314      10244       61.1         22       36.3          -
79.94/80.05	c   infeasible LP    :       0.21       1366          0          0        0.0          0        0.0          0
79.94/80.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
79.94/80.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
79.94/80.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
79.94/80.05	c   applied globally :          -          -          -       1963       14.8          -          -          -
79.94/80.05	c   applied locally  :          -          -          -         17       88.7          -          -          -
79.94/80.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
79.94/80.05	c   cut pool         :       0.00          4          -          -         27          -    (maximal pool size: 2721)
79.94/80.05	c   redcost          :       0.04       5010          0          0          0          0
79.94/80.05	c   impliedbounds    :       0.00          5          0          0        918          0
79.94/80.05	c   intobj           :       0.00          0          0          0          0          0
79.94/80.05	c   cgmip            :       0.00          0          0          0          0          0
79.94/80.05	c   gomory           :       0.74          5          0          0         58          0
79.94/80.05	c   strongcg         :       0.65          5          0          0       2498          0
79.94/80.05	c   cmir             :       0.00          0          0          0          0          0
79.94/80.05	c   flowcover        :       0.00          0          0          0          0          0
79.94/80.05	c   clique           :       0.00          5          0          0          5          0
79.94/80.05	c   zerohalf         :       0.00          0          0          0          0          0
79.94/80.05	c   mcf              :       0.00          1          0          0          0          0
79.94/80.05	c   rapidlearning    :       0.20          1          0          0          0         57
79.94/80.05	c Pricers            :       Time      Calls       Vars
79.94/80.05	c   problem variables:       0.00          0          0
79.94/80.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
79.94/80.05	c   relpscost        :      31.88       5081         10        174          0          0       9942
79.94/80.05	c   pscost           :       0.00          0          0          0          0          0          0
79.94/80.05	c   inference        :       0.00          0          0          0          0          0          0
79.94/80.05	c   mostinf          :       0.00          0          0          0          0          0          0
79.94/80.05	c   leastinf         :       0.00          0          0          0          0          0          0
79.94/80.05	c   fullstrong       :       0.00          0          0          0          0          0          0
79.94/80.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
79.94/80.05	c   random           :       0.00          0          0          0          0          0          0
79.94/80.05	c Primal Heuristics  :       Time      Calls      Found
79.94/80.05	c   LP solutions     :       0.00          -          1
79.94/80.05	c   pseudo solutions :       0.00          -          0
79.94/80.05	c   trivial          :       0.00          1          0
79.94/80.05	c   simplerounding   :       0.00          0          0
79.94/80.05	c   zirounding       :       0.00          0          0
79.94/80.05	c   rounding         :       0.00          0          0
79.94/80.05	c   shifting         :       0.00          0          0
79.94/80.05	c   intshifting      :       0.00          0          0
79.94/80.05	c   oneopt           :       0.00          0          0
79.94/80.05	c   twoopt           :       0.00          0          0
79.94/80.05	c   fixandinfer      :       0.00          0          0
79.94/80.05	c   feaspump         :       0.00          0          0
79.94/80.05	c   coefdiving       :       0.00          0          0
79.94/80.05	c   pscostdiving     :       0.00          0          0
79.94/80.05	c   fracdiving       :       0.00          0          0
79.94/80.05	c   veclendiving     :       0.00          0          0
79.94/80.05	c   intdiving        :       0.00          0          0
79.94/80.05	c   actconsdiving    :       0.00          0          0
79.94/80.05	c   objpscostdiving  :       0.00          0          0
79.94/80.05	c   rootsoldiving    :       0.00          0          0
79.94/80.05	c   linesearchdiving :       0.00          0          0
79.94/80.05	c   guideddiving     :       0.00          0          0
79.94/80.05	c   octane           :       0.00          0          0
79.94/80.05	c   rens             :       0.00          0          0
79.94/80.05	c   rins             :       0.00          0          0
79.94/80.05	c   localbranching   :       0.00          0          0
79.94/80.05	c   mutation         :       0.00          0          0
79.94/80.05	c   crossover        :       0.00          0          0
79.94/80.05	c   dins             :       0.00          0          0
79.94/80.05	c   undercover       :       0.00          0          0
79.94/80.05	c   nlp              :       0.00          0          0
79.94/80.05	c   trysol           :       0.00          0          0
79.94/80.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
79.94/80.05	c   primal LP        :       0.00          0          0       0.00          -
79.94/80.05	c   dual LP          :      39.18       6442     213601      33.16    5451.79
79.94/80.05	c   lex dual LP      :       0.00          0          0       0.00          -
79.94/80.05	c   barrier LP       :       0.00          0          0       0.00          -
79.94/80.05	c   diving/probing LP:       0.00          0          0       0.00          -
79.94/80.05	c   strong branching :      31.70       1588     124937      78.68    3941.23
79.94/80.05	c     (at root node) :          -          9       7351     816.78          -
79.94/80.05	c   conflict analysis:       0.00          0          0       0.00          -
79.94/80.05	c B&B Tree           :
79.94/80.05	c   number of runs   :          1
79.94/80.05	c   nodes            :       9674
79.94/80.05	c   nodes (total)    :       9674
79.94/80.05	c   nodes left       :          0
79.94/80.05	c   max depth        :         30
79.94/80.05	c   max depth (total):         30
79.94/80.05	c   backtracks       :       1732 (17.9%)
79.94/80.05	c   delayed cutoffs  :        229
79.94/80.05	c   repropagations   :       1796 (10941 domain reductions, 220 cutoffs)
79.94/80.05	c   avg switch length:       2.88
79.94/80.05	c   switching time   :       0.86
79.94/80.05	c Solution           :
79.94/80.05	c   Solutions found  :          1 (1 improvements)
79.94/80.05	c   First Solution   : +0.00000000000000e+00   (in run 1, after 9674 nodes, 78.34 seconds, depth 21, found by <relaxation>)
79.94/80.05	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 9674 nodes, 78.34 seconds, depth 21, found by <relaxation>)
79.94/80.05	c   Dual Bound       : +0.00000000000000e+00
79.94/80.05	c   Gap              :       0.00 %
79.94/80.05	c   Root Dual Bound  : +0.00000000000000e+00
79.94/80.05	c   Root Iterations  :       3052
79.94/80.06	c Time complete: 80.01.

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-2667125-1276268859/watcher-2667125-1276268859 -o /tmp/evaluation-result-2667125-1276268859/solver-2667125-1276268859 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667125-1276268859.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.04 1.52 1.50 3/106 6109
/proc/meminfo: memFree=1471832/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=7724 CPUtime=0
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 1012 0 0 0 0 0 0 0 20 0 1 0 2487255 7909376 931 1992294400 4194304 8223781 140733307657200 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6109/statm: 1931 940 348 984 0 944 0

[startup+0.0755079 s]
/proc/loadavg: 1.04 1.52 1.50 3/106 6109
/proc/meminfo: memFree=1471832/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=13948 CPUtime=0.06
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 3954 0 0 0 5 1 0 0 20 0 1 0 2487255 14282752 2481 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 3487 2481 462 984 0 2500 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13948

[startup+0.101513 s]
/proc/loadavg: 1.04 1.52 1.50 3/106 6109
/proc/meminfo: memFree=1471832/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=16428 CPUtime=0.09
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 5433 0 0 0 7 2 0 0 20 0 1 0 2487255 16822272 3187 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 4107 3187 534 984 0 3120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16428

[startup+0.301558 s]
/proc/loadavg: 1.04 1.52 1.50 3/106 6109
/proc/meminfo: memFree=1471832/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=18160 CPUtime=0.29
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 5951 0 0 0 27 2 0 0 20 0 1 0 2487255 18595840 3637 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 4540 3637 558 984 0 3553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18160

[startup+0.701646 s]
/proc/loadavg: 1.04 1.52 1.50 3/106 6109
/proc/meminfo: memFree=1471832/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=24112 CPUtime=0.69
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 10413 0 0 0 63 6 0 0 21 0 1 0 2487255 24690688 5201 1992294400 4194304 8223781 140733307657200 18446744073709551615 6570097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 6028 5201 587 984 0 5041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24112

[startup+1.50182 s]
/proc/loadavg: 1.04 1.52 1.50 2/107 6110
/proc/meminfo: memFree=1452728/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=27816 CPUtime=1.49
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 11337 0 0 0 142 7 0 0 23 0 1 0 2487255 28483584 6125 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 6954 6125 587 984 0 5967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27816

[startup+3.10117 s]
/proc/loadavg: 1.03 1.51 1.50 2/107 6110
/proc/meminfo: memFree=1446776/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=34800 CPUtime=3.09
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 13552 0 0 0 299 10 0 0 25 0 1 0 2487255 35635200 7824 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8700 7824 588 984 0 7713 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34800

[startup+6.30184 s]
/proc/loadavg: 1.03 1.51 1.50 2/107 6110
/proc/meminfo: memFree=1442312/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=34780 CPUtime=6.29
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 16446 0 0 0 616 13 0 0 25 0 1 0 2487255 35614720 7833 1992294400 4194304 8223781 140733307657200 18446744073709551615 6611602 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8695 7833 588 984 0 7708 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34780

[startup+12.7011 s]
/proc/loadavg: 1.03 1.49 1.49 2/107 6112
/proc/meminfo: memFree=1442312/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=34328 CPUtime=12.69
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 18153 0 0 0 1249 20 0 0 25 0 1 0 2487255 35151872 7736 1992294400 4194304 8223781 140733307657200 18446744073709551615 6569794 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8582 7736 590 984 0 7595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34328

[startup+25.5014 s]
/proc/loadavg: 1.02 1.48 1.48 2/107 6112
/proc/meminfo: memFree=1442188/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=34420 CPUtime=25.48
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 21621 0 0 0 2508 40 0 0 25 0 1 0 2487255 35246080 7768 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8605 7768 591 984 0 7618 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34420

[startup+51.101 s]
/proc/loadavg: 1.01 1.44 1.47 2/107 6112
/proc/meminfo: memFree=1441692/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=34716 CPUtime=51.07
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 27539 0 0 0 5012 95 0 0 25 0 1 0 2487255 35549184 7842 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8679 7842 591 984 0 7692 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34716

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

[startup+63.9005 s]
/proc/loadavg: 1.01 1.41 1.46 2/107 6119
/proc/meminfo: memFree=1441196/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35044 CPUtime=63.85
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 32262 0 0 0 6257 128 0 0 25 0 1 0 2487255 35885056 7920 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8761 7920 591 984 0 7774 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 35044

[startup+70.3012 s]
/proc/loadavg: 1.01 1.41 1.46 2/107 6119
/proc/meminfo: memFree=1441196/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35152 CPUtime=70.26
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 33346 0 0 0 6883 143 0 0 25 0 1 0 2487255 35995648 7936 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8788 7936 591 984 0 7801 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 35152

[startup+76.7008 s]
/proc/loadavg: 1.01 1.40 1.45 2/107 6119
/proc/meminfo: memFree=1441320/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35124 CPUtime=76.65
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 36303 0 0 0 7508 157 0 0 25 0 1 0 2487255 35966976 7927 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8781 7927 591 984 0 7794 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 35124

[startup+78.302 s]
/proc/loadavg: 1.01 1.39 1.45 2/107 6119
/proc/meminfo: memFree=1441320/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35140 CPUtime=78.25
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 36967 0 0 0 7665 160 0 0 25 0 1 0 2487255 35983360 7935 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8785 7935 591 984 0 7798 0
Current children cumulated CPU time (s) 78.25
Current children cumulated vsize (KiB) 35140

[startup+79.1011 s]
/proc/loadavg: 1.01 1.39 1.45 2/107 6119
/proc/meminfo: memFree=1441320/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35192 CPUtime=79.05
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 37147 0 0 0 7743 162 0 0 25 0 1 0 2487255 36036608 7937 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8798 7937 591 984 0 7811 0
Current children cumulated CPU time (s) 79.05
Current children cumulated vsize (KiB) 35192

[startup+79.5011 s]
/proc/loadavg: 1.01 1.39 1.45 2/107 6119
/proc/meminfo: memFree=1441320/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35268 CPUtime=79.44
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 37283 0 0 0 7781 163 0 0 25 0 1 0 2487255 36114432 7941 1992294400 4194304 8223781 140733307657200 18446744073709551615 7235108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8817 7941 591 984 0 7830 0
Current children cumulated CPU time (s) 79.44
Current children cumulated vsize (KiB) 35268

[startup+79.9011 s]
/proc/loadavg: 1.01 1.39 1.45 2/107 6119
/proc/meminfo: memFree=1441320/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35076 CPUtime=79.85
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 37342 0 0 0 7821 164 0 0 25 0 1 0 2487255 35917824 7932 1992294400 4194304 8223781 140733307657200 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8769 7932 591 984 0 7782 0
Current children cumulated CPU time (s) 79.85
Current children cumulated vsize (KiB) 35076

[startup+80.0012 s]
/proc/loadavg: 1.01 1.39 1.45 2/107 6119
/proc/meminfo: memFree=1441320/2059040 swapFree=4192956/4192956
[pid=6109] ppid=6107 vsize=35160 CPUtime=79.94
/proc/6109/stat : 6109 (pbscip.linux.x8) R 6107 6109 5211 0 -1 4202496 37347 0 0 0 7830 164 0 0 25 0 1 0 2487255 36003840 7932 1992294400 4194304 8223781 140733307657200 18446744073709551615 4660129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6109/statm: 8790 7932 591 984 0 7803 0
Current children cumulated CPU time (s) 79.94
Current children cumulated vsize (KiB) 35160

Child status: 0
Real time (s): 80.0689
CPU time (s): 80.0198
CPU user time (s): 78.3711
CPU system time (s): 1.64875
CPU usage (%): 99.9388
Max. virtual memory (cumulated for all children) (KiB): 35580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.3711
system time used= 1.64875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37364
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= 2
involuntary context switches= 590

runsolver used 0.138978 second user time and 0.381941 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-11 17:07:39
IDJOB=2667125
IDBENCH=1157
IDSOLVER=1169
FILE ID=node014/2667125-1276268859
PBS_JOBID= 11172197
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667125-1276268859/watcher-2667125-1276268859 -o /tmp/evaluation-result-2667125-1276268859/solver-2667125-1276268859 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667125-1276268859.opb -t 1800 -m 1800

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

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=1485342248

node014.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.258
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.51
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.258
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:       1472360 kB
Buffers:         50824 kB
Cached:         395092 kB
SwapCached:          0 kB
Active:         165852 kB
Inactive:       339884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1472360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4948 kB
Writeback:           0 kB
AnonPages:       59700 kB
Mapped:          15444 kB
Slab:            59220 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181392 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= 62456 MiB
End job on node014 at 2010-06-11 17:08:59