Trace number 1885488

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.59 1799.25

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
aprove09/AProVE09-07.opb
MD5SUM38003d07f6bf82e588aba17f962dcca3
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 benchmark5.40818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8567
Total number of constraints28936
Number of constraints which are clauses28936
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 constraint14
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.44	c SCIP version 1.1.0.7
0.39/0.44	c LP-Solver Clp 1.8.2
0.39/0.44	c user parameter file <scip.set> not found - using default parameters
0.39/0.44	c read problem <HOME/instance-1885488-1245266866.opb>
0.39/0.44	c original problem has 8567 variables (8567 bin, 0 int, 0 impl, 0 cont) and 28936 constraints
0.49/0.56	c No objective function, only one solution is needed.
0.49/0.56	c start presolving problem
0.49/0.56	c presolving:
0.69/0.70	c (round 1) 318 del vars, 281 del conss, 45 chg bounds, 44 chg sides, 44 chg coeffs, 0 upgd conss, 37696 impls, 0 clqs
0.69/0.74	c (round 2) 388 del vars, 991 del conss, 76 chg bounds, 54 chg sides, 63 chg coeffs, 0 upgd conss, 38172 impls, 0 clqs
0.69/0.76	c (round 3) 399 del vars, 1095 del conss, 85 chg bounds, 56 chg sides, 65 chg coeffs, 0 upgd conss, 38208 impls, 0 clqs
0.69/0.79	c (round 4) 399 del vars, 1104 del conss, 85 chg bounds, 56 chg sides, 65 chg coeffs, 0 upgd conss, 38208 impls, 0 clqs
1.00/1.04	c (round 5) 399 del vars, 1107 del conss, 85 chg bounds, 56 chg sides, 65 chg coeffs, 27826 upgd conss, 38208 impls, 0 clqs
1.00/1.09	c presolving (6 rounds):
1.00/1.09	c  399 deleted vars, 1107 deleted constraints, 85 tightened bounds, 0 added holes, 56 changed sides, 65 changed coefficients
1.00/1.09	c  38208 implications, 0 cliques
1.00/1.09	c presolved problem has 8168 variables (8168 bin, 0 int, 0 impl, 0 cont) and 27829 constraints
1.00/1.09	c       3 constraints of type <linear>
1.00/1.09	c   27826 constraints of type <logicor>
1.00/1.09	c transformed objective value is always integral (scale: 1)
1.00/1.09	c Presolving Time: 0.43
1.00/1.09	c SATUNSAT-LIN
1.00/1.09	c -----------------------------------------------------------------------------------------------
1.00/1.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 0]
1.00/1.09	c separating/flowcover/freq = c -1
1.00/1.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 0]
1.00/1.09	c separating/cmir/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/veclendiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.00/1.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/veclendiving/freq = c -1
1.00/1.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.09	c heuristics/simplerounding/freq = c -1
1.00/1.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/shifting/freq = c -1
1.00/1.09	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.09	c heuristics/rounding/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.00/1.09	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.00/1.09	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 20]
1.00/1.09	c heuristics/rootsoldiving/freq = c -1
1.00/1.09	c # number of nodes added to the contingent of the total nodes
1.00/1.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.00/1.09	c heuristics/rens/nodesofs = c 2000
1.00/1.09	c # minimum percentage of integer variables that have to be fixable 
1.00/1.09	c # [type: real, range: [0,1], default: 0.5]
1.00/1.09	c heuristics/rens/minfixingrate = c 0.3
1.00/1.09	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 0]
1.00/1.09	c heuristics/rens/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.00/1.09	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/pscostdiving/freq = c -1
1.00/1.09	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.09	c heuristics/oneopt/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to total iteration number
1.00/1.09	c # [type: real, range: [0,1], default: 0.01]
1.00/1.09	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.00/1.09	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 20]
1.00/1.09	c heuristics/objpscostdiving/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.00/1.09	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/linesearchdiving/freq = c -1
1.00/1.09	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/intshifting/freq = c -1
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/intdiving/maxlpiterquot = c 0.075
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/guideddiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.00/1.09	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/guideddiving/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/fracdiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.00/1.09	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/fracdiving/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/feaspump/maxlpiterofs = c 2000
1.00/1.09	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 20]
1.00/1.09	c heuristics/feaspump/freq = c -1
1.00/1.09	c # minimum percentage of integer variables that have to be fixed 
1.00/1.09	c # [type: real, range: [0,1], default: 0.666]
1.00/1.09	c heuristics/crossover/minfixingrate = c 0.5
1.00/1.09	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.00/1.09	c # [type: real, range: [0,1], default: 0.1]
1.00/1.09	c heuristics/crossover/nodesquot = c 0.15
1.00/1.09	c # number of nodes without incumbent change that heuristic should wait
1.00/1.09	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.00/1.09	c heuristics/crossover/nwaitingnodes = c 100
1.00/1.09	c # number of nodes added to the contingent of the total nodes
1.00/1.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.00/1.09	c heuristics/crossover/nodesofs = c 750
1.00/1.09	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 30]
1.00/1.09	c heuristics/crossover/freq = c -1
1.00/1.09	c # additional number of allowed LP iterations
1.00/1.09	c # [type: int, range: [0,2147483647], default: 1000]
1.00/1.09	c heuristics/coefdiving/maxlpiterofs = c 1500
1.00/1.09	c # maximal fraction of diving LP iterations compared to node LP iterations
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.00/1.09	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.00/1.09	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: 10]
1.00/1.09	c heuristics/coefdiving/freq = c -1
1.00/1.09	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.09	c presolving/probing/maxrounds = c 0
1.00/1.09	c # should presolving try to simplify knapsacks
1.00/1.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.09	c constraints/knapsack/simplifyinequalities = c TRUE
1.00/1.09	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.00/1.09	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.00/1.09	c constraints/knapsack/disaggregation = c FALSE
1.00/1.09	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.09	c constraints/knapsack/maxnumcardlift = c 0
1.00/1.09	c # should presolving try to simplify inequalities
1.10/1.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.10	c constraints/linear/simplifyinequalities = c TRUE
1.10/1.10	c # maximal number of separation rounds in the root node (-1: unlimited)
1.10/1.10	c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.10	c separating/maxroundsroot = c 5
1.10/1.10	c # maximal number of separation rounds per node (-1: unlimited)
1.10/1.10	c # [type: int, range: [-1,2147483647], default: 5]
1.10/1.10	c separating/maxrounds = c 1
1.10/1.10	c # solving stops, if the given number of solutions were found (-1: no limit)
1.10/1.10	c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.10	c limits/solutions = c 1
1.10/1.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.10/1.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.10	c limits/memory = c 1620
1.10/1.10	c # maximal time in seconds to run
1.10/1.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.10	c limits/time = c 1791
1.10/1.10	c # frequency for displaying node information lines
1.10/1.10	c # [type: int, range: [-1,2147483647], default: 100]
1.10/1.10	c display/freq = c 10000
1.10/1.10	c -----------------------------------------------------------------------------------------------
1.10/1.10	c start solving problem
1.10/1.10	c 
1.79/1.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.83	c   1.2s|     1 |     0 |  1406 |  51M|   0 | 743 |8168 |  27k|  27k|8168 |  27k|   0 |   0 |   0 | 2.797945e+02 |      --      |    Inf 
2.69/2.73	c   2.1s|     1 |     0 |  1486 |  51M|   0 | 731 |8168 |  27k|  27k|8168 |  27k|   2 |   0 |   0 | 2.805813e+02 |      --      |    Inf 
3.59/3.61	c   2.9s|     1 |     0 |  1580 |  51M|   0 | 737 |8168 |  27k|  27k|8168 |  27k|   5 |   0 |   0 | 2.811553e+02 |      --      |    Inf 
7.38/7.42	c   6.7s|     1 |     0 |  1668 |  52M|   0 | 731 |8168 |  27k|  27k|8168 |  27k|   8 |   0 |   0 | 2.813303e+02 |      --      |    Inf 
11.38/11.49	c  10.8s|     1 |     0 |  1996 |  52M|   0 | 741 |8168 |  27k|  27k|8168 |  27k|  10 |   0 |   0 | 2.818046e+02 |      --      |    Inf 
16.59/16.68	c  15.9s|     1 |     0 |  2772 |  52M|   0 | 743 |8168 |  27k|  27k|8168 |  27k|  12 |   0 |   0 | 2.843605e+02 |      --      |    Inf 
41.07/41.18	c  40.3s|     1 |     2 |  2772 |  52M|   0 | 743 |8168 |  27k|  27k|8168 |  27k|  12 |   0 |  27 | 2.843605e+02 |      --      |    Inf 
1798.33/1799.02	c 
1798.33/1799.02	c SCIP Status        : solving was interrupted [time limit reached]
1798.33/1799.02	c Solving Time (sec) : 1791.03
1798.33/1799.02	c Solving Nodes      : 2434
1798.33/1799.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.33/1799.02	c Dual Bound         : +3.11132569558102e+02
1798.33/1799.02	c Gap                : infinite
1798.33/1799.02	c NODE         2434
1798.33/1799.02	c DUAL BOUND   311.133
1798.33/1799.02	c PRIMAL BOUND 1e+20
1798.33/1799.02	c GAP          1e+20
1798.33/1799.02	s UNKNOWN
1798.33/1799.02	c SCIP Status        : solving was interrupted [time limit reached]
1798.33/1799.02	c Solving Time       :    1791.03
1798.33/1799.02	c Original Problem   :
1798.33/1799.02	c   Problem name     : HOME/instance-1885488-1245266866.opb
1798.33/1799.02	c   Variables        : 8567 (8567 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.33/1799.02	c   Constraints      : 28936 initial, 28936 maximal
1798.33/1799.02	c Presolved Problem  :
1798.33/1799.02	c   Problem name     : t_HOME/instance-1885488-1245266866.opb
1798.33/1799.02	c   Variables        : 8168 (8168 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.33/1799.02	c   Constraints      : 27829 initial, 28264 maximal
1798.33/1799.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.33/1799.02	c   trivial          :       0.00         22          0          0          0          0          0          0          0
1798.33/1799.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.33/1799.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.33/1799.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.33/1799.02	c   implics          :       0.04          0        314          0          0          0          0          0          0
1798.33/1799.02	c   probing          :       0.00          0          0          0          0          0          0          0          0
1798.33/1799.02	c   linear           :       0.23         63          0          0         85          0       1107         56         65
1798.33/1799.02	c   logicor          :       0.10          0          0          0          0          0          0          0          0
1798.33/1799.02	c   root node        :          -          0          -          -          0          -          -          -          -
1798.33/1799.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.33/1799.02	c   integral         :          0          0          0       2248          0          1         45          0          0       4454
1798.33/1799.02	c   linear           :          3          5      27699          0          0          0          4          0          0          0
1798.33/1799.02	c   logicor          :      27826+         5      30902          0          1        242     920916          0          0          0
1798.33/1799.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.33/1799.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.33/1799.02	c   integral         :     669.32       0.00       0.00     669.32       0.00
1798.33/1799.02	c   linear           :       0.05       0.00       0.05       0.00       0.00
1798.33/1799.02	c   logicor          :       8.06       0.02       8.02       0.00       0.02
1798.33/1799.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.33/1799.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.33/1799.02	c   rootredcost      :       0.01          0          0          0
1798.33/1799.02	c   pseudoobj        :      41.41      31183          0          0
1798.33/1799.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.33/1799.02	c   propagation      :       0.03        242        242       1238       29.8         75        7.1          -
1798.33/1799.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.33/1799.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.33/1799.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.33/1799.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.33/1799.02	c   applied globally :          -          -          -        962       26.4          -          -          -
1798.33/1799.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.33/1799.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.33/1799.02	c   cut pool         :       0.00          4          -          -         36          -    (maximal pool size: 193)
1798.33/1799.02	c   redcost          :       3.17       2234          0          0          0          0
1798.33/1799.02	c   impliedbounds    :       0.01          5          0          0          0          0
1798.33/1799.02	c   intobj           :       0.00          0          0          0          0          0
1798.33/1799.02	c   gomory           :       9.36          5          0          0       1074          0
1798.33/1799.02	c   strongcg         :       2.44          5          0          0       2500          0
1798.33/1799.02	c   cmir             :       0.00          0          0          0          0          0
1798.33/1799.02	c   flowcover        :       0.00          0          0          0          0          0
1798.33/1799.02	c   clique           :       0.02          5          0          0          0          0
1798.33/1799.02	c   zerohalf         :       0.00          0          0          0          0          0
1798.33/1799.02	c   mcf              :       0.07          1          0          0          0          0
1798.33/1799.02	c Pricers            :       Time      Calls       Vars
1798.33/1799.02	c   problem variables:       0.00          0          0
1798.33/1799.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.33/1799.02	c   relpscost        :     669.31       2248          1         45          0          0       4454
1798.33/1799.02	c   pscost           :       0.00          0          0          0          0          0          0
1798.33/1799.02	c   inference        :       0.01          1          0          0          0          0          2
1798.33/1799.02	c   mostinf          :       0.00          0          0          0          0          0          0
1798.33/1799.02	c   leastinf         :       0.00          0          0          0          0          0          0
1798.33/1799.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.33/1799.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.33/1799.02	c   random           :       0.00          0          0          0          0          0          0
1798.33/1799.02	c Primal Heuristics  :       Time      Calls      Found
1798.33/1799.02	c   LP solutions     :       0.00          -          0
1798.33/1799.02	c   pseudo solutions :       0.00          -          0
1798.33/1799.02	c   simplerounding   :       0.00          0          0
1798.33/1799.02	c   rounding         :       0.00          0          0
1798.33/1799.02	c   shifting         :       0.00          0          0
1798.33/1799.02	c   intshifting      :       0.00          0          0
1798.33/1799.02	c   oneopt           :       0.00          0          0
1798.33/1799.02	c   fixandinfer      :       0.00          0          0
1798.33/1799.02	c   feaspump         :       0.00          0          0
1798.33/1799.02	c   coefdiving       :       0.00          0          0
1798.33/1799.02	c   pscostdiving     :       0.00          0          0
1798.33/1799.02	c   fracdiving       :       0.00          0          0
1798.33/1799.02	c   veclendiving     :       0.00          0          0
1798.33/1799.02	c   intdiving        :       0.00          0          0
1798.33/1799.02	c   actconsdiving    :       0.00          0          0
1798.33/1799.02	c   objpscostdiving  :       0.00          0          0
1798.33/1799.02	c   rootsoldiving    :       0.00          0          0
1798.33/1799.02	c   linesearchdiving :       0.00          0          0
1798.33/1799.02	c   guideddiving     :       0.00          0          0
1798.33/1799.02	c   octane           :       0.00          0          0
1798.33/1799.02	c   rens             :       0.00          0          0
1798.33/1799.02	c   rins             :       0.00          0          0
1798.33/1799.02	c   localbranching   :       0.00          0          0
1798.33/1799.02	c   mutation         :       0.00          0          0
1798.33/1799.02	c   crossover        :       0.00          0          0
1798.33/1799.02	c   dins             :       0.00          0          0
1798.33/1799.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.33/1799.02	c   primal LP        :       0.24          0          0       0.00       0.00
1798.33/1799.02	c   dual LP          :    1025.48       2256     858799     380.67     837.46
1798.33/1799.02	c   barrier LP       :       0.00          0          0       0.00          -
1798.33/1799.02	c   diving/probing LP:       0.00          0          0       0.00          -
1798.33/1799.02	c   strong branching :     668.71       1164     542644     466.19     811.48
1798.33/1799.02	c     (at root node) :          -         27      12563     465.30          -
1798.33/1799.02	c   conflict analysis:       0.00          0          0       0.00          -
1798.33/1799.02	c B&B Tree           :
1798.33/1799.02	c   number of runs   :          1
1798.33/1799.02	c   nodes            :       2434
1798.33/1799.02	c   nodes (total)    :       2434
1798.33/1799.02	c   nodes left       :       1981
1798.33/1799.02	c   max depth        :         51
1798.33/1799.02	c   max depth (total):         51
1798.33/1799.02	c   backtracks       :        448 (18.4%)
1798.33/1799.02	c   delayed cutoffs  :         42
1798.33/1799.02	c   repropagations   :        426 (103354 domain reductions, 37 cutoffs)
1798.33/1799.02	c   avg switch length:       3.62
1798.33/1799.02	c   switching time   :       4.72
1798.33/1799.02	c Solution           :
1798.33/1799.02	c   Solutions found  :          0 (0 improvements)
1798.33/1799.02	c   Primal Bound     :          -
1798.33/1799.02	c   Dual Bound       : +3.11132569558102e+02
1798.33/1799.02	c   Gap              :   infinite
1798.33/1799.02	c   Root Dual Bound  : +2.84360486533851e+02
1798.53/1799.24	c Time complete: 1798.58.

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-1885488-1245266866/watcher-1885488-1245266866 -o /tmp/evaluation-result-1885488-1245266866/solver-1885488-1245266866 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885488-1245266866.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 9181
/proc/meminfo: memFree=1833456/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=5812 CPUtime=0
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 194287144 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 1453 507 336 1256 0 192 0

[startup+0.0292239 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 9181
/proc/meminfo: memFree=1833456/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=11016 CPUtime=0.02
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 1747 0 0 0 2 0 0 0 18 0 1 0 194287144 11280384 1731 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 2754 1731 376 1256 0 1493 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11016

[startup+0.101239 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 9181
/proc/meminfo: memFree=1833456/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=15200 CPUtime=0.09
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 2771 0 0 0 9 0 0 0 18 0 1 0 194287144 15564800 2755 1992294400 4194304 9342243 548682068736 18446744073709551615 8251439 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 3800 2755 376 1256 0 2539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15200

[startup+0.30128 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 9181
/proc/meminfo: memFree=1833456/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=22772 CPUtime=0.29
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 4680 0 0 0 28 1 0 0 19 0 1 0 194287144 23318528 4664 1992294400 4194304 9342243 548682068736 18446744073709551615 8221520 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 5693 4664 376 1256 0 4432 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22772

[startup+0.701364 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 9181
/proc/meminfo: memFree=1833456/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=57692 CPUtime=0.69
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 13573 0 0 0 62 7 0 0 23 0 1 0 194287144 59076608 13203 1992294400 4194304 9342243 548682068736 18446744073709551615 4789446 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 14423 13203 473 1256 0 13162 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57692

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 9182
/proc/meminfo: memFree=1768488/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=108864 CPUtime=1.49
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 24759 0 0 0 128 21 0 0 19 0 1 0 194287144 111476736 23540 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 27216 23540 614 1256 0 25955 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108864

[startup+3.10187 s]
/proc/loadavg: 1.08 1.02 0.98 2/65 9182
/proc/meminfo: memFree=1739432/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=111968 CPUtime=3.09
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 26301 0 0 0 285 24 0 0 25 0 1 0 194287144 114655232 25075 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 27992 25075 646 1256 0 26731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111968

[startup+6.30155 s]
/proc/loadavg: 1.08 1.02 0.98 2/65 9182
/proc/meminfo: memFree=1733544/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=113452 CPUtime=6.29
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 26739 0 0 0 603 26 0 0 25 0 1 0 194287144 116174848 25513 1992294400 4194304 9342243 548682068736 18446744073709551615 6237444 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 28363 25513 646 1256 0 27102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113452

[startup+12.7019 s]
/proc/loadavg: 1.07 1.02 0.98 2/65 9182
/proc/meminfo: memFree=1723304/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=122892 CPUtime=12.69
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 29328 0 0 0 1238 31 0 0 25 0 1 0 194287144 125841408 28102 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 30723 28102 646 1256 0 29462 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122892

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 0.98 2/65 9182
/proc/meminfo: memFree=1716776/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=139252 CPUtime=25.49
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 36751 0 0 0 2512 37 0 0 25 0 1 0 194287144 142594048 29729 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 34813 29729 651 1256 0 33552 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139252

[startup+51.102 s]
/proc/loadavg: 1.04 1.01 0.98 2/65 9182
/proc/meminfo: memFree=1715368/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=140708 CPUtime=51.07
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 48730 0 0 0 5061 46 0 0 25 0 1 0 194287144 144084992 30143 1992294400 4194304 9342243 548682068736 18446744073709551615 6960339 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 35177 30143 665 1256 0 33916 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140708

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 0.98 2/65 9182
/proc/meminfo: memFree=1714344/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=141604 CPUtime=102.25
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 79616 0 0 0 10158 67 0 0 25 0 1 0 194287144 145002496 30379 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 35401 30379 665 1256 0 34140 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 141604

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1713832/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=141784 CPUtime=162.23
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 139366 0 0 0 16118 105 0 0 25 0 1 0 194287144 145186816 30509 1992294400 4194304 9342243 548682068736 18446744073709551615 6977879 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 35446 30509 665 1256 0 34185 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 141784

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1714088/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=130556 CPUtime=222.21
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 155000 0 0 0 22100 121 0 0 25 0 1 0 194287144 133689344 30416 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 32639 30416 669 1256 0 31378 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 130556

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1712488/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=133940 CPUtime=282.19
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 166266 0 0 0 28083 136 0 0 25 0 1 0 194287144 137154560 30791 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 33485 30791 669 1256 0 32224 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 133940

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1713000/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=132324 CPUtime=342.16
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 173673 0 0 0 34066 150 0 0 25 0 1 0 194287144 135499776 30705 1992294400 4194304 9342243 548682068736 18446744073709551615 6960325 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 33081 30705 669 1256 0 31820 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 132324

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1712232/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=130336 CPUtime=402.15
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 181594 0 0 0 40051 164 0 0 25 0 1 0 194287144 133464064 30709 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 32584 30709 669 1256 0 31323 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 130336

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1712168/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=132524 CPUtime=462.13
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 187508 0 0 0 46038 175 0 0 25 0 1 0 194287144 135704576 30847 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 33131 30847 669 1256 0 31870 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 132524

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1713576/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=136008 CPUtime=522.1
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 201766 0 0 0 52019 191 0 0 25 0 1 0 194287144 139272192 30574 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 34002 30574 669 1256 0 32741 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 136008

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1712168/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=136600 CPUtime=582.08
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 223761 0 0 0 57992 216 0 0 25 0 1 0 194287144 139878400 30807 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 34150 30807 669 1256 0 32889 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 136600

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1709224/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=141008 CPUtime=642.06
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 262209 0 0 0 63956 250 0 0 25 0 1 0 194287144 144392192 31597 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 35252 31597 669 1256 0 33991 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 141008

[startup+702.302 s]

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

/proc/meminfo: memFree=1692712/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=158512 CPUtime=1121.88
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 368809 0 0 0 111799 389 0 0 25 0 1 0 194287144 162316288 35771 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 39628 35771 669 1256 0 38367 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 158512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1693224/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=157576 CPUtime=1181.87
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 399582 0 0 0 117773 414 0 0 25 0 1 0 194287144 161357824 35649 1992294400 4194304 9342243 548682068736 18446744073709551615 6238759 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 39394 35649 669 1256 0 38133 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 157576

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1691112/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=172012 CPUtime=1241.84
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 438760 0 0 0 123737 447 0 0 25 0 1 0 194287144 176140288 36284 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 43003 36284 669 1256 0 41742 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 172012

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1692264/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=159276 CPUtime=1301.82
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 487176 0 0 0 129699 483 0 0 25 0 1 0 194287144 163098624 35795 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 39819 35795 669 1256 0 38558 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 159276

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1680040/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=165428 CPUtime=1361.8
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 533027 0 0 0 135667 513 0 0 25 0 1 0 194287144 169398272 37528 1992294400 4194304 9342243 548682068736 18446744073709551615 5990669 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 41357 37528 669 1256 0 40096 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 165428

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1676584/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=187048 CPUtime=1421.78
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 550952 0 0 0 141647 531 0 0 25 0 1 0 194287144 191537152 39685 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 46762 39685 669 1256 0 45501 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 187048

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9182
/proc/meminfo: memFree=1674984/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=189272 CPUtime=1481.76
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 580816 0 0 0 147615 561 0 0 25 0 1 0 194287144 193814528 40693 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 47318 40693 669 1256 0 46057 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 189272

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1673320/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=178380 CPUtime=1541.73
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 636844 0 0 0 153574 599 0 0 25 0 1 0 194287144 182661120 40400 1992294400 4194304 9342243 548682068736 18446744073709551615 6211570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 44595 40400 669 1256 0 43334 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 178380

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1662632/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=184468 CPUtime=1601.71
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 669935 0 0 0 159545 626 0 0 25 0 1 0 194287144 188895232 43112 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 46117 43112 669 1256 0 44856 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 184468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1659752/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=187328 CPUtime=1661.69
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 691791 0 0 0 165521 648 0 0 25 0 1 0 194287144 191823872 43840 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 46832 43840 669 1256 0 45571 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 187328

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1654248/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=205912 CPUtime=1721.66
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 708134 0 0 0 171500 666 0 0 25 0 1 0 194287144 210853888 45193 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 51478 45193 669 1256 0 50217 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 205912

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655592/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=193832 CPUtime=1781.64
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 723210 0 0 0 177479 685 0 0 25 0 1 0 194287144 198483968 44877 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 48458 44877 669 1256 0 47197 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 193832

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

[startup+1791.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655464/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=195692 CPUtime=1791.24
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 726361 0 0 0 178436 688 0 0 25 0 1 0 194287144 200388608 44956 1992294400 4194304 9342243 548682068736 18446744073709551615 6959735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 48923 44956 669 1256 0 47662 0
Current children cumulated CPU time (s) 1791.24
Current children cumulated vsize (KiB) 195692

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655272/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=195644 CPUtime=1794.44
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 728353 0 0 0 178754 690 0 0 25 0 1 0 194287144 200339456 44968 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 48911 44968 669 1256 0 47650 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (KiB) 195644

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655528/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=193764 CPUtime=1796.04
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 729486 0 0 0 178912 692 0 0 25 0 1 0 194287144 198414336 44885 1992294400 4194304 9342243 548682068736 18446744073709551615 4253496 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 48441 44885 669 1256 0 47180 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 193764

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655528/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=195612 CPUtime=1797.63
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 730798 0 0 0 179071 692 0 0 25 0 1 0 194287144 200306688 44928 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 48903 44928 669 1256 0 47642 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (KiB) 195612

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655272/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=195640 CPUtime=1798.03
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 730989 0 0 0 179111 692 0 0 25 0 1 0 194287144 200335360 44903 1992294400 4194304 9342243 548682068736 18446744073709551615 6059546 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9181/statm: 48910 44903 669 1256 0 47649 0
Current children cumulated CPU time (s) 1798.03
Current children cumulated vsize (KiB) 195640

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655272/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=195640 CPUtime=1798.43
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 731154 0 0 0 179151 692 0 0 25 0 1 0 194287144 200335360 44924 1992294400 4194304 9342243 548682068736 18446744073709551615 5855072 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 48910 44924 674 1256 0 47649 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (KiB) 195640

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9184
/proc/meminfo: memFree=1655272/2055920 swapFree=4181924/4192956
[pid=9181] ppid=9179 vsize=152064 CPUtime=1798.53
/proc/9181/stat : 9181 (pbscip.linux.x8) R 9179 9181 8094 0 -1 4194304 731156 0 0 0 179160 693 0 0 25 0 1 0 194287144 155713536 37072 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/9181/statm: 38016 37072 3342 1256 0 36755 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (KiB) 152064

Child status: 0
Real time (s): 1799.25
CPU time (s): 1798.59
CPU user time (s): 1791.63
CPU system time (s): 6.96094
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 211316

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

runsolver used 1.48577 second user time and 3.98239 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-17 21:27:46
IDJOB=1885488
IDBENCH=72062
IDSOLVER=684
FILE ID=node13/1885488-1245266866
PBS_JOBID= 9372440
Free space on /tmp= 66232 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-07.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-1885488-1245266866/watcher-1885488-1245266866 -o /tmp/evaluation-result-1885488-1245266866/solver-1885488-1245266866 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885488-1245266866.opb

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

MD5SUM BENCH= 38003d07f6bf82e588aba17f962dcca3
RANDOM SEED=668150268

node13.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.259
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.259
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:       1833872 kB
Buffers:         28324 kB
Cached:         126620 kB
SwapCached:       5196 kB
Active:          75436 kB
Inactive:        87736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833872 kB
SwapTotal:     4192956 kB
SwapFree:      4181924 kB
Dirty:           12952 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            44828 kB
Committed_AS:   188460 kB
PageTables:       1464 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= 66220 MiB
End job on node13 at 2009-06-17 21:57:45