Trace number 1870769

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.2SAT 1026.08 1026.39

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
MD5SUMc41d0ae6b2deb2ba6caac7b74c416b6f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 benchmark1026.08
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver Clp 1.8.2
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870769-1245218605.opb>
0.00/0.04	c original problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3372 constraints
0.00/0.07	c No objective function, only one solution is needed.
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24760 impls, 200 clqs
0.29/0.38	c presolving (2 rounds):
0.29/0.38	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.38	c  24760 implications, 200 cliques
0.29/0.38	c presolved problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3372 constraints
0.29/0.38	c       1 constraints of type <knapsack>
0.29/0.38	c     200 constraints of type <setppc>
0.29/0.38	c    3070 constraints of type <and>
0.29/0.38	c       1 constraints of type <linear>
0.29/0.38	c     100 constraints of type <logicor>
0.29/0.38	c transformed objective value is always integral (scale: 1)
0.29/0.38	c Presolving Time: 0.16
0.29/0.38	c SATUNSAT-NLC
0.29/0.38	c -----------------------------------------------------------------------------------------------
0.29/0.38	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.38	c separating/flowcover/freq = c -1
0.29/0.38	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.38	c separating/cmir/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/veclendiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.29/0.38	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/veclendiving/freq = c -1
0.29/0.38	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.38	c heuristics/simplerounding/freq = c -1
0.29/0.38	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/shifting/freq = c -1
0.29/0.38	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.38	c heuristics/rounding/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.38	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.29/0.38	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.38	c heuristics/rootsoldiving/freq = c -1
0.29/0.38	c # number of nodes added to the contingent of the total nodes
0.29/0.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.38	c heuristics/rens/nodesofs = c 2000
0.29/0.38	c # minimum percentage of integer variables that have to be fixable 
0.29/0.38	c # [type: real, range: [0,1], default: 0.5]
0.29/0.38	c heuristics/rens/minfixingrate = c 0.3
0.29/0.38	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.38	c heuristics/rens/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.29/0.38	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/pscostdiving/freq = c -1
0.29/0.38	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.38	c heuristics/oneopt/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.38	c # [type: real, range: [0,1], default: 0.01]
0.29/0.38	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.29/0.38	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.38	c heuristics/objpscostdiving/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.29/0.38	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/linesearchdiving/freq = c -1
0.29/0.38	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/intshifting/freq = c -1
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/intdiving/maxlpiterquot = c 0.075
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/guideddiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.29/0.38	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/guideddiving/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/fracdiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.29/0.38	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/fracdiving/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/feaspump/maxlpiterofs = c 2000
0.29/0.38	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.38	c heuristics/feaspump/freq = c -1
0.29/0.38	c # minimum percentage of integer variables that have to be fixed 
0.29/0.38	c # [type: real, range: [0,1], default: 0.666]
0.29/0.38	c heuristics/crossover/minfixingrate = c 0.5
0.29/0.38	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.38	c # [type: real, range: [0,1], default: 0.1]
0.29/0.38	c heuristics/crossover/nodesquot = c 0.15
0.29/0.38	c # number of nodes without incumbent change that heuristic should wait
0.29/0.38	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.38	c heuristics/crossover/nwaitingnodes = c 100
0.29/0.38	c # number of nodes added to the contingent of the total nodes
0.29/0.38	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.38	c heuristics/crossover/nodesofs = c 750
0.29/0.38	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.38	c heuristics/crossover/freq = c -1
0.29/0.38	c # additional number of allowed LP iterations
0.29/0.38	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.38	c heuristics/coefdiving/maxlpiterofs = c 1500
0.29/0.38	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.38	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.29/0.38	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.38	c heuristics/coefdiving/freq = c -1
0.29/0.38	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.38	c presolving/probing/maxrounds = c 0
0.29/0.38	c # should presolving try to simplify knapsacks
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/knapsack/simplifyinequalities = c TRUE
0.29/0.38	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.38	c constraints/knapsack/disaggregation = c FALSE
0.29/0.38	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.38	c constraints/knapsack/maxnumcardlift = c 0
0.29/0.38	c # should presolving try to simplify inequalities
0.29/0.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39	c constraints/linear/simplifyinequalities = c TRUE
0.29/0.39	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39	c separating/maxroundsroot = c 5
0.29/0.39	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.39	c separating/maxrounds = c 1
0.29/0.39	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39	c limits/solutions = c 1
0.29/0.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39	c limits/memory = c 1620
0.29/0.39	c # maximal time in seconds to run
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39	c limits/time = c 1791
0.29/0.39	c # frequency for displaying node information lines
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.39	c display/freq = c 10000
0.29/0.39	c -----------------------------------------------------------------------------------------------
0.29/0.39	c start solving problem
0.29/0.39	c 
0.39/0.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.46	c   0.2s|     1 |     0 |    72 |  14M|   0 |  60 |3270 |3372 |3372 |3270 |6442 |   0 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.79/0.83	c   0.6s|     1 |     0 |   124 |  14M|   0 |  62 |3270 |3372 |3372 |3270 |6444 |   2 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
1.19/1.24	c   1.0s|     1 |     0 |   140 |  14M|   0 |  61 |3270 |3372 |3372 |3270 |6446 |   4 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
1.59/1.63	c   1.4s|     1 |     0 |   180 |  14M|   0 |  62 |3270 |3372 |3372 |3270 |6447 |   5 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
3.19/3.21	c   3.0s|     1 |     0 |   238 |  14M|   0 |  64 |3270 |3372 |3372 |3270 |6448 |   6 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
4.99/5.03	c   4.8s|     1 |     0 |   271 |  14M|   0 |  64 |3270 |3372 |3372 |3270 |6449 |   7 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
17.68/17.75	c  17.4s|     1 |     2 |   271 |  14M|   0 |  64 |3270 |3372 |3372 |3270 |6449 |   7 |   0 |  33 | 3.000000e+01 |      --      |    Inf 
319.00/319.14	c   317s| 10000 |  2809 |478736 |  78M|  65 |  14 |3270 |3848 |2276 |3270 | 893 | 264k| 590 |9264 | 3.000000e+01 |      --      |    Inf 
587.62/587.89	c   584s| 20000 |  4725 |997489 | 125M|  78 | 133 |3270 |4060 | 921 |3270 | 809 | 493k|1003 |  12k| 3.000000e+01 |      --      |    Inf 
859.04/859.32	c   854s| 30000 |  6459 |  1524k| 164M|  78 |  53 |3270 |4172 | 837 |3270 | 781 | 702k|1322 |  17k| 3.000000e+01 |      --      |    Inf 
1025.69/1026.08	c *1020s| 36732 |  6728 |  1829k| 172M|  78 |   - |3270 |4283 | 223 |3270 | 819 | 823k|1623 |  19k| 3.000000e+01 | 4.200000e+01 |  40.00%
1025.69/1026.08	c 
1025.69/1026.08	c SCIP Status        : solving was interrupted [solution limit reached]
1025.69/1026.08	c Solving Time (sec) : 1020.29
1025.69/1026.08	c Solving Nodes      : 36732
1025.69/1026.08	c Primal Bound       : +4.20000000000000e+01 (1 solutions)
1025.69/1026.08	c Dual Bound         : +3.00000000000006e+01
1025.69/1026.08	c Gap                : 40.00 %
1025.69/1026.09	c NODE         36732
1025.69/1026.09	c DUAL BOUND   30
1025.69/1026.09	c PRIMAL BOUND 42
1025.69/1026.09	c GAP          0.4
1025.69/1026.09	s SATISFIABLE
1025.69/1026.09	v x146 x154 -x136 -x128 -x198 x166 -x193 -x151 -x182 -x124 -x110 -x130 -x116 -x171 -x156 -x163 -x185 -x189 -x181 -x153 x179 -x167 
1025.69/1026.09	v x178 -x149 -x161 -x133 -x172 -x160 -x159 -x152 -x112 -x188 -x134 -x139 -x197 -x170 -x194 -x117 -x187 -x122 -x196 -x191 -x158 
1025.69/1026.09	v x140 -x135 -x113 x111 -x109 -x108 -x107 -x190 -x148 -x144 -x173 -x143 -x132 -x176 -x177 -x162 -x125 -x195 -x120 x200 -x131 -x121 
1025.69/1026.09	v x101 -x199 -x192 -x168 -x157 -x147 x141 -x137 -x114 -x106 -x183 -x123 -x119 -x174 -x180 x169 -x105 -x118 -x150 -x142 -x103 
1025.69/1026.09	v -x104 -x165 x115 x155 -x145 -x186 -x129 -x126 -x138 -x164 -x127 x175 x184 -x102 -x100 -x99 x98 -x97 x96 x95 -x94 -x93 x92 
1025.69/1026.09	v -x91 x90 x89 -x88 x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 
1025.69/1026.09	v -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 
1025.69/1026.09	v x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 
1025.69/1026.09	v -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1025.69/1026.09	c SCIP Status        : solving was interrupted [solution limit reached]
1025.69/1026.09	c Solving Time       :    1020.29
1025.69/1026.09	c Original Problem   :
1025.69/1026.09	c   Problem name     : HOME/instance-1870769-1245218605.opb
1025.69/1026.09	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1025.69/1026.09	c   Constraints      : 3372 initial, 3372 maximal
1025.69/1026.09	c Presolved Problem  :
1025.69/1026.09	c   Problem name     : t_HOME/instance-1870769-1245218605.opb
1025.69/1026.09	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1025.69/1026.09	c   Constraints      : 3372 initial, 4299 maximal
1025.69/1026.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1025.69/1026.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   probing          :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   and              :       0.12          0          0          0          0          0          0          0          0
1025.69/1026.09	c   linear           :       0.02          0          0          0          0          0          0          0          0
1025.69/1026.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1025.69/1026.09	c   root node        :          -          0          -          -          0          -          -          -          -
1025.69/1026.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1025.69/1026.09	c   integral         :          0          0          0      27736          0        514       3951          0          0      44460
1025.69/1026.09	c   knapsack         :          1          5     132429       2603          0          9        110          0          0          0
1025.69/1026.09	c   setppc           :        200          5     132437       2603          0        299     411878          0          0          0
1025.69/1026.09	c   and              :       3070      25882     132138       2603          0       1189    6297104     823820          0          0
1025.69/1026.09	c   linear           :          1          5     130948          1          0          2          5          0          0          0
1025.69/1026.09	c   logicor          :        100+         5      40723          1          0          0      67634          0          0          0
1025.69/1026.09	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1025.69/1026.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1025.69/1026.09	c   integral         :     125.86       0.00       0.00     125.86       0.00
1025.69/1026.09	c   knapsack         :       0.16       0.00       0.16       0.00       0.00
1025.69/1026.09	c   setppc           :       2.68       0.00       2.66       0.02       0.00
1025.69/1026.09	c   and              :      64.93      27.76      34.27       2.90       0.00
1025.69/1026.09	c   linear           :       3.56       0.00       3.56       0.00       0.00
1025.69/1026.09	c   logicor          :       1.94       0.00       1.94       0.00       0.00
1025.69/1026.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1025.69/1026.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1025.69/1026.09	c   rootredcost      :       0.08          0          0          0
1025.69/1026.09	c   pseudoobj        :      45.47     132447          0          0
1025.69/1026.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1025.69/1026.09	c   propagation      :       0.02       1499       1499       1694        9.0          2       79.0          -
1025.69/1026.09	c   infeasible LP    :       9.33      12488          0          0        0.0          0        0.0          0
1025.69/1026.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1025.69/1026.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1025.69/1026.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1025.69/1026.09	c   applied globally :          -          -          -       1623        7.7          -          -          -
1025.69/1026.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1025.69/1026.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1025.69/1026.09	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 31)
1025.69/1026.09	c   redcost          :       9.47      25882          0          0          0          0
1025.69/1026.09	c   impliedbounds    :       0.01          5          0          0          0          0
1025.69/1026.09	c   intobj           :       0.00          0          0          0          0          0
1025.69/1026.09	c   gomory           :       2.40          5          0          0       1500          0
1025.69/1026.09	c   strongcg         :       1.84          5          0          0       1502          0
1025.69/1026.09	c   cmir             :       0.00          0          0          0          0          0
1025.69/1026.09	c   flowcover        :       0.00          0          0          0          0          0
1025.69/1026.09	c   clique           :       0.02          5          0          0          0          0
1025.69/1026.09	c   zerohalf         :       0.00          0          0          0          0          0
1025.69/1026.09	c   mcf              :       0.07          2          0          0          0          0
1025.69/1026.09	c Pricers            :       Time      Calls       Vars
1025.69/1026.09	c   problem variables:       0.00          0          0
1025.69/1026.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1025.69/1026.09	c   relpscost        :     125.77      25133        514       3951          0          0      44460
1025.69/1026.09	c   pscost           :       0.00          0          0          0          0          0          0
1025.69/1026.09	c   inference        :       0.00          0          0          0          0          0          0
1025.69/1026.09	c   mostinf          :       0.00          0          0          0          0          0          0
1025.69/1026.09	c   leastinf         :       0.00          0          0          0          0          0          0
1025.69/1026.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1025.69/1026.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1025.69/1026.09	c   random           :       0.00          0          0          0          0          0          0
1025.69/1026.09	c Primal Heuristics  :       Time      Calls      Found
1025.69/1026.09	c   LP solutions     :       0.03          -          1
1025.69/1026.09	c   pseudo solutions :       0.00          -          0
1025.69/1026.09	c   simplerounding   :       0.00          0          0
1025.69/1026.09	c   rounding         :       0.00          0          0
1025.69/1026.09	c   shifting         :       0.00          0          0
1025.69/1026.09	c   intshifting      :       0.00          0          0
1025.69/1026.09	c   oneopt           :       0.00          0          0
1025.69/1026.09	c   fixandinfer      :       0.00          0          0
1025.69/1026.09	c   feaspump         :       0.00          0          0
1025.69/1026.09	c   coefdiving       :       0.00          0          0
1025.69/1026.09	c   pscostdiving     :       0.00          0          0
1025.69/1026.09	c   fracdiving       :       0.00          0          0
1025.69/1026.09	c   veclendiving     :       0.00          0          0
1025.69/1026.09	c   intdiving        :       0.00          0          0
1025.69/1026.09	c   actconsdiving    :       0.00          0          0
1025.69/1026.09	c   objpscostdiving  :       0.00          0          0
1025.69/1026.09	c   rootsoldiving    :       0.00          0          0
1025.69/1026.09	c   linesearchdiving :       0.00          0          0
1025.69/1026.09	c   guideddiving     :       0.00          0          0
1025.69/1026.09	c   octane           :       0.00          0          0
1025.69/1026.09	c   rens             :       0.00          0          0
1025.69/1026.09	c   rins             :       0.00          0          0
1025.69/1026.09	c   localbranching   :       0.00          0          0
1025.69/1026.09	c   mutation         :       0.00          0          0
1025.69/1026.09	c   crossover        :       0.00          0          0
1025.69/1026.09	c   dins             :       0.00          0          0
1025.69/1026.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1025.69/1026.09	c   primal LP        :     189.72          0          0       0.00       0.00
1025.69/1026.09	c   dual LP          :     449.32      65830    1829108      27.79    4070.84
1025.69/1026.09	c   barrier LP       :       0.00          0          0       0.00          -
1025.69/1026.09	c   diving/probing LP:       0.00          0          0       0.00          -
1025.69/1026.09	c   strong branching :     123.65      19161     598871      31.25    4843.28
1025.69/1026.09	c     (at root node) :          -         33      12349     374.21          -
1025.69/1026.09	c   conflict analysis:       0.00          0          0       0.00          -
1025.69/1026.09	c B&B Tree           :
1025.69/1026.09	c   number of runs   :          1
1025.69/1026.09	c   nodes            :      36732
1025.69/1026.09	c   nodes (total)    :      36732
1025.69/1026.09	c   nodes left       :       6728
1025.69/1026.09	c   max depth        :         78
1025.69/1026.09	c   max depth (total):         78
1025.69/1026.09	c   backtracks       :       2694 (7.3%)
1025.69/1026.09	c   delayed cutoffs  :          0
1025.69/1026.09	c   repropagations   :      24750 (32708 domain reductions, 0 cutoffs)
1025.69/1026.09	c   avg switch length:       3.64
1025.69/1026.09	c   switching time   :     224.88
1025.69/1026.09	c Solution           :
1025.69/1026.09	c   Solutions found  :          1 (1 improvements)
1025.69/1026.09	c   Primal Bound     : +4.20000000000000e+01   (in run 1, after 36732 nodes, 1020.26 seconds, depth 35, found by <relaxation>)
1025.69/1026.09	c   Dual Bound       : +3.00000000000006e+01
1025.69/1026.09	c   Gap              :      40.00 %
1025.69/1026.09	c   Root Dual Bound  : +3.00000000000000e+01
1026.00/1026.38	c Time complete: 1026.07.

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870769-1245218605/watcher-1870769-1245218605 -o /tmp/evaluation-result-1870769-1245218605/solver-1870769-1245218605 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870769-1245218605.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.99 0.97 0.99 3/64 15645
/proc/meminfo: memFree=1848064/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=5812 CPUtime=0
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 74563360 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/15645/statm: 1453 511 340 1256 0 192 0

