Trace number 1885558

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? 1798.52 1799.17

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/rbcl_xits_14_SAT.opb
MD5SUM9f96eca13e5b536433559f56d71097bf
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 benchmark2.6406
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2220
Total number of constraints148488
Number of constraints which are clauses148488
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 constraint15
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
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

2.10/2.19	c SCIP version 1.1.0.7
2.10/2.19	c LP-Solver Clp 1.8.2
2.10/2.19	c user parameter file <scip.set> not found - using default parameters
2.10/2.19	c read problem <HOME/instance-1885558-1245267300.opb>
2.10/2.19	c original problem has 2220 variables (2220 bin, 0 int, 0 impl, 0 cont) and 148488 constraints
2.60/2.60	c No objective function, only one solution is needed.
2.60/2.60	c start presolving problem
2.60/2.60	c presolving:
3.99/4.05	c (round 1) 67 del vars, 67 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 148354 upgd conss, 46738 impls, 0 clqs
4.19/4.24	c (round 2) 67 del vars, 134 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 148354 upgd conss, 46738 impls, 0 clqs
4.40/4.44	c presolving (3 rounds):
4.40/4.44	c  67 deleted vars, 134 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.40/4.44	c  46738 implications, 0 cliques
4.40/4.44	c presolved problem has 2153 variables (2153 bin, 0 int, 0 impl, 0 cont) and 148354 constraints
4.40/4.44	c  148354 constraints of type <logicor>
4.40/4.44	c transformed objective value is always integral (scale: 1)
4.40/4.44	c Presolving Time: 1.41
4.40/4.44	c PURESAT
4.40/4.44	c -----------------------------------------------------------------------------------------------
4.40/4.44	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 0]
4.40/4.44	c separating/flowcover/freq = c -1
4.40/4.44	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 0]
4.40/4.44	c separating/cmir/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/veclendiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.40/4.44	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/veclendiving/freq = c -1
4.40/4.44	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 1]
4.40/4.44	c heuristics/simplerounding/freq = c -1
4.40/4.44	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/shifting/freq = c -1
4.40/4.44	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 1]
4.40/4.44	c heuristics/rounding/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.40/4.44	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.40/4.44	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 20]
4.40/4.44	c heuristics/rootsoldiving/freq = c -1
4.40/4.44	c # number of nodes added to the contingent of the total nodes
4.40/4.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.40/4.44	c heuristics/rens/nodesofs = c 2000
4.40/4.44	c # minimum percentage of integer variables that have to be fixable 
4.40/4.44	c # [type: real, range: [0,1], default: 0.5]
4.40/4.44	c heuristics/rens/minfixingrate = c 0.3
4.40/4.44	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 0]
4.40/4.44	c heuristics/rens/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.40/4.44	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/pscostdiving/freq = c -1
4.40/4.44	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 1]
4.40/4.44	c heuristics/oneopt/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to total iteration number
4.40/4.44	c # [type: real, range: [0,1], default: 0.01]
4.40/4.44	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.40/4.44	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 20]
4.40/4.44	c heuristics/objpscostdiving/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.40/4.44	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/linesearchdiving/freq = c -1
4.40/4.44	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/intshifting/freq = c -1
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/intdiving/maxlpiterquot = c 0.075
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/guideddiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.40/4.44	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/guideddiving/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/fracdiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.40/4.44	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/fracdiving/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/feaspump/maxlpiterofs = c 2000
4.40/4.44	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 20]
4.40/4.44	c heuristics/feaspump/freq = c -1
4.40/4.44	c # minimum percentage of integer variables that have to be fixed 
4.40/4.44	c # [type: real, range: [0,1], default: 0.666]
4.40/4.44	c heuristics/crossover/minfixingrate = c 0.5
4.40/4.44	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.40/4.44	c # [type: real, range: [0,1], default: 0.1]
4.40/4.44	c heuristics/crossover/nodesquot = c 0.15
4.40/4.44	c # number of nodes without incumbent change that heuristic should wait
4.40/4.44	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.40/4.44	c heuristics/crossover/nwaitingnodes = c 100
4.40/4.44	c # number of nodes added to the contingent of the total nodes
4.40/4.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.40/4.44	c heuristics/crossover/nodesofs = c 750
4.40/4.44	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 30]
4.40/4.44	c heuristics/crossover/freq = c -1
4.40/4.44	c # additional number of allowed LP iterations
4.40/4.44	c # [type: int, range: [0,2147483647], default: 1000]
4.40/4.44	c heuristics/coefdiving/maxlpiterofs = c 1500
4.40/4.44	c # maximal fraction of diving LP iterations compared to node LP iterations
4.40/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.40/4.44	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.40/4.44	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: 10]
4.40/4.44	c heuristics/coefdiving/freq = c -1
4.40/4.44	c # priority of node selection rule <dfs> in standard mode
4.40/4.44	c # [type: int, range: [-536870912,536870911], default: 0]
4.40/4.44	c nodeselection/dfs/stdpriority = c 1000000
4.40/4.44	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.40/4.44	c # [type: int, range: [-1,2147483647], default: -1]
4.40/4.44	c presolving/probing/maxrounds = c 0
4.40/4.44	c # should presolving try to simplify knapsacks
4.40/4.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.44	c constraints/knapsack/simplifyinequalities = c TRUE
4.40/4.44	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.40/4.44	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.40/4.44	c constraints/knapsack/disaggregation = c FALSE
4.40/4.44	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: -1]
4.40/4.45	c constraints/knapsack/maxnumcardlift = c 0
4.40/4.45	c # should presolving try to simplify inequalities
4.40/4.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.45	c constraints/linear/simplifyinequalities = c TRUE
4.40/4.45	c # maximal number of separation rounds in the root node (-1: unlimited)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: -1]
4.40/4.45	c separating/maxroundsroot = c 5
4.40/4.45	c # maximal number of separation rounds per node (-1: unlimited)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: 5]
4.40/4.45	c separating/maxrounds = c 1
4.40/4.45	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)
4.40/4.45	c # [type: char, range: {lafpsqd}, default: l]
4.40/4.45	c lp/pricing = c a
4.40/4.45	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: 1]
4.40/4.45	c lp/solvefreq = c 0
4.40/4.45	c # solving stops, if the given number of solutions were found (-1: no limit)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: -1]
4.40/4.45	c limits/solutions = c 1
4.40/4.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.40/4.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.40/4.45	c limits/memory = c 1620
4.40/4.45	c # maximal time in seconds to run
4.40/4.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.40/4.45	c limits/time = c 1791
4.40/4.45	c # frequency for displaying node information lines
4.40/4.45	c # [type: int, range: [-1,2147483647], default: 100]
4.40/4.45	c display/freq = c 10000
4.40/4.45	c # should enforcement of pseudo solution be disabled?
4.40/4.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.45	c constraints/disableenfops = c TRUE
4.40/4.45	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: 0]
4.40/4.45	c constraints/agelimit = c 1
4.40/4.45	c # should binary conflicts be preferred?
4.40/4.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.40/4.45	c conflict/preferbinary = c TRUE
4.40/4.45	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.40/4.45	c # [type: int, range: [-1,2147483647], default: -1]
4.40/4.45	c conflict/interconss = c 0
4.40/4.45	c -----------------------------------------------------------------------------------------------
4.40/4.45	c start solving problem
4.40/4.45	c 
8.38/8.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.38/8.43	c   5.6s|     1 |     0 |   523 | 165M|   0 | 323 |2153 | 148k| 148k|2153 | 148k|   0 |   0 |   0 | 3.450000e+01 |      --      |    Inf 
17.29/17.39	c  14.5s|     1 |     0 |   604 | 165M|   0 | 265 |2153 | 148k| 148k|2153 | 148k|  11 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
33.38/33.45	c  30.5s|     1 |     0 |   691 | 165M|   0 | 178 |2153 | 148k| 148k|2153 | 148k|  19 |   0 |   0 | 3.519231e+01 |      --      |    Inf 
51.48/51.58	c  48.6s|     1 |     0 |   940 | 165M|   0 | 193 |2153 | 148k| 148k|2153 | 148k|  29 |   0 |   0 | 3.550000e+01 |      --      |    Inf 
100.35/100.49	c  97.5s|     1 |     0 |  1193 | 165M|   0 | 173 |2153 | 148k| 148k|2153 | 148k|  36 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
136.84/136.95	c   134s|     1 |     0 |  1527 | 166M|   0 | 227 |2153 | 148k| 148k|2153 | 148k|  48 |   0 |   0 | 3.642564e+01 |      --      |    Inf 
296.58/296.71	c   293s|     1 |     2 |  1527 | 166M|   0 | 227 |2153 | 148k| 148k|2153 | 148k|  48 |   0 |  17 | 3.642564e+01 |      --      |    Inf 
426.23/426.42	c   423s| 10000 |   365 |  1527 | 171M| 545 |   - |2153 | 154k| 106k|   0 |   0 |  48 |  13k|  17 | 3.742563e+01 |      --      |    Inf 
557.89/558.12	c   554s| 20000 |   364 |  1527 | 173M| 545 |   - |2153 | 161k| 108k|   0 |   0 |  48 |  27k|  17 | 3.742563e+01 |      --      |    Inf 
676.74/677.04	c   673s| 30000 |   355 |  1527 | 174M| 545 |   - |2153 | 168k| 102k|   0 |   0 |  48 |  41k|  17 | 3.742563e+01 |      --      |    Inf 
814.80/815.13	c   810s| 40000 |   348 |  1527 | 176M| 545 |   - |2153 | 175k| 100k|   0 |   0 |  48 |  55k|  17 | 3.742563e+01 |      --      |    Inf 
954.85/955.22	c   950s| 50000 |   343 |  1527 | 177M| 545 |   - |2153 | 182k|  97k|   0 |   0 |  48 |  70k|  17 | 3.742563e+01 |      --      |    Inf 
1086.00/1086.45	c  1081s| 60000 |   341 |  1527 | 179M| 545 |   - |2153 | 188k|  95k|   0 |   0 |  48 |  84k|  17 | 3.742563e+01 |      --      |    Inf 
1232.04/1232.59	c  1227s| 70000 |   335 |  1527 | 181M| 545 |   - |2153 | 195k|  97k|   0 |   0 |  48 |  98k|  17 | 3.742563e+01 |      --      |    Inf 
1360.40/1360.93	c  1355s| 80000 |   340 |  1527 | 182M| 545 |   - |2153 | 202k|  97k|   0 |   0 |  48 | 112k|  17 | 3.742563e+01 |      --      |    Inf 
1484.36/1484.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.36/1484.91	c  1478s| 90000 |   339 |  1527 | 184M| 545 |   - |2153 | 209k|  88k|   0 |   0 |  48 | 126k|  17 | 3.742563e+01 |      --      |    Inf 
1595.62/1596.22	c  1589s|100000 |   341 |  1527 | 185M| 545 |   - |2153 | 215k|  91k|   0 |   0 |  48 | 139k|  17 | 3.742563e+01 |      --      |    Inf 
1714.27/1714.91	c  1708s|110000 |   341 |  1527 | 186M| 545 |   - |2153 | 221k|  93k|   0 |   0 |  48 | 152k|  17 | 3.742563e+01 |      --      |    Inf 
1797.75/1798.46	c 
1797.75/1798.46	c SCIP Status        : solving was interrupted [time limit reached]
1797.75/1798.46	c Solving Time (sec) : 1791.01
1797.75/1798.46	c Solving Nodes      : 116953
1797.75/1798.46	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.75/1798.46	c Dual Bound         : +3.74256280550070e+01
1797.75/1798.46	c Gap                : infinite
1797.75/1798.46	c NODE         116953
1797.75/1798.46	c DUAL BOUND   37.4256
1797.75/1798.46	c PRIMAL BOUND 1e+20
1797.75/1798.46	c GAP          1e+20
1797.75/1798.46	s UNKNOWN
1797.75/1798.46	c SCIP Status        : solving was interrupted [time limit reached]
1797.75/1798.46	c Solving Time       :    1791.01
1797.75/1798.46	c Original Problem   :
1797.75/1798.46	c   Problem name     : HOME/instance-1885558-1245267300.opb
1797.75/1798.46	c   Variables        : 2220 (2220 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.75/1798.46	c   Constraints      : 148488 initial, 148488 maximal
1797.75/1798.46	c Presolved Problem  :
1797.75/1798.46	c   Problem name     : t_HOME/instance-1885558-1245267300.opb
1797.75/1798.46	c   Variables        : 2153 (2153 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.75/1798.46	c   Constraints      : 148354 initial, 226544 maximal
1797.75/1798.46	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.75/1798.46	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.46	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.46	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.46	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.46	c   implics          :       0.01          0         67          0          0          0          0          0          0
1797.75/1798.46	c   probing          :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.46	c   linear           :       0.83          0          0          0          0          0        134          0          0
1797.75/1798.46	c   logicor          :       0.40          0          0          0          0          0          0          0          0
1797.75/1798.46	c   root node        :          -          0          -          -          0          -          -          -          -
1797.75/1798.46	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.75/1798.46	c   integral         :          0          0          0          1          0          0          0          0          0          2
1797.75/1798.46	c   logicor          :     148354+         5     748279          0          0      79382    8273712          0          0          0
1797.75/1798.46	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.75/1798.46	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.75/1798.46	c   integral         :     159.44       0.00       0.00     159.44       0.00
1797.75/1798.46	c   logicor          :     822.60       0.09     822.51       0.00       0.00
1797.75/1798.46	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.75/1798.46	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.75/1798.46	c   rootredcost      :       0.40          0          0          0
1797.75/1798.46	c   pseudoobj        :     141.73     821259          0          0
1797.75/1798.46	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.75/1798.46	c   propagation      :      28.58      79382      79382      79382       81.8      83198        8.3          -
1797.75/1798.46	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.75/1798.46	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.75/1798.46	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.75/1798.46	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.75/1798.46	c   applied globally :          -          -          -     162580       44.2          -          -          -
1797.75/1798.46	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.75/1798.46	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.75/1798.46	c   cut pool         :       0.00          4          -          -        114          -    (maximal pool size: 460)
1797.75/1798.46	c   redcost          :       0.00          5          0          0          0          0
1797.75/1798.46	c   impliedbounds    :       0.00          5          0          0          0          0
1797.75/1798.46	c   intobj           :       0.00          0          0          0          0          0
1797.75/1798.46	c   gomory           :      57.64          5          0          0       2500          0
1797.75/1798.46	c   strongcg         :      53.59          5          0          0       2500          0
1797.75/1798.46	c   cmir             :       0.00          0          0          0          0          0
1797.75/1798.46	c   flowcover        :       0.00          0          0          0          0          0
1797.75/1798.46	c   clique           :       0.09          5          0          0         30          0
1797.75/1798.46	c   zerohalf         :       0.00          0          0          0          0          0
1797.75/1798.46	c   mcf              :       0.28          1          0          0          0          0
1797.75/1798.46	c Pricers            :       Time      Calls       Vars
1797.75/1798.46	c   problem variables:       0.00          0          0
1797.75/1798.46	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.75/1798.46	c   relpscost        :     159.44          1          0          0          0          0          2
1797.75/1798.46	c   pscost           :       0.00          0          0          0          0          0          0
1797.75/1798.46	c   inference        :      17.15      82323          0          0          0          0     164646
1797.75/1798.46	c   mostinf          :       0.00          0          0          0          0          0          0
1797.75/1798.46	c   leastinf         :       0.00          0          0          0          0          0          0
1797.75/1798.46	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.75/1798.46	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.75/1798.46	c   random           :       0.00          0          0          0          0          0          0
1797.75/1798.46	c Primal Heuristics  :       Time      Calls      Found
1797.75/1798.46	c   LP solutions     :       0.00          -          0
1797.75/1798.46	c   pseudo solutions :       0.00          -          0
1797.75/1798.46	c   simplerounding   :       0.00          0          0
1797.75/1798.46	c   rounding         :       0.00          0          0
1797.75/1798.46	c   shifting         :       0.00          0          0
1797.75/1798.46	c   intshifting      :       0.00          0          0
1797.75/1798.46	c   oneopt           :       0.00          0          0
1797.75/1798.46	c   fixandinfer      :       0.00          0          0
1797.75/1798.46	c   feaspump         :       0.00          0          0
1797.75/1798.46	c   coefdiving       :       0.00          0          0
1797.75/1798.46	c   pscostdiving     :       0.00          0          0
1797.75/1798.46	c   fracdiving       :       0.00          0          0
1797.75/1798.46	c   veclendiving     :       0.00          0          0
1797.75/1798.46	c   intdiving        :       0.00          0          0
1797.75/1798.46	c   actconsdiving    :       0.00          0          0
1797.75/1798.46	c   objpscostdiving  :       0.00          0          0
1797.75/1798.46	c   rootsoldiving    :       0.00          0          0
1797.75/1798.46	c   linesearchdiving :       0.00          0          0
1797.75/1798.46	c   guideddiving     :       0.00          0          0
1797.75/1798.46	c   octane           :       0.00          0          0
1797.75/1798.46	c   rens             :       0.00          0          0
1797.75/1798.46	c   rins             :       0.00          0          0
1797.75/1798.46	c   localbranching   :       0.00          0          0
1797.75/1798.46	c   mutation         :       0.00          0          0
1797.75/1798.46	c   crossover        :       0.00          0          0
1797.75/1798.46	c   dins             :       0.00          0          0
1797.75/1798.46	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.75/1798.46	c   primal LP        :       0.29          0          0       0.00       0.00
1797.75/1798.46	c   dual LP          :      19.58          6       1527     254.50      77.99
1797.75/1798.47	c   barrier LP       :       0.00          0          0       0.00          -
1797.75/1798.47	c   diving/probing LP:       0.00          0          0       0.00          -
1797.75/1798.47	c   strong branching :     159.44         17       8981     528.29      56.33
1797.75/1798.47	c     (at root node) :          -         17       8981     528.29          -
1797.75/1798.47	c   conflict analysis:       0.00          0          0       0.00          -
1797.75/1798.47	c B&B Tree           :
1797.75/1798.47	c   number of runs   :          1
1797.75/1798.47	c   nodes            :     116953
1797.75/1798.47	c   nodes (total)    :     116953
1797.75/1798.47	c   nodes left       :        326
1797.75/1798.47	c   max depth        :        545
1797.75/1798.47	c   max depth (total):        545
1797.75/1798.47	c   backtracks       :      45315 (38.7%)
1797.75/1798.47	c   delayed cutoffs  :      47370
1797.75/1798.47	c   repropagations   :     116876 (4986604 domain reductions, 44753 cutoffs)
1797.75/1798.47	c   avg switch length:       2.67
1797.75/1798.47	c   switching time   :     287.69
1797.75/1798.47	c Solution           :
1797.75/1798.47	c   Solutions found  :          0 (0 improvements)
1797.75/1798.47	c   Primal Bound     :          -
1797.75/1798.47	c   Dual Bound       : +3.74256280550070e+01
1797.75/1798.47	c   Gap              :   infinite
1797.75/1798.47	c   Root Dual Bound  : +3.64256410256410e+01
1798.44/1799.16	c Time complete: 1798.5.

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-1885558-1245267300/watcher-1885558-1245267300 -o /tmp/evaluation-result-1885558-1245267300/solver-1885558-1245267300 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885558-1245267300.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.04 1.00 0.95 3/64 13793
/proc/meminfo: memFree=1796000/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=5812 CPUtime=0
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 194326777 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8240640 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 1453 501 332 1256 0 192 0

[startup+0.0882139 s]
/proc/loadavg: 1.04 1.00 0.95 3/64 13793
/proc/meminfo: memFree=1796000/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=15024 CPUtime=0.07
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 2742 0 0 0 7 0 0 0 18 0 1 0 194326777 15384576 2726 1992294400 4194304 9342243 548682068736 18446744073709551615 4403196 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 3756 2726 376 1256 0 2495 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15024

[startup+0.101216 s]
/proc/loadavg: 1.04 1.00 0.95 3/64 13793
/proc/meminfo: memFree=1796000/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=15268 CPUtime=0.09
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 2804 0 0 0 9 0 0 0 18 0 1 0 194326777 15634432 2788 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 3817 2788 376 1256 0 2556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15268

[startup+0.301252 s]
/proc/loadavg: 1.04 1.00 0.95 3/64 13793
/proc/meminfo: memFree=1796000/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=19888 CPUtime=0.29
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 3954 0 0 0 28 1 0 0 19 0 1 0 194326777 20365312 3938 1992294400 4194304 9342243 548682068736 18446744073709551615 8169848 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 4972 3938 376 1256 0 3711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19888

[startup+0.701326 s]
/proc/loadavg: 1.04 1.00 0.95 3/64 13793
/proc/meminfo: memFree=1796000/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=29340 CPUtime=0.69
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 6311 0 0 0 67 2 0 0 23 0 1 0 194326777 30044160 6295 1992294400 4194304 9342243 548682068736 18446744073709551615 8247763 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 7335 6295 376 1256 0 6074 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29340

[startup+1.50147 s]
/proc/loadavg: 1.04 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1764120/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=49756 CPUtime=1.49
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 11392 0 0 0 144 5 0 0 25 0 1 0 194326777 50950144 11376 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 12439 11376 376 1256 0 11178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49756

[startup+3.10176 s]
/proc/loadavg: 1.04 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1736664/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=191004 CPUtime=3.1
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 43724 0 0 0 281 29 0 0 25 0 1 0 194326777 195588096 43354 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 47751 43363 462 1256 0 46490 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 191004

[startup+6.30135 s]
/proc/loadavg: 1.03 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1495512/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=362484 CPUtime=6.29
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 80427 0 0 0 559 70 0 0 25 0 1 0 194326777 371183616 76547 1992294400 4194304 9342243 548682068736 18446744073709551615 6960303 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 90621 76547 604 1256 0 89360 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 362484

[startup+12.7025 s]
/proc/loadavg: 1.03 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1470432/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=404960 CPUtime=12.69
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 86104 0 0 0 1196 73 0 0 25 0 1 0 194326777 414679040 81783 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 101240 81783 625 1256 0 99979 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 404960

[startup+25.5019 s]
/proc/loadavg: 1.02 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1453600/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=404960 CPUtime=25.48
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 90314 0 0 0 2470 78 0 0 25 0 1 0 194326777 414679040 85993 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 101240 85993 638 1256 0 99979 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 404960

[startup+51.1015 s]
/proc/loadavg: 1.01 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1432288/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=408964 CPUtime=51.08
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 95680 0 0 0 5025 83 0 0 25 0 1 0 194326777 418779136 91358 1992294400 4194304 9342243 548682068736 18446744073709551615 6960748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 102241 91358 639 1256 0 100980 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 408964

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1431200/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=408964 CPUtime=102.26
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 95915 0 0 0 10140 86 0 0 25 0 1 0 194326777 418779136 91593 1992294400 4194304 9342243 548682068736 18446744073709551615 6237429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 102241 91593 639 1256 0 100980 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 408964

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1419040/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=496852 CPUtime=162.23
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 106643 0 0 0 16129 94 0 0 25 0 1 0 194326777 508776448 94607 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 124213 94607 644 1256 0 122952 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 496852

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1419040/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=496852 CPUtime=222.21
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 126062 0 0 0 22117 104 0 0 25 0 1 0 194326777 508776448 94606 1992294400 4194304 9342243 548682068736 18446744073709551615 6960339 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 124213 94606 644 1256 0 122952 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 496852

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1418976/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=496852 CPUtime=282.19
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 145480 0 0 0 28106 113 0 0 25 0 1 0 194326777 508776448 94606 1992294400 4194304 9342243 548682068736 18446744073709551615 5868853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 124213 94606 644 1256 0 122952 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 496852

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1425888/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=342.17
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 153476 0 0 0 34090 127 0 0 25 0 1 0 194326777 424251392 92892 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 92892 664 1256 0 102316 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 414308

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1425824/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=402.15
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 153488 0 0 0 40074 141 0 0 25 0 1 0 194326777 424251392 92904 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 92904 664 1256 0 102316 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 414308

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1425696/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=462.13
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 153500 0 0 0 46058 155 0 0 25 0 1 0 194326777 424251392 92916 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 92916 664 1256 0 102316 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 414308

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1425632/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=522.11
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 153512 0 0 0 52044 167 0 0 25 0 1 0 194326777 424251392 92928 1992294400 4194304 9342243 548682068736 18446744073709551615 4208129 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 92928 664 1256 0 102316 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 414308

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1424416/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=582.08
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 153806 0 0 0 58029 179 0 0 25 0 1 0 194326777 424251392 93222 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 93222 664 1256 0 102316 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 414308

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13794
/proc/meminfo: memFree=1424352/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=642.06
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 153813 0 0 0 64013 193 0 0 25 0 1 0 194326777 424251392 93229 1992294400 4194304 9342243 548682068736 18446744073709551615 5106666 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 93229 664 1256 0 102316 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 414308

[startup+702.301 s]

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

/proc/meminfo: memFree=1416672/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=1061.91
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 155688 0 0 0 105899 292 0 0 25 0 1 0 194326777 424251392 95104 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 95104 664 1256 0 102316 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 414308

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1416416/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=1121.89
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 155748 0 0 0 111884 305 0 0 25 0 1 0 194326777 424251392 95164 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 95164 664 1256 0 102316 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 414308

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1415840/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=1181.86
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 155903 0 0 0 117870 316 0 0 25 0 1 0 194326777 424251392 95319 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 95319 664 1256 0 102316 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 414308

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1410464/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=1241.84
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 157226 0 0 0 123854 330 0 0 25 0 1 0 194326777 424251392 96642 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 96642 664 1256 0 102316 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 414308

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1410272/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=1301.82
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 157268 0 0 0 129839 343 0 0 25 0 1 0 194326777 424251392 96684 1992294400 4194304 9342243 548682068736 18446744073709551615 5102419 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 96684 664 1256 0 102316 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 414308

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1410080/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=414308 CPUtime=1361.8
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 157300 0 0 0 135822 358 0 0 25 0 1 0 194326777 424251392 96716 1992294400 4194304 9342243 548682068736 18446744073709551615 4211754 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 103577 96716 664 1256 0 102316 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 414308

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1408736/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=416156 CPUtime=1421.78
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 157635 0 0 0 141805 373 0 0 25 0 1 0 194326777 426143744 97051 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 104039 97051 664 1256 0 102778 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 416156

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1408608/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=416156 CPUtime=1481.76
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 157653 0 0 0 147788 388 0 0 25 0 1 0 194326777 426143744 97069 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 104039 97069 664 1256 0 102778 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 416156

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13796
/proc/meminfo: memFree=1407328/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=417324 CPUtime=1541.73
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 157965 0 0 0 153770 403 0 0 25 0 1 0 194326777 427339776 97381 1992294400 4194304 9342243 548682068736 18446744073709551615 4207205 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 104331 97381 664 1256 0 103070 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 417324

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1404768/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=420096 CPUtime=1601.72
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 158542 0 0 0 159754 418 0 0 25 0 1 0 194326777 430178304 97958 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105024 97958 664 1256 0 103763 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 420096

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1404256/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=420420 CPUtime=1661.69
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 158659 0 0 0 165738 431 0 0 25 0 1 0 194326777 430510080 98075 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105105 98075 664 1256 0 103844 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 420420

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1403104/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=421456 CPUtime=1721.67
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 158940 0 0 0 171718 449 0 0 25 0 1 0 194326777 431570944 98356 1992294400 4194304 9342243 548682068736 18446744073709551615 4211728 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105364 98356 664 1256 0 104103 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 421456

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402464/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=422024 CPUtime=1781.65
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 159126 0 0 0 177700 465 0 0 25 0 1 0 194326777 432152576 98542 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105506 98542 664 1256 0 104245 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 422024

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402464/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=422024 CPUtime=1791.25
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 159130 0 0 0 178658 467 0 0 25 0 1 0 194326777 432152576 98546 1992294400 4194304 9342243 548682068736 18446744073709551615 5103893 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105506 98546 664 1256 0 104245 0
Current children cumulated CPU time (s) 1791.25
Current children cumulated vsize (KiB) 422024

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402400/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=422024 CPUtime=1794.45
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 159134 0 0 0 178978 467 0 0 25 0 1 0 194326777 432152576 98550 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105506 98550 664 1256 0 104245 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 422024

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402400/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=422024 CPUtime=1796.05
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 159134 0 0 0 179137 468 0 0 25 0 1 0 194326777 432152576 98550 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105506 98550 664 1256 0 104245 0
Current children cumulated CPU time (s) 1796.05
Current children cumulated vsize (KiB) 422024

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402400/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=422024 CPUtime=1797.64
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 159135 0 0 0 179296 468 0 0 25 0 1 0 194326777 432152576 98551 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13793/statm: 105506 98551 664 1256 0 104245 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (KiB) 422024

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402400/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=428804 CPUtime=1798.04
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 160779 0 0 0 179335 469 0 0 25 0 1 0 194326777 439095296 100195 1992294400 4194304 9342243 548682068736 18446744073709551615 8239283 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 107201 100195 669 1256 0 105940 0
Current children cumulated CPU time (s) 1798.04
Current children cumulated vsize (KiB) 428804

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 13802
/proc/meminfo: memFree=1402400/2055920 swapFree=4181856/4192956
[pid=13793] ppid=13791 vsize=386936 CPUtime=1798.44
/proc/13793/stat : 13793 (pbscip.linux.x8) R 13791 13793 12458 0 -1 4194304 160781 0 0 0 179374 470 0 0 25 0 1 0 194326777 396222464 89732 1992294400 4194304 9342243 548682068736 18446744073709551615 5855088 0 0 4096 0 0 0 0 17 1 0 0
/proc/13793/statm: 96734 89732 671 1256 0 95473 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (KiB) 386936

Child status: 0
Real time (s): 1799.17
CPU time (s): 1798.52
CPU user time (s): 1793.76
CPU system time (s): 4.76128
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 499188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.76
system time used= 4.76128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160785
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= 6
involuntary context switches= 3078

runsolver used 1.2808 second user time and 3.9394 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-17 21:35:01
IDJOB=1885558
IDBENCH=72069
IDSOLVER=684
FILE ID=node44/1885558-1245267300
PBS_JOBID= 9372409
Free space on /tmp= 65920 MiB

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

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

MD5SUM BENCH= 9f96eca13e5b536433559f56d71097bf
RANDOM SEED=1791982093

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1796416 kB
Buffers:         36560 kB
Cached:         136768 kB
SwapCached:       5172 kB
Active:          87364 kB
Inactive:        94152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796416 kB
SwapTotal:     4192956 kB
SwapFree:      4181856 kB
Dirty:           16436 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            63948 kB
Committed_AS:   211108 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= 65908 MiB
End job on node44 at 2009-06-17 22:05:00