Trace number 2699614

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 12.4181 12.4176

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-16wqueens_wcsp.wbo
MD5SUM0eca1cee1f66f0b91a7a0aa842de562c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.99424
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables256
Total number of constraints4608
Number of soft constraints4592
Number of constraints which are clauses4592
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 17
Min constraint cost 1
Max constraint cost 17
Sum of constraints costs 74992
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2699614-1278533797.wbo>
0.01/0.05	c original problem has 9440 variables (4848 bin, 0 int, 0 impl, 4592 cont) and 9201 constraints
0.01/0.05	c problem read
0.01/0.05	c presolving settings loaded
0.01/0.05	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.01/0.09	c presolving:
0.09/0.11	c (round 1) 4400 del vars, 0 del conss, 4400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4592 impls, 16 clqs
0.09/0.19	c (round 2) 8800 del vars, 4400 del conss, 4592 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13392 impls, 16 clqs
0.29/0.38	c (round 3) 8800 del vars, 4400 del conss, 4592 chg bounds, 0 chg sides, 0 chg coeffs, 4609 upgd conss, 13392 impls, 16 clqs
0.39/0.48	c    (0.4s) probing: 342/448 (76.3%) - 0 fixings, 0 aggregations, 192 implications, 0 bound changes
0.39/0.48	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.39/0.48	c presolving (4 rounds):
0.39/0.48	c  8800 deleted vars, 4400 deleted constraints, 4592 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.48	c  13968 implications, 16 cliques
0.39/0.48	c presolved problem has 640 variables (448 bin, 0 int, 0 impl, 192 cont) and 4801 constraints
0.39/0.48	c     192 constraints of type <indicator>
0.39/0.48	c     192 constraints of type <varbound>
0.39/0.48	c       1 constraints of type <knapsack>
0.39/0.48	c      16 constraints of type <setppc>
0.39/0.48	c    4400 constraints of type <logicor>
0.39/0.48	c transformed objective value is always integral (scale: 1)
0.39/0.48	c Presolving Time: 0.36
0.39/0.48	c - non default parameters ----------------------------------------------------------------------
0.39/0.48	c # SCIP version 1.2.1.2
0.39/0.48	c 
0.39/0.48	c # frequency for displaying node information lines
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.48	c display/freq = 10000
0.39/0.48	c 
0.39/0.48	c # maximal time in seconds to run
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/time = 1799.96
0.39/0.48	c 
0.39/0.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/memory = 3420
0.39/0.48	c 
0.39/0.48	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.48	c lp/solvefreq = -1
0.39/0.48	c 
0.39/0.48	c # should presolving try to simplify inequalities
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/linear/simplifyinequalities = TRUE
0.39/0.48	c 
0.39/0.48	c # should presolving try to simplify knapsacks
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.48	c 
0.39/0.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c separating/rapidlearning/freq = 0
0.39/0.48	c 
0.39/0.48	c -----------------------------------------------------------------------------------------------
0.39/0.48	c start solving
0.39/0.48	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c   0.4s|     1 |     2 |     0 |     - |  27M|   0 |   - | 640 |4801 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	o 6
0.49/0.56	c * 0.5s|   211 |   192 |     0 |   0.0 |  27M| 166 |   - | 640 |4891 |   0 |   0 |   0 |  90 |   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
0.49/0.57	o 5
0.49/0.57	c * 0.5s|   224 |   201 |     0 |   0.0 |  27M| 166 |   - | 640 |4901 |   0 |   0 |   0 | 100 |   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
0.49/0.59	o 3
0.49/0.59	c * 0.5s|   285 |   230 |     0 |   0.0 |  27M| 166 |   - | 640 |5051 |   0 |   0 |   0 | 250 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
4.09/4.19	c   3.8s| 10000 |  8793 |     0 |   0.0 |  33M| 177 |   - | 640 |7268 |   0 |   0 |   0 |4400 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
8.09/8.19	c   7.4s| 20000 | 17406 |     0 |   0.0 |  39M| 177 |   - | 640 |7751 |   0 |   0 |   0 |7927 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
8.39/8.43	o 2
8.39/8.43	c * 7.6s| 20521 | 13048 |     0 |   0.0 |  37M| 177 |   - | 640 |7880 |   0 |   0 |   0 |8207 |   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
12.29/12.33	c 
12.29/12.33	c SCIP Status        : problem is solved [optimal solution found]
12.29/12.33	c Solving Time (sec) : 11.38
12.29/12.33	c Solving Nodes      : 24462
12.29/12.33	c Primal Bound       : +2.00000000000000e+00 (4 solutions)
12.29/12.33	c Dual Bound         : +2.00000000000000e+00
12.29/12.33	c Gap                : 0.00 %
12.29/12.34	s OPTIMUM FOUND
12.29/12.34	v -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 
12.29/12.34	v -x234 -x233 -x232 -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 
12.29/12.34	v -x213 -x212 -x211 -x210 -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 
12.29/12.34	v -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 
12.29/12.34	v -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 
12.29/12.34	v -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 
12.29/12.34	v -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 
12.29/12.34	v -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 
12.29/12.34	v -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 
12.29/12.34	v -x59 x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 
12.29/12.34	v x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 
12.29/12.34	v -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
12.29/12.34	c SCIP Status        : problem is solved [optimal solution found]
12.29/12.34	c Solving Time       :      11.38
12.29/12.34	c Original Problem   :
12.29/12.34	c   Problem name     : HOME/instance-2699614-1278533797.wbo
12.29/12.34	c   Variables        : 9440 (4848 binary, 0 integer, 0 implicit integer, 4592 continuous)
12.29/12.34	c   Constraints      : 9201 initial, 9201 maximal
12.29/12.34	c Presolved Problem  :
12.29/12.34	c   Problem name     : t_HOME/instance-2699614-1278533797.wbo
12.29/12.34	c   Variables        : 640 (448 binary, 0 integer, 0 implicit integer, 192 continuous)
12.29/12.34	c   Constraints      : 4801 initial, 31266 maximal
12.29/12.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
12.29/12.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   implics          :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   probing          :       0.07          0          0          0          0          0          0          0          0
12.29/12.34	c   indicator        :       0.06       4400          0          0          0          0       4400          0          0
12.29/12.34	c   varbound         :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   setppc           :       0.00          0          0          0          0          0          0          0          0
12.29/12.34	c   linear           :       0.20       4400          0          0       4592          0          0          0          0
12.29/12.34	c   logicor          :       0.01          0          0          0          0          0          0          0          0
12.29/12.34	c   root node        :          -          0          -          -          0          -          -          -          -
12.29/12.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
12.29/12.34	c   integral         :          0          0          0          0          0          0          0          0          0          0
12.29/12.34	c   indicator        :        192          0      52369          0      20770        150     232115          0          0          0
12.29/12.34	c   varbound         :        192          0      47840          0      20370          0     145156          0          0          0
12.29/12.34	c   knapsack         :          1          0      53014          0      20834          0          0          0          0          0
12.29/12.34	c   setppc           :         16          0      53005          0      20830       2392      33233          0          0          0
12.29/12.34	c   logicor          :       4400+         0      24662          0      20834       1934     143864          0          0          0
12.29/12.34	c   countsols        :          0          0          0          0      20834          0          0          0          0          0
12.29/12.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
12.29/12.34	c   integral         :       0.00       0.00       0.00       0.00       0.00
12.29/12.34	c   indicator        :       0.32       0.00       0.19       0.00       0.13
12.29/12.34	c   varbound         :       0.23       0.00       0.19       0.00       0.04
12.29/12.34	c   knapsack         :       0.39       0.00       0.34       0.00       0.05
12.29/12.34	c   setppc           :       0.32       0.00       0.29       0.00       0.03
12.29/12.34	c   logicor          :       5.91       0.00       2.01       0.00       3.90
12.29/12.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00
12.29/12.34	c Propagators        :       Time      Calls    Cutoffs    DomReds
12.29/12.34	c   vbounds          :       0.36      24922          0       2276
12.29/12.34	c   rootredcost      :       0.00          0          0          0
12.29/12.34	c   pseudoobj        :       0.34      52633        151     231610
12.29/12.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
12.29/12.34	c   propagation      :       0.50       4477       4459      12440       45.0      74562        2.0          -
12.29/12.34	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
12.29/12.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
12.29/12.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
12.29/12.34	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
12.29/12.34	c   applied globally :          -          -          -      32326        3.0          -          -          -
12.29/12.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
12.29/12.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
12.29/12.34	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
12.29/12.34	c   redcost          :       0.00          0          0          0          0          0
12.29/12.34	c   impliedbounds    :       0.00          0          0          0          0          0
12.29/12.34	c   intobj           :       0.00          0          0          0          0          0
12.29/12.34	c   cgmip            :       0.00          0          0          0          0          0
12.29/12.34	c   gomory           :       0.00          0          0          0          0          0
12.29/12.34	c   strongcg         :       0.00          0          0          0          0          0
12.29/12.34	c   cmir             :       0.00          0          0          0          0          0
12.29/12.34	c   flowcover        :       0.00          0          0          0          0          0
12.29/12.34	c   clique           :       0.00          0          0          0          0          0
12.29/12.34	c   zerohalf         :       0.00          0          0          0          0          0
12.29/12.34	c   mcf              :       0.00          0          0          0          0          0
12.29/12.34	c   rapidlearning    :       0.00          0          0          0          0          0
12.29/12.34	c Pricers            :       Time      Calls       Vars
12.29/12.34	c   problem variables:       0.00          0          0
12.29/12.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
12.29/12.34	c   relpscost        :       0.00          0          0          0          0          0          0
12.29/12.34	c   pscost           :       0.00          0          0          0          0          0          0
12.29/12.34	c   inference        :       0.37      20830          0          0          0          0      41660
12.29/12.34	c   mostinf          :       0.00          0          0          0          0          0          0
12.29/12.34	c   leastinf         :       0.00          0          0          0          0          0          0
12.29/12.34	c   fullstrong       :       0.00          0          0          0          0          0          0
12.29/12.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
12.29/12.34	c   random           :       0.00          0          0          0          0          0          0
12.29/12.34	c Primal Heuristics  :       Time      Calls      Found
12.29/12.34	c   LP solutions     :       0.00          -          0
12.29/12.34	c   pseudo solutions :       0.00          -          4
12.29/12.34	c   oneopt           :       0.00          0          0
12.29/12.34	c   trivial          :       0.01          2          0
12.29/12.34	c   simplerounding   :       0.00          0          0
12.29/12.34	c   zirounding       :       0.00          0          0
12.29/12.34	c   rounding         :       0.00          0          0
12.29/12.34	c   shifting         :       0.00          0          0
12.29/12.34	c   intshifting      :       0.00          0          0
12.29/12.34	c   twoopt           :       0.00          0          0
12.29/12.34	c   fixandinfer      :       0.00          0          0
12.29/12.34	c   feaspump         :       0.00          0          0
12.29/12.34	c   coefdiving       :       0.00          0          0
12.29/12.34	c   pscostdiving     :       0.00          0          0
12.29/12.34	c   fracdiving       :       0.00          0          0
12.29/12.34	c   veclendiving     :       0.00          0          0
12.29/12.34	c   intdiving        :       0.00          0          0
12.29/12.34	c   actconsdiving    :       0.00          0          0
12.29/12.34	c   objpscostdiving  :       0.00          0          0
12.29/12.34	c   rootsoldiving    :       0.00          0          0
12.29/12.34	c   linesearchdiving :       0.00          0          0
12.29/12.34	c   guideddiving     :       0.00          0          0
12.29/12.34	c   octane           :       0.00          0          0
12.29/12.34	c   rens             :       0.00          0          0
12.29/12.34	c   rins             :       0.00          0          0
12.29/12.34	c   localbranching   :       0.00          0          0
12.29/12.34	c   mutation         :       0.00          0          0
12.29/12.34	c   crossover        :       0.00          0          0
12.29/12.34	c   dins             :       0.00          0          0
12.29/12.34	c   undercover       :       0.00          0          0
12.29/12.34	c   nlp              :       0.00          0          0
12.29/12.34	c   trysol           :       0.00          0          0
12.29/12.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
12.29/12.34	c   primal LP        :       0.00          0          0       0.00          -
12.29/12.34	c   dual LP          :       0.00          0          0       0.00          -
12.29/12.34	c   lex dual LP      :       0.00          0          0       0.00          -
12.29/12.34	c   barrier LP       :       0.00          0          0       0.00          -
12.29/12.34	c   diving/probing LP:       0.00          0          0       0.00          -
12.29/12.34	c   strong branching :       0.00          0          0       0.00          -
12.29/12.34	c     (at root node) :          -          0          0       0.00          -
12.29/12.34	c   conflict analysis:       0.00          0          0       0.00          -
12.29/12.34	c B&B Tree           :
12.29/12.34	c   number of runs   :          1
12.29/12.34	c   nodes            :      24462
12.29/12.34	c   nodes (total)    :      24462
12.29/12.34	c   nodes left       :          0
12.29/12.34	c   max depth        :        177
12.29/12.34	c   max depth (total):        177
12.29/12.34	c   backtracks       :       4274 (17.5%)
12.29/12.34	c   delayed cutoffs  :      12426
12.29/12.34	c   repropagations   :      10497 (250737 domain reductions, 1000 cutoffs)
12.29/12.34	c   avg switch length:       7.20
12.29/12.34	c   switching time   :       1.95
12.29/12.34	c Solution           :
12.29/12.34	c   Solutions found  :          4 (4 improvements)
12.29/12.34	c   First Solution   : +6.00000000000000e+00   (in run 1, after 211 nodes, 0.46 seconds, depth 117, found by <relaxation>)
12.29/12.34	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 20521 nodes, 7.64 seconds, depth 129, found by <relaxation>)
12.29/12.34	c   Dual Bound       : +2.00000000000000e+00
12.29/12.34	c   Gap              :       0.00 %
12.29/12.34	c   Root Dual Bound  : +0.00000000000000e+00
12.29/12.34	c   Root Iterations  :          0
12.39/12.41	c Time complete: 12.41.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699614-1278533797/watcher-2699614-1278533797 -o /tmp/evaluation-result-2699614-1278533797/solver-2699614-1278533797 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2699614-1278533797.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.24 0.05 0.02 2/173 19217
/proc/meminfo: memFree=29824256/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=8204 CPUtime=0
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 1537 0 0 0 0 0 0 0 22 0 1 0 21593247 8400896 1460 4089446400 4194304 7136930 140733961156272 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19217/statm: 2051 1460 275 719 0 1330 0