[startup+0.0956829 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15645
/proc/meminfo: memFree=1848064/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=23100 CPUtime=0.09
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 4909 0 0 0 7 2 0 0 18 0 1 0 74563360 23654400 4539 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 5775 4539 446 1256 0 4514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23100

[startup+0.101683 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15645
/proc/meminfo: memFree=1848064/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=23100 CPUtime=0.09
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 4909 0 0 0 7 2 0 0 18 0 1 0 74563360 23654400 4539 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 5775 4539 446 1256 0 4514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23100

[startup+0.301706 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15645
/proc/meminfo: memFree=1848064/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=26760 CPUtime=0.29
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 5885 0 0 0 17 12 0 0 19 0 1 0 74563360 27402240 5515 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 6690 5515 484 1256 0 5429 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26760

[startup+0.701752 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15645
/proc/meminfo: memFree=1848064/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=44160 CPUtime=0.69
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 9796 0 0 0 50 19 0 0 18 0 1 0 74563360 45219840 9392 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 11040 9392 639 1256 0 9779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44160

[startup+1.50185 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1807416/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=53840 CPUtime=1.49
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 12243 0 0 0 128 21 0 0 25 0 1 0 74563360 55132160 11836 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 13460 11836 656 1256 0 12199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53840

[startup+3.10103 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1801656/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=55160 CPUtime=3.09
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 12594 0 0 0 288 21 0 0 25 0 1 0 74563360 56483840 12185 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 13790 12185 656 1256 0 12529 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55160

[startup+6.3014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1799928/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=60472 CPUtime=6.29
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 13611 0 0 0 606 23 0 0 25 0 1 0 74563360 61923328 12584 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 15118 12584 661 1256 0 13857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60472

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1799872/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=60476 CPUtime=12.69
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 15644 0 0 0 1243 26 0 0 25 0 1 0 74563360 61927424 12598 1992294400 4194304 9342243 548682068736 18446744073709551615 6941320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 15119 12598 661 1256 0 13858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60476

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1799616/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=54984 CPUtime=25.49
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 17580 0 0 0 2518 31 0 0 25 0 1 0 74563360 56303616 12700 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 13746 12700 687 1256 0 12485 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54984

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1799104/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=56188 CPUtime=51.08
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 17756 0 0 0 5067 41 0 0 25 0 1 0 74563360 57536512 12876 1992294400 4194304 9342243 548682068736 18446744073709551615 6088675 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 14047 12876 687 1256 0 12786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56188

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1787648/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=68548 CPUtime=102.26
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 38525 0 0 0 10155 71 0 0 25 0 1 0 74563360 70193152 15752 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 17137 15752 687 1256 0 15876 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 68548

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1767040/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=91444 CPUtime=162.24
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 61700 0 0 0 16113 111 0 0 25 0 1 0 74563360 93638656 21065 1992294400 4194304 9342243 548682068736 18446744073709551615 6088264 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 22861 21065 687 1256 0 21600 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 91444

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1748672/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=109484 CPUtime=222.22
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 81160 0 0 0 22077 145 0 0 25 0 1 0 74563360 112111616 25420 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 27371 25420 687 1256 0 26110 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 109484

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1730880/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=127784 CPUtime=282.2
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 97029 0 0 0 28046 174 0 0 25 0 1 0 74563360 130850816 29997 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 31946 29997 687 1256 0 30685 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 127784

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1712008/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=147392 CPUtime=342.19
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 110239 0 0 0 34015 204 0 0 25 0 1 0 74563360 150929408 34553 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 36848 34553 687 1256 0 35587 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 147392

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1696008/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=163820 CPUtime=402.18
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 126413 0 0 0 39981 237 0 0 25 0 1 0 74563360 167751680 38642 1992294400 4194304 9342243 548682068736 18446744073709551615 6039424 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 40955 38642 687 1256 0 39694 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 163820

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1681416/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=177012 CPUtime=462.16
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 136775 0 0 0 45950 266 0 0 25 0 1 0 74563360 181260288 42015 1992294400 4194304 9342243 548682068736 18446744073709551615 4265827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 44253 42015 687 1256 0 42992 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 177012

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1669576/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=189904 CPUtime=522.14
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 152684 0 0 0 51913 301 0 0 25 0 1 0 74563360 194461696 45048 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 47476 45048 687 1256 0 46215 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 189904

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1656648/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=203604 CPUtime=582.12
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 165691 0 0 0 57883 329 0 0 25 0 1 0 74563360 208490496 48364 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 50901 48364 687 1256 0 49640 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 203604

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1649672/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=211088 CPUtime=642.1
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 180736 0 0 0 63849 361 0 0 25 0 1 0 74563360 216154112 50046 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 52772 50046 687 1256 0 51511 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 211088

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1638664/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=223756 CPUtime=702.09
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 189060 0 0 0 69820 389 0 0 25 0 1 0 74563360 229126144 53003 1992294400 4194304 9342243 548682068736 18446744073709551615 4817501 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 55939 53003 687 1256 0 54678 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 223756

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1626440/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=234976 CPUtime=762.07
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 198924 0 0 0 75792 415 0 0 25 0 1 0 74563360 240615424 55826 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 58744 55826 687 1256 0 57483 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 234976

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1613128/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=251104 CPUtime=822.05
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 209457 0 0 0 81759 446 0 0 25 0 1 0 74563360 257130496 59203 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 62776 59203 687 1256 0 61515 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 251104

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1602120/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=262548 CPUtime=882.03
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 223020 0 0 0 87726 477 0 0 25 0 1 0 74563360 268849152 61879 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 65637 61879 687 1256 0 64376 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 262548

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1592264/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=273064 CPUtime=942.01
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 234890 0 0 0 93695 506 0 0 25 0 1 0 74563360 279617536 64379 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 68266 64379 687 1256 0 67005 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 273064

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1575368/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=290936 CPUtime=1002
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 246964 0 0 0 99666 534 0 0 25 0 1 0 74563360 297918464 68480 1992294400 4194304 9342243 548682068736 18446744073709551615 6960775 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 72734 68480 687 1256 0 71473 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 290936

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

[startup+1011.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1572872/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=294700 CPUtime=1010.8
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 249344 0 0 0 100542 538 0 0 25 0 1 0 74563360 301772800 69151 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 73675 69151 687 1256 0 72414 0
Current children cumulated CPU time (s) 1010.8
Current children cumulated vsize (KiB) 294700

[startup+1017.51 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1571208/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=295424 CPUtime=1017.19
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 251161 0 0 0 101178 541 0 0 25 0 1 0 74563360 302514176 69547 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 73856 69547 687 1256 0 72595 0
Current children cumulated CPU time (s) 1017.19
Current children cumulated vsize (KiB) 295424

[startup+1020.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1569672/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=298020 CPUtime=1020.4
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 251679 0 0 0 101497 543 0 0 25 0 1 0 74563360 305172480 69916 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 74505 69916 687 1256 0 73244 0
Current children cumulated CPU time (s) 1020.4
Current children cumulated vsize (KiB) 298020

[startup+1023.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1569544/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=297808 CPUtime=1023.59
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 252707 0 0 0 101815 544 0 0 25 0 1 0 74563360 304955392 69971 1992294400 4194304 9342243 548682068736 18446744073709551615 4264960 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 74452 69971 687 1256 0 73191 0
Current children cumulated CPU time (s) 1023.59
Current children cumulated vsize (KiB) 297808

[startup+1025.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1569224/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=299212 CPUtime=1025.19
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 253610 0 0 0 101973 546 0 0 25 0 1 0 74563360 306393088 70011 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 74803 70011 687 1256 0 73542 0
Current children cumulated CPU time (s) 1025.19
Current children cumulated vsize (KiB) 299212

[startup+1025.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1569224/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=297804 CPUtime=1025.59
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 253784 0 0 0 102013 546 0 0 25 0 1 0 74563360 304951296 70046 1992294400 4194304 9342243 548682068736 18446744073709551615 4266036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15645/statm: 74451 70046 687 1256 0 73190 0
Current children cumulated CPU time (s) 1025.59
Current children cumulated vsize (KiB) 297804

[startup+1026.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15646
/proc/meminfo: memFree=1569352/2055920 swapFree=4182476/4192956
[pid=15645] ppid=15643 vsize=297808 CPUtime=1026
/proc/15645/stat : 15645 (pbscip.linux.x8) R 15643 15645 15051 0 -1 4194304 253846 0 0 0 102054 546 0 0 25 0 1 0 74563360 304955392 70023 1992294400 4194304 9342243 548682068736 18446744073709551615 4802906 0 0 4096 0 0 0 0 17 1 0 0
/proc/15645/statm: 74452 70023 692 1256 0 73191 0
Current children cumulated CPU time (s) 1026
Current children cumulated vsize (KiB) 297808

Child status: 0
Real time (s): 1026.39
CPU time (s): 1026.08
CPU user time (s): 1020.57
CPU system time (s): 5.50916
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 299212

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

runsolver used 0.798878 second user time and 2.07168 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-17 08:03:25
IDJOB=1870769
IDBENCH=48383
IDSOLVER=684
FILE ID=node20/1870769-1245218605
PBS_JOBID= 9368421
Free space on /tmp= 66324 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_15.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-1870769-1245218605/watcher-1870769-1245218605 -o /tmp/evaluation-result-1870769-1245218605/solver-1870769-1245218605 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870769-1245218605.opb

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

MD5SUM BENCH= c41d0ae6b2deb2ba6caac7b74c416b6f
RANDOM SEED=1335046174

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1848480 kB
Buffers:         22088 kB
Cached:         108992 kB
SwapCached:       4716 kB
Active:          55044 kB
Inactive:        83844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848480 kB
SwapTotal:     4192956 kB
SwapFree:      4182476 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          13832 kB
Slab:            54544 kB
Committed_AS:   159208 kB
PageTables:       1400 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= 66312 MiB
End job on node20 at 2009-06-17 08:20:32