Trace number 1883902

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1800.85 1801.37

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-75-70.opb
MD5SUMf923ea56e1761a03f5af67c072a524d6
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints194325
Number of constraints which are clauses194325
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint70
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 71
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.59/2.61	c SCIP version 1.1.0.7
2.59/2.61	c LP-Solver Clp 1.8.2
2.59/2.61	c user parameter file <scip.set> not found - using default parameters
2.59/2.61	c read problem <HOME/instance-1883902-1245238124.opb>
2.59/2.61	c original problem has 5250 variables (5250 bin, 0 int, 0 impl, 0 cont) and 194325 constraints
2.99/3.02	c No objective function, only one solution is needed.
2.99/3.02	c start presolving problem
2.99/3.02	c presolving:
5.08/5.10	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 194325 upgd conss, 388500 impls, 0 clqs
5.28/5.38	c presolving (2 rounds):
5.28/5.38	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.28/5.38	c  388500 implications, 0 cliques
5.28/5.38	c presolved problem has 5250 variables (5250 bin, 0 int, 0 impl, 0 cont) and 194325 constraints
5.28/5.38	c  194325 constraints of type <logicor>
5.28/5.38	c transformed objective value is always integral (scale: 1)
5.28/5.38	c Presolving Time: 1.89
5.28/5.38	c PURESAT
5.28/5.38	c -----------------------------------------------------------------------------------------------
5.28/5.38	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 0]
5.28/5.38	c separating/flowcover/freq = c -1
5.28/5.38	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 0]
5.28/5.38	c separating/cmir/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/veclendiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/veclendiving/maxlpiterquot = c 0.075
5.28/5.38	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/veclendiving/freq = c -1
5.28/5.38	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 1]
5.28/5.38	c heuristics/simplerounding/freq = c -1
5.28/5.38	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/shifting/freq = c -1
5.28/5.38	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 1]
5.28/5.38	c heuristics/rounding/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/rootsoldiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
5.28/5.38	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
5.28/5.38	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 20]
5.28/5.38	c heuristics/rootsoldiving/freq = c -1
5.28/5.38	c # number of nodes added to the contingent of the total nodes
5.28/5.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
5.28/5.38	c heuristics/rens/nodesofs = c 2000
5.28/5.38	c # minimum percentage of integer variables that have to be fixable 
5.28/5.38	c # [type: real, range: [0,1], default: 0.5]
5.28/5.38	c heuristics/rens/minfixingrate = c 0.3
5.28/5.38	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 0]
5.28/5.38	c heuristics/rens/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/pscostdiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/pscostdiving/maxlpiterquot = c 0.075
5.28/5.38	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/pscostdiving/freq = c -1
5.28/5.38	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 1]
5.28/5.38	c heuristics/oneopt/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/objpscostdiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to total iteration number
5.28/5.38	c # [type: real, range: [0,1], default: 0.01]
5.28/5.38	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
5.28/5.38	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 20]
5.28/5.38	c heuristics/objpscostdiving/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/linesearchdiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
5.28/5.38	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/linesearchdiving/freq = c -1
5.28/5.38	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/intshifting/freq = c -1
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/intdiving/maxlpiterquot = c 0.075
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/guideddiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/guideddiving/maxlpiterquot = c 0.075
5.28/5.38	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/guideddiving/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/fracdiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/fracdiving/maxlpiterquot = c 0.075
5.28/5.38	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/fracdiving/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/feaspump/maxlpiterofs = c 2000
5.28/5.38	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 20]
5.28/5.38	c heuristics/feaspump/freq = c -1
5.28/5.38	c # minimum percentage of integer variables that have to be fixed 
5.28/5.38	c # [type: real, range: [0,1], default: 0.666]
5.28/5.38	c heuristics/crossover/minfixingrate = c 0.5
5.28/5.38	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
5.28/5.38	c # [type: real, range: [0,1], default: 0.1]
5.28/5.38	c heuristics/crossover/nodesquot = c 0.15
5.28/5.38	c # number of nodes without incumbent change that heuristic should wait
5.28/5.38	c # [type: longint, range: [0,9223372036854775807], default: 200]
5.28/5.38	c heuristics/crossover/nwaitingnodes = c 100
5.28/5.38	c # number of nodes added to the contingent of the total nodes
5.28/5.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
5.28/5.38	c heuristics/crossover/nodesofs = c 750
5.28/5.38	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 30]
5.28/5.38	c heuristics/crossover/freq = c -1
5.28/5.38	c # additional number of allowed LP iterations
5.28/5.38	c # [type: int, range: [0,2147483647], default: 1000]
5.28/5.38	c heuristics/coefdiving/maxlpiterofs = c 1500
5.28/5.38	c # maximal fraction of diving LP iterations compared to node LP iterations
5.28/5.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
5.28/5.38	c heuristics/coefdiving/maxlpiterquot = c 0.075
5.28/5.38	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: 10]
5.28/5.38	c heuristics/coefdiving/freq = c -1
5.28/5.38	c # priority of node selection rule <dfs> in standard mode
5.28/5.38	c # [type: int, range: [-536870912,536870911], default: 0]
5.28/5.38	c nodeselection/dfs/stdpriority = c 1000000
5.28/5.38	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
5.28/5.38	c # [type: int, range: [-1,2147483647], default: -1]
5.28/5.38	c presolving/probing/maxrounds = c 0
5.28/5.38	c # should presolving try to simplify knapsacks
5.28/5.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.28/5.38	c constraints/knapsack/simplifyinequalities = c TRUE
5.28/5.38	c # should disaggregation of knapsack constraints be allowed in preprocessing?
5.28/5.38	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
5.28/5.38	c constraints/knapsack/disaggregation = c FALSE
5.28/5.38	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.40	c constraints/knapsack/maxnumcardlift = c 0
5.39/5.40	c # should presolving try to simplify inequalities
5.39/5.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.39/5.40	c constraints/linear/simplifyinequalities = c TRUE
5.39/5.40	c # maximal number of separation rounds in the root node (-1: unlimited)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.40	c separating/maxroundsroot = c 5
5.39/5.40	c # maximal number of separation rounds per node (-1: unlimited)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: 5]
5.39/5.40	c separating/maxrounds = c 1
5.39/5.40	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
5.39/5.40	c # [type: char, range: {lafpsqd}, default: l]
5.39/5.40	c lp/pricing = c a
5.39/5.40	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: 1]
5.39/5.40	c lp/solvefreq = c 0
5.39/5.40	c # solving stops, if the given number of solutions were found (-1: no limit)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.40	c limits/solutions = c 1
5.39/5.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.39/5.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.39/5.40	c limits/memory = c 1620
5.39/5.40	c # maximal time in seconds to run
5.39/5.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.39/5.40	c limits/time = c 1791
5.39/5.40	c # frequency for displaying node information lines
5.39/5.40	c # [type: int, range: [-1,2147483647], default: 100]
5.39/5.40	c display/freq = c 10000
5.39/5.40	c # should enforcement of pseudo solution be disabled?
5.39/5.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.39/5.40	c constraints/disableenfops = c TRUE
5.39/5.40	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: 0]
5.39/5.40	c constraints/agelimit = c 1
5.39/5.40	c # should binary conflicts be preferred?
5.39/5.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.39/5.40	c conflict/preferbinary = c TRUE
5.39/5.40	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
5.39/5.40	c # [type: int, range: [-1,2147483647], default: -1]
5.39/5.40	c conflict/interconss = c 0
5.39/5.40	c -----------------------------------------------------------------------------------------------
5.39/5.40	c start solving problem
5.39/5.40	c 
6.39/6.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.47	c   3.2s|     1 |     0 |   150 | 222M|   0 | 150 |5250 | 194k| 194k|5250 | 194k|   0 |   0 |   0 | 7.500000e+01 |      --      |    Inf 
10.69/10.73	c   7.2s|     1 |     0 |   614 | 222M|   0 | 220 |5250 | 194k| 194k|5250 | 194k|   3 |   0 |   0 | 7.500000e+01 |      --      |    Inf 
20.38/20.44	c  16.9s|     1 |     0 |  1102 | 223M|   0 | 277 |5250 | 194k| 194k|5250 | 194k|  11 |   0 |   0 | 7.500000e+01 |      --      |    Inf 
31.18/31.29	c  27.7s|     1 |     0 |  1818 | 223M|   0 | 198 |5250 | 194k| 194k|5250 | 194k|  18 |   0 |   0 | 7.500000e+01 |      --      |    Inf 
56.47/56.55	c  52.9s|     1 |     0 |  4226 | 224M|   0 | 184 |5250 | 194k| 194k|5250 | 194k|  26 |   0 |   0 | 7.500000e+01 |      --      |    Inf 
70.96/71.06	c  67.3s|     1 |     0 |  4895 | 225M|   0 | 191 |5250 | 194k| 194k|5250 | 194k|  35 |   0 |   0 | 7.500000e+01 |      --      |    Inf 
116.15/116.26	c   112s|     1 |     2 |  4895 | 225M|   0 | 191 |5250 | 194k| 194k|5250 | 194k|  35 |   0 |  33 | 7.500000e+01 |      --      |    Inf 
177.13/177.22	c   173s| 10000 |  3232 |  4895 | 229M|3246 |   - |5250 | 194k| 178k|   0 |   0 |  35 |4374 |  33 | 7.500000e+01 |      --      |    Inf 
249.21/249.37	c   244s| 20000 |  3232 |  4895 | 229M|3250 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  10k|  33 | 7.500000e+01 |      --      |    Inf 
330.79/330.98	c   326s| 30000 |  3228 |  4895 | 229M|3250 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  17k|  33 | 7.500000e+01 |      --      |    Inf 
405.17/405.38	c   400s| 40000 |  3226 |  4895 | 229M|3250 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  23k|  33 | 7.500000e+01 |      --      |    Inf 
479.45/479.67	c   474s| 50000 |  3227 |  4895 | 229M|3253 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  30k|  33 | 7.500000e+01 |      --      |    Inf 
559.02/559.21	c   553s| 60000 |  3224 |  4895 | 229M|3253 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  37k|  33 | 7.500000e+01 |      --      |    Inf 
633.80/634.09	c   628s| 70000 |  3229 |  4895 | 229M|3253 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  43k|  33 | 7.500000e+01 |      --      |    Inf 
708.28/708.57	c   702s| 80000 |  3218 |  4895 | 229M|3253 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  50k|  33 | 7.500000e+01 |      --      |    Inf 
786.86/787.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.86/787.20	c   780s| 90000 |  3215 |  4895 | 229M|3253 |   - |5250 | 194k| 178k|   0 |   0 |  35 |  56k|  33 | 7.500000e+01 |      --      |    Inf 
865.84/866.17	c   859s|100000 |  3216 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 |  62k|  33 | 7.500000e+01 |      --      |    Inf 
946.21/946.51	c   939s|110000 |  3215 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 |  69k|  33 | 7.500000e+01 |      --      |    Inf 
1031.89/1032.20	c  1024s|120000 |  3216 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 |  75k|  33 | 7.500000e+01 |      --      |    Inf 
1110.97/1111.31	c  1103s|130000 |  3212 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 |  82k|  33 | 7.500000e+01 |      --      |    Inf 
1186.65/1187.05	c  1178s|140000 |  3206 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 |  89k|  33 | 7.500000e+01 |      --      |    Inf 
1265.72/1266.13	c  1257s|150000 |  3205 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 |  95k|  33 | 7.500000e+01 |      --      |    Inf 
1346.10/1346.55	c  1337s|160000 |  3198 |  4895 | 229M|3253 |   - |5250 | 194k| 177k|   0 |   0 |  35 | 102k|  33 | 7.500000e+01 |      --      |    Inf 
1425.97/1426.43	c  1416s|170000 |  3209 |  4895 | 229M|3253 |   - |5250 | 194k| 176k|   0 |   0 |  35 | 108k|  33 | 7.500000e+01 |      --      |    Inf 
1504.26/1504.75	c  1494s|180000 |  3219 |  4895 | 229M|3253 |   - |5250 | 194k| 176k|   0 |   0 |  35 | 115k|  33 | 7.500000e+01 |      --      |    Inf 
1589.73/1590.23	c  1580s|190000 |  3200 |  4895 | 229M|3253 |   - |5250 | 194k| 176k|   0 |   0 |  35 | 122k|  33 | 7.500000e+01 |      --      |    Inf 
1674.11/1674.69	c  1664s|200000 |  3199 |  4895 | 229M|3253 |   - |5250 | 194k| 176k|   0 |   0 |  35 | 128k|  33 | 7.500000e+01 |      --      |    Inf 
1748.98/1749.53	c  1738s|210000 |  3213 |  4895 | 229M|3253 |   - |5250 | 194k| 176k|   0 |   0 |  35 | 135k|  33 | 7.500000e+01 |      --      |    Inf 
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1789.04
1800.08/1800.61	c Solving Nodes      : 216503
1800.08/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.61	c Dual Bound         : +7.50000000000004e+01
1800.08/1800.61	c Gap                : infinite
1800.08/1800.61	c NODE         216503
1800.08/1800.61	c DUAL BOUND   75
1800.08/1800.61	c PRIMAL BOUND 1e+20
1800.08/1800.61	c GAP          1e+20
1800.08/1800.61	s UNKNOWN
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time       :    1789.04
1800.08/1800.61	c Original Problem   :
1800.08/1800.61	c   Problem name     : HOME/instance-1883902-1245238124.opb
1800.08/1800.61	c   Variables        : 5250 (5250 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 194325 initial, 194325 maximal
1800.08/1800.61	c Presolved Problem  :
1800.08/1800.61	c   Problem name     : t_HOME/instance-1883902-1245238124.opb
1800.08/1800.61	c   Variables        : 5250 (5250 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 194325 initial, 194381 maximal
1800.08/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   logicor          :       0.47          0          0          0          0          0          0          0          0
1800.08/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.08/1800.61	c   logicor          :     194325+         5    1356455          0          0     127023    6020426          0          0          0
1800.08/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.61	c   integral         :      44.60       0.00       0.00      44.60       0.00
1800.08/1800.61	c   logicor          :     686.60       0.11     686.49       0.00       0.00
1800.08/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.61	c   rootredcost      :       1.00          0          0          0
1800.08/1800.61	c   pseudoobj        :     805.07    1511929          0          0
1800.08/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.61	c   propagation      :     506.30     127023     127023     127023      633.9      16673      346.6          -
1800.08/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.61	c   applied globally :          -          -          -      58709      287.9          -          -          -
1800.08/1800.61	c   applied locally  :          -          -          -      81138      815.2          -          -          -
1800.08/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.61	c   cut pool         :       0.01          4          -          -          0          -    (maximal pool size: 141)
1800.08/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.08/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.08/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.61	c   gomory           :      17.29          5          0          0       2150          0
1800.08/1800.61	c   strongcg         :      11.73          5          0          0       2150          0
1800.08/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.61	c   clique           :       0.90          5          0          0         15          0
1800.08/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.61	c   mcf              :       0.49          1          0          0          0          0
1800.08/1800.61	c Pricers            :       Time      Calls       Vars
1800.08/1800.61	c   problem variables:       0.00          0          0
1800.08/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   relpscost        :      44.60          1          0          0          0          0          2
1800.08/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   inference        :      10.26     153207          0          0          0          0     306414
1800.08/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.61	c   LP solutions     :       0.00          -          0
1800.08/1800.61	c   pseudo solutions :       0.00          -          0
1800.08/1800.61	c   simplerounding   :       0.00          0          0
1800.08/1800.61	c   rounding         :       0.00          0          0
1800.08/1800.61	c   shifting         :       0.00          0          0
1800.08/1800.61	c   intshifting      :       0.00          0          0
1800.08/1800.61	c   oneopt           :       0.00          0          0
1800.08/1800.61	c   fixandinfer      :       0.00          0          0
1800.08/1800.61	c   feaspump         :       0.00          0          0
1800.08/1800.61	c   coefdiving       :       0.00          0          0
1800.08/1800.61	c   pscostdiving     :       0.00          0          0
1800.08/1800.61	c   fracdiving       :       0.00          0          0
1800.08/1800.61	c   veclendiving     :       0.00          0          0
1800.08/1800.61	c   intdiving        :       0.00          0          0
1800.08/1800.61	c   actconsdiving    :       0.00          0          0
1800.08/1800.61	c   objpscostdiving  :       0.00          0          0
1800.08/1800.61	c   rootsoldiving    :       0.00          0          0
1800.08/1800.61	c   linesearchdiving :       0.00          0          0
1800.08/1800.61	c   guideddiving     :       0.00          0          0
1800.08/1800.61	c   octane           :       0.00          0          0
1800.08/1800.61	c   rens             :       0.00          0          0
1800.08/1800.61	c   rins             :       0.00          0          0
1800.08/1800.61	c   localbranching   :       0.00          0          0
1800.08/1800.61	c   mutation         :       0.00          0          0
1800.08/1800.61	c   crossover        :       0.00          0          0
1800.08/1800.61	c   dins             :       0.00          0          0
1800.08/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.61	c   primal LP        :       0.25          0          0       0.00       0.00
1800.08/1800.61	c   dual LP          :      33.58          6       4895     815.83     145.77
1800.08/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.61	c   strong branching :      44.60         33       5446     165.03     122.11
1800.08/1800.61	c     (at root node) :          -         33       5446     165.03          -
1800.08/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.61	c B&B Tree           :
1800.08/1800.61	c   number of runs   :          1
1800.08/1800.61	c   nodes            :     216503
1800.08/1800.61	c   nodes (total)    :     216503
1800.08/1800.61	c   nodes left       :       3202
1800.08/1800.61	c   max depth        :       3253
1800.08/1800.61	c   max depth (total):       3253
1800.08/1800.61	c   backtracks       :      75286 (34.8%)
1800.08/1800.61	c   delayed cutoffs  :      86712
1800.08/1800.61	c   repropagations   :     182218 (2943626 domain reductions, 63728 cutoffs)
1800.08/1800.61	c   avg switch length:       2.64
1800.08/1800.61	c   switching time   :      98.89
1800.08/1800.61	c Solution           :
1800.08/1800.61	c   Solutions found  :          0 (0 improvements)
1800.08/1800.61	c   Primal Bound     :          -
1800.08/1800.61	c   Dual Bound       : +7.50000000000004e+01
1800.08/1800.61	c   Gap              :   infinite
1800.08/1800.61	c   Root Dual Bound  : +7.50000000000003e+01
1800.77/1801.36	c Time complete: 1800.83.

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-1883902-1245238124/watcher-1883902-1245238124 -o /tmp/evaluation-result-1883902-1245238124/solver-1883902-1245238124 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883902-1245238124.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.00 0.83 3/64 13740
/proc/meminfo: memFree=1678376/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=5812 CPUtime=0
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 191409600 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 1453 502 332 1256 0 192 0

[startup+0.043448 s]
/proc/loadavg: 1.00 1.00 0.83 3/64 13740
/proc/meminfo: memFree=1678376/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=15624 CPUtime=0.03
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 2837 0 0 0 3 0 0 0 18 0 1 0 191409600 15998976 2821 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 3906 2829 376 1256 0 2645 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15624

[startup+0.101452 s]
/proc/loadavg: 1.00 1.00 0.83 3/64 13740
/proc/meminfo: memFree=1678376/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=17924 CPUtime=0.09
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 3469 0 0 0 8 1 0 0 18 0 1 0 191409600 18354176 3453 1992294400 4194304 9342243 548682068736 18446744073709551615 8194073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 4481 3453 376 1256 0 3220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17924

[startup+0.301475 s]
/proc/loadavg: 1.00 1.00 0.83 3/64 13740
/proc/meminfo: memFree=1678376/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=22528 CPUtime=0.29
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 4603 0 0 0 28 1 0 0 19 0 1 0 191409600 23068672 4587 1992294400 4194304 9342243 548682068736 18446744073709551615 8247773 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 5632 4587 376 1256 0 4371 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22528

[startup+0.701518 s]
/proc/loadavg: 1.00 1.00 0.83 3/64 13740
/proc/meminfo: memFree=1678376/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=33380 CPUtime=0.69
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 7328 0 0 0 66 3 0 0 22 0 1 0 191409600 34181120 7312 1992294400 4194304 9342243 548682068736 18446744073709551615 8247773 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 8345 7312 376 1256 0 7084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33380

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 13741
/proc/meminfo: memFree=1643552/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=53596 CPUtime=1.49
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 12354 0 0 0 144 5 0 0 25 0 1 0 191409600 54882304 12338 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 13399 12338 376 1256 0 12138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53596

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 13741
/proc/meminfo: memFree=1615712/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=187836 CPUtime=3.09
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 46098 0 0 0 288 21 0 0 25 0 1 0 191409600 192344064 45728 1992294400 4194304 9342243 548682068736 18446744073709551615 5062909 0 0 4096 16384 0 0 0 17 0 0 0
/proc/13740/statm: 46959 45728 459 1256 0 45698 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187836

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 13741
/proc/meminfo: memFree=1406368/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=435472 CPUtime=6.28
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 97307 0 0 0 552 76 0 0 23 0 1 0 191409600 445923328 89302 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 108868 89302 597 1256 0 107607 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 435472

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 13741
/proc/meminfo: memFree=1283432/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=444764 CPUtime=12.68
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 107118 0 0 0 1165 103 0 0 25 0 1 0 191409600 455438336 99112 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 111191 99112 632 1256 0 109930 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 444764

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 13741
/proc/meminfo: memFree=1267048/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=463852 CPUtime=25.48
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 111223 0 0 0 2442 106 0 0 25 0 1 0 191409600 474984448 103216 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 115963 103216 633 1256 0 114702 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 463852

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 13741
/proc/meminfo: memFree=1244776/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=478112 CPUtime=51.07
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 116864 0 0 0 4994 113 0 0 25 0 1 0 191409600 489586688 108857 1992294400 4194304 9342243 548682068736 18446744073709551615 5868814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 119528 108857 633 1256 0 118267 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 478112

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.84 2/65 13741
/proc/meminfo: memFree=1216872/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=567360 CPUtime=102.26
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 193890 0 0 0 10077 149 0 0 25 0 1 0 191409600 580976640 115741 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 141840 115741 638 1256 0 140579 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 567360

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.84 2/65 13741
/proc/meminfo: memFree=1216744/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=491536 CPUtime=162.24
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 258914 0 0 0 16031 193 0 0 25 0 1 0 191409600 503332864 115803 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 122884 115803 660 1256 0 121623 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 491536

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.85 2/65 13741
/proc/meminfo: memFree=1213032/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=491536 CPUtime=222.22
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 259806 0 0 0 22005 217 0 0 25 0 1 0 191409600 503332864 116695 1992294400 4194304 9342243 548682068736 18446744073709551615 5433182 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 122884 116695 660 1256 0 121623 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 491536

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.85 2/65 13741
/proc/meminfo: memFree=1210600/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=491536 CPUtime=282.2
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 260402 0 0 0 27980 240 0 0 25 0 1 0 191409600 503332864 117291 1992294400 4194304 9342243 548682068736 18446744073709551615 4775503 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 122884 117291 660 1256 0 121623 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 491536

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13741
/proc/meminfo: memFree=1209064/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=491536 CPUtime=342.19
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 260767 0 0 0 33955 264 0 0 25 0 1 0 191409600 503332864 117656 1992294400 4194304 9342243 548682068736 18446744073709551615 5751947 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 122884 117656 660 1256 0 121623 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 491536

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13741
/proc/meminfo: memFree=1207784/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=491692 CPUtime=402.17
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 261090 0 0 0 39929 288 0 0 25 0 1 0 191409600 503492608 117979 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 122923 117979 660 1256 0 121662 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 491692

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 13741
/proc/meminfo: memFree=1206952/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=492540 CPUtime=462.15
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 261276 0 0 0 45901 314 0 0 25 0 1 0 191409600 504360960 118165 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 123135 118165 660 1256 0 121874 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 492540

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13741
/proc/meminfo: memFree=1206568/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=493136 CPUtime=522.13
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 261406 0 0 0 51875 338 0 0 25 0 1 0 191409600 504971264 118295 1992294400 4194304 9342243 548682068736 18446744073709551615 4831736 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 123284 118295 660 1256 0 122023 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 493136

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13741
/proc/meminfo: memFree=1205992/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=493696 CPUtime=582.12
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 261544 0 0 0 57850 362 0 0 25 0 1 0 191409600 505544704 118433 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 123424 118433 660 1256 0 122163 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 493696

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 13741
/proc/meminfo: memFree=1205288/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=494428 CPUtime=642.1
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 261721 0 0 0 63823 387 0 0 25 0 1 0 191409600 506294272 118610 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 123607 118610 660 1256 0 122346 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 494428

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1200680/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=499416 CPUtime=1001.99
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 262832 0 0 0 99665 534 0 0 25 0 1 0 191409600 511401984 119721 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 124854 119721 660 1256 0 123593 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 499416

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1200168/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=499852 CPUtime=1061.98
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 262961 0 0 0 105641 557 0 0 25 0 1 0 191409600 511848448 119850 1992294400 4194304 9342243 548682068736 18446744073709551615 5100844 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 124963 119850 660 1256 0 123702 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 499852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1200104/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=499992 CPUtime=1121.96
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 262986 0 0 0 111617 579 0 0 25 0 1 0 191409600 511991808 119875 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 124998 119875 660 1256 0 123737 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 499992

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1199848/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=500128 CPUtime=1181.94
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263033 0 0 0 117591 603 0 0 25 0 1 0 191409600 512131072 119922 1992294400 4194304 9342243 548682068736 18446744073709551615 5746112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125032 119922 660 1256 0 123771 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 500128

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1199720/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=500260 CPUtime=1241.93
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263066 0 0 0 123564 629 0 0 25 0 1 0 191409600 512266240 119955 1992294400 4194304 9342243 548682068736 18446744073709551615 5433125 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125065 119955 660 1256 0 123804 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 500260

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1199528/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=500404 CPUtime=1301.91
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263107 0 0 0 129541 650 0 0 25 0 1 0 191409600 512413696 119996 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125101 119996 660 1256 0 123840 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 500404

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1198824/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=501284 CPUtime=1361.9
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263283 0 0 0 135514 676 0 0 25 0 1 0 191409600 513314816 120172 1992294400 4194304 9342243 548682068736 18446744073709551615 5433119 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125321 120172 660 1256 0 124060 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 501284

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13741
/proc/meminfo: memFree=1198376/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=501716 CPUtime=1421.88
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263385 0 0 0 141489 699 0 0 25 0 1 0 191409600 513757184 120274 1992294400 4194304 9342243 548682068736 18446744073709551615 5433115 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125429 120274 660 1256 0 124168 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 501716

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1198120/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=501856 CPUtime=1481.86
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263430 0 0 0 147460 726 0 0 25 0 1 0 191409600 513900544 120319 1992294400 4194304 9342243 548682068736 18446744073709551615 5100844 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125464 120319 660 1256 0 124203 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 501856

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1197800/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=502156 CPUtime=1541.84
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263508 0 0 0 153434 750 0 0 25 0 1 0 191409600 514207744 120397 1992294400 4194304 9342243 548682068736 18446744073709551615 5433150 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125539 120397 660 1256 0 124278 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 502156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1197544/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=502488 CPUtime=1601.82
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263577 0 0 0 159409 773 0 0 25 0 1 0 191409600 514547712 120466 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125622 120466 660 1256 0 124361 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 502488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1197416/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=502624 CPUtime=1661.81
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263625 0 0 0 165384 797 0 0 25 0 1 0 191409600 514686976 120514 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125656 120514 660 1256 0 124395 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 502624

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1197224/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=502952 CPUtime=1721.79
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263685 0 0 0 171360 819 0 0 25 0 1 0 191409600 515022848 120574 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125738 120574 660 1256 0 124477 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 502952

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1196392/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=503780 CPUtime=1781.78
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263879 0 0 0 177332 846 0 0 25 0 1 0 191409600 515870720 120768 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125945 120768 660 1256 0 124684 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 503780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1196328/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=503780 CPUtime=1800.08
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263883 0 0 0 179156 852 0 0 25 0 1 0 191409600 515870720 120772 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13740/statm: 125945 120772 660 1256 0 124684 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 503780

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1196328/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=504008 CPUtime=1800.47
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263939 0 0 0 179195 852 0 0 25 0 1 0 191409600 516104192 120828 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 126002 120828 666 1256 0 124741 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 504008

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1196328/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=502484 CPUtime=1800.67
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263940 0 0 0 179215 852 0 0 25 0 1 0 191409600 514543616 120449 1992294400 4194304 9342243 548682068736 18446744073709551615 4515213 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 125621 120449 667 1256 0 124360 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 502484

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 13743
/proc/meminfo: memFree=1196328/2055920 swapFree=4191900/4192956
[pid=13740] ppid=13738 vsize=363484 CPUtime=1800.77
/proc/13740/stat : 13740 (pbscip.linux.x8) R 13738 13740 13655 0 -1 4194304 263940 0 0 0 179223 854 0 0 25 0 1 0 191409600 372207616 88159 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/13740/statm: 90871 88159 667 1256 0 89610 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 363484

Child status: 0
Real time (s): 1801.37
CPU time (s): 1800.85
CPU user time (s): 1792.25
CPU system time (s): 8.60069
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 569648

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

runsolver used 1.62575 second user time and 4.07338 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-17 13:28:44
IDJOB=1883902
IDBENCH=2577
IDSOLVER=684
FILE ID=node38/1883902-1245238124
PBS_JOBID= 9372301
Free space on /tmp= 66228 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-75-70.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883902-1245238124/watcher-1883902-1245238124 -o /tmp/evaluation-result-1883902-1245238124/solver-1883902-1245238124 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883902-1245238124.opb

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

MD5SUM BENCH= f923ea56e1761a03f5af67c072a524d6
RANDOM SEED=1050038668

node38.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.232
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.232
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:       1678792 kB
Buffers:         53284 kB
Cached:         239468 kB
SwapCached:        260 kB
Active:          85256 kB
Inactive:       220756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678792 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           16636 kB
Writeback:           0 kB
Mapped:          22512 kB
Slab:            57036 kB
Committed_AS:   179712 kB
PageTables:       1456 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= 66216 MiB
End job on node38 at 2009-06-17 13:58:47