[startup+0.023751 s]
/proc/loadavg: 0.24 0.05 0.02 2/173 19217
/proc/meminfo: memFree=29824256/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=14152 CPUtime=0.01
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 3012 0 0 0 1 0 0 0 24 0 1 0 21593247 14491648 2935 4089446400 4194304 7136930 140733961156272 18446744073709551615 6268873 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19217/statm: 3538 2935 275 719 0 2817 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14152

[startup+0.100808 s]
/proc/loadavg: 0.24 0.05 0.02 2/173 19217
/proc/meminfo: memFree=29824256/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=45092 CPUtime=0.09
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 10734 0 0 0 8 1 0 0 24 0 1 0 21593247 46174208 10303 4089446400 4194304 7136930 140733961156272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 11273 10303 341 719 0 10552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45092

[startup+0.300774 s]
/proc/loadavg: 0.24 0.05 0.02 2/173 19217
/proc/meminfo: memFree=29824256/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=46640 CPUtime=0.29
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 12192 0 0 0 26 3 0 0 25 0 1 0 21593247 47759360 10733 4089446400 4194304 7136930 140733961156272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 11660 10733 355 719 0 10939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46640

[startup+0.700697 s]
/proc/loadavg: 0.24 0.05 0.02 2/173 19217
/proc/meminfo: memFree=29824256/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=49700 CPUtime=0.69
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 14297 0 0 0 62 7 0 0 25 0 1 0 21593247 50892800 11553 4089446400 4194304 7136930 140733961156272 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 12425 11553 408 719 0 11704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49700

