Trace number 1885508

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? 1796.62 1797.3

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
aprove09/AProVE09-19.opb
MD5SUM5c0125587d535844d8a4821e50661a19
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 benchmark1.00385
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30537
Total number of constraints112780
Number of constraints which are clauses112780
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 constraint1
Maximum length of a constraint148
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 146
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 294
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.59/1.69	c SCIP version 1.1.0.7
1.59/1.69	c LP-Solver Clp 1.8.2
1.59/1.69	c user parameter file <scip.set> not found - using default parameters
1.59/1.69	c read problem <HOME/instance-1885508-1245267025.opb>
1.59/1.69	c original problem has 30537 variables (30537 bin, 0 int, 0 impl, 0 cont) and 112780 constraints
2.10/2.15	c No objective function, only one solution is needed.
2.10/2.15	c start presolving problem
2.10/2.15	c presolving:
2.78/2.84	c (round 1) 779 del vars, 815 del conss, 315 chg bounds, 18 chg sides, 308 chg coeffs, 0 upgd conss, 349089 impls, 0 clqs
3.09/3.11	c (round 2) 1009 del vars, 2817 del conss, 336 chg bounds, 18 chg sides, 308 chg coeffs, 0 upgd conss, 410181 impls, 0 clqs
3.19/3.21	c (round 3) 1009 del vars, 3159 del conss, 336 chg bounds, 18 chg sides, 325 chg coeffs, 0 upgd conss, 410181 impls, 0 clqs
4.19/4.20	c (round 4) 1009 del vars, 3220 del conss, 336 chg bounds, 26 chg sides, 325 chg coeffs, 109570 upgd conss, 410181 impls, 0 clqs
4.39/4.41	c presolving (5 rounds):
4.39/4.41	c  1009 deleted vars, 3220 deleted constraints, 336 tightened bounds, 0 added holes, 26 changed sides, 325 changed coefficients
4.39/4.41	c  410181 implications, 0 cliques
4.39/4.41	c presolved problem has 29528 variables (29528 bin, 0 int, 0 impl, 0 cont) and 109560 constraints
4.39/4.41	c  109560 constraints of type <logicor>
4.39/4.41	c transformed objective value is always integral (scale: 1)
4.39/4.41	c Presolving Time: 1.90
4.39/4.41	c PURESAT
4.39/4.41	c -----------------------------------------------------------------------------------------------
4.39/4.41	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 0]
4.39/4.41	c separating/flowcover/freq = c -1
4.39/4.41	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 0]
4.39/4.41	c separating/cmir/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/veclendiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.39/4.41	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/veclendiving/freq = c -1
4.39/4.41	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 1]
4.39/4.41	c heuristics/simplerounding/freq = c -1
4.39/4.41	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/shifting/freq = c -1
4.39/4.41	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 1]
4.39/4.41	c heuristics/rounding/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.39/4.41	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.39/4.41	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 20]
4.39/4.41	c heuristics/rootsoldiving/freq = c -1
4.39/4.41	c # number of nodes added to the contingent of the total nodes
4.39/4.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.39/4.41	c heuristics/rens/nodesofs = c 2000
4.39/4.41	c # minimum percentage of integer variables that have to be fixable 
4.39/4.41	c # [type: real, range: [0,1], default: 0.5]
4.39/4.41	c heuristics/rens/minfixingrate = c 0.3
4.39/4.41	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 0]
4.39/4.41	c heuristics/rens/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.39/4.41	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/pscostdiving/freq = c -1
4.39/4.41	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 1]
4.39/4.41	c heuristics/oneopt/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to total iteration number
4.39/4.41	c # [type: real, range: [0,1], default: 0.01]
4.39/4.41	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.39/4.41	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 20]
4.39/4.41	c heuristics/objpscostdiving/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.39/4.41	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/linesearchdiving/freq = c -1
4.39/4.41	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/intshifting/freq = c -1
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/intdiving/maxlpiterquot = c 0.075
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/guideddiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.39/4.41	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/guideddiving/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/fracdiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.39/4.41	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/fracdiving/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/feaspump/maxlpiterofs = c 2000
4.39/4.41	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 20]
4.39/4.41	c heuristics/feaspump/freq = c -1
4.39/4.41	c # minimum percentage of integer variables that have to be fixed 
4.39/4.41	c # [type: real, range: [0,1], default: 0.666]
4.39/4.41	c heuristics/crossover/minfixingrate = c 0.5
4.39/4.41	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.39/4.41	c # [type: real, range: [0,1], default: 0.1]
4.39/4.41	c heuristics/crossover/nodesquot = c 0.15
4.39/4.41	c # number of nodes without incumbent change that heuristic should wait
4.39/4.41	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.39/4.41	c heuristics/crossover/nwaitingnodes = c 100
4.39/4.41	c # number of nodes added to the contingent of the total nodes
4.39/4.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.39/4.41	c heuristics/crossover/nodesofs = c 750
4.39/4.41	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 30]
4.39/4.41	c heuristics/crossover/freq = c -1
4.39/4.41	c # additional number of allowed LP iterations
4.39/4.41	c # [type: int, range: [0,2147483647], default: 1000]
4.39/4.41	c heuristics/coefdiving/maxlpiterofs = c 1500
4.39/4.41	c # maximal fraction of diving LP iterations compared to node LP iterations
4.39/4.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.39/4.41	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.39/4.41	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: 10]
4.39/4.41	c heuristics/coefdiving/freq = c -1
4.39/4.41	c # priority of node selection rule <dfs> in standard mode
4.39/4.41	c # [type: int, range: [-536870912,536870911], default: 0]
4.39/4.41	c nodeselection/dfs/stdpriority = c 1000000
4.39/4.41	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.39/4.41	c # [type: int, range: [-1,2147483647], default: -1]
4.39/4.41	c presolving/probing/maxrounds = c 0
4.39/4.41	c # should presolving try to simplify knapsacks
4.39/4.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.39/4.41	c constraints/knapsack/simplifyinequalities = c TRUE
4.39/4.41	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.39/4.41	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.39/4.41	c constraints/knapsack/disaggregation = c FALSE
4.39/4.41	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: -1]
4.39/4.44	c constraints/knapsack/maxnumcardlift = c 0
4.39/4.44	c # should presolving try to simplify inequalities
4.39/4.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.39/4.44	c constraints/linear/simplifyinequalities = c TRUE
4.39/4.44	c # maximal number of separation rounds in the root node (-1: unlimited)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: -1]
4.39/4.44	c separating/maxroundsroot = c 5
4.39/4.44	c # maximal number of separation rounds per node (-1: unlimited)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: 5]
4.39/4.44	c separating/maxrounds = c 1
4.39/4.44	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.39/4.44	c # [type: char, range: {lafpsqd}, default: l]
4.39/4.44	c lp/pricing = c a
4.39/4.44	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: 1]
4.39/4.44	c lp/solvefreq = c 0
4.39/4.44	c # solving stops, if the given number of solutions were found (-1: no limit)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: -1]
4.39/4.44	c limits/solutions = c 1
4.39/4.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.39/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.39/4.44	c limits/memory = c 1620
4.39/4.44	c # maximal time in seconds to run
4.39/4.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.39/4.44	c limits/time = c 1791
4.39/4.44	c # frequency for displaying node information lines
4.39/4.44	c # [type: int, range: [-1,2147483647], default: 100]
4.39/4.44	c display/freq = c 10000
4.39/4.44	c # should enforcement of pseudo solution be disabled?
4.39/4.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.39/4.44	c constraints/disableenfops = c TRUE
4.39/4.44	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: 0]
4.39/4.44	c constraints/agelimit = c 1
4.39/4.44	c # should binary conflicts be preferred?
4.39/4.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.39/4.44	c conflict/preferbinary = c TRUE
4.39/4.44	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.39/4.44	c # [type: int, range: [-1,2147483647], default: -1]
4.39/4.44	c conflict/interconss = c 0
4.39/4.44	c -----------------------------------------------------------------------------------------------
4.39/4.44	c start solving problem
4.39/4.44	c 
8.59/8.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.59/8.62	c   6.2s|     1 |     0 |  3385 | 200M|   0 | 414 |  29k| 109k| 109k|  29k| 109k|   0 |   0 |   0 | 1.204331e+03 |      --      |    Inf 
24.89/24.99	c  22.5s|     1 |     0 |  5534 | 201M|   0 | 831 |  29k| 109k| 109k|  29k| 109k|  12 |   0 |   0 | 1.209610e+03 |      --      |    Inf 
80.56/80.61	c  78.0s|     1 |     0 |  8691 | 202M|   0 |1138 |  29k| 109k| 109k|  29k| 109k|  27 |   0 |   0 | 1.215728e+03 |      --      |    Inf 
202.11/202.25	c   199s|     1 |     0 | 15010 | 209M|   0 |2090 |  29k| 109k| 109k|  29k| 109k|  40 |   0 |   0 | 1.217664e+03 |      --      |    Inf 
324.28/324.42	c   321s|     1 |     0 | 24107 | 214M|   0 |3135 |  29k| 109k| 109k|  29k| 109k|  54 |   0 |   0 | 1.219245e+03 |      --      |    Inf 
518.49/518.79	c   516s|     1 |     0 | 27744 | 214M|   0 |3088 |  29k| 109k| 109k|  29k| 109k|  64 |   0 |   0 | 1.219832e+03 |      --      |    Inf 
660.35/660.67	c   657s|     1 |     2 | 27744 | 214M|   0 |3088 |  29k| 109k| 109k|  29k| 109k|  64 |   0 |  38 | 1.219832e+03 |      --      |    Inf 
1795.72/1796.40	c 
1795.72/1796.40	c SCIP Status        : solving was interrupted [time limit reached]
1795.72/1796.40	c Solving Time (sec) : 1791.00
1795.72/1796.40	c Solving Nodes      : 6883
1795.72/1796.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.72/1796.40	c Dual Bound         : +1.22085572747611e+03
1795.72/1796.40	c Gap                : infinite
1795.72/1796.40	c NODE         6883
1795.72/1796.40	c DUAL BOUND   1220.86
1795.72/1796.40	c PRIMAL BOUND 1e+20
1795.72/1796.40	c GAP          1e+20
1795.72/1796.40	s UNKNOWN
1795.72/1796.40	c SCIP Status        : solving was interrupted [time limit reached]
1795.72/1796.40	c Solving Time       :    1791.00
1795.72/1796.40	c Original Problem   :
1795.72/1796.40	c   Problem name     : HOME/instance-1885508-1245267025.opb
1795.72/1796.40	c   Variables        : 30537 (30537 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.72/1796.40	c   Constraints      : 112780 initial, 112780 maximal
1795.72/1796.40	c Presolved Problem  :
1795.72/1796.40	c   Problem name     : t_HOME/instance-1885508-1245267025.opb
1795.72/1796.40	c   Variables        : 29528 (29528 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.72/1796.40	c   Constraints      : 109560 initial, 110737 maximal
1795.72/1796.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.72/1796.40	c   trivial          :       0.05         50          0          0          0          0          0          0          0
1795.72/1796.40	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1795.72/1796.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.72/1796.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.72/1796.40	c   implics          :       0.16          0        673          0          0          0          0          0          0
1795.72/1796.40	c   probing          :       0.00          0          0          0          0          0          0          0          0
1795.72/1796.40	c   linear           :       1.11        286          0          0        336          0       3210         26        325
1795.72/1796.40	c   logicor          :       0.34          0          0          0          0          0         10          0          0
1795.72/1796.40	c   root node        :          -          0          -          -          0          -          -          -          -
1795.72/1796.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.72/1796.40	c   integral         :          0          0          0          1          0          0          0          0          0          2
1795.72/1796.40	c   logicor          :     109560+         5     169682          0          0       3708   12010715          0          0          0
1795.72/1796.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.72/1796.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.72/1796.40	c   integral         :     141.76       0.00       0.00     141.76       0.00
1795.72/1796.40	c   logicor          :     115.38       0.06     115.32       0.00       0.00
1795.72/1796.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.72/1796.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.72/1796.40	c   rootredcost      :       0.20          0          0          0
1795.72/1796.40	c   pseudoobj        :     901.70     173868          0          0
1795.72/1796.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.72/1796.40	c   propagation      :       3.21       3708       3708       3708       16.4       3262        6.1          -
1795.72/1796.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.72/1796.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.72/1796.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.72/1796.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.72/1796.40	c   applied globally :          -          -          -       6970       11.6          -          -          -
1795.72/1796.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.72/1796.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.72/1796.40	c   cut pool         :       0.02          4          -          -         74          -    (maximal pool size: 865)
1795.72/1796.40	c   redcost          :       0.03          5          0          0          0          0
1795.72/1796.40	c   impliedbounds    :       0.02          5          0          0          0          0
1795.72/1796.40	c   intobj           :       0.00          0          0          0          0          0
1795.72/1796.40	c   gomory           :     175.27          5          0          0       1506          0
1795.72/1796.40	c   strongcg         :      99.82          5          0          0       2094          0
1795.72/1796.40	c   cmir             :       0.00          0          0          0          0          0
1795.72/1796.40	c   flowcover        :       0.00          0          0          0          0          0
1795.72/1796.40	c   clique           :       0.52          5          0          0         29          0
1795.72/1796.40	c   zerohalf         :       0.00          0          0          0          0          0
1795.72/1796.40	c   mcf              :       0.26          1          0          0          0          0
1795.72/1796.40	c Pricers            :       Time      Calls       Vars
1795.72/1796.40	c   problem variables:       0.00          0          0
1795.72/1796.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.72/1796.40	c   relpscost        :     141.76          1          0          0          0          0          2
1795.72/1796.40	c   pscost           :       0.00          0          0          0          0          0          0
1795.72/1796.40	c   inference        :      21.57       4804          0          0          0          0       9608
1795.72/1796.40	c   mostinf          :       0.00          0          0          0          0          0          0
1795.72/1796.40	c   leastinf         :       0.00          0          0          0          0          0          0
1795.72/1796.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.72/1796.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.72/1796.40	c   random           :       0.00          0          0          0          0          0          0
1795.72/1796.40	c Primal Heuristics  :       Time      Calls      Found
1795.72/1796.40	c   LP solutions     :       0.00          -          0
1795.72/1796.40	c   pseudo solutions :       0.00          -          0
1795.72/1796.40	c   simplerounding   :       0.00          0          0
1795.72/1796.40	c   rounding         :       0.00          0          0
1795.72/1796.40	c   shifting         :       0.00          0          0
1795.72/1796.40	c   intshifting      :       0.00          0          0
1795.72/1796.40	c   oneopt           :       0.00          0          0
1795.72/1796.40	c   fixandinfer      :       0.00          0          0
1795.72/1796.40	c   feaspump         :       0.00          0          0
1795.72/1796.40	c   coefdiving       :       0.00          0          0
1795.72/1796.40	c   pscostdiving     :       0.00          0          0
1795.72/1796.40	c   fracdiving       :       0.00          0          0
1795.72/1796.40	c   veclendiving     :       0.00          0          0
1795.72/1796.40	c   intdiving        :       0.00          0          0
1795.72/1796.40	c   actconsdiving    :       0.00          0          0
1795.72/1796.40	c   objpscostdiving  :       0.00          0          0
1795.72/1796.40	c   rootsoldiving    :       0.00          0          0
1795.72/1796.40	c   linesearchdiving :       0.00          0          0
1795.72/1796.40	c   guideddiving     :       0.00          0          0
1795.72/1796.40	c   octane           :       0.00          0          0
1795.72/1796.40	c   rens             :       0.00          0          0
1795.72/1796.40	c   rins             :       0.00          0          0
1795.72/1796.40	c   localbranching   :       0.00          0          0
1795.72/1796.40	c   mutation         :       0.00          0          0
1795.72/1796.40	c   crossover        :       0.00          0          0
1795.72/1796.40	c   dins             :       0.00          0          0
1795.72/1796.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.72/1796.40	c   primal LP        :       0.21          0          0       0.00       0.00
1795.72/1796.40	c   dual LP          :     236.57          7      27744    3963.43     117.28
1795.72/1796.40	c   barrier LP       :       0.00          0          0       0.00          -
1795.72/1796.40	c   diving/probing LP:       0.00          0          0       0.00          -
1795.72/1796.40	c   strong branching :     141.76         38      11797     310.45      83.22
1795.72/1796.40	c     (at root node) :          -         38      11797     310.45          -
1795.72/1796.40	c   conflict analysis:       0.00          0          0       0.00          -
1795.72/1796.40	c B&B Tree           :
1795.72/1796.40	c   number of runs   :          1
1795.72/1796.40	c   nodes            :       6883
1795.72/1796.40	c   nodes (total)    :       6883
1795.72/1796.40	c   nodes left       :         35
1795.72/1796.40	c   max depth        :         97
1795.72/1796.40	c   max depth (total):         97
1795.72/1796.40	c   backtracks       :       1850 (26.9%)
1795.72/1796.40	c   delayed cutoffs  :       2693
1795.72/1796.40	c   repropagations   :       8198 (4930436 domain reductions, 1630 cutoffs)
1795.72/1796.40	c   avg switch length:       3.39
1795.72/1796.40	c   switching time   :      71.48
1795.72/1796.40	c Solution           :
1795.72/1796.40	c   Solutions found  :          0 (0 improvements)
1795.72/1796.40	c   Primal Bound     :          -
1795.72/1796.40	c   Dual Bound       : +1.22085572747611e+03
1795.72/1796.40	c   Gap              :   infinite
1795.72/1796.40	c   Root Dual Bound  : +1.21983233077904e+03
1796.51/1797.29	c Time complete: 1796.6.

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-1885508-1245267025/watcher-1885508-1245267025 -o /tmp/evaluation-result-1885508-1245267025/solver-1885508-1245267025 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885508-1245267025.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.02 1.01 0.92 3/65 11407
/proc/meminfo: memFree=1858408/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=7616 CPUtime=0
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 589 0 0 0 0 0 0 0 18 0 1 0 194301417 7798784 573 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 1904 583 353 1256 0 643 0

[startup+0.0115459 s]
/proc/loadavg: 1.02 1.01 0.92 3/65 11407
/proc/meminfo: memFree=1858408/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=10188 CPUtime=0
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 1516 0 0 0 0 0 0 0 18 0 1 0 194301417 10432512 1500 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 2547 1500 376 1256 0 1286 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10188

[startup+0.101561 s]
/proc/loadavg: 1.02 1.01 0.92 3/65 11407
/proc/meminfo: memFree=1858408/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=14648 CPUtime=0.09
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 2649 0 0 0 9 0 0 0 18 0 1 0 194301417 14999552 2633 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 3662 2633 376 1256 0 2401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14648

[startup+0.3016 s]
/proc/loadavg: 1.02 1.01 0.92 3/65 11407
/proc/meminfo: memFree=1858408/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=22504 CPUtime=0.29
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 4610 0 0 0 28 1 0 0 19 0 1 0 194301417 23044096 4594 1992294400 4194304 9342243 548682068736 18446744073709551615 8222963 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 5626 4595 376 1256 0 4365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22504

[startup+0.701679 s]
/proc/loadavg: 1.02 1.01 0.92 3/65 11407
/proc/meminfo: memFree=1858408/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=36096 CPUtime=0.69
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 8001 0 0 0 66 3 0 0 22 0 1 0 194301417 36962304 7985 1992294400 4194304 9342243 548682068736 18446744073709551615 8193827 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 9024 7985 376 1256 0 7763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36096

[startup+1.50184 s]
/proc/loadavg: 1.02 1.01 0.92 2/66 11408
/proc/meminfo: memFree=1817312/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=65312 CPUtime=1.49
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 15255 0 0 0 143 6 0 0 25 0 1 0 194301417 66879488 15239 1992294400 4194304 9342243 548682068736 18446744073709551615 7635785 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 16328 15239 376 1256 0 15067 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65312

[startup+3.10115 s]
/proc/loadavg: 1.01 1.01 0.92 2/66 11408
/proc/meminfo: memFree=1703328/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=179984 CPUtime=3.09
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 43872 0 0 0 276 33 0 0 25 0 1 0 194301417 184303616 43502 1992294400 4194304 9342243 548682068736 18446744073709551615 5803631 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 44996 43502 473 1256 0 43735 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179984

[startup+6.30278 s]
/proc/loadavg: 1.01 1.01 0.92 2/66 11408
/proc/meminfo: memFree=1539552/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=368644 CPUtime=6.29
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 85033 0 0 0 558 71 0 0 25 0 1 0 194301417 377491456 80842 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 92161 80842 610 1256 0 90900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 368644

[startup+12.701 s]
/proc/loadavg: 1.01 1.01 0.92 2/66 11408
/proc/meminfo: memFree=1529504/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=370000 CPUtime=12.69
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 86831 0 0 0 1186 83 0 0 25 0 1 0 194301417 378880000 82625 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 92500 82625 631 1256 0 91239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 370000

[startup+25.5016 s]
/proc/loadavg: 1.01 1.01 0.92 2/66 11408
/proc/meminfo: memFree=1513824/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=377932 CPUtime=25.48
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 90787 0 0 0 2460 88 0 0 25 0 1 0 194301417 387002368 86581 1992294400 4194304 9342243 548682068736 18446744073709551615 6953040 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 94483 86581 643 1256 0 93222 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 377932

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1513824/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=377932 CPUtime=51.07
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 90789 0 0 0 5014 93 0 0 25 0 1 0 194301417 387002368 86583 1992294400 4194304 9342243 548682068736 18446744073709551615 6237429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 94483 86583 643 1256 0 93222 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 377932

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1507744/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=384484 CPUtime=102.26
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 92314 0 0 0 10128 98 0 0 25 0 1 0 194301417 393711616 88108 1992294400 4194304 9342243 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 96121 88108 643 1256 0 94860 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 384484

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1497952/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=400120 CPUtime=162.23
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 94754 0 0 0 16119 104 0 0 25 0 1 0 194301417 409722880 90548 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 100030 90548 643 1256 0 98769 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 400120

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1490080/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=404844 CPUtime=222.21
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 96729 0 0 0 22113 108 0 0 25 0 1 0 194301417 414560256 92523 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 101211 92523 643 1256 0 99950 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 404844

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1477344/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=427584 CPUtime=282.19
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 99911 0 0 0 28107 112 0 0 25 0 1 0 194301417 437846016 95705 1992294400 4194304 9342243 548682068736 18446744073709551615 5874755 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 106896 95705 643 1256 0 105635 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 427584

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1475360/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=428144 CPUtime=342.16
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 108785 0 0 0 34094 122 0 0 25 0 1 0 194301417 438419456 96160 1992294400 4194304 9342243 548682068736 18446744073709551615 4338488 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 107036 96160 643 1256 0 105775 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 428144

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1475232/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=428144 CPUtime=402.14
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 108785 0 0 0 40088 126 0 0 25 0 1 0 194301417 438419456 96160 1992294400 4194304 9342243 548682068736 18446744073709551615 6939148 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 107036 96160 643 1256 0 105775 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 428144

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1475232/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=428144 CPUtime=462.11
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 108785 0 0 0 46079 132 0 0 25 0 1 0 194301417 438419456 96160 1992294400 4194304 9342243 548682068736 18446744073709551615 4273194 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 107036 96160 643 1256 0 105775 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 428144

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1464736/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=482984 CPUtime=522.09
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 122842 0 0 0 52066 143 0 0 25 0 1 0 194301417 494575616 98424 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 120746 98424 648 1256 0 119485 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 482984

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1463136/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=482984 CPUtime=582.07
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 123778 0 0 0 58062 145 0 0 25 0 1 0 194301417 494575616 99160 1992294400 4194304 9342243 548682068736 18446744073709551615 6960602 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 120746 99160 648 1256 0 119485 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 482984

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1463136/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=482984 CPUtime=642.05
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 123782 0 0 0 64058 147 0 0 25 0 1 0 194301417 494575616 99164 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 120746 99164 648 1256 0 119485 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 482984

[startup+702.302 s]

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

/proc/meminfo: memFree=1079072/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=806756 CPUtime=1121.87
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 221024 0 0 0 111971 216 0 0 25 0 1 0 194301417 826118144 195013 1992294400 4194304 9342243 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 201689 195013 667 1256 0 200428 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 806756

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1046880/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=838652 CPUtime=1181.84
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 229020 0 0 0 117961 223 0 0 25 0 1 0 194301417 858779648 203009 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 209663 203009 667 1256 0 208402 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 838652

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=1000352/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=885036 CPUtime=1241.83
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 240608 0 0 0 123950 233 0 0 25 0 1 0 194301417 906276864 214597 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 221259 214597 667 1256 0 219998 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 885036

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11408
/proc/meminfo: memFree=971040/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=914224 CPUtime=1301.81
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 247890 0 0 0 129941 240 0 0 25 0 1 0 194301417 936165376 221879 1992294400 4194304 9342243 548682068736 18446744073709551615 5432873 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 228556 221879 667 1256 0 227295 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 914224

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=939360/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=946192 CPUtime=1361.78
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 255832 0 0 0 135932 246 0 0 25 0 1 0 194301417 968900608 229821 1992294400 4194304 9342243 548682068736 18446744073709551615 5432881 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 236548 229821 667 1256 0 235287 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 946192

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=908000/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=977552 CPUtime=1421.76
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 263617 0 0 0 141923 253 0 0 25 0 1 0 194301417 1001013248 237606 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 244388 237606 667 1256 0 243127 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 977552

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=865760/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1020848 CPUtime=1481.74
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 274434 0 0 0 147912 262 0 0 25 0 1 0 194301417 1045348352 248423 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 255212 248423 667 1256 0 253951 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1020848

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=819936/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1065756 CPUtime=1541.71
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 285545 0 0 0 153902 269 0 0 25 0 1 0 194301417 1091334144 259534 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 266439 259534 667 1256 0 265178 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 1065756

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=766496/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1119312 CPUtime=1601.69
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 298942 0 0 0 159890 279 0 0 25 0 1 0 194301417 1146175488 272931 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 279828 272931 667 1256 0 278567 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1119312

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=727072/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1158416 CPUtime=1661.66
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 308701 0 0 0 165881 285 0 0 25 0 1 0 194301417 1186217984 282690 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 289604 282690 667 1256 0 288343 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 1158416

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=681248/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1204436 CPUtime=1721.65
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 320177 0 0 0 171870 295 0 0 25 0 1 0 194301417 1233342464 294166 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 301109 294166 667 1256 0 299848 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 1204436

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=624928/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1260936 CPUtime=1781.62
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 334306 0 0 0 177856 306 0 0 25 0 1 0 194301417 1291198464 308295 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 315234 308295 667 1256 0 313973 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 1260936

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=618720/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1267352 CPUtime=1784.82
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 335910 0 0 0 178176 306 0 0 25 0 1 0 194301417 1297768448 309899 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 316838 309899 667 1256 0 315577 0
Current children cumulated CPU time (s) 1784.82
Current children cumulated vsize (KiB) 1267352

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=607456/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1277800 CPUtime=1791.22
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 338522 0 0 0 178814 308 0 0 25 0 1 0 194301417 1308467200 312511 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 319450 312511 667 1256 0 318189 0
Current children cumulated CPU time (s) 1791.22
Current children cumulated vsize (KiB) 1277800

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=604512/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1280672 CPUtime=1794.42
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 339255 0 0 0 179134 308 0 0 25 0 1 0 194301417 1311408128 313244 1992294400 4194304 9342243 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 320168 313244 667 1256 0 318907 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (KiB) 1280672

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=604512/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1281128 CPUtime=1795.22
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 339354 0 0 0 179213 309 0 0 25 0 1 0 194301417 1311875072 313343 1992294400 4194304 9342243 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11407/statm: 320282 313343 667 1256 0 319021 0
Current children cumulated CPU time (s) 1795.22
Current children cumulated vsize (KiB) 1281128

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=604128/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1281640 CPUtime=1796.02
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 339479 0 0 0 179293 309 0 0 25 0 1 0 194301417 1312399360 313468 1992294400 4194304 9342243 548682068736 18446744073709551615 5855016 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 320410 313468 672 1256 0 319149 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 1281640

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=604128/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1213788 CPUtime=1796.41
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 339481 0 0 0 179331 310 0 0 25 0 1 0 194301417 1242918912 296599 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 303447 296599 14336 1256 0 302186 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1213788

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 11410
/proc/meminfo: memFree=604128/2055920 swapFree=4182400/4192956
[pid=11407] ppid=11405 vsize=1213788 CPUtime=1796.51
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10785 0 -1 4194304 339481 0 0 0 179331 320 0 0 25 0 1 0 194301417 1242918912 277356 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/11407/statm: 303447 277356 162594 1256 0 302186 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 1213788

Child status: 0
Real time (s): 1797.3
CPU time (s): 1796.62
CPU user time (s): 1793.34
CPU system time (s): 3.2815
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 1281640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.34
system time used= 3.2815
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3453

runsolver used 1.72174 second user time and 4.82527 second system time

The end

Launcher Data

Begin job on node73 at 2009-06-17 21:30:25
IDJOB=1885508
IDBENCH=72064
IDSOLVER=684
FILE ID=node73/1885508-1245267025
PBS_JOBID= 9372389
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= 5c0125587d535844d8a4821e50661a19
RANDOM SEED=1252125399

node73.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.274
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.274
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:       1858824 kB
Buffers:         20852 kB
Cached:         100968 kB
SwapCached:       4592 kB
Active:          61688 kB
Inactive:        67888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858824 kB
SwapTotal:     4192956 kB
SwapFree:      4182400 kB
Dirty:           15336 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            53520 kB
Committed_AS:    79644 kB
PageTables:       1408 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= 66492 MiB
End job on node73 at 2009-06-17 22:00:23