Trace number 1868000

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.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.42 1800.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
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 benchmark411.487
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1868000-1245114459.opb>
0.00/0.02	c original problem has 490 variables (490 bin, 0 int, 0 impl, 0 cont) and 737 constraints
0.02/0.03	c No objective function, only one solution is needed.
0.02/0.03	c start presolving problem
0.02/0.03	c presolving:
0.02/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 737 upgd conss, 522 impls, 0 clqs
0.02/0.07	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 737 upgd conss, 19274 impls, 0 clqs
0.02/0.08	c presolving (3 rounds):
0.02/0.08	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.08	c  19274 implications, 0 cliques
0.02/0.08	c presolved problem has 482 variables (482 bin, 0 int, 0 impl, 0 cont) and 737 constraints
0.02/0.08	c     340 constraints of type <knapsack>
0.02/0.08	c     397 constraints of type <logicor>
0.02/0.08	c transformed objective value is always integral (scale: 1)
0.02/0.08	c Presolving Time: 0.05
0.02/0.08	c SATUNSAT-LIN
0.02/0.08	c -----------------------------------------------------------------------------------------------
0.02/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c separating/flowcover/freq = c -1
0.02/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c separating/cmir/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/veclendiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.02/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/veclendiving/freq = c -1
0.02/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/simplerounding/freq = c -1
0.02/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/shifting/freq = c -1
0.02/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/rounding/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.08	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.02/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.08	c heuristics/rootsoldiving/freq = c -1
0.02/0.08	c # number of nodes added to the contingent of the total nodes
0.02/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.08	c heuristics/rens/nodesofs = c 2000
0.02/0.08	c # minimum percentage of integer variables that have to be fixable 
0.02/0.08	c # [type: real, range: [0,1], default: 0.5]
0.02/0.08	c heuristics/rens/minfixingrate = c 0.3
0.02/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.08	c heuristics/rens/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.02/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/pscostdiving/freq = c -1
0.02/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.08	c heuristics/oneopt/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.08	c # [type: real, range: [0,1], default: 0.01]
0.02/0.08	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.02/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.08	c heuristics/objpscostdiving/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.02/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/linesearchdiving/freq = c -1
0.02/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/intshifting/freq = c -1
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/intdiving/maxlpiterquot = c 0.075
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/guideddiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.02/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/guideddiving/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/fracdiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.02/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/fracdiving/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/feaspump/maxlpiterofs = c 2000
0.02/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.08	c heuristics/feaspump/freq = c -1
0.02/0.08	c # minimum percentage of integer variables that have to be fixed 
0.02/0.08	c # [type: real, range: [0,1], default: 0.666]
0.02/0.08	c heuristics/crossover/minfixingrate = c 0.5
0.02/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.08	c # [type: real, range: [0,1], default: 0.1]
0.02/0.08	c heuristics/crossover/nodesquot = c 0.15
0.02/0.08	c # number of nodes without incumbent change that heuristic should wait
0.02/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.08	c heuristics/crossover/nwaitingnodes = c 100
0.02/0.08	c # number of nodes added to the contingent of the total nodes
0.02/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.08	c heuristics/crossover/nodesofs = c 750
0.02/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.08	c heuristics/crossover/freq = c -1
0.02/0.08	c # additional number of allowed LP iterations
0.02/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.08	c heuristics/coefdiving/maxlpiterofs = c 1500
0.02/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.08	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.02/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.08	c heuristics/coefdiving/freq = c -1
0.02/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.08	c presolving/probing/maxrounds = c 0
0.02/0.08	c # should presolving try to simplify knapsacks
0.02/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.08	c constraints/knapsack/simplifyinequalities = c TRUE
0.02/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.08	c constraints/knapsack/disaggregation = c FALSE
0.02/0.08	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.08	c constraints/knapsack/maxnumcardlift = c 0
0.02/0.08	c # should presolving try to simplify inequalities
0.02/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.08	c constraints/linear/simplifyinequalities = c TRUE
0.02/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.08	c separating/maxroundsroot = c 5
0.02/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.08	c separating/maxrounds = c 1
0.02/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.08	c limits/solutions = c 1
0.02/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.08	c limits/memory = c 1620
0.02/0.08	c # maximal time in seconds to run
0.02/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.08	c limits/time = c 1791
0.02/0.08	c # frequency for displaying node information lines
0.02/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.08	c display/freq = c 10000
0.02/0.08	c -----------------------------------------------------------------------------------------------
0.02/0.08	c start solving problem
0.02/0.08	c 
0.09/0.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.12	c   0.1s|     1 |     0 |   356 |2993k|   0 | 183 | 482 | 737 | 737 | 482 | 729 |   0 |   0 |   0 | 6.276923e+01 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   552 |4538k|   0 | 188 | 482 | 737 | 737 | 482 |1125 | 396 |   0 |   0 | 6.452660e+01 |      --      |    Inf 
0.89/0.97	c   0.9s|     1 |     0 |  1280 |7069k|   0 | 432 | 482 | 737 | 737 | 482 |1655 | 926 |   0 |   0 | 6.826027e+01 |      --      |    Inf 
1.49/1.56	c   1.5s|     1 |     0 |  1524 |  10M|   0 | 449 | 482 | 737 | 737 | 482 |1681 | 952 |   0 |   0 | 6.886733e+01 |      --      |    Inf 
2.09/2.16	c   2.1s|     1 |     0 |  1711 |  14M|   0 | 449 | 482 | 737 | 737 | 482 |1683 | 954 |   0 |   0 | 6.894718e+01 |      --      |    Inf 
2.89/2.90	c   2.8s|     1 |     0 |  1990 |  14M|   0 | 447 | 482 | 737 | 737 | 482 |1685 | 956 |   0 |   0 | 6.898181e+01 |      --      |    Inf 
18.99/19.04	c  18.9s|     1 |     2 |  1990 |  14M|   0 | 447 | 482 | 737 | 737 | 482 |1685 | 956 |   0 |  29 | 6.898181e+01 |      --      |    Inf 
472.25/472.40	c   469s| 10000 |  8335 |977535 |  31M|  77 |  90 | 482 | 739 | 390 | 482 |1106 | 956 | 125 |3775 | 7.512545e+01 |      --      |    Inf 
765.66/765.91	c   760s| 20000 | 16321 |  1769k|  47M|  86 |  87 | 482 | 761 | 335 | 482 |1106 | 956 | 235 |5053 | 7.589911e+01 |      --      |    Inf 
1041.89/1042.25	c  1034s| 30000 | 24189 |  2523k|  63M|  92 |   - | 482 | 754 | 233 |   0 |   0 | 956 | 334 |6418 | 7.640056e+01 |      --      |    Inf 
1272.32/1272.75	c  1262s| 40000 | 30569 |  3159k|  76M|  96 |  47 | 482 | 774 | 247 | 482 |1106 | 956 | 630 |7196 | 7.699408e+01 |      --      |    Inf 
1495.05/1495.57	c  1483s| 50000 | 37053 |  3788k|  89M|  99 |  35 | 482 | 800 | 291 | 482 |1106 | 956 | 839 |7908 | 7.727182e+01 |      --      |    Inf 
1681.20/1681.72	c  1668s| 60000 | 43179 |  4335k| 101M| 101 | 126 | 482 | 810 | 329 | 482 |1106 | 956 |1081 |8646 | 7.741387e+01 |      --      |    Inf 
1800.07/1800.70	c 
1800.07/1800.70	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.70	c Solving Time (sec) : 1785.63
1800.07/1800.70	c Solving Nodes      : 67692
1800.07/1800.70	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.70	c Dual Bound         : +7.75028512696600e+01
1800.07/1800.70	c Gap                : infinite
1800.07/1800.70	c NODE         67692
1800.07/1800.70	c DUAL BOUND   77.5029
1800.07/1800.70	c PRIMAL BOUND 1e+20
1800.07/1800.70	c GAP          1e+20
1800.07/1800.70	s UNKNOWN
1800.07/1800.70	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.70	c Solving Time       :    1785.63
1800.07/1800.70	c Original Problem   :
1800.07/1800.70	c   Problem name     : HOME/instance-1868000-1245114459.opb
1800.07/1800.70	c   Variables        : 490 (490 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.70	c   Constraints      : 737 initial, 737 maximal
1800.07/1800.70	c Presolved Problem  :
1800.07/1800.70	c   Problem name     : t_HOME/instance-1868000-1245114459.opb
1800.07/1800.70	c   Variables        : 482 (482 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.70	c   Constraints      : 737 initial, 844 maximal
1800.07/1800.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.70	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.07/1800.70	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.70	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.70	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.70	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.70	c   integral         :          0          0          0      57582          0          8        116          0          0     115062
1800.07/1800.70	c   knapsack         :        340          5     179637          0          0       8923    1116353        384          0          0
1800.07/1800.70	c   logicor          :        397+         5     122098          0          0         86     285795          0          0          0
1800.07/1800.70	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.70	c   integral         :     214.78       0.00       0.00     214.78       0.00
1800.07/1800.70	c   knapsack         :       6.25       0.01       6.24       0.00       0.00
1800.07/1800.70	c   logicor          :       3.31       0.00       3.31       0.00       0.00
1800.07/1800.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.70	c   rootredcost      :       0.10          0          0          0
1800.07/1800.70	c   pseudoobj        :       4.08     180648          0          0
1800.07/1800.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.70	c   propagation      :       0.37        962        949       8461       98.9          0        0.0          -
1800.07/1800.70	c   infeasible LP    :       0.52       1111          0          0        0.0          0        0.0          0
1800.07/1800.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.70	c   applied globally :          -          -          -       1326       26.9          -          -          -
1800.07/1800.70	c   applied locally  :          -          -          -          6       57.5          -          -          -
1800.07/1800.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.70	c   cut pool         :       0.01          4          -          -        314          -    (maximal pool size: 3851)
1800.07/1800.70	c   redcost          :       1.47      57552          0          0          0          0
1800.07/1800.70	c   impliedbounds    :       0.00          5          0          0       1159          0
1800.07/1800.70	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.70	c   gomory           :       0.92          5          0          0        965          0
1800.07/1800.70	c   strongcg         :       0.69          5          0          0       1980          0
1800.07/1800.70	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.70	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.70	c   clique           :       0.01          1          0          0          0          0
1800.07/1800.70	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.70	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.70	c Pricers            :       Time      Calls       Vars
1800.07/1800.70	c   problem variables:       0.00          0          0
1800.07/1800.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.70	c   relpscost        :     214.68      57582          8        116          0          0     115062
1800.07/1800.70	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.70	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.70	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.70	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.70	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.70	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.70	c   LP solutions     :       0.00          -          0
1800.07/1800.70	c   pseudo solutions :       0.00          -          0
1800.07/1800.70	c   simplerounding   :       0.00          0          0
1800.07/1800.70	c   rounding         :       0.00          0          0
1800.07/1800.70	c   shifting         :       0.00          0          0
1800.07/1800.70	c   intshifting      :       0.00          0          0
1800.07/1800.70	c   oneopt           :       0.00          0          0
1800.07/1800.70	c   fixandinfer      :       0.00          0          0
1800.07/1800.70	c   feaspump         :       0.00          0          0
1800.07/1800.70	c   coefdiving       :       0.00          0          0
1800.07/1800.70	c   pscostdiving     :       0.00          0          0
1800.07/1800.70	c   fracdiving       :       0.00          0          0
1800.07/1800.70	c   veclendiving     :       0.00          0          0
1800.07/1800.70	c   intdiving        :       0.00          0          0
1800.07/1800.70	c   actconsdiving    :       0.00          0          0
1800.07/1800.70	c   objpscostdiving  :       0.00          0          0
1800.07/1800.70	c   rootsoldiving    :       0.00          0          0
1800.07/1800.70	c   linesearchdiving :       0.00          0          0
1800.07/1800.70	c   guideddiving     :       0.00          0          0
1800.07/1800.70	c   octane           :       0.00          0          0
1800.07/1800.70	c   rens             :       0.00          0          0
1800.07/1800.70	c   rins             :       0.00          0          0
1800.07/1800.70	c   localbranching   :       0.00          0          0
1800.07/1800.70	c   mutation         :       0.00          0          0
1800.07/1800.70	c   crossover        :       0.00          0          0
1800.07/1800.70	c   dins             :       0.00          0          0
1800.07/1800.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.70	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.70	c   dual LP          :    1513.72      58731    4700031      80.03    3104.95
1800.07/1800.70	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.70	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.70	c   strong branching :     209.06       9011     591897      65.69    2831.23
1800.07/1800.70	c     (at root node) :          -         29      24309     838.24          -
1800.07/1800.70	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.70	c B&B Tree           :
1800.07/1800.70	c   number of runs   :          1
1800.07/1800.70	c   nodes            :      67692
1800.07/1800.70	c   nodes (total)    :      67692
1800.07/1800.70	c   nodes left       :      47371
1800.07/1800.70	c   max depth        :        102
1800.07/1800.70	c   max depth (total):        102
1800.07/1800.70	c   backtracks       :       6504 (9.6%)
1800.07/1800.70	c   delayed cutoffs  :          0
1800.07/1800.70	c   repropagations   :       1892 (2673 domain reductions, 0 cutoffs)
1800.07/1800.70	c   avg switch length:       5.71
1800.07/1800.70	c   switching time   :       9.19
1800.07/1800.70	c Solution           :
1800.07/1800.70	c   Solutions found  :          0 (0 improvements)
1800.07/1800.70	c   Primal Bound     :          -
1800.07/1800.70	c   Dual Bound       : +7.75028512696600e+01
1800.07/1800.70	c   Gap              :   infinite
1800.07/1800.70	c   Root Dual Bound  : +6.89818093405231e+01
1800.36/1800.94	c Time complete: 1800.41.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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.25 1.59 3/64 1572
/proc/meminfo: memFree=1334952/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=4328 CPUtime=0
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 179042940 4431872 466 1992294400 4194304 7823515 548682068736 18446744073709551615 7017211 0 0 4096 0 0 0 0 17 1 0 0
/proc/1572/statm: 1162 477 310 886 0 272 0

[startup+0.029647 s]
/proc/loadavg: 1.00 1.25 1.59 3/64 1572
/proc/meminfo: memFree=1334952/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=11340 CPUtime=0.02
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 2422 0 0 0 1 1 0 0 18 0 1 0 179042940 11612160 2050 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 2835 2060 370 886 0 1945 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11340

[startup+0.101657 s]
/proc/loadavg: 1.00 1.25 1.59 3/64 1572
/proc/meminfo: memFree=1334952/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=17448 CPUtime=0.09
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 3897 0 0 0 8 1 0 0 16 0 1 0 179042940 17866752 3525 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 4362 3525 511 886 0 3472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17448

[startup+0.301686 s]
/proc/loadavg: 1.00 1.25 1.59 3/64 1572
/proc/meminfo: memFree=1334952/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=20504 CPUtime=0.29
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 4745 0 0 0 26 3 0 0 18 0 1 0 179042940 20996096 4354 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 5126 4354 544 886 0 4236 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20504

[startup+0.701743 s]
/proc/loadavg: 1.00 1.25 1.59 3/64 1572
/proc/meminfo: memFree=1334952/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=25184 CPUtime=0.69
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 5898 0 0 0 65 4 0 0 20 0 1 0 179042940 25788416 5480 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 6296 5480 546 886 0 5406 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25184

[startup+1.50186 s]
/proc/loadavg: 1.00 1.25 1.59 2/65 1573
/proc/meminfo: memFree=1314528/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=30628 CPUtime=1.49
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 7274 0 0 0 144 5 0 0 25 0 1 0 179042940 31363072 6854 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 7657 6854 546 886 0 6767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30628

[startup+3.10109 s]
/proc/loadavg: 1.00 1.25 1.59 2/65 1573
/proc/meminfo: memFree=1303136/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=37228 CPUtime=3.09
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 8936 0 0 0 302 7 0 0 25 0 1 0 179042940 38121472 8514 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 9307 8514 549 886 0 8417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37228

[startup+6.30155 s]
/proc/loadavg: 1.00 1.24 1.59 2/65 1573
/proc/meminfo: memFree=1302496/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=37228 CPUtime=6.29
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 8936 0 0 0 621 8 0 0 25 0 1 0 179042940 38121472 8514 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 9307 8514 549 886 0 8417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37228

[startup+12.7015 s]
/proc/loadavg: 1.00 1.24 1.58 2/65 1573
/proc/meminfo: memFree=1302496/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=37228 CPUtime=12.69
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 8936 0 0 0 1258 11 0 0 25 0 1 0 179042940 38121472 8514 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 9307 8514 549 886 0 8417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37228

[startup+25.5013 s]
/proc/loadavg: 1.00 1.23 1.57 2/65 1573
/proc/meminfo: memFree=1302560/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=37228 CPUtime=25.48
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 8938 0 0 0 2532 16 0 0 25 0 1 0 179042940 38121472 8516 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 9307 8516 551 886 0 8417 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37228

[startup+51.102 s]
/proc/loadavg: 1.00 1.21 1.56 2/65 1573
/proc/meminfo: memFree=1302624/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=37228 CPUtime=51.08
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 8944 0 0 0 5071 37 0 0 25 0 1 0 179042940 38121472 8522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 9307 8522 557 886 0 8417 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37228

[startup+102.305 s]
/proc/loadavg: 1.00 1.17 1.52 2/65 1573
/proc/meminfo: memFree=1302112/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=38080 CPUtime=102.26
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 9132 0 0 0 10160 66 0 0 25 0 1 0 179042940 38993920 8710 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 9520 8710 557 886 0 8630 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38080

[startup+162.302 s]
/proc/loadavg: 1.00 1.14 1.49 2/65 1573
/proc/meminfo: memFree=1299488/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=40508 CPUtime=162.24
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 9779 0 0 0 16120 104 0 0 25 0 1 0 179042940 41480192 9357 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 10127 9357 557 886 0 9237 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40508

[startup+222.303 s]
/proc/loadavg: 1.00 1.11 1.45 2/65 1573
/proc/meminfo: memFree=1296416/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=43808 CPUtime=222.23
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 10533 0 0 0 22076 147 0 0 25 0 1 0 179042940 44859392 10111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 10952 10111 557 886 0 10062 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 43808

[startup+282.301 s]
/proc/loadavg: 1.00 1.09 1.42 2/65 1573
/proc/meminfo: memFree=1293152/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=46768 CPUtime=282.21
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 11339 0 0 0 28030 191 0 0 25 0 1 0 179042940 47890432 10917 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 11692 10917 557 886 0 10802 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 46768

[startup+342.302 s]
/proc/loadavg: 1.00 1.07 1.40 2/65 1573
/proc/meminfo: memFree=1289696/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=50204 CPUtime=342.19
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 12192 0 0 0 33987 232 0 0 25 0 1 0 179042940 51408896 11769 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 12551 11769 557 886 0 11661 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 50204

[startup+402.301 s]
/proc/loadavg: 1.00 1.05 1.37 2/65 1573
/proc/meminfo: memFree=1286944/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=53048 CPUtime=402.17
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 12889 0 0 0 39938 279 0 0 25 0 1 0 179042940 54321152 12465 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 13262 12465 557 886 0 12372 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 53048

[startup+462.302 s]
/proc/loadavg: 1.00 1.04 1.34 2/65 1573
/proc/meminfo: memFree=1282656/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=57196 CPUtime=462.16
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 13981 0 0 0 45893 323 0 0 25 0 1 0 179042940 58568704 13557 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 14299 13557 557 886 0 13409 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 57196

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.32 2/65 1573
/proc/meminfo: memFree=1275360/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=64664 CPUtime=522.14
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 15805 0 0 0 51843 371 0 0 25 0 1 0 179042940 66215936 15381 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 16166 15381 557 886 0 15276 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 64664

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.29 2/65 1573
/proc/meminfo: memFree=1271200/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=68824 CPUtime=582.12
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 16838 0 0 0 57792 420 0 0 25 0 1 0 179042940 70475776 16413 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 17206 16413 557 886 0 16316 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 68824

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.27 2/65 1573
/proc/meminfo: memFree=1269536/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=70380 CPUtime=642.1
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 17248 0 0 0 63740 470 0 0 25 0 1 0 179042940 72069120 16823 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 17595 16823 557 886 0 16705 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 70380

[startup+702.301 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.18 2/65 1573
/proc/meminfo: memFree=1248160/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=91420 CPUtime=942.02
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 22580 0 0 0 93478 724 0 0 25 0 1 0 179042940 93614080 22153 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 22855 22153 557 886 0 21965 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 91420

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 1573
/proc/meminfo: memFree=1243360/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=96312 CPUtime=1002
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 23770 0 0 0 99429 771 0 0 25 0 1 0 179042940 98623488 23343 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 24078 23343 557 886 0 23188 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 96312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 1573
/proc/meminfo: memFree=1240800/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=99024 CPUtime=1061.98
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 24430 0 0 0 105375 823 0 0 25 0 1 0 179042940 101400576 24003 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 24756 24003 557 886 0 23866 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 99024

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.15 2/65 1573
/proc/meminfo: memFree=1236832/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=102724 CPUtime=1121.96
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 25414 0 0 0 111328 868 0 0 25 0 1 0 179042940 105189376 24987 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 25681 24987 557 886 0 24791 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 102724

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.14 2/65 1573
/proc/meminfo: memFree=1230112/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=109408 CPUtime=1181.94
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 27082 0 0 0 117271 923 0 0 25 0 1 0 179042940 112033792 26655 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 27352 26655 557 886 0 26462 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 109408

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 1573
/proc/meminfo: memFree=1225056/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=114468 CPUtime=1241.93
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 28333 0 0 0 123221 972 0 0 25 0 1 0 179042940 117215232 27906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 28617 27906 557 886 0 27727 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 114468

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 1573
/proc/meminfo: memFree=1221664/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=117648 CPUtime=1301.91
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 29175 0 0 0 129171 1020 0 0 25 0 1 0 179042940 120471552 28748 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 29412 28748 557 886 0 28522 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 117648

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 1573
/proc/meminfo: memFree=1216992/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=122420 CPUtime=1361.89
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 30338 0 0 0 135119 1070 0 0 25 0 1 0 179042940 125358080 29911 1992294400 4194304 7823515 548682068736 18446744073709551615 5839754 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 30605 29911 557 886 0 29715 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 122420

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 1573
/proc/meminfo: memFree=1214624/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=124748 CPUtime=1421.87
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 30928 0 0 0 141069 1118 0 0 25 0 1 0 179042940 127741952 30501 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 31187 30501 557 886 0 30297 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 124748

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 1573
/proc/meminfo: memFree=1211488/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=127912 CPUtime=1481.86
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 31761 0 0 0 147014 1172 0 0 25 0 1 0 179042940 130981888 31333 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 31978 31333 557 886 0 31088 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 127912

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 1573
/proc/meminfo: memFree=1207904/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=131292 CPUtime=1541.84
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 32586 0 0 0 152961 1223 0 0 25 0 1 0 179042940 134443008 32157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 32823 32157 557 886 0 31933 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 131292

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 1573
/proc/meminfo: memFree=1204832/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=134612 CPUtime=1601.81
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 33415 0 0 0 158905 1276 0 0 25 0 1 0 179042940 137842688 32986 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 33653 32986 557 886 0 32763 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 134612

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 1573
/proc/meminfo: memFree=1200352/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=138924 CPUtime=1661.8
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 34541 0 0 0 164853 1327 0 0 25 0 1 0 179042940 142258176 34112 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 34731 34112 557 886 0 33841 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 138924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 1573
/proc/meminfo: memFree=1194336/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=144684 CPUtime=1721.78
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 35989 0 0 0 170797 1381 0 0 25 0 1 0 179042940 148156416 35560 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 36171 35560 557 886 0 35281 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 144684

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 1573
/proc/meminfo: memFree=1191648/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=147512 CPUtime=1781.76
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 36666 0 0 0 176742 1434 0 0 25 0 1 0 179042940 151052288 36237 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 36878 36237 557 886 0 35988 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 147512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 1573
/proc/meminfo: memFree=1190496/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=148716 CPUtime=1800.07
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 36938 0 0 0 178554 1453 0 0 25 0 1 0 179042940 152285184 36509 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1572/statm: 37179 36509 557 886 0 36289 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 148716

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 1573
/proc/meminfo: memFree=1190496/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=148716 CPUtime=1800.26
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 36942 0 0 0 178573 1453 0 0 25 0 1 0 179042940 152285184 36513 1992294400 4194304 7823515 548682068736 18446744073709551615 4805796 0 0 4096 0 0 0 0 17 1 0 0
/proc/1572/statm: 37179 36513 561 886 0 36289 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 148716

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 1573
/proc/meminfo: memFree=1190496/2055920 swapFree=4182572/4192956
[pid=1572] ppid=1570 vsize=148716 CPUtime=1800.36
/proc/1572/stat : 1572 (pbscip.linux.x8) R 1570 1572 1454 0 -1 4194304 36942 0 0 0 178583 1453 0 0 25 0 1 0 179042940 152285184 36513 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/1572/statm: 37179 36513 561 886 0 36289 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 148716

Child status: 0
Real time (s): 1800.95
CPU time (s): 1800.42
CPU user time (s): 1785.86
CPU system time (s): 14.5548
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 148716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.86
system time used= 14.5548
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36947
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= 5
involuntary context switches= 1901

runsolver used 1.20382 second user time and 3.84142 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-16 03:07:39
IDJOB=1868000
IDBENCH=1167
IDSOLVER=683
FILE ID=node39/1868000-1245114459
PBS_JOBID= 9363672
Free space on /tmp= 66128 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868000-1245114459/watcher-1868000-1245114459 -o /tmp/evaluation-result-1868000-1245114459/solver-1868000-1245114459 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868000-1245114459.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1980332542

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1335432 kB
Buffers:         67692 kB
Cached:         566544 kB
SwapCached:       4216 kB
Active:         157696 kB
Inactive:       484364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335432 kB
SwapTotal:     4192956 kB
SwapFree:      4182572 kB
Dirty:            9872 kB
Writeback:           0 kB
Mapped:          13600 kB
Slab:            64432 kB
Committed_AS:   127944 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node39 at 2009-06-16 03:37:41