[startup+1.50051 s]
/proc/loadavg: 0.24 0.05 0.02 2/174 19218
/proc/meminfo: memFree=29778616/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=50632 CPUtime=1.49
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 14542 0 0 0 136 13 0 0 25 0 1 0 21593247 51847168 11798 4089446400 4194304 7136930 140733961156272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 12658 11798 408 719 0 11937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50632

[startup+3.10015 s]
/proc/loadavg: 0.24 0.05 0.02 2/174 19218
/proc/meminfo: memFree=29776384/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=54704 CPUtime=3.09
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 15525 0 0 0 284 25 0 0 25 0 1 0 21593247 56016896 12781 4089446400 4194304 7136930 140733961156272 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 13676 12781 408 719 0 12955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54704

[startup+6.30065 s]
/proc/loadavg: 0.30 0.07 0.02 2/174 19218
/proc/meminfo: memFree=29770700/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=61324 CPUtime=6.29
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 17124 0 0 0 577 52 0 0 25 0 1 0 21593247 62795776 14380 4089446400 4194304 7136930 140733961156272 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 15331 14380 408 719 0 14610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61324

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

[startup+9.50105 s]
/proc/loadavg: 0.30 0.07 0.02 2/174 19218
/proc/meminfo: memFree=29763880/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=70212 CPUtime=9.49
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 19134 0 0 0 869 80 0 0 25 0 1 0 21593247 71897088 16390 4089446400 4194304 7136930 140733961156272 18446744073709551615 4225846 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19217/statm: 17553 16390 408 719 0 16832 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 70212

