Trace number 1884998

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? 1797.07 1797.9

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/rbsat/random/
unforced/rbsat-v945c61409g10.opb
MD5SUMffe69e74bebf39c27889ccbb6fb69301
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark818.669
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables945
Total number of constraints61409
Number of constraints which are clauses61409
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 constraint21
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 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.69/0.76	c SCIP version 1.1.0.7
0.69/0.76	c LP-Solver Clp 1.8.2
0.69/0.76	c user parameter file <scip.set> not found - using default parameters
0.69/0.76	c read problem <HOME/instance-1884998-1245261557.opb>
0.69/0.76	c original problem has 945 variables (945 bin, 0 int, 0 impl, 0 cont) and 61409 constraints
0.89/0.90	c No objective function, only one solution is needed.
0.89/0.90	c start presolving problem
0.89/0.90	c presolving:
1.49/1.55	c (round 1) 0 del vars, 2960 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58449 upgd conss, 116808 impls, 0 clqs
1.59/1.64	c presolving (2 rounds):
1.59/1.64	c  0 deleted vars, 2960 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.59/1.64	c  116808 implications, 0 cliques
1.59/1.64	c presolved problem has 945 variables (945 bin, 0 int, 0 impl, 0 cont) and 58449 constraints
1.59/1.64	c   58449 constraints of type <logicor>
1.59/1.64	c transformed objective value is always integral (scale: 1)
1.59/1.64	c Presolving Time: 0.60
1.59/1.64	c PURESAT
1.59/1.64	c -----------------------------------------------------------------------------------------------
1.59/1.64	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.64	c separating/flowcover/freq = c -1
1.59/1.64	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.64	c separating/cmir/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/veclendiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.59/1.64	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/veclendiving/freq = c -1
1.59/1.64	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.64	c heuristics/simplerounding/freq = c -1
1.59/1.64	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/shifting/freq = c -1
1.59/1.64	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.64	c heuristics/rounding/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.59/1.64	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.59/1.64	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 20]
1.59/1.64	c heuristics/rootsoldiving/freq = c -1
1.59/1.64	c # number of nodes added to the contingent of the total nodes
1.59/1.64	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.59/1.64	c heuristics/rens/nodesofs = c 2000
1.59/1.64	c # minimum percentage of integer variables that have to be fixable 
1.59/1.64	c # [type: real, range: [0,1], default: 0.5]
1.59/1.64	c heuristics/rens/minfixingrate = c 0.3
1.59/1.64	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.64	c heuristics/rens/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.59/1.64	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/pscostdiving/freq = c -1
1.59/1.64	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.64	c heuristics/oneopt/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to total iteration number
1.59/1.64	c # [type: real, range: [0,1], default: 0.01]
1.59/1.64	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.59/1.64	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 20]
1.59/1.64	c heuristics/objpscostdiving/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.59/1.64	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/linesearchdiving/freq = c -1
1.59/1.64	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/intshifting/freq = c -1
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/intdiving/maxlpiterquot = c 0.075
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/guideddiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.59/1.64	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/guideddiving/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/fracdiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.59/1.64	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/fracdiving/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/feaspump/maxlpiterofs = c 2000
1.59/1.64	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 20]
1.59/1.64	c heuristics/feaspump/freq = c -1
1.59/1.64	c # minimum percentage of integer variables that have to be fixed 
1.59/1.64	c # [type: real, range: [0,1], default: 0.666]
1.59/1.64	c heuristics/crossover/minfixingrate = c 0.5
1.59/1.64	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.59/1.64	c # [type: real, range: [0,1], default: 0.1]
1.59/1.64	c heuristics/crossover/nodesquot = c 0.15
1.59/1.64	c # number of nodes without incumbent change that heuristic should wait
1.59/1.64	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.59/1.64	c heuristics/crossover/nwaitingnodes = c 100
1.59/1.64	c # number of nodes added to the contingent of the total nodes
1.59/1.64	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.59/1.64	c heuristics/crossover/nodesofs = c 750
1.59/1.64	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 30]
1.59/1.64	c heuristics/crossover/freq = c -1
1.59/1.64	c # additional number of allowed LP iterations
1.59/1.64	c # [type: int, range: [0,2147483647], default: 1000]
1.59/1.64	c heuristics/coefdiving/maxlpiterofs = c 1500
1.59/1.64	c # maximal fraction of diving LP iterations compared to node LP iterations
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.59/1.64	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.59/1.64	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 10]
1.59/1.64	c heuristics/coefdiving/freq = c -1
1.59/1.64	c # priority of node selection rule <dfs> in standard mode
1.59/1.64	c # [type: int, range: [-536870912,536870911], default: 0]
1.59/1.64	c nodeselection/dfs/stdpriority = c 1000000
1.59/1.64	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.64	c presolving/probing/maxrounds = c 0
1.59/1.64	c # should presolving try to simplify knapsacks
1.59/1.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.64	c constraints/knapsack/simplifyinequalities = c TRUE
1.59/1.64	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.59/1.64	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.59/1.64	c constraints/knapsack/disaggregation = c FALSE
1.59/1.64	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.64	c constraints/knapsack/maxnumcardlift = c 0
1.59/1.64	c # should presolving try to simplify inequalities
1.59/1.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.64	c constraints/linear/simplifyinequalities = c TRUE
1.59/1.64	c # maximal number of separation rounds in the root node (-1: unlimited)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.64	c separating/maxroundsroot = c 5
1.59/1.64	c # maximal number of separation rounds per node (-1: unlimited)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 5]
1.59/1.64	c separating/maxrounds = c 1
1.59/1.64	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)
1.59/1.64	c # [type: char, range: {lafpsqd}, default: l]
1.59/1.64	c lp/pricing = c a
1.59/1.64	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 1]
1.59/1.64	c lp/solvefreq = c 0
1.59/1.64	c # solving stops, if the given number of solutions were found (-1: no limit)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.64	c limits/solutions = c 1
1.59/1.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.64	c limits/memory = c 1620
1.59/1.64	c # maximal time in seconds to run
1.59/1.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.64	c limits/time = c 1791
1.59/1.64	c # frequency for displaying node information lines
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 100]
1.59/1.64	c display/freq = c 10000
1.59/1.64	c # should enforcement of pseudo solution be disabled?
1.59/1.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.64	c constraints/disableenfops = c TRUE
1.59/1.64	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: 0]
1.59/1.64	c constraints/agelimit = c 1
1.59/1.64	c # should binary conflicts be preferred?
1.59/1.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.64	c conflict/preferbinary = c TRUE
1.59/1.64	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.59/1.64	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.64	c conflict/interconss = c 0
1.59/1.64	c -----------------------------------------------------------------------------------------------
1.59/1.64	c start solving problem
1.59/1.64	c 
1.99/2.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.99/2.04	c   1.0s|     1 |     0 |   115 |  66M|   0 |  95 | 945 |  58k|  58k| 945 |  58k|   0 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
3.38/3.46	c   2.4s|     1 |     0 |   159 |  66M|   0 |  91 | 945 |  58k|  58k| 945 |  58k|   8 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
4.88/4.92	c   3.9s|     1 |     0 |   261 |  66M|   0 |  97 | 945 |  58k|  58k| 945 |  58k|  18 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
6.38/6.45	c   5.4s|     1 |     0 |   374 |  66M|   0 | 122 | 945 |  58k|  58k| 945 |  58k|  27 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
8.18/8.21	c   7.1s|     1 |     0 |   484 |  66M|   0 | 127 | 945 |  58k|  58k| 945 |  58k|  38 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
10.78/10.83	c   9.8s|     1 |     0 |   744 |  67M|   0 | 127 | 945 |  58k|  58k| 945 |  58k|  48 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
25.07/25.11	c  23.8s|     1 |     2 |   744 |  67M|   0 | 127 | 945 |  58k|  58k| 945 |  58k|  48 |   0 |  33 | 4.500000e+01 |      --      |    Inf 
109.30/109.43	c   108s| 10000 |    44 |   744 |  67M| 100 |   - | 945 |  58k|  18k|   0 |   0 |  48 |7165 |  33 | 4.500000e+01 |      --      |    Inf 
193.06/193.26	c   191s| 20000 |    38 |   744 |  67M| 135 |   - | 945 |  58k|  15k|   0 |   0 |  48 |  14k|  33 | 4.500000e+01 |      --      |    Inf 
271.62/271.84	c   270s| 30000 |    32 |   744 |  68M| 135 |   - | 945 |  58k|  13k|   0 |   0 |  48 |  21k|  33 | 4.500000e+01 |      --      |    Inf 
352.10/352.30	c   350s| 40000 |    38 |   744 |  68M| 135 |   - | 945 |  58k|  17k|   0 |   0 |  48 |  28k|  33 | 4.500000e+01 |      --      |    Inf 
429.66/429.91	c   427s| 50000 |    37 |   744 |  68M| 135 |   - | 945 |  58k|  19k|   0 |   0 |  48 |  35k|  33 | 4.500000e+01 |      --      |    Inf 
507.63/507.92	c   505s| 60000 |    33 |   744 |  68M| 135 |   - | 945 |  58k|  13k|   0 |   0 |  48 |  42k|  33 | 4.500000e+01 |      --      |    Inf 
586.89/587.26	c   584s| 70000 |    36 |   744 |  68M| 135 |   - | 945 |  58k|  13k|   0 |   0 |  48 |  49k|  33 | 4.500000e+01 |      --      |    Inf 
662.15/662.52	c   659s| 80000 |    36 |   744 |  68M| 135 |   - | 945 |  58k|  21k|   0 |   0 |  48 |  56k|  33 | 4.500000e+01 |      --      |    Inf 
745.33/745.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.33/745.75	c   742s| 90000 |    31 |   744 |  68M| 152 |   - | 945 |  58k|  20k|   0 |   0 |  48 |  63k|  33 | 4.500000e+01 |      --      |    Inf 
827.29/827.77	c   824s|100000 |    29 |   744 |  68M| 152 |   - | 945 |  58k|  13k|   0 |   0 |  48 |  70k|  33 | 4.500000e+01 |      --      |    Inf 
907.75/908.24	c   904s|110000 |    50 |   744 |  68M| 152 |   - | 945 |  58k|  19k|   0 |   0 |  48 |  77k|  33 | 4.500000e+01 |      --      |    Inf 
989.12/989.60	c   985s|120000 |    27 |   744 |  68M| 152 |   - | 945 |  58k|  15k|   0 |   0 |  48 |  84k|  33 | 4.500000e+01 |      --      |    Inf 
1069.57/1070.17	c  1066s|130000 |    39 |   744 |  68M| 152 |   - | 945 |  58k|  22k|   0 |   0 |  48 |  91k|  33 | 4.500000e+01 |      --      |    Inf 
1155.83/1156.42	c  1152s|140000 |    20 |   744 |  68M| 152 |   - | 945 |  58k|  14k|   0 |   0 |  48 |  98k|  33 | 4.500000e+01 |      --      |    Inf 
1238.89/1239.55	c  1235s|150000 |    30 |   744 |  68M| 152 |   - | 945 |  58k|  21k|   0 |   0 |  48 | 105k|  33 | 4.500000e+01 |      --      |    Inf 
1321.76/1322.42	c  1317s|160000 |    39 |   744 |  68M| 152 |   - | 945 |  58k|  17k|   0 |   0 |  48 | 112k|  33 | 4.500000e+01 |      --      |    Inf 
1406.92/1407.60	c  1402s|170000 |    23 |   744 |  68M| 152 |   - | 945 |  58k|  17k|   0 |   0 |  48 | 119k|  33 | 4.500000e+01 |      --      |    Inf 
1486.09/1486.87	c  1481s|180000 |    32 |   744 |  68M| 152 |   - | 945 |  58k|  20k|   0 |   0 |  48 | 126k|  33 | 4.500000e+01 |      --      |    Inf 
1566.25/1567.04	c  1561s|190000 |    13 |   744 |  68M| 152 |   - | 945 |  58k|  21k|   0 |   0 |  48 | 133k|  33 | 4.500000e+01 |      --      |    Inf 
1648.13/1648.95	c  1643s|200000 |    33 |   744 |  68M| 154 |   - | 945 |  58k|  26k|   0 |   0 |  48 | 140k|  33 | 4.500000e+01 |      --      |    Inf 
1730.89/1731.76	c  1725s|210000 |    25 |   744 |  68M| 154 |   - | 945 |  58k|  16k|   0 |   0 |  48 | 147k|  33 | 4.500000e+01 |      --      |    Inf 
1796.77/1797.65	c 
1796.77/1797.65	c SCIP Status        : solving was interrupted [time limit reached]
1796.77/1797.65	c Solving Time (sec) : 1791.00
1796.77/1797.65	c Solving Nodes      : 218183
1796.77/1797.65	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.77/1797.65	c Dual Bound         : +4.50000000000000e+01
1796.77/1797.65	c Gap                : infinite
1796.77/1797.65	c NODE         218183
1796.77/1797.65	c DUAL BOUND   45
1796.77/1797.65	c PRIMAL BOUND 1e+20
1796.77/1797.65	c GAP          1e+20
1796.77/1797.65	s UNKNOWN
1796.77/1797.65	c SCIP Status        : solving was interrupted [time limit reached]
1796.77/1797.65	c Solving Time       :    1791.00
1796.77/1797.65	c Original Problem   :
1796.77/1797.65	c   Problem name     : HOME/instance-1884998-1245261557.opb
1796.77/1797.65	c   Variables        : 945 (945 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.77/1797.65	c   Constraints      : 61409 initial, 61409 maximal
1796.77/1797.65	c Presolved Problem  :
1796.77/1797.65	c   Problem name     : t_HOME/instance-1884998-1245261557.opb
1796.77/1797.65	c   Variables        : 945 (945 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.77/1797.65	c   Constraints      : 58449 initial, 58550 maximal
1796.77/1797.65	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.77/1797.65	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.65	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.65	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.65	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.65	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.65	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.77/1797.65	c   linear           :       0.38          0          0          0          0          0       2960          0          0
1796.77/1797.65	c   logicor          :       0.15          0          0          0          0          0          0          0          0
1796.77/1797.65	c   root node        :          -          0          -          -          0          -          -          -          -
1796.77/1797.65	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.77/1797.65	c   integral         :          0          0          0          1          0          0          0          0          0          2
1796.77/1797.65	c   logicor          :      58449+         5    1033625          0          0     130235   15414562          0          0          0
1796.77/1797.65	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.77/1797.65	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.77/1797.65	c   integral         :      14.08       0.00       0.00      14.08       0.00
1796.77/1797.65	c   logicor          :     895.51       0.03     895.48       0.00       0.00
1796.77/1797.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.77/1797.65	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.77/1797.65	c   rootredcost      :       0.67          0          0          0
1796.77/1797.65	c   pseudoobj        :      79.26    1211134          0          0
1796.77/1797.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.77/1797.65	c   propagation      :      20.50     130235     130129     130129       17.3      23237       32.7          -
1796.77/1797.65	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.77/1797.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.77/1797.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.77/1797.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.77/1797.65	c   applied globally :          -          -          -     153010       19.4          -          -          -
1796.77/1797.65	c   applied locally  :          -          -          -          3       96.0          -          -          -
1796.77/1797.65	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.77/1797.65	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 108)
1796.77/1797.65	c   redcost          :       0.00          5          0          0          0          0
1796.77/1797.65	c   impliedbounds    :       0.01          5          0          0          0          0
1796.77/1797.65	c   intobj           :       0.00          0          0          0          0          0
1796.77/1797.65	c   gomory           :       2.96          5          0          0       2500          0
1796.77/1797.65	c   strongcg         :       2.97          5          0          0       2500          0
1796.77/1797.65	c   cmir             :       0.00          0          0          0          0          0
1796.77/1797.65	c   flowcover        :       0.00          0          0          0          0          0
1796.77/1797.66	c   clique           :       0.12          5          0          0         42          0
1796.77/1797.66	c   zerohalf         :       0.00          0          0          0          0          0
1796.77/1797.66	c   mcf              :       0.09          1          0          0          0          0
1796.77/1797.66	c Pricers            :       Time      Calls       Vars
1796.77/1797.66	c   problem variables:       0.00          0          0
1796.77/1797.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.77/1797.66	c   relpscost        :      14.08          1          0          0          0          0          2
1796.77/1797.66	c   pscost           :       0.00          0          0          0          0          0          0
1796.77/1797.66	c   inference        :      15.71     156535          0          0          0          0     313070
1796.77/1797.66	c   mostinf          :       0.00          0          0          0          0          0          0
1796.77/1797.66	c   leastinf         :       0.00          0          0          0          0          0          0
1796.77/1797.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.77/1797.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.77/1797.66	c   random           :       0.00          0          0          0          0          0          0
1796.77/1797.66	c Primal Heuristics  :       Time      Calls      Found
1796.77/1797.66	c   LP solutions     :       0.00          -          0
1796.77/1797.66	c   pseudo solutions :       0.00          -          0
1796.77/1797.66	c   simplerounding   :       0.00          0          0
1796.77/1797.66	c   rounding         :       0.00          0          0
1796.77/1797.66	c   shifting         :       0.00          0          0
1796.77/1797.66	c   intshifting      :       0.00          0          0
1796.77/1797.66	c   oneopt           :       0.00          0          0
1796.77/1797.66	c   fixandinfer      :       0.00          0          0
1796.77/1797.66	c   feaspump         :       0.00          0          0
1796.77/1797.66	c   coefdiving       :       0.00          0          0
1796.77/1797.66	c   pscostdiving     :       0.00          0          0
1796.77/1797.66	c   fracdiving       :       0.00          0          0
1796.77/1797.66	c   veclendiving     :       0.00          0          0
1796.77/1797.66	c   intdiving        :       0.00          0          0
1796.77/1797.66	c   actconsdiving    :       0.00          0          0
1796.77/1797.66	c   objpscostdiving  :       0.00          0          0
1796.77/1797.66	c   rootsoldiving    :       0.00          0          0
1796.77/1797.66	c   linesearchdiving :       0.00          0          0
1796.77/1797.66	c   guideddiving     :       0.00          0          0
1796.77/1797.66	c   octane           :       0.00          0          0
1796.77/1797.66	c   rens             :       0.00          0          0
1796.77/1797.66	c   rins             :       0.00          0          0
1796.77/1797.66	c   localbranching   :       0.00          0          0
1796.77/1797.66	c   mutation         :       0.00          0          0
1796.77/1797.66	c   crossover        :       0.00          0          0
1796.77/1797.66	c   dins             :       0.00          0          0
1796.77/1797.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.77/1797.66	c   primal LP        :       0.07          0          0       0.00       0.00
1796.77/1797.66	c   dual LP          :       2.54          6        744     124.00     292.91
1796.77/1797.66	c   barrier LP       :       0.00          0          0       0.00          -
1796.77/1797.66	c   diving/probing LP:       0.00          0          0       0.00          -
1796.77/1797.66	c   strong branching :      14.08         33       5172     156.73     367.33
1796.77/1797.66	c     (at root node) :          -         33       5172     156.73          -
1796.77/1797.66	c   conflict analysis:       0.00          0          0       0.00          -
1796.77/1797.66	c B&B Tree           :
1796.77/1797.66	c   number of runs   :          1
1796.77/1797.66	c   nodes            :     218183
1796.77/1797.66	c   nodes (total)    :     218183
1796.77/1797.66	c   nodes left       :         24
1796.77/1797.66	c   max depth        :        154
1796.77/1797.66	c   max depth (total):        154
1796.77/1797.66	c   backtracks       :      82237 (37.7%)
1796.77/1797.66	c   delayed cutoffs  :      94866
1796.77/1797.66	c   repropagations   :     223565 (8047795 domain reductions, 68588 cutoffs)
1796.77/1797.66	c   avg switch length:       3.00
1796.77/1797.66	c   switching time   :     447.55
1796.77/1797.66	c Solution           :
1796.77/1797.66	c   Solutions found  :          0 (0 improvements)
1796.77/1797.66	c   Primal Bound     :          -
1796.77/1797.66	c   Dual Bound       : +4.50000000000000e+01
1796.77/1797.66	c   Gap              :   infinite
1796.77/1797.66	c   Root Dual Bound  : +4.50000000000000e+01
1796.97/1797.89	c Time complete: 1797.06.

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-1884998-1245261557/watcher-1884998-1245261557 -o /tmp/evaluation-result-1884998-1245261557/solver-1884998-1245261557 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884998-1245261557.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: 0.92 1.01 0.99 3/65 22194
/proc/meminfo: memFree=1237640/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=7616 CPUtime=0
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 639 0 0 0 0 0 0 0 20 0 1 0 193754713 7798784 623 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/22194/statm: 1904 635 353 1256 0 643 0

[startup+0.0781841 s]
/proc/loadavg: 0.92 1.01 0.99 3/65 22194
/proc/meminfo: memFree=1237640/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=13984 CPUtime=0.06
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 2466 0 0 0 6 0 0 0 20 0 1 0 193754713 14319616 2450 1992294400 4194304 9342243 548682068736 18446744073709551615 8144849 0 0 4096 0 0 0 0 17 0 0 0
/proc/22194/statm: 3496 2450 376 1256 0 2235 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13984

[startup+0.101184 s]
/proc/loadavg: 0.92 1.01 0.99 3/65 22194
/proc/meminfo: memFree=1237640/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=13984 CPUtime=0.09
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 2469 0 0 0 9 0 0 0 20 0 1 0 193754713 14319616 2453 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 0 0 0
/proc/22194/statm: 3496 2453 376 1256 0 2235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13984

[startup+0.301204 s]
/proc/loadavg: 0.92 1.01 0.99 3/65 22194
/proc/meminfo: memFree=1237640/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=19732 CPUtime=0.29
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 3918 0 0 0 28 1 0 0 22 0 1 0 193754713 20205568 3902 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 0 0 0
/proc/22194/statm: 4933 3902 376 1256 0 3672 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19732

[startup+0.701247 s]
/proc/loadavg: 0.92 1.01 0.99 3/65 22194
/proc/meminfo: memFree=1237640/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=30856 CPUtime=0.69
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 6686 0 0 0 67 2 0 0 25 0 1 0 193754713 31596544 6670 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 0 0 0
/proc/22194/statm: 7714 6670 376 1256 0 6453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30856

[startup+1.50133 s]
/proc/loadavg: 0.92 1.01 0.99 2/66 22195
/proc/meminfo: memFree=1171136/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=94712 CPUtime=1.49
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 24341 0 0 0 131 18 0 0 25 0 1 0 193754713 96985088 22366 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 23678 22366 465 1256 0 22417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94712

[startup+3.10151 s]
/proc/loadavg: 0.92 1.01 0.99 2/66 22195
/proc/meminfo: memFree=1101056/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=164352 CPUtime=3.08
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 36823 0 0 0 281 27 0 0 25 0 1 0 193754713 168296448 34632 1992294400 4194304 9342243 548682068736 18446744073709551615 4696093 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22194/statm: 41088 34632 618 1256 0 39827 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 164352

[startup+6.30183 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 22195
/proc/meminfo: memFree=1090624/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=171348 CPUtime=6.28
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 40423 0 0 0 597 31 0 0 25 0 1 0 193754713 175460352 38232 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 42837 38232 631 1256 0 41576 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 171348

[startup+12.7015 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 22195
/proc/meminfo: memFree=1066944/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=210856 CPUtime=12.68
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 50415 0 0 0 1232 36 0 0 25 0 1 0 193754713 215916544 43142 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 52714 43142 639 1256 0 51453 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 210856

[startup+25.5018 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 22195
/proc/meminfo: memFree=1069952/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=25.46
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83687 0 0 0 2494 52 0 0 25 0 1 0 193754713 191373312 42445 1992294400 4194304 9342243 548682068736 18446744073709551615 4209630 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42445 661 1256 0 45461 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 186888

[startup+51.1015 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 22195
/proc/meminfo: memFree=1069824/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=51.05
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83695 0 0 0 5047 58 0 0 25 0 1 0 193754713 191373312 42453 1992294400 4194304 9342243 548682068736 18446744073709551615 4218736 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42453 661 1256 0 45461 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 186888

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 22195
/proc/meminfo: memFree=1069760/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=102.23
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83695 0 0 0 10151 72 0 0 25 0 1 0 193754713 191373312 42453 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42453 661 1256 0 45461 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 186888

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 22201
/proc/meminfo: memFree=1069376/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=162.17
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83814 0 0 0 16132 85 0 0 25 0 1 0 193754713 191373312 42572 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42572 661 1256 0 45461 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 186888

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 22201
/proc/meminfo: memFree=1069120/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=222.14
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83876 0 0 0 22112 102 0 0 25 0 1 0 193754713 191373312 42634 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42634 661 1256 0 45461 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 186888

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068928/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=282.12
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83909 0 0 0 28094 118 0 0 25 0 1 0 193754713 191373312 42667 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42667 661 1256 0 45461 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 186888

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068736/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=342.09
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83953 0 0 0 34075 134 0 0 25 0 1 0 193754713 191373312 42711 1992294400 4194304 9342243 548682068736 18446744073709551615 4209630 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42711 661 1256 0 45461 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 186888

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068672/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=402.07
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 83979 0 0 0 40057 150 0 0 25 0 1 0 193754713 191373312 42737 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42737 661 1256 0 45461 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 186888

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068544/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=462.05
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84001 0 0 0 46037 168 0 0 25 0 1 0 193754713 191373312 42759 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42759 661 1256 0 45461 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 186888

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068416/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=522.02
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84025 0 0 0 52018 184 0 0 25 0 1 0 193754713 191373312 42783 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42783 661 1256 0 45461 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 186888

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068224/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=581.99
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84072 0 0 0 58001 198 0 0 25 0 1 0 193754713 191373312 42830 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42830 661 1256 0 45461 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 186888

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1068160/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=641.97
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84086 0 0 0 63981 216 0 0 25 0 1 0 193754713 191373312 42844 1992294400 4194304 9342243 548682068736 18446744073709551615 4207205 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42844 661 1256 0 45461 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 186888

[startup+702.302 s]

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

/proc/meminfo: memFree=1067392/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1121.76
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84219 0 0 0 111837 339 0 0 25 0 1 0 193754713 191373312 42977 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 42977 661 1256 0 45461 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 186888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1067264/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1181.72
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84246 0 0 0 117818 354 0 0 25 0 1 0 193754713 191373312 43004 1992294400 4194304 9342243 548682068736 18446744073709551615 4769422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43004 661 1256 0 45461 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 186888

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1067200/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1241.68
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84250 0 0 0 123800 368 0 0 25 0 1 0 193754713 191373312 43008 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43008 661 1256 0 45461 0
Current children cumulated CPU time (s) 1241.68
Current children cumulated vsize (KiB) 186888

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1067200/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1301.67
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84260 0 0 0 129783 384 0 0 25 0 1 0 193754713 191373312 43018 1992294400 4194304 9342243 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43018 661 1256 0 45461 0
Current children cumulated CPU time (s) 1301.67
Current children cumulated vsize (KiB) 186888

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1067072/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1361.65
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84281 0 0 0 135766 399 0 0 25 0 1 0 193754713 191373312 43039 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43039 661 1256 0 45461 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 186888

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1067008/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1421.62
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84295 0 0 0 141747 415 0 0 25 0 1 0 193754713 191373312 43053 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43053 661 1256 0 45461 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 186888

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1067008/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1481.59
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84295 0 0 0 147727 432 0 0 25 0 1 0 193754713 191373312 43053 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43053 661 1256 0 45461 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 186888

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066944/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1541.57
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84301 0 0 0 153711 446 0 0 25 0 1 0 193754713 191373312 43059 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43059 661 1256 0 45461 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 186888

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066880/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1601.54
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84311 0 0 0 159693 461 0 0 25 0 1 0 193754713 191373312 43069 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43069 661 1256 0 45461 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 186888

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066880/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1661.52
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84326 0 0 0 165677 475 0 0 25 0 1 0 193754713 191373312 43084 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43084 661 1256 0 45461 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 186888

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066816/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1721.5
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84330 0 0 0 171660 490 0 0 25 0 1 0 193754713 191373312 43088 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43088 661 1256 0 45461 0
Current children cumulated CPU time (s) 1721.5
Current children cumulated vsize (KiB) 186888

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1781.47
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84336 0 0 0 177642 505 0 0 25 0 1 0 193754713 191373312 43094 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43094 661 1256 0 45461 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 186888

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1784.67
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84340 0 0 0 177961 506 0 0 25 0 1 0 193754713 191373312 43098 1992294400 4194304 9342243 548682068736 18446744073709551615 4243090 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43098 661 1256 0 45461 0
Current children cumulated CPU time (s) 1784.67
Current children cumulated vsize (KiB) 186888

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1791.07
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84340 0 0 0 178600 507 0 0 25 0 1 0 193754713 191373312 43098 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43098 661 1256 0 45461 0
Current children cumulated CPU time (s) 1791.07
Current children cumulated vsize (KiB) 186888

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1794.27
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84340 0 0 0 178919 508 0 0 25 0 1 0 193754713 191373312 43098 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43098 661 1256 0 45461 0
Current children cumulated CPU time (s) 1794.27
Current children cumulated vsize (KiB) 186888

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1795.86
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84340 0 0 0 179078 508 0 0 25 0 1 0 193754713 191373312 43098 1992294400 4194304 9342243 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43098 661 1256 0 45461 0
Current children cumulated CPU time (s) 1795.86
Current children cumulated vsize (KiB) 186888

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1796.66
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84340 0 0 0 179158 508 0 0 25 0 1 0 193754713 191373312 43098 1992294400 4194304 9342243 548682068736 18446744073709551615 4245023 0 0 4096 16384 0 0 0 17 0 0 0
/proc/22194/statm: 46722 43098 661 1256 0 45461 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (KiB) 186888

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1796.87
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84344 0 0 0 179178 509 0 0 25 0 1 0 193754713 191373312 43102 1992294400 4194304 9342243 548682068736 18446744073709551615 4313428 0 0 4096 0 0 0 0 17 1 0 0
/proc/22194/statm: 46722 43102 665 1256 0 45461 0
Current children cumulated CPU time (s) 1796.87
Current children cumulated vsize (KiB) 186888

[startup+1797.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22201
/proc/meminfo: memFree=1066688/2055920 swapFree=4182160/4192956
[pid=22194] ppid=22192 vsize=186888 CPUtime=1796.97
/proc/22194/stat : 22194 (pbscip.linux.x8) R 22192 22194 21825 0 -1 4194304 84346 0 0 0 179188 509 0 0 25 0 1 0 193754713 191373312 43104 1992294400 4194304 9342243 548682068736 18446744073709551615 5855088 0 0 4096 0 0 0 0 17 1 0 0
/proc/22194/statm: 46722 43104 667 1256 0 45461 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (KiB) 186888

Child status: 0
Real time (s): 1797.9
CPU time (s): 1797.07
CPU user time (s): 1791.95
CPU system time (s): 5.11822
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 211780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.95
system time used= 5.11822
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 6898

runsolver used 2.07268 second user time and 4.30835 second system time

The end

Launcher Data

Begin job on node79 at 2009-06-17 19:59:17
IDJOB=1884998
IDBENCH=72013
IDSOLVER=684
FILE ID=node79/1884998-1245261557
PBS_JOBID= 9372383
Free space on /tmp= 66016 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g10.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-1884998-1245261557/watcher-1884998-1245261557 -o /tmp/evaluation-result-1884998-1245261557/solver-1884998-1245261557 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884998-1245261557.opb

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

MD5SUM BENCH= ffe69e74bebf39c27889ccbb6fb69301
RANDOM SEED=29627236

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1238056 kB
Buffers:         43024 kB
Cached:         702880 kB
SwapCached:       4884 kB
Active:         152704 kB
Inactive:       600804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238056 kB
SwapTotal:     4192956 kB
SwapFree:      4182160 kB
Dirty:           13160 kB
Writeback:           0 kB
Mapped:          13404 kB
Slab:            50372 kB
Committed_AS:   103576 kB
PageTables:       1388 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= 66004 MiB
End job on node79 at 2009-06-17 20:29:15