Trace number 2664543

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1801.67 1802.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.8
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664543-1276332458.opb>
1.99/2.09	c original problem has 40605 variables (40605 bin, 0 int, 0 impl, 0 cont) and 118930 constraints
1.99/2.09	c problem read
2.09/2.10	c No objective function, only one solution is needed.
2.09/2.10	c presolving settings loaded
2.09/2.10	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
2.69/2.71	c presolving:
4.99/5.02	c (round 1) 1399 del vars, 790 del conss, 261 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1976728 impls, 0 clqs
5.18/5.21	c (round 2) 1401 del vars, 3076 del conss, 263 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1976728 impls, 0 clqs
5.29/5.34	c (round 3) 1407 del vars, 3089 del conss, 268 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1977053 impls, 0 clqs
6.39/6.49	c (round 4) 1408 del vars, 3099 del conss, 269 chg bounds, 870 chg sides, 1758 chg coeffs, 115830 upgd conss, 1977176 impls, 0 clqs
6.79/6.86	c presolving (5 rounds):
6.79/6.86	c  1409 deleted vars, 3100 deleted constraints, 269 tightened bounds, 0 added holes, 870 changed sides, 1758 changed coefficients
6.79/6.86	c  1977176 implications, 0 cliques
6.79/6.86	c presolved problem has 39196 variables (39196 bin, 0 int, 0 impl, 0 cont) and 115830 constraints
6.79/6.86	c    1740 constraints of type <knapsack>
6.79/6.86	c  114090 constraints of type <logicor>
6.79/6.86	c transformed objective value is always integral (scale: 1)
6.79/6.86	c Presolving Time: 3.69
6.79/6.86	c - non default parameters ----------------------------------------------------------------------
6.79/6.86	c # SCIP version 1.2.1.2
6.79/6.86	c 
6.79/6.86	c # frequency for displaying node information lines
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 100]
6.79/6.86	c display/freq = 10000
6.79/6.86	c 
6.79/6.86	c # maximal time in seconds to run
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.79/6.86	c limits/time = 1797.9
6.79/6.86	c 
6.79/6.86	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.79/6.86	c limits/memory = 1620
6.79/6.86	c 
6.79/6.86	c # solving stops, if the given number of solutions were found (-1: no limit)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: -1]
6.79/6.86	c limits/solutions = 1
6.79/6.86	c 
6.79/6.86	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c lp/solvefreq = -1
6.79/6.86	c 
6.79/6.86	c # maximal number of separation rounds per node (-1: unlimited)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 5]
6.79/6.86	c separating/maxrounds = 1
6.79/6.86	c 
6.79/6.86	c # maximal number of separation rounds in the root node (-1: unlimited)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: -1]
6.79/6.86	c separating/maxroundsroot = 5
6.79/6.86	c 
6.79/6.86	c # should presolving try to simplify inequalities
6.79/6.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.79/6.86	c constraints/linear/simplifyinequalities = TRUE
6.79/6.86	c 
6.79/6.86	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.79/6.86	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.79/6.86	c constraints/knapsack/disaggregation = FALSE
6.79/6.86	c 
6.79/6.86	c # should presolving try to simplify knapsacks
6.79/6.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.79/6.86	c constraints/knapsack/simplifyinequalities = TRUE
6.79/6.86	c 
6.79/6.86	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: -1]
6.79/6.86	c presolving/probing/maxrounds = 0
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/coefdiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/coefdiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/coefdiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 30]
6.79/6.86	c heuristics/crossover/freq = -1
6.79/6.86	c 
6.79/6.86	c # number of nodes added to the contingent of the total nodes
6.79/6.86	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.79/6.86	c heuristics/crossover/nodesofs = 750
6.79/6.86	c 
6.79/6.86	c # number of nodes without incumbent change that heuristic should wait
6.79/6.86	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.79/6.86	c heuristics/crossover/nwaitingnodes = 100
6.79/6.86	c 
6.79/6.86	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.79/6.86	c # [type: real, range: [0,1], default: 0.1]
6.79/6.86	c heuristics/crossover/nodesquot = 0.15
6.79/6.86	c 
6.79/6.86	c # minimum percentage of integer variables that have to be fixed 
6.79/6.86	c # [type: real, range: [0,1], default: 0.666]
6.79/6.86	c heuristics/crossover/minfixingrate = 0.5
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 20]
6.79/6.86	c heuristics/feaspump/freq = -1
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/feaspump/maxlpiterofs = 2000
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/fracdiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/fracdiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/fracdiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/guideddiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/guideddiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/guideddiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/intdiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/intshifting/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/linesearchdiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/linesearchdiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/linesearchdiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c heuristics/nlp/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 20]
6.79/6.86	c heuristics/objpscostdiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to total iteration number
6.79/6.86	c # [type: real, range: [0,1], default: 0.01]
6.79/6.86	c heuristics/objpscostdiving/maxlpiterquot = 0.015
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/objpscostdiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c heuristics/oneopt/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/pscostdiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/pscostdiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/pscostdiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 0]
6.79/6.86	c heuristics/rens/freq = -1
6.79/6.86	c 
6.79/6.86	c # minimum percentage of integer variables that have to be fixable 
6.79/6.86	c # [type: real, range: [0,1], default: 0.5]
6.79/6.86	c heuristics/rens/minfixingrate = 0.3
6.79/6.86	c 
6.79/6.86	c # number of nodes added to the contingent of the total nodes
6.79/6.86	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.79/6.86	c heuristics/rens/nodesofs = 2000
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 20]
6.79/6.86	c heuristics/rootsoldiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.79/6.86	c heuristics/rootsoldiving/maxlpiterquot = 0.015
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/rootsoldiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c heuristics/rounding/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/shifting/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c heuristics/simplerounding/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 0]
6.79/6.86	c heuristics/trivial/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c heuristics/trysol/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 10]
6.79/6.86	c heuristics/veclendiving/freq = -1
6.79/6.86	c 
6.79/6.86	c # maximal fraction of diving LP iterations compared to node LP iterations
6.79/6.86	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.79/6.86	c heuristics/veclendiving/maxlpiterquot = 0.075
6.79/6.86	c 
6.79/6.86	c # additional number of allowed LP iterations
6.79/6.86	c # [type: int, range: [0,2147483647], default: 1000]
6.79/6.86	c heuristics/veclendiving/maxlpiterofs = 1500
6.79/6.86	c 
6.79/6.86	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 1]
6.79/6.86	c heuristics/zirounding/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 0]
6.79/6.86	c separating/cmir/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: 0]
6.79/6.86	c separating/flowcover/freq = -1
6.79/6.86	c 
6.79/6.86	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.79/6.86	c # [type: int, range: [-1,2147483647], default: -1]
6.79/6.86	c separating/rapidlearning/freq = 0
6.79/6.86	c 
6.79/6.86	c -----------------------------------------------------------------------------------------------
6.79/6.86	c start solving
6.89/6.90	c 
6.99/7.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.05	c   4.2s|     1 |     2 |     0 |     - | 220M|   0 |   - |  39k| 115k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
307.88/308.05	c   304s| 10000 |  8750 |     0 |   0.0 | 337M| 532 |   - |  39k| 116k|   0 |   0 |   0 |2251 |   0 | 0.000000e+00 |      --      |    Inf 
680.94/681.23	c   676s| 20000 | 14474 |     0 |   0.0 | 455M| 532 |   - |  39k| 117k|   0 |   0 |   0 |8644 |   0 | 0.000000e+00 |      --      |    Inf 
1083.47/1083.98	c  1078s| 30000 | 20724 |     0 |   0.0 | 538M| 532 |   - |  39k| 118k|   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1514.71/1515.39	c  1508s| 40000 | 26271 |     0 |   0.0 | 637M| 532 |   - |  39k| 118k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.75	c 
1800.02/1800.75	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.75	c Solving Time (sec) : 1792.19
1800.02/1800.75	c Solving Nodes      : 46511
1800.02/1800.75	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.75	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.75	c Gap                : infinite
1800.02/1800.75	s UNKNOWN
1800.02/1800.75	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.75	c Solving Time       :    1792.19
1800.02/1800.75	c Original Problem   :
1800.02/1800.75	c   Problem name     : HOME/instance-2664543-1276332458.opb
1800.02/1800.75	c   Variables        : 40605 (40605 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.75	c   Constraints      : 118930 initial, 118930 maximal
1800.02/1800.75	c Presolved Problem  :
1800.02/1800.75	c   Problem name     : t_HOME/instance-2664543-1276332458.opb
1800.02/1800.75	c   Variables        : 39196 (39196 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.75	c   Constraints      : 115830 initial, 118658 maximal
1800.02/1800.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.75	c   trivial          :       0.05          0          0          0          0          0          0          0          0
1800.02/1800.75	c   dualfix          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.75	c   implics          :       0.49          0       1135          0          0          0          0          0          0
1800.02/1800.75	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.75	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.75	c   linear           :       2.45        269          5          0        269          0       3100        870       1758
1800.02/1800.75	c   logicor          :       0.24          0          0          0          0          0          0          0          0
1800.02/1800.75	c   root node        :          -        244          -          -        244          -          -          -          -
1800.02/1800.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.75	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.75	c   knapsack         :       1740          0     604288          0      41557       4123     104785          0          0          0
1800.02/1800.76	c   logicor          :     114090+         0     583973          0      41557       4221   12383596          0          0          0
1800.02/1800.76	c   countsols        :          0          0          0          0      41454          0          0          0          0          0
1800.02/1800.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.76	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.76	c   knapsack         :      70.88       0.00      70.46       0.00       0.42
1800.02/1800.76	c   logicor          :    1033.62       0.00     134.61       0.00     899.01
1800.02/1800.76	c   countsols        :       0.02       0.00       0.00       0.00       0.02
1800.02/1800.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.76	c   vbounds          :       0.39          1          0          0
1800.02/1800.76	c   rootredcost      :       0.32          0          0          0
1800.02/1800.76	c   pseudoobj        :       0.38          0          0          0
1800.02/1800.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.76	c   propagation      :       7.95       8344       8318      91662       49.8        505       18.8          -
1800.02/1800.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.76	c   applied globally :          -          -          -      30382       37.2          -          -          -
1800.02/1800.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.76	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.76	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.76	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.76	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.76	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.76	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.76	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.76	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.76	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.76	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.76	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.76	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.76	c Pricers            :       Time      Calls       Vars
1800.02/1800.76	c   problem variables:       0.00          0          0
1800.02/1800.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.76	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.76	c   inference        :     208.66      41454          0          0          0          0      82908
1800.02/1800.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.76	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.76	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.76	c   LP solutions     :       0.00          -          0
1800.02/1800.76	c   pseudo solutions :       0.00          -          0
1800.02/1800.76	c   trivial          :       0.08          1          0
1800.02/1800.76	c   simplerounding   :       0.00          0          0
1800.02/1800.76	c   zirounding       :       0.00          0          0
1800.02/1800.76	c   rounding         :       0.00          0          0
1800.02/1800.76	c   shifting         :       0.00          0          0
1800.02/1800.76	c   intshifting      :       0.00          0          0
1800.02/1800.76	c   oneopt           :       0.00          0          0
1800.02/1800.76	c   twoopt           :       0.00          0          0
1800.02/1800.76	c   fixandinfer      :       0.00          0          0
1800.02/1800.76	c   feaspump         :       0.00          0          0
1800.02/1800.76	c   coefdiving       :       0.00          0          0
1800.02/1800.76	c   pscostdiving     :       0.00          0          0
1800.02/1800.76	c   fracdiving       :       0.00          0          0
1800.02/1800.76	c   veclendiving     :       0.00          0          0
1800.02/1800.76	c   intdiving        :       0.00          0          0
1800.02/1800.76	c   actconsdiving    :       0.00          0          0
1800.02/1800.76	c   objpscostdiving  :       0.00          0          0
1800.02/1800.76	c   rootsoldiving    :       0.00          0          0
1800.02/1800.76	c   linesearchdiving :       0.00          0          0
1800.02/1800.76	c   guideddiving     :       0.00          0          0
1800.02/1800.76	c   octane           :       0.00          0          0
1800.02/1800.76	c   rens             :       0.00          0          0
1800.02/1800.76	c   rins             :       0.00          0          0
1800.02/1800.76	c   localbranching   :       0.00          0          0
1800.02/1800.76	c   mutation         :       0.00          0          0
1800.02/1800.76	c   crossover        :       0.00          0          0
1800.02/1800.76	c   dins             :       0.00          0          0
1800.02/1800.76	c   undercover       :       0.00          0          0
1800.02/1800.76	c   nlp              :       0.00          0          0
1800.02/1800.76	c   trysol           :       0.00          0          0
1800.02/1800.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.76	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.76	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.76	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.76	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.76	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.76	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.76	c B&B Tree           :
1800.02/1800.76	c   number of runs   :          1
1800.02/1800.76	c   nodes            :      46511
1800.02/1800.76	c   nodes (total)    :      46511
1800.02/1800.76	c   nodes left       :      29648
1800.02/1800.76	c   max depth        :        532
1800.02/1800.76	c   max depth (total):        532
1800.02/1800.76	c   backtracks       :       3682 (7.9%)
1800.02/1800.76	c   delayed cutoffs  :       6750
1800.02/1800.76	c   repropagations   :      19078 (1267586 domain reductions, 3287 cutoffs)
1800.02/1800.76	c   avg switch length:       6.79
1800.02/1800.76	c   switching time   :     436.19
1800.02/1800.76	c Solution           :
1800.02/1800.76	c   Solutions found  :          0 (0 improvements)
1800.02/1800.76	c   Primal Bound     :          -
1800.02/1800.76	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.76	c   Gap              :   infinite
1800.02/1800.76	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.76	c   Root Iterations  :          0
1801.60/1802.36	c Time complete: 1801.66.

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-2664543-1276332458/watcher-2664543-1276332458 -o /tmp/evaluation-result-2664543-1276332458/solver-2664543-1276332458 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664543-1276332458.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: 0.92 1.09 1.09 3/106 10617
/proc/meminfo: memFree=1857176/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=6584 CPUtime=0
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 989 0 0 0 0 0 0 0 18 0 1 0 8847403 6742016 911 1992294400 4194304 7136930 140735910985488 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 1646 919 254 719 0 925 0

[startup+0.101968 s]
/proc/loadavg: 0.92 1.09 1.09 3/106 10617
/proc/meminfo: memFree=1857176/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=13116 CPUtime=0.09
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 2745 0 0 0 9 0 0 0 20 0 1 0 8847403 13430784 2667 1992294400 4194304 7136930 140735910985488 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 3279 2667 268 719 0 2558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13116

[startup+0.200985 s]
/proc/loadavg: 0.92 1.09 1.09 3/106 10617
/proc/meminfo: memFree=1857176/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=17316 CPUtime=0.19
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 3794 0 0 0 18 1 0 0 20 0 1 0 8847403 17731584 3716 1992294400 4194304 7136930 140735910985488 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 4329 3716 268 719 0 3608 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17316

[startup+0.301003 s]
/proc/loadavg: 0.92 1.09 1.09 3/106 10617
/proc/meminfo: memFree=1857176/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=19696 CPUtime=0.29
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 4401 0 0 0 28 1 0 0 20 0 1 0 8847403 20168704 4323 1992294400 4194304 7136930 140735910985488 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 4924 4323 268 719 0 4203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19696

[startup+0.701074 s]
/proc/loadavg: 0.92 1.09 1.09 3/106 10617
/proc/meminfo: memFree=1857176/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=32764 CPUtime=0.69
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 7681 0 0 0 67 2 0 0 21 0 1 0 8847403 33550336 7603 1992294400 4194304 7136930 140735910985488 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 8191 7603 268 719 0 7470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32764

[startup+1.50122 s]
/proc/loadavg: 0.92 1.09 1.09 2/107 10618
/proc/meminfo: memFree=1813272/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=60420 CPUtime=1.49
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 14556 0 0 0 144 5 0 0 23 0 1 0 8847403 61870080 14478 1992294400 4194304 7136930 140735910985488 18446744073709551615 4240609 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 15105 14478 268 719 0 14384 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60420

[startup+3.1015 s]
/proc/loadavg: 0.92 1.09 1.09 2/107 10618
/proc/meminfo: memFree=1742592/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=212732 CPUtime=3.09
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 51797 0 0 0 289 20 0 0 25 0 1 0 8847403 217837568 51264 1992294400 4194304 7136930 140735910985488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 53183 51264 346 719 0 52462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212732

[startup+6.30107 s]
/proc/loadavg: 1.09 1.12 1.10 2/107 10618
/proc/meminfo: memFree=1594784/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=324860 CPUtime=6.29
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 83264 0 0 0 551 78 0 0 25 0 1 0 8847403 332656640 78183 1992294400 4194304 7136930 140735910985488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 81215 78183 356 719 0 80494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 324860

[startup+12.7012 s]
/proc/loadavg: 1.08 1.12 1.10 2/107 10618
/proc/meminfo: memFree=1547788/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=339656 CPUtime=12.69
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 94443 0 0 0 1181 88 0 0 25 0 1 0 8847403 347807744 80853 1992294400 4194304 7136930 140735910985488 18446744073709551615 4653078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 84914 80853 396 719 0 84193 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 339656

[startup+25.5005 s]
/proc/loadavg: 1.06 1.11 1.10 2/107 10620
/proc/meminfo: memFree=1521004/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=352940 CPUtime=25.49
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 98506 0 0 0 2458 91 0 0 25 0 1 0 8847403 361410560 84136 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 88235 84136 397 719 0 87514 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 352940

[startup+51.1011 s]
/proc/loadavg: 1.04 1.10 1.09 2/107 10620
/proc/meminfo: memFree=1509100/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=365932 CPUtime=51.07
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 101737 0 0 0 5013 94 0 0 25 0 1 0 8847403 374714368 87237 1992294400 4194304 7136930 140735910985488 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 91483 87237 397 719 0 90762 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 365932

[startup+102.301 s]
/proc/loadavg: 1.02 1.08 1.09 2/107 10622
/proc/meminfo: memFree=1472768/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=403080 CPUtime=102.26
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 110822 0 0 0 10120 106 0 0 25 0 1 0 8847403 412753920 96127 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 100770 96127 397 719 0 100049 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 403080

[startup+162.301 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 10622
/proc/meminfo: memFree=1444620/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=432988 CPUtime=162.23
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 117916 0 0 0 16096 127 0 0 25 0 1 0 8847403 443379712 103152 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005225 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 108247 103152 393 719 0 107526 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 432988

[startup+222.308 s]
/proc/loadavg: 1.00 1.05 1.07 2/107 10624
/proc/meminfo: memFree=1400228/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=480276 CPUtime=222.22
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 128975 0 0 0 22069 153 0 0 25 0 1 0 8847403 491802624 114211 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 120069 114211 393 719 0 119348 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 480276

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.07 2/107 10626
/proc/meminfo: memFree=1364144/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=519496 CPUtime=282.19
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 138035 0 0 0 28045 174 0 0 25 0 1 0 8847403 531963904 123271 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 129874 123271 393 719 0 129153 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 519496

[startup+342.301 s]
/proc/loadavg: 1.08 1.04 1.07 2/107 10628
/proc/meminfo: memFree=1330788/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=557072 CPUtime=342.16
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 146302 0 0 0 34021 195 0 0 25 0 1 0 8847403 570441728 131538 1992294400 4194304 7136930 140735910985488 18446744073709551615 5892263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 139268 131538 393 719 0 138547 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 557072

[startup+402.301 s]
/proc/loadavg: 1.03 1.03 1.06 2/107 10630
/proc/meminfo: memFree=1300336/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=590840 CPUtime=402.14
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 153997 0 0 0 40001 213 0 0 25 0 1 0 8847403 605020160 139233 1992294400 4194304 7136930 140735910985488 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 147710 139233 393 719 0 146989 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 590840

[startup+462.301 s]
/proc/loadavg: 1.01 1.03 1.06 2/107 10630
/proc/meminfo: memFree=1273004/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=622040 CPUtime=462.12
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 160705 0 0 0 45980 232 0 0 25 0 1 0 8847403 636968960 145941 1992294400 4194304 7136930 140735910985488 18446744073709551615 5902696 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 155510 145941 393 719 0 154789 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 622040

[startup+522.3 s]
/proc/loadavg: 1.00 1.02 1.05 2/107 10632
/proc/meminfo: memFree=1247708/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=651552 CPUtime=522.1
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 167041 0 0 0 51956 254 0 0 25 0 1 0 8847403 667189248 152277 1992294400 4194304 7136930 140735910985488 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 162888 152277 393 719 0 162167 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 651552

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/107 10634
/proc/meminfo: memFree=1222040/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=682204 CPUtime=582.08
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 173430 0 0 0 57934 274 0 0 25 0 1 0 8847403 698576896 158666 1992294400 4194304 7136930 140735910985488 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 170551 158666 393 719 0 169830 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 682204

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/107 10636
/proc/meminfo: memFree=1200836/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=708672 CPUtime=642.05
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 178720 0 0 0 63913 292 0 0 25 0 1 0 8847403 725680128 163956 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 177168 163956 393 719 0 176447 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 708672

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10655
/proc/meminfo: memFree=1105356/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=817812 CPUtime=1001.9
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 202386 0 0 0 99818 372 0 0 25 0 1 0 8847403 837439488 187622 1992294400 4194304 7136930 140735910985488 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 204453 187622 393 719 0 203732 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 817812

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10655
/proc/meminfo: memFree=1088244/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=838056 CPUtime=1061.88
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 206681 0 0 0 105803 385 0 0 25 0 1 0 8847403 858169344 191917 1992294400 4194304 7136930 140735910985488 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 209514 191917 393 719 0 208793 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 838056

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10657
/proc/meminfo: memFree=1068652/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=860384 CPUtime=1121.86
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 211774 0 0 0 111785 401 0 0 25 0 1 0 8847403 881033216 197010 1992294400 4194304 7136930 140735910985488 18446744073709551615 5001212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 215096 197010 393 719 0 214375 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 860384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10659
/proc/meminfo: memFree=1051292/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=882392 CPUtime=1181.84
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 215869 0 0 0 117768 416 0 0 25 0 1 0 8847403 903569408 201105 1992294400 4194304 7136930 140735910985488 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 220598 201105 393 719 0 219877 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 882392

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10661
/proc/meminfo: memFree=1033932/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=901268 CPUtime=1241.82
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 220205 0 0 0 123753 429 0 0 25 0 1 0 8847403 922898432 205441 1992294400 4194304 7136930 140735910985488 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 225317 205441 393 719 0 224596 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 901268

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10663
/proc/meminfo: memFree=1017564/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=921916 CPUtime=1301.79
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 224276 0 0 0 129733 446 0 0 25 0 1 0 8847403 944041984 209512 1992294400 4194304 7136930 140735910985488 18446744073709551615 5005106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 230479 209512 393 719 0 229758 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 921916

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10663
/proc/meminfo: memFree=1001692/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=941660 CPUtime=1361.77
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 228212 0 0 0 135715 462 0 0 25 0 1 0 8847403 964259840 213448 1992294400 4194304 7136930 140735910985488 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 235415 213448 393 719 0 234694 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 941660

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10665
/proc/meminfo: memFree=985448/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=961456 CPUtime=1421.76
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 232233 0 0 0 141699 477 0 0 25 0 1 0 8847403 984530944 217469 1992294400 4194304 7136930 140735910985488 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 240364 217469 393 719 0 239643 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 961456

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10667
/proc/meminfo: memFree=971188/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=980272 CPUtime=1481.72
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 235850 0 0 0 147677 495 0 0 25 0 1 0 8847403 1003798528 221086 1992294400 4194304 7136930 140735910985488 18446744073709551615 5957740 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 245068 221086 393 719 0 244347 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 980272

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10669
/proc/meminfo: memFree=952960/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1003360 CPUtime=1541.71
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 240351 0 0 0 153661 510 0 0 25 0 1 0 8847403 1027440640 225587 1992294400 4194304 7136930 140735910985488 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 250840 225587 393 719 0 250119 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 1003360

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 10674
/proc/meminfo: memFree=934360/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1024864 CPUtime=1601.68
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 244952 0 0 0 159642 526 0 0 25 0 1 0 8847403 1049460736 230188 1992294400 4194304 7136930 140735910985488 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 256216 230188 393 719 0 255495 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 1024864

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 10674
/proc/meminfo: memFree=915760/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1047072 CPUtime=1661.65
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 249617 0 0 0 165622 543 0 0 25 0 1 0 8847403 1072201728 234853 1992294400 4194304 7136930 140735910985488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 261768 234853 393 719 0 261047 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 1047072

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10676
/proc/meminfo: memFree=896168/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1074388 CPUtime=1721.63
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 254492 0 0 0 171602 561 0 0 25 0 1 0 8847403 1100173312 239728 1992294400 4194304 7136930 140735910985488 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 268597 239728 393 719 0 267876 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 1074388

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10678
/proc/meminfo: memFree=877940/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1094932 CPUtime=1781.62
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 258999 0 0 0 177584 578 0 0 25 0 1 0 8847403 1121210368 244235 1992294400 4194304 7136930 140735910985488 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 273733 244235 393 719 0 273012 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 1094932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10678
/proc/meminfo: memFree=873228/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1101972 CPUtime=1800.02
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 260244 0 0 0 179418 584 0 0 25 0 1 0 8847403 1128419328 245480 1992294400 4194304 7136930 140735910985488 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10617/statm: 275493 245480 393 719 0 274772 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1101972

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

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10678
/proc/meminfo: memFree=873228/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1100392 CPUtime=1800.81
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 260253 0 0 0 179497 584 0 0 25 0 1 0 8847403 1126801408 245322 1992294400 4194304 7136930 140735910985488 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 275098 245322 399 719 0 274377 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 1100392

[startup+1801.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10679
/proc/meminfo: memFree=874336/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=1093352 CPUtime=1801.21
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 260253 0 0 0 179537 584 0 0 25 0 1 0 8847403 1119592448 243562 1992294400 4194304 7136930 140735910985488 18446744073709551615 4221071 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 273338 243562 399 719 0 272617 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 1093352

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10679
/proc/meminfo: memFree=874336/2059040 swapFree=4136620/4192956
[pid=10617] ppid=10615 vsize=282264 CPUtime=1801.6
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 9238 0 -1 4202496 260253 0 0 0 179568 592 0 0 25 0 1 0 8847403 289038336 66949 1992294400 4194304 7136930 140735910985488 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10617/statm: 70566 66949 399 719 0 69845 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 282264

Child status: 0
Real time (s): 1802.36
CPU time (s): 1801.67
CPU user time (s): 1795.72
CPU system time (s): 5.95709
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 1101972

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

runsolver used 2.89756 second user time and 8.60169 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-12 10:47:38
IDJOB=2664543
IDBENCH=1451
IDSOLVER=1167
FILE ID=node012/2664543-1276332458
PBS_JOBID= 11173159
Free space on /tmp= 62408 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664543-1276332458/watcher-2664543-1276332458 -o /tmp/evaluation-result-2664543-1276332458/solver-2664543-1276332458 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664543-1276332458.opb -t 1800 -m 1800

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

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=944032845

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1857580 kB
Buffers:         12328 kB
Cached:         106468 kB
SwapCached:      16524 kB
Active:         110704 kB
Inactive:        27620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1857580 kB
SwapTotal:     4192956 kB
SwapFree:      4136620 kB
Dirty:            6832 kB
Writeback:           0 kB
AnonPages:       10832 kB
Mapped:           9208 kB
Slab:            41324 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180592 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= 62404 MiB
End job on node012 at 2010-06-12 11:17:41