[startup+11.1008 s]
/proc/loadavg: 0.36 0.08 0.03 3/179 19228
/proc/meminfo: memFree=29745984/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=76960 CPUtime=11.09
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 20668 0 0 0 1022 87 0 0 25 0 1 0 21593247 78807040 17924 4089446400 4194304 7136930 140733961156272 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19217/statm: 19240 17924 408 719 0 18519 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 76960

[startup+11.9007 s]
/proc/loadavg: 0.36 0.08 0.03 3/179 19228
/proc/meminfo: memFree=29745984/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=78888 CPUtime=11.89
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 21085 0 0 0 1100 89 0 0 25 0 1 0 21593247 80781312 18341 4089446400 4194304 7136930 140733961156272 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19217/statm: 19722 18341 408 719 0 19001 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 78888

[startup+12.3006 s]
/proc/loadavg: 0.36 0.08 0.03 3/179 19228
/proc/meminfo: memFree=29744392/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=79620 CPUtime=12.29
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 21260 0 0 0 1139 90 0 0 25 0 1 0 21593247 81530880 18516 4089446400 4194304 7136930 140733961156272 18446744073709551615 4221700 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19217/statm: 19905 18516 409 719 0 19184 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 79620

[startup+12.4006 s]
/proc/loadavg: 0.36 0.08 0.03 3/179 19228
/proc/meminfo: memFree=29744392/32950928 swapFree=67111528/67111528
[pid=19217] ppid=19215 vsize=69048 CPUtime=12.39
/proc/19217/stat : 19217 (pbscip.linux.x8) R 19215 19217 19071 0 -1 4202496 21319 0 0 0 1149 90 0 0 25 0 1 0 21593247 70705152 15894 4089446400 4194304 7136930 140733961156272 18446744073709551615 4698828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19217/statm: 17262 15894 414 719 0 16541 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 69048

Child status: 0
Real time (s): 12.4176
CPU time (s): 12.4181
CPU user time (s): 11.5053
CPU system time (s): 0.912861
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 79620

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

runsolver used 0.022996 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node122 at 2010-07-07 22:16:37
IDJOB=2699614
IDBENCH=79359
IDSOLVER=1206
FILE ID=node122/2699614-1278533797
PBS_JOBID= 11239234
Free space on /tmp= 73408 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-16wqueens_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699614-1278533797/watcher-2699614-1278533797 -o /tmp/evaluation-result-2699614-1278533797/solver-2699614-1278533797 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2699614-1278533797.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0eca1cee1f66f0b91a7a0aa842de562c
RANDOM SEED=1833231239

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29824660 kB
Buffers:        136680 kB
Cached:        2774692 kB
SwapCached:          0 kB
Active:        1067572 kB
Inactive:      1906284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29824660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3448 kB
Writeback:           0 kB
AnonPages:       62532 kB
Mapped:          14712 kB
Slab:            87436 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73404 MiB
End job on node122 at 2010-07-07 22:16:50