Trace number 1868569

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1797.73 1798.49

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.0077
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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.67	c SCIP version 1.1.0.7
1.59/1.67	c LP-Solver Clp 1.8.2
1.59/1.67	c user parameter file <scip.set> not found - using default parameters
1.59/1.67	c read problem <HOME/instance-1868569-1245128429.opb>
1.59/1.67	c original problem has 40605 variables (40605 bin, 0 int, 0 impl, 0 cont) and 118930 constraints
2.09/2.18	c No objective function, only one solution is needed.
2.09/2.18	c start presolving problem
2.09/2.18	c presolving:
4.29/4.34	c (round 1) 1398 del vars, 789 del conss, 261 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1976728 impls, 0 clqs
4.40/4.49	c (round 2) 1399 del vars, 3073 del conss, 262 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1976728 impls, 0 clqs
4.49/4.59	c (round 3) 1407 del vars, 3089 del conss, 269 chg bounds, 870 chg sides, 1758 chg coeffs, 0 upgd conss, 1977053 impls, 0 clqs
5.50/5.55	c (round 4) 1408 del vars, 3099 del conss, 270 chg bounds, 870 chg sides, 1758 chg coeffs, 115830 upgd conss, 1977176 impls, 0 clqs
6.59/6.67	c presolving (5 rounds):
6.59/6.67	c  1409 deleted vars, 3100 deleted constraints, 270 tightened bounds, 0 added holes, 870 changed sides, 1758 changed coefficients
6.59/6.67	c  1977176 implications, 0 cliques
6.59/6.67	c presolved problem has 39196 variables (39196 bin, 0 int, 0 impl, 0 cont) and 115830 constraints
6.59/6.67	c    1740 constraints of type <knapsack>
6.59/6.67	c  114090 constraints of type <logicor>
6.59/6.67	c transformed objective value is always integral (scale: 1)
6.59/6.67	c Presolving Time: 4.03
6.59/6.67	c SATUNSAT-LIN
6.59/6.67	c -----------------------------------------------------------------------------------------------
6.59/6.67	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 0]
6.59/6.67	c separating/flowcover/freq = c -1
6.59/6.67	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 0]
6.59/6.67	c separating/cmir/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/veclendiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/veclendiving/maxlpiterquot = c 0.075
6.59/6.67	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/veclendiving/freq = c -1
6.59/6.67	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 1]
6.59/6.67	c heuristics/simplerounding/freq = c -1
6.59/6.67	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/shifting/freq = c -1
6.59/6.67	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 1]
6.59/6.67	c heuristics/rounding/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/rootsoldiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.59/6.67	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
6.59/6.67	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 20]
6.59/6.67	c heuristics/rootsoldiving/freq = c -1
6.59/6.67	c # number of nodes added to the contingent of the total nodes
6.59/6.67	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.59/6.67	c heuristics/rens/nodesofs = c 2000
6.59/6.67	c # minimum percentage of integer variables that have to be fixable 
6.59/6.67	c # [type: real, range: [0,1], default: 0.5]
6.59/6.67	c heuristics/rens/minfixingrate = c 0.3
6.59/6.67	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 0]
6.59/6.67	c heuristics/rens/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/pscostdiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/pscostdiving/maxlpiterquot = c 0.075
6.59/6.67	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/pscostdiving/freq = c -1
6.59/6.67	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 1]
6.59/6.67	c heuristics/oneopt/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/objpscostdiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to total iteration number
6.59/6.67	c # [type: real, range: [0,1], default: 0.01]
6.59/6.67	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
6.59/6.67	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 20]
6.59/6.67	c heuristics/objpscostdiving/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/linesearchdiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
6.59/6.67	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/linesearchdiving/freq = c -1
6.59/6.67	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/intshifting/freq = c -1
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/intdiving/maxlpiterquot = c 0.075
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/guideddiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/guideddiving/maxlpiterquot = c 0.075
6.59/6.67	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/guideddiving/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/fracdiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/fracdiving/maxlpiterquot = c 0.075
6.59/6.67	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/fracdiving/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/feaspump/maxlpiterofs = c 2000
6.59/6.67	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 20]
6.59/6.67	c heuristics/feaspump/freq = c -1
6.59/6.67	c # minimum percentage of integer variables that have to be fixed 
6.59/6.67	c # [type: real, range: [0,1], default: 0.666]
6.59/6.67	c heuristics/crossover/minfixingrate = c 0.5
6.59/6.67	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.59/6.67	c # [type: real, range: [0,1], default: 0.1]
6.59/6.67	c heuristics/crossover/nodesquot = c 0.15
6.59/6.67	c # number of nodes without incumbent change that heuristic should wait
6.59/6.67	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.59/6.67	c heuristics/crossover/nwaitingnodes = c 100
6.59/6.67	c # number of nodes added to the contingent of the total nodes
6.59/6.67	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.59/6.67	c heuristics/crossover/nodesofs = c 750
6.59/6.67	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 30]
6.59/6.67	c heuristics/crossover/freq = c -1
6.59/6.67	c # additional number of allowed LP iterations
6.59/6.67	c # [type: int, range: [0,2147483647], default: 1000]
6.59/6.67	c heuristics/coefdiving/maxlpiterofs = c 1500
6.59/6.67	c # maximal fraction of diving LP iterations compared to node LP iterations
6.59/6.67	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.59/6.67	c heuristics/coefdiving/maxlpiterquot = c 0.075
6.59/6.67	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: 10]
6.59/6.67	c heuristics/coefdiving/freq = c -1
6.59/6.67	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: -1]
6.59/6.67	c presolving/probing/maxrounds = c 0
6.59/6.67	c # should presolving try to simplify knapsacks
6.59/6.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.59/6.67	c constraints/knapsack/simplifyinequalities = c TRUE
6.59/6.67	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.59/6.67	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.59/6.67	c constraints/knapsack/disaggregation = c FALSE
6.59/6.67	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
6.59/6.67	c # [type: int, range: [-1,2147483647], default: -1]
6.59/6.67	c constraints/knapsack/maxnumcardlift = c 0
6.59/6.67	c # should presolving try to simplify inequalities
6.69/6.71	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.71	c constraints/linear/simplifyinequalities = c TRUE
6.69/6.71	c # maximal number of separation rounds in the root node (-1: unlimited)
6.69/6.71	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.71	c separating/maxroundsroot = c 5
6.69/6.71	c # maximal number of separation rounds per node (-1: unlimited)
6.69/6.71	c # [type: int, range: [-1,2147483647], default: 5]
6.69/6.71	c separating/maxrounds = c 1
6.69/6.71	c # solving stops, if the given number of solutions were found (-1: no limit)
6.69/6.71	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.71	c limits/solutions = c 1
6.69/6.71	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.69/6.71	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.71	c limits/memory = c 1620
6.69/6.71	c # maximal time in seconds to run
6.69/6.71	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.71	c limits/time = c 1791
6.69/6.71	c # frequency for displaying node information lines
6.69/6.71	c # [type: int, range: [-1,2147483647], default: 100]
6.69/6.71	c display/freq = c 10000
6.69/6.71	c -----------------------------------------------------------------------------------------------
6.69/6.71	c start solving problem
6.69/6.71	c 
12.29/12.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.29/12.38	c   9.9s|     1 |     0 |  4364 | 276M|   0 |2334 |  39k| 115k| 115k|  39k| 115k|   0 |   0 |   0 | 1.508640e+03 |      --      |    Inf 
30.69/30.76	c  27.8s|     1 |     0 |  5708 | 277M|   0 |2403 |  39k| 115k| 115k|  39k| 115k| 132 |   0 |   0 | 1.560140e+03 |      --      |    Inf 
43.05/43.14	c  40.1s|     1 |     0 |  6658 | 277M|   0 |2559 |  39k| 115k| 115k|  39k| 116k| 245 |   0 |   0 | 1.570702e+03 |      --      |    Inf 
86.32/86.43	c  83.3s|     1 |     0 |  7822 | 278M|   0 |2702 |  39k| 115k| 115k|  39k| 116k| 386 |   0 |   0 | 1.600839e+03 |      --      |    Inf 
104.71/104.84	c   102s|     1 |     0 |  9121 | 279M|   0 |2893 |  39k| 115k| 115k|  39k| 116k| 505 |   0 |   0 | 1.612891e+03 |      --      |    Inf 
124.30/124.40	c   121s|     1 |     0 | 10720 | 281M|   0 |2928 |  39k| 115k| 115k|  39k| 116k| 632 |   0 |   0 | 1.623544e+03 |      --      |    Inf 
218.77/218.97	c   216s|     1 |     2 | 10720 | 281M|   0 |2928 |  39k| 115k| 115k|  39k| 116k| 632 |   0 |  17 | 1.623544e+03 |      --      |    Inf 
1796.93/1797.72	c 
1796.93/1797.72	c SCIP Status        : solving was interrupted [time limit reached]
1796.93/1797.72	c Solving Time (sec) : 1791.10
1796.93/1797.72	c Solving Nodes      : 132
1796.93/1797.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.93/1797.72	c Dual Bound         : +1.73871791399914e+03
1796.93/1797.72	c Gap                : infinite
1796.93/1797.72	c NODE         132
1796.93/1797.72	c DUAL BOUND   1738.72
1796.93/1797.72	c PRIMAL BOUND 1e+20
1796.93/1797.72	c GAP          1e+20
1796.93/1797.72	s UNKNOWN
1796.93/1797.72	c SCIP Status        : solving was interrupted [time limit reached]
1796.93/1797.72	c Solving Time       :    1791.10
1796.93/1797.72	c Original Problem   :
1796.93/1797.72	c   Problem name     : HOME/instance-1868569-1245128429.opb
1796.93/1797.72	c   Variables        : 40605 (40605 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.93/1797.72	c   Constraints      : 118930 initial, 118930 maximal
1796.93/1797.72	c Presolved Problem  :
1796.93/1797.72	c   Problem name     : t_HOME/instance-1868569-1245128429.opb
1796.93/1797.72	c   Variables        : 39196 (39196 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.93/1797.72	c   Constraints      : 115830 initial, 115846 maximal
1796.93/1797.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.93/1797.72	c   trivial          :       0.05          0          0          0          0          0          0          0          0
1796.93/1797.72	c   dualfix          :       0.03          0          0          0          0          0          0          0          0
1796.93/1797.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.93/1797.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.93/1797.72	c   implics          :       0.54          0       1135          0          0          0          0          0          0
1796.93/1797.72	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.93/1797.72	c   knapsack         :       0.82          0          0          0          0          0          0          0          0
1796.93/1797.72	c   linear           :       2.11        270          4          0        270          0       3100        870       1758
1796.93/1797.72	c   logicor          :       0.21          0          0          0          0          0          0          0          0
1796.93/1797.72	c   root node        :          -          0          -          -          0          -          -          -          -
1796.93/1797.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.93/1797.72	c   integral         :          0          0          0        131          0          0         17          0          0        252
1796.93/1797.72	c   knapsack         :       1740          5        990          0          1          0        256       1000          0          0
1796.93/1797.72	c   logicor          :     114090+         5        905          0          1          5      95239          0          0          0
1796.93/1797.72	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.93/1797.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.93/1797.72	c   integral         :     954.37       0.00       0.00     954.37       0.00
1796.93/1797.72	c   knapsack         :       0.25       0.02       0.23       0.00       0.00
1796.93/1797.72	c   logicor          :       1.08       0.08       0.93       0.00       0.07
1796.93/1797.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.93/1797.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.93/1797.72	c   rootredcost      :       0.00          0          0          0
1796.93/1797.72	c   pseudoobj        :       6.74       1001          0          0
1796.93/1797.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.93/1797.72	c   propagation      :       0.00          5          5         17        9.5          1        6.0          -
1796.93/1797.72	c   infeasible LP    :       0.01          1          0          0        0.0          0        0.0          0
1796.93/1797.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.93/1797.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.93/1797.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.93/1797.72	c   applied globally :          -          -          -         16        7.5          -          -          -
1796.93/1797.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.93/1797.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.93/1797.72	c   cut pool         :       0.00          4          -          -        338          -    (maximal pool size: 3320)
1796.93/1797.72	c   redcost          :       0.85        130          0          0          0          0
1796.93/1797.72	c   impliedbounds    :       0.10          5          0          0          0          0
1796.93/1797.72	c   intobj           :       0.00          0          0          0          0          0
1796.93/1797.72	c   gomory           :      50.42          5          0          0       2500          0
1796.93/1797.72	c   strongcg         :      19.39          5          0          0       2500          0
1796.93/1797.72	c   cmir             :       0.00          0          0          0          0          0
1796.93/1797.72	c   flowcover        :       0.00          0          0          0          0          0
1796.93/1797.72	c   clique           :       3.27          5          0          0         38          0
1796.93/1797.72	c   zerohalf         :       0.00          0          0          0          0          0
1796.93/1797.72	c   mcf              :       2.13          1          0          0          0          0
1796.93/1797.72	c Pricers            :       Time      Calls       Vars
1796.93/1797.72	c   problem variables:       0.00          0          0
1796.93/1797.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.93/1797.72	c   relpscost        :     954.37        131          0         17          0          0        252
1796.93/1797.72	c   pscost           :       0.00          0          0          0          0          0          0
1796.93/1797.72	c   inference        :       0.02          1          0          0          0          0          2
1796.93/1797.72	c   mostinf          :       0.00          0          0          0          0          0          0
1796.93/1797.72	c   leastinf         :       0.00          0          0          0          0          0          0
1796.93/1797.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.93/1797.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.93/1797.72	c   random           :       0.00          0          0          0          0          0          0
1796.93/1797.72	c Primal Heuristics  :       Time      Calls      Found
1796.93/1797.72	c   LP solutions     :       0.00          -          0
1796.93/1797.72	c   pseudo solutions :       0.00          -          0
1796.93/1797.72	c   simplerounding   :       0.00          0          0
1796.93/1797.72	c   rounding         :       0.00          0          0
1796.93/1797.72	c   shifting         :       0.00          0          0
1796.93/1797.72	c   intshifting      :       0.00          0          0
1796.93/1797.72	c   oneopt           :       0.00          0          0
1796.93/1797.72	c   fixandinfer      :       0.00          0          0
1796.93/1797.72	c   feaspump         :       0.00          0          0
1796.93/1797.72	c   coefdiving       :       0.00          0          0
1796.93/1797.72	c   pscostdiving     :       0.00          0          0
1796.93/1797.72	c   fracdiving       :       0.00          0          0
1796.93/1797.72	c   veclendiving     :       0.00          0          0
1796.93/1797.72	c   intdiving        :       0.00          0          0
1796.93/1797.72	c   actconsdiving    :       0.00          0          0
1796.93/1797.72	c   objpscostdiving  :       0.00          0          0
1796.93/1797.72	c   rootsoldiving    :       0.00          0          0
1796.93/1797.72	c   linesearchdiving :       0.00          0          0
1796.93/1797.72	c   guideddiving     :       0.00          0          0
1796.93/1797.72	c   octane           :       0.00          0          0
1796.93/1797.72	c   rens             :       0.00          0          0
1796.93/1797.72	c   rins             :       0.00          0          0
1796.93/1797.72	c   localbranching   :       0.00          0          0
1796.93/1797.72	c   mutation         :       0.00          0          0
1796.93/1797.72	c   crossover        :       0.00          0          0
1796.93/1797.72	c   dins             :       0.00          0          0
1796.93/1797.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.93/1797.72	c   primal LP        :       2.77          0          0       0.00       0.00
1796.93/1797.72	c   dual LP          :     737.69        138     149761    1085.22     203.01
1796.93/1797.72	c   barrier LP       :       0.00          0          0       0.00          -
1796.93/1797.72	c   diving/probing LP:       0.00          0          0       0.00          -
1796.93/1797.72	c   strong branching :     954.20        363     200907     553.46     210.55
1796.93/1797.72	c     (at root node) :          -         17      13327     783.94          -
1796.93/1797.72	c   conflict analysis:       0.00          0          0       0.00          -
1796.93/1797.72	c B&B Tree           :
1796.93/1797.72	c   number of runs   :          1
1796.93/1797.72	c   nodes            :        132
1796.93/1797.72	c   nodes (total)    :        132
1796.93/1797.72	c   nodes left       :        122
1796.93/1797.72	c   max depth        :         86
1796.93/1797.72	c   max depth (total):         86
1796.93/1797.72	c   backtracks       :         13 (9.8%)
1796.93/1797.72	c   delayed cutoffs  :          1
1796.93/1797.72	c   repropagations   :         39 (143 domain reductions, 1 cutoffs)
1796.93/1797.72	c   avg switch length:       2.72
1796.93/1797.72	c   switching time   :       3.61
1796.93/1797.72	c Solution           :
1796.93/1797.72	c   Solutions found  :          0 (0 improvements)
1796.93/1797.72	c   Primal Bound     :          -
1796.93/1797.72	c   Dual Bound       : +1.73871791399914e+03
1796.93/1797.72	c   Gap              :   infinite
1796.93/1797.72	c   Root Dual Bound  : +1.62354394528453e+03
1797.63/1798.48	c Time complete: 1797.72.

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

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


[startup+0 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 2067
/proc/meminfo: memFree=1761640/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=7616 CPUtime=0
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 658 0 0 0 0 0 0 0 18 0 1 0 180443603 7798784 642 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 1904 656 353 1256 0 643 0

[startup+0.0226211 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 2067
/proc/meminfo: memFree=1761640/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=10744 CPUtime=0.01
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 1650 0 0 0 1 0 0 0 18 0 1 0 180443603 11001856 1634 1992294400 4194304 9342243 548682068736 18446744073709551615 8236915 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 2686 1634 376 1256 0 1425 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10744

[startup+0.10163 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 2067
/proc/meminfo: memFree=1761640/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=15924 CPUtime=0.09
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 2969 0 0 0 8 1 0 0 18 0 1 0 180443603 16306176 2953 1992294400 4194304 9342243 548682068736 18446744073709551615 7637146 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 3981 2953 376 1256 0 2720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15924

[startup+0.301651 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 2067
/proc/meminfo: memFree=1761640/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=25832 CPUtime=0.29
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 5444 0 0 0 27 2 0 0 19 0 1 0 180443603 26451968 5428 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 6458 5428 376 1256 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25832

[startup+0.701696 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 2067
/proc/meminfo: memFree=1761640/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=41328 CPUtime=0.7
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 9315 0 0 0 66 4 0 0 23 0 1 0 180443603 42319872 9299 1992294400 4194304 9342243 548682068736 18446744073709551615 8247743 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 10332 9299 376 1256 0 9071 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 41328

[startup+1.50179 s]
/proc/loadavg: 0.84 0.94 0.98 2/65 2068
/proc/meminfo: memFree=1714016/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=74492 CPUtime=1.49
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 17605 0 0 0 141 8 0 0 25 0 1 0 180443603 76279808 17589 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 18623 17589 376 1256 0 17362 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74492

[startup+3.10196 s]
/proc/loadavg: 0.84 0.94 0.98 2/65 2068
/proc/meminfo: memFree=1587424/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=234472 CPUtime=3.09
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 57056 0 0 0 281 28 0 0 25 0 1 0 180443603 240099328 56686 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 58618 56686 474 1256 0 57357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 234472

[startup+6.30132 s]
/proc/loadavg: 0.85 0.94 0.98 2/65 2068
/proc/meminfo: memFree=1453856/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=324932 CPUtime=6.29
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 82475 0 0 0 558 71 0 0 25 0 1 0 180443603 332730368 78622 1992294400 4194304 9342243 548682068736 18446744073709551615 8247768 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 81233 78622 485 1256 0 79972 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 324932

[startup+12.702 s]
/proc/loadavg: 0.87 0.94 0.98 2/65 2068
/proc/meminfo: memFree=1329960/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=482744 CPUtime=12.69
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 112967 0 0 0 1182 87 0 0 25 0 1 0 180443603 494329856 108688 1992294400 4194304 9342243 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 120686 108688 640 1256 0 119425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 482744

[startup+25.5015 s]
/proc/loadavg: 0.89 0.94 0.98 2/65 2068
/proc/meminfo: memFree=1314664/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=488412 CPUtime=25.48
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 116468 0 0 0 2414 134 0 0 25 0 1 0 180443603 500133888 112189 1992294400 4194304 9342243 548682068736 18446744073709551615 5868818 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 122103 112189 653 1256 0 120842 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 488412

[startup+51.1013 s]
/proc/loadavg: 0.93 0.94 0.98 2/65 2073
/proc/meminfo: memFree=1308128/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=492908 CPUtime=51.04
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 118016 0 0 0 4966 138 0 0 25 0 1 0 180443603 504737792 113737 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 123227 113737 653 1256 0 121966 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 492908

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.98 2/65 2073
/proc/meminfo: memFree=1294496/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=500320 CPUtime=102.21
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 121438 0 0 0 10078 143 0 0 25 0 1 0 180443603 512327680 117159 1992294400 4194304 9342243 548682068736 18446744073709551615 5874776 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 125080 117159 653 1256 0 123819 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 500320

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.98 2/65 2073
/proc/meminfo: memFree=1277600/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=561796 CPUtime=162.19
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 143901 0 0 0 16065 154 0 0 25 0 1 0 180443603 575279104 121318 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 140449 121318 658 1256 0 139188 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 561796

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/65 2073
/proc/meminfo: memFree=1281440/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=510764 CPUtime=222.17
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 167522 0 0 0 22052 165 0 0 25 0 1 0 180443603 523022336 120425 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 127691 120425 672 1256 0 126430 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 510764

[startup+282.301 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1268960/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=569404 CPUtime=282.15
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 188542 0 0 0 28038 177 0 0 25 0 1 0 180443603 583069696 123528 1992294400 4194304 9342243 548682068736 18446744073709551615 6959733 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 142351 123528 672 1256 0 141090 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 569404

[startup+342.302 s]
/proc/loadavg: 1.01 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1269032/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=569492 CPUtime=342.12
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 199183 0 0 0 34029 183 0 0 25 0 1 0 180443603 583159808 123586 1992294400 4194304 9342243 548682068736 18446744073709551615 6936106 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 142373 123586 672 1256 0 141112 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 569492

[startup+402.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1268008/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=570048 CPUtime=402.1
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 241493 0 0 0 40006 204 0 0 25 0 1 0 180443603 583729152 123715 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 142512 123715 672 1256 0 141251 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 570048

[startup+462.301 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1266984/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=571188 CPUtime=462.08
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 261816 0 0 0 45990 218 0 0 25 0 1 0 180443603 584896512 124011 1992294400 4194304 9342243 548682068736 18446744073709551615 6970116 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 142797 124011 672 1256 0 141536 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 571188

[startup+522.301 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1266152/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=572072 CPUtime=522.05
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 290983 0 0 0 51972 233 0 0 25 0 1 0 180443603 585801728 124211 1992294400 4194304 9342243 548682068736 18446744073709551615 7008401 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 143018 124211 672 1256 0 141757 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 572072

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1271464/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=533400 CPUtime=582.03
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 308278 0 0 0 57958 245 0 0 25 0 1 0 180443603 546201600 122910 1992294400 4194304 9342243 548682068736 18446744073709551615 6963984 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 133350 122910 672 1256 0 132089 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 533400

[startup+642.301 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1265128/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=585988 CPUtime=642.01
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 309988 0 0 0 63950 251 0 0 25 0 1 0 180443603 600051712 124450 1992294400 4194304 9342243 548682068736 18446744073709551615 6960727 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 146497 124450 672 1256 0 145236 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 585988

[startup+702.301 s]

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

/proc/meminfo: memFree=1252520/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=588552 CPUtime=1121.8
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 390222 0 0 0 111861 319 0 0 25 0 1 0 180443603 602677248 127526 1992294400 4194304 9342243 548682068736 18446744073709551615 6935828 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 147138 127526 672 1256 0 145877 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 588552

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1252520/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=588552 CPUtime=1181.78
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 425783 0 0 0 117840 338 0 0 25 0 1 0 180443603 602677248 127539 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 147138 127539 672 1256 0 145877 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 588552

[startup+1242.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1261352/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=537216 CPUtime=1241.76
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 426263 0 0 0 123834 342 0 0 25 0 1 0 180443603 550109184 125279 1992294400 4194304 9342243 548682068736 18446744073709551615 6959483 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 134304 125279 672 1256 0 133043 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 537216

[startup+1302.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1258024/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=541716 CPUtime=1301.74
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 427082 0 0 0 129828 346 0 0 25 0 1 0 180443603 554717184 126098 1992294400 4194304 9342243 548682068736 18446744073709551615 6342056 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 135429 126098 672 1256 0 134168 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 541716

[startup+1362.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1247592/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=589556 CPUtime=1361.71
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 456281 0 0 0 135809 362 0 0 25 0 1 0 180443603 603705344 128723 1992294400 4194304 9342243 548682068736 18446744073709551615 6960270 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 147389 128723 672 1256 0 146128 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 589556

[startup+1422.31 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1258472/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=533328 CPUtime=1421.69
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 478879 0 0 0 141792 377 0 0 25 0 1 0 180443603 546127872 126006 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 133332 126006 672 1256 0 132071 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 533328

[startup+1482.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1253160/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=549156 CPUtime=1481.66
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 480204 0 0 0 147783 383 0 0 25 0 1 0 180443603 562335744 127331 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 137289 127331 672 1256 0 136028 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 549156

[startup+1542.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1245928/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=589380 CPUtime=1541.63
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 515380 0 0 0 153762 401 0 0 25 0 1 0 180443603 603525120 129135 1992294400 4194304 9342243 548682068736 18446744073709551615 6959735 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 147345 129135 672 1256 0 146084 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 589380

[startup+1602.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254888/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=533588 CPUtime=1601.61
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 517775 0 0 0 159753 408 0 0 25 0 1 0 180443603 546394112 126881 1992294400 4194304 9342243 548682068736 18446744073709551615 6959599 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 133397 126881 672 1256 0 132136 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 533588

[startup+1662.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254888/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=550448 CPUtime=1661.59
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 529673 0 0 0 165743 416 0 0 25 0 1 0 180443603 563658752 126851 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 137612 126851 676 1256 0 136351 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 550448

[startup+1722.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1233256/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=599628 CPUtime=1721.57
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535070 0 0 0 171736 421 0 0 25 0 1 0 180443603 614019072 132248 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 149907 132248 679 1256 0 148646 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 599628

[startup+1782.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1233256/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=599628 CPUtime=1781.55
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535070 0 0 0 177730 425 0 0 25 0 1 0 180443603 614019072 132248 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 149907 132248 679 1256 0 148646 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 599628

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

[startup+1791.91 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1255016/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=544012 CPUtime=1791.13
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535412 0 0 0 178688 425 0 0 25 0 1 0 180443603 557068288 126829 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 136003 126829 679 1256 0 134742 0
Current children cumulated CPU time (s) 1791.13
Current children cumulated vsize (KiB) 544012

[startup+1795.1 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254888/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=544012 CPUtime=1794.34
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535443 0 0 0 179008 426 0 0 25 0 1 0 180443603 557068288 126860 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 136003 126860 679 1256 0 134742 0
Current children cumulated CPU time (s) 1794.34
Current children cumulated vsize (KiB) 544012

[startup+1796.7 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254824/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=544236 CPUtime=1795.93
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535460 0 0 0 179167 426 0 0 25 0 1 0 180443603 557297664 126877 1992294400 4194304 9342243 548682068736 18446744073709551615 6959521 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 136059 126877 679 1256 0 134798 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 544236

[startup+1797.5 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254824/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=544236 CPUtime=1796.73
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535460 0 0 0 179247 426 0 0 25 0 1 0 180443603 557297664 126877 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2067/statm: 136059 126877 679 1256 0 134798 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 544236

[startup+1797.9 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254824/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=544236 CPUtime=1797.13
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535464 0 0 0 179287 426 0 0 18 0 1 0 180443603 557297664 126881 1992294400 4194304 9342243 548682068736 18446744073709551615 4302011 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 136059 126881 683 1256 0 134798 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 544236

[startup+1798.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1254824/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=544236 CPUtime=1797.53
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535465 0 0 0 179327 426 0 0 21 0 1 0 180443603 557297664 126882 1992294400 4194304 9342243 548682068736 18446744073709551615 5854959 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 136059 126882 684 1256 0 134798 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (KiB) 544236

[startup+1798.4 s]
/proc/loadavg: 1.00 0.98 0.98 2/65 2073
/proc/meminfo: memFree=1322152/2055920 swapFree=4191900/4192956
[pid=2067] ppid=2065 vsize=451332 CPUtime=1797.63
/proc/2067/stat : 2067 (pbscip.linux.x8) R 2065 2067 2023 0 -1 4194304 535466 0 0 0 179336 427 0 0 23 0 1 0 180443603 462163968 110001 1992294400 4194304 9342243 548682068736 18446744073709551615 4798507 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 112833 110001 685 1256 0 111572 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (KiB) 451332

Child status: 0
Real time (s): 1798.49
CPU time (s): 1797.73
CPU user time (s): 1793.39
CPU system time (s): 4.34134
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 611280

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

runsolver used 1.58876 second user time and 4.96324 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-16 07:00:29
IDJOB=1868569
IDBENCH=1451
IDSOLVER=684
FILE ID=node9/1868569-1245128429
PBS_JOBID= 9363692
Free space on /tmp= 66160 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.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-1868569-1245128429/watcher-1868569-1245128429 -o /tmp/evaluation-result-1868569-1245128429/solver-1868569-1245128429 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868569-1245128429.opb

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

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=783382869

node9.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.231
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.231
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:       1762128 kB
Buffers:         31324 kB
Cached:         195468 kB
SwapCached:        260 kB
Active:          81584 kB
Inactive:       157832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762128 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           15440 kB
Writeback:           0 kB
Mapped:          21852 kB
Slab:            40476 kB
Committed_AS:   151980 kB
PageTables:       1392 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= 66148 MiB
End job on node9 at 2009-06-16 07:30:28