Trace number 1870561

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-47 1796.77 1802.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_3.opb
MD5SUM27440fbcb5a9ea2c9ae6b100e77dc1d3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1796.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -60
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

Quality of the solution as a function of time


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

Solver Data

0.02/0.05	c SCIP version 1.1.0.7
0.02/0.05	c LP-Solver Clp 1.8.2
0.02/0.05	c user parameter file <scip.set> not found - using default parameters
0.02/0.05	c read problem <HOME/instance-1870561-1245212017.opb>
0.02/0.05	c original problem has 2888 variables (2888 bin, 0 int, 0 impl, 0 cont) and 3089 constraints
0.02/0.07	c start presolving problem
0.02/0.07	c presolving:
0.18/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20304 impls, 400 clqs
0.38/0.43	c    (0.2s) probing: 101/2888 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.38/0.43	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.38/0.43	c presolving (2 rounds):
0.38/0.43	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.38/0.43	c  20304 implications, 400 cliques
0.38/0.43	c presolved problem has 2888 variables (2888 bin, 0 int, 0 impl, 0 cont) and 3089 constraints
0.38/0.43	c     400 constraints of type <setppc>
0.38/0.43	c    2488 constraints of type <and>
0.38/0.43	c       1 constraints of type <linear>
0.38/0.43	c     200 constraints of type <logicor>
0.38/0.43	c transformed objective value is always integral (scale: 1)
0.38/0.43	c Presolving Time: 0.19
0.38/0.43	c OPT-NLC
0.38/0.43	c -----------------------------------------------------------------------------------------------
0.38/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.38/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.43	c limits/memory = c 1620
0.38/0.43	c # maximal time in seconds to run
0.38/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.43	c limits/time = c 1791
0.38/0.43	c # frequency for displaying node information lines
0.38/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.38/0.43	c display/freq = c 10000
0.38/0.43	c -----------------------------------------------------------------------------------------------
0.38/0.43	c start solving problem
0.38/0.43	c 
0.78/0.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.78/0.87	c   0.6s|     1 |     0 |   865 |  13M|   0 | 743 |2888 |3089 |3089 |2888 |5577 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.78/0.89	o 0
0.78/0.89	c R 0.7s|     1 |     0 |   865 |  13M|   0 | 743 |2888 |3089 |3089 |2888 |5577 |   0 |   0 |   0 |-1.000000e+02 |-1.332268e-14 | 100.00%
4.08/4.18	c   3.9s|     1 |     0 |  3454 |  14M|   0 | 969 |2888 |3089 |3089 |2888 |5595 |  18 |   0 |   0 |-1.000000e+02 |-1.332268e-14 | 100.00%
10.08/10.14	c   9.9s|     1 |     0 |  5474 |  14M|   0 |1653 |2888 |3089 |3089 |2888 |5604 |  27 |   0 |   0 |-1.000000e+02 |-1.332268e-14 | 100.00%
10.08/10.17	o -8
10.08/10.17	c s 9.9s|     1 |     0 |  5474 |  14M|   0 |1653 |2888 |3089 |3089 |2888 |5604 |  27 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
12.78/12.80	c  12.5s|     1 |     0 |  6047 |  14M|   0 |1665 |2888 |3089 |3089 |2888 |5669 |  92 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
15.17/15.30	c  15.0s|     1 |     0 |  6415 |  14M|   0 |1675 |2888 |3089 |3089 |2888 |5700 | 123 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
17.67/17.79	c  17.5s|     1 |     0 |  6788 |  14M|   0 |1689 |2888 |3089 |3089 |2888 |5720 | 143 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
20.17/20.24	c  19.9s|     1 |     0 |  6957 |  14M|   0 |1687 |2888 |3089 |3089 |2888 |5743 | 166 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
33.17/33.30	c  32.9s|     1 |     2 |  6957 |  14M|   0 |1687 |2888 |3089 |3089 |2888 |5743 | 166 |   0 |  18 |-1.000000e+02 |-8.000000e+00 |  92.00%
892.01/894.87	o -41
892.01/894.87	c f 890s|    30 |    31 |931434 |  16M|  14 |   - |2888 |3108 | 132 |2888 |3232 |4735 |  19 | 540 |-9.950000e+01 |-4.100000e+01 |  58.79%
1018.65/1021.62	o -44
1018.65/1021.62	c f1016s|    34 |    35 |  1056k|  16M|  14 |   - |2888 |3112 | 151 |2888 |3162 |5953 |  23 | 615 |-9.950000e+01 |-4.400000e+01 |  55.78%
1324.37/1328.74	o -47
1324.37/1328.74	c f1320s|    52 |    53 |  1315k|  17M|  14 |   - |2888 |3120 | 120 |2888 |3107 |9606 |  31 | 882 |-9.888890e+01 |-4.700000e+01 |  52.47%
1796.62/1801.97	c 
1796.62/1801.97	c SCIP Status        : solving was interrupted [time limit reached]
1796.62/1801.97	c Solving Time (sec) : 1791.00
1796.62/1801.97	c Solving Nodes      : 83
1796.62/1801.97	c Primal Bound       : -4.70000000000000e+01 (7 solutions)
1796.62/1801.97	c Dual Bound         : -9.81448241259121e+01
1796.62/1801.97	c Gap                : 52.11 %
1796.62/1801.97	c NODE         83
1796.62/1801.97	c DUAL BOUND   -98.1448
1796.62/1801.97	c PRIMAL BOUND -47
1796.62/1801.97	c GAP          0.521116
1796.62/1801.97	s SATISFIABLE
1796.62/1801.97	v -x364 x366 x370 -x297 -x268 x312 -x330 -x310 -x388 -x395 -x260 -x319 -x263 -x331 -x276 -x300 x373 x374 -x358 x250 -x380 x356 x292 
1796.62/1801.97	v x315 -x361 -x332 -x293 -x281 -x378 -x371 -x247 -x321 -x233 -x359 -x383 x223 -x397 -x339 -x266 -x264 -x322 x240 -x313 -x352 
1796.62/1801.97	v -x326 -x257 -x218 -x367 x280 -x234 -x344 -x285 -x333 x311 x306 -x277 x219 x363 -x379 -x385 -x389 -x232 x290 -x355 -x228 -x246 
1796.62/1801.97	v x214 -x221 -x216 x302 -x252 x345 -x335 -x213 -x301 -x294 -x251 -x235 -x350 -x336 -x244 -x382 -x381 -x384 -x304 -x328 -x275 
1796.62/1801.97	v x217 x261 -x308 -x222 -x299 -x354 -x230 -x210 -x329 -x357 -x284 -x346 -x227 -x398 -x314 -x209 x396 -x365 -x270 -x392 -x327 -x307 
1796.62/1801.97	v -x267 -x254 x317 -x320 -x318 -x287 -x220 -x243 -x212 x351 -x309 x271 -x334 -x278 x368 -x372 -x272 -x305 -x206 x236 -x211 
1796.62/1801.97	v x387 -x237 -x298 -x249 -x238 -x225 x390 -x400 -x283 -x205 -x324 x303 x245 -x229 x323 -x353 x282 -x348 x289 -x393 -x349 -x295 
1796.62/1801.97	v -x204 -x360 -x342 -x256 -x291 x279 x362 -x207 -x375 -x337 x215 x255 -x399 x288 x231 -x208 -x269 -x338 x286 x248 -x274 -x239 x343 
1796.62/1801.97	v -x316 -x391 -x253 -x224 -x296 -x376 -x242 -x203 -x340 -x394 -x325 -x259 -x201 -x262 -x258 -x265 -x202 x377 -x273 -x341 -x226 
1796.62/1801.97	v -x241 x369 x386 -x347 x200 x199 -x198 -x197 -x196 -x195 x194 x193 x192 x191 -x190 -x189 -x188 -x187 -x186 x185 x184 -x183 
1796.62/1801.97	v -x182 x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 
1796.62/1801.97	v -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 x147 x146 -x145 -x144 -x143 -x142 x141 x140 
1796.62/1801.97	v -x139 -x138 x137 -x136 x135 x134 -x133 -x132 x131 x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 
1796.62/1801.97	v -x117 x116 -x115 x114 x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 
1796.62/1801.97	v x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1796.62/1801.97	v -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1796.62/1801.97	v -x43 -x42 -x41 -x40 x39 x38 -x37 -x36 x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 x26 x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 
1796.62/1801.97	v -x16 -x15 -x14 x13 -x12 x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1796.62/1801.97	c SCIP Status        : solving was interrupted [time limit reached]
1796.62/1801.97	c Solving Time       :    1791.00
1796.62/1801.97	c Original Problem   :
1796.62/1801.97	c   Problem name     : HOME/instance-1870561-1245212017.opb
1796.62/1801.97	c   Variables        : 2888 (2888 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.62/1801.97	c   Constraints      : 3089 initial, 3089 maximal
1796.62/1801.97	c Presolved Problem  :
1796.62/1801.97	c   Problem name     : t_HOME/instance-1870561-1245212017.opb
1796.62/1801.97	c   Variables        : 2888 (2888 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.62/1801.97	c   Constraints      : 3089 initial, 3123 maximal
1796.62/1801.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.62/1801.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.62/1801.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.62/1801.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.62/1801.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.62/1801.97	c   implics          :       0.01          0          0          0          0          0          0          0          0
1796.62/1801.97	c   probing          :       0.06          0          0          0          0          0          0          0          0
1796.62/1801.97	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1796.62/1801.97	c   and              :       0.10          0          0          0          0          0          0          0          0
1796.62/1801.97	c   linear           :       0.02          0          0          0          0          0          0          0          0
1796.62/1801.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.62/1801.97	c   root node        :          -          0          -          -          0          -          -          -          -
1796.62/1801.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.62/1801.97	c   integral         :          0          0          0         84          0          0          3          0          0        164
1796.62/1801.97	c   setppc           :        400          6      22016          0          1          9        211          0          0          0
1796.62/1801.97	c   and              :       2488        326      22006          0          1         24       3620      34517          0          0
1796.62/1801.97	c   linear           :          1          6      21980          0          0          0          0          0          0          0
1796.62/1801.97	c   logicor          :        200+         6       1326          0          1          0         61          0          0          0
1796.62/1801.97	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.62/1801.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.62/1801.97	c   integral         :     307.31       0.00       0.00     307.31       0.00
1796.62/1801.97	c   setppc           :       0.70       0.00       0.70       0.00       0.00
1796.62/1801.97	c   and              :       5.59       0.82       4.77       0.00       0.00
1796.62/1801.97	c   linear           :       0.31       0.03       0.28       0.00       0.00
1796.62/1801.97	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1796.62/1801.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.62/1801.98	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.62/1801.98	c   rootredcost      :       0.04          4          0          0
1796.62/1801.98	c   pseudoobj        :       0.40      21830          0          0
1796.62/1801.98	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.62/1801.98	c   propagation      :       0.00         33         33         33        2.3          1      200.0          -
1796.62/1801.98	c   infeasible LP    :       0.11        137          0          0        0.0          0        0.0          0
1796.62/1801.98	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.62/1801.98	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.62/1801.98	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.62/1801.98	c   applied globally :          -          -          -         34        8.1          -          -          -
1796.62/1801.98	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.62/1801.98	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.62/1801.98	c   cut pool         :       0.01          5          -          -          3          -    (maximal pool size: 240)
1796.62/1801.98	c   redcost          :       0.08        326          0          0          0          0
1796.62/1801.98	c   impliedbounds    :       0.01          6          0          0        208          0
1796.62/1801.98	c   intobj           :       0.00          0          0          0          0          0
1796.62/1801.98	c   gomory           :       4.96          6          0          0        622          0
1796.62/1801.98	c   strongcg         :       4.52          6          0          0        622          0
1796.62/1801.98	c   cmir             :       0.40          6          0          0          0          0
1796.62/1801.98	c   flowcover        :       0.37          6          0          0          0          0
1796.62/1801.98	c   clique           :       0.45          6          0          0         37          0
1796.62/1801.98	c   zerohalf         :       0.00          0          0          0          0          0
1796.62/1801.98	c   mcf              :       0.01          1          0          0          0          0
1796.62/1801.98	c Pricers            :       Time      Calls       Vars
1796.62/1801.98	c   problem variables:       0.00          0          0
1796.62/1801.98	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.62/1801.98	c   relpscost        :     307.31         84          0          3          0          0        164
1796.62/1801.98	c   pscost           :       0.00          0          0          0          0          0          0
1796.62/1801.98	c   inference        :       0.00          1          0          0          0          0          2
1796.62/1801.98	c   mostinf          :       0.00          0          0          0          0          0          0
1796.62/1801.98	c   leastinf         :       0.00          0          0          0          0          0          0
1796.62/1801.98	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.62/1801.98	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.62/1801.98	c   random           :       0.00          0          0          0          0          0          0
1796.62/1801.98	c Primal Heuristics  :       Time      Calls      Found
1796.62/1801.98	c   LP solutions     :       0.00          -          0
1796.62/1801.98	c   pseudo solutions :       0.00          -          0
1796.62/1801.98	c   crossover        :       0.00          0          0
1796.62/1801.98	c   oneopt           :       0.02          4          0
1796.62/1801.98	c   simplerounding   :       0.00          0          0
1796.62/1801.98	c   rounding         :       4.15        347          1
1796.62/1801.98	c   shifting         :       0.54         27          3
1796.62/1801.98	c   intshifting      :       0.00          0          0
1796.62/1801.98	c   fixandinfer      :       0.00          0          0
1796.62/1801.98	c   feaspump         :       0.00          0          0
1796.62/1801.98	c   coefdiving       :      92.14          3          0
1796.62/1801.98	c   pscostdiving     :     102.25          3          0
1796.62/1801.98	c   fracdiving       :     197.72          7          3
1796.62/1801.98	c   veclendiving     :      70.14          2          0
1796.62/1801.98	c   intdiving        :       0.00          0          0
1796.62/1801.98	c   actconsdiving    :       0.00          0          0
1796.62/1801.98	c   objpscostdiving  :     278.33          1          0
1796.62/1801.98	c   rootsoldiving    :      23.18          1          0
1796.62/1801.98	c   linesearchdiving :      63.97          3          0
1796.62/1801.98	c   guideddiving     :      91.92          3          0
1796.62/1801.98	c   octane           :       0.00          0          0
1796.62/1801.98	c   rens             :       0.00          0          0
1796.62/1801.98	c   rins             :       0.00          0          0
1796.62/1801.98	c   localbranching   :       0.00          0          0
1796.62/1801.98	c   mutation         :       0.00          0          0
1796.62/1801.98	c   dins             :       0.00          0          0
1796.62/1801.98	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.62/1801.98	c   primal LP        :      53.51          0          0       0.00       0.00
1796.62/1801.98	c   dual LP          :     492.28        360     500948    1391.52    1017.61
1796.62/1801.98	c   barrier LP       :       0.00          0          0       0.00          -
1796.62/1801.98	c   diving/probing LP:     870.57      19800    1269717      64.13    1458.49
1796.62/1801.98	c   strong branching :     307.17       1148     355446     309.62    1157.16
1796.62/1801.98	c     (at root node) :          -         18       6696     372.00          -
1796.62/1801.98	c   conflict analysis:       0.00          0          0       0.00          -
1796.62/1801.98	c B&B Tree           :
1796.62/1801.98	c   number of runs   :          1
1796.62/1801.98	c   nodes            :         83
1796.62/1801.98	c   nodes (total)    :         83
1796.62/1801.98	c   nodes left       :         84
1796.62/1801.98	c   max depth        :         17
1796.62/1801.98	c   max depth (total):         17
1796.62/1801.98	c   backtracks       :         33 (39.8%)
1796.62/1801.98	c   delayed cutoffs  :          0
1796.62/1801.98	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.62/1801.98	c   avg switch length:       3.67
1796.62/1801.98	c   switching time   :      53.59
1796.62/1801.98	c Solution           :
1796.62/1801.98	c   Solutions found  :          7 (5 improvements)
1796.62/1801.98	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 52 nodes, 1320.50 seconds, depth 875, found by <fracdiving>)
1796.62/1801.98	c   Dual Bound       : -9.81448241259121e+01
1796.62/1801.98	c   Gap              :      52.11 %
1796.62/1801.98	c   Root Dual Bound  : -9.99999999999996e+01
1796.71/1802.03	c Time complete: 1796.76.

Verifier Data

OK	-47

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870561-1245212017/watcher-1870561-1245212017 -o /tmp/evaluation-result-1870561-1245212017/solver-1870561-1245212017 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870561-1245212017.opb 

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


[startup+0 s]
/proc/loadavg: 1.91 1.70 1.63 3/86 19114
/proc/meminfo: memFree=608648/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=5280 CPUtime=0
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 188800799 5406720 224 1992294400 4194304 9342243 548682068736 18446744073709551615 4489661 0 0 4096 0 0 0 0 17 0 0 0
/proc/19114/statm: 1320 224 180 1256 0 59 0

[startup+0.038124 s]
/proc/loadavg: 1.91 1.70 1.63 3/86 19114
/proc/meminfo: memFree=608648/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=13564 CPUtime=0.02
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 2359 0 0 0 1 1 0 0 18 0 1 0 188800799 13889536 2343 1992294400 4194304 9342243 548682068736 18446744073709551615 4606228 0 0 4096 0 0 0 0 17 1 0 0
/proc/19114/statm: 3391 2343 378 1256 0 2130 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13564

[startup+0.10107 s]
/proc/loadavg: 1.91 1.70 1.63 3/86 19114
/proc/meminfo: memFree=608648/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=22452 CPUtime=0.08
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 4747 0 0 0 6 2 0 0 18 0 1 0 188800799 22990848 4377 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 5613 4377 446 1256 0 4352 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22452

[startup+0.301094 s]
/proc/loadavg: 1.91 1.70 1.63 3/86 19114
/proc/meminfo: memFree=608648/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=25204 CPUtime=0.28
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 5467 0 0 0 14 14 0 0 19 0 1 0 188800799 25808896 5097 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 6301 5097 478 1256 0 5040 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25204

[startup+0.701126 s]
/proc/loadavg: 1.91 1.70 1.63 3/86 19114
/proc/meminfo: memFree=608648/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=38672 CPUtime=0.68
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 8389 0 0 0 49 19 0 0 23 0 1 0 188800799 39600128 7990 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 9668 7990 620 1256 0 8407 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 38672

[startup+1.50121 s]
/proc/loadavg: 1.91 1.70 1.63 4/87 19115
/proc/meminfo: memFree=577728/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=43244 CPUtime=1.48
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 9834 0 0 0 128 20 0 0 25 0 1 0 188800799 44281856 9435 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 10811 9435 645 1256 0 9550 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43244

[startup+3.10138 s]
/proc/loadavg: 1.91 1.70 1.63 2/87 19115
/proc/meminfo: memFree=570688/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=47680 CPUtime=3.08
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 10592 0 0 0 287 21 0 0 25 0 1 0 188800799 48824320 10193 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 11920 10193 666 1256 0 10659 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47680

[startup+6.3064 s]
/proc/loadavg: 1.92 1.71 1.63 2/87 19115
/proc/meminfo: memFree=569792/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=47680 CPUtime=6.29
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 10637 0 0 0 606 23 0 0 25 0 1 0 188800799 48824320 10238 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 11920 10238 666 1256 0 10659 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47680

[startup+12.7014 s]
/proc/loadavg: 2.01 1.73 1.64 2/87 19115
/proc/meminfo: memFree=569096/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=48264 CPUtime=12.68
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 10876 0 0 0 1244 24 0 0 25 0 1 0 188800799 49422336 10477 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 12066 10477 675 1256 0 10805 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48264

[startup+25.5027 s]
/proc/loadavg: 2.15 1.77 1.65 3/87 19115
/proc/meminfo: memFree=568136/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=54320 CPUtime=25.47
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 14280 0 0 0 2518 29 0 0 25 0 1 0 188800799 55623680 10709 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 13580 10709 681 1256 0 12319 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54320

[startup+51.1024 s]
/proc/loadavg: 2.18 1.81 1.66 3/87 19115
/proc/meminfo: memFree=567816/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=50616 CPUtime=51.07
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 16789 0 0 0 5073 34 0 0 25 0 1 0 188800799 51830784 10798 1992294400 4194304 9342243 548682068736 18446744073709551615 6960333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 12654 10798 696 1256 0 11393 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50616

[startup+102.311 s]
/proc/loadavg: 1.76 1.74 1.65 4/87 19115
/proc/meminfo: memFree=568648/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=47536 CPUtime=102.25
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 21541 0 0 0 10181 44 0 0 25 0 1 0 188800799 48676864 10550 1992294400 4194304 9342243 548682068736 18446744073709551615 5874277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 11884 10550 703 1256 0 10623 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 47536

[startup+162.308 s]
/proc/loadavg: 1.61 1.70 1.63 2/87 19115
/proc/meminfo: memFree=566984/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=47476 CPUtime=162.23
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 24058 0 0 0 16166 57 0 0 25 0 1 0 188800799 48615424 10891 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 11869 10891 703 1256 0 10608 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 47476

[startup+222.301 s]
/proc/loadavg: 1.66 1.69 1.63 4/87 19115
/proc/meminfo: memFree=566024/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=50452 CPUtime=221.81
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 25414 0 0 0 22110 71 0 0 25 0 1 0 188800799 51662848 11227 1992294400 4194304 9342243 548682068736 18446744073709551615 6341753 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 12613 11227 706 1256 0 11352 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 50452

[startup+282.302 s]
/proc/loadavg: 1.57 1.68 1.63 2/87 19115
/proc/meminfo: memFree=564552/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=51744 CPUtime=281.15
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 27141 0 0 0 28023 92 0 0 25 0 1 0 188800799 52985856 11637 1992294400 4194304 9342243 548682068736 18446744073709551615 6960255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 12936 11637 709 1256 0 11675 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 51744

[startup+342.302 s]
/proc/loadavg: 1.76 1.73 1.65 4/87 19115
/proc/meminfo: memFree=563528/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=52588 CPUtime=340.66
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 28340 0 0 0 33957 109 0 0 25 0 1 0 188800799 53850112 11796 1992294400 4194304 9342243 548682068736 18446744073709551615 6896683 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 13147 11796 709 1256 0 11886 0
Current children cumulated CPU time (s) 340.66
Current children cumulated vsize (KiB) 52588

[startup+402.301 s]
/proc/loadavg: 1.55 1.67 1.63 3/87 19115
/proc/meminfo: memFree=563528/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=52588 CPUtime=400.36
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 28359 0 0 0 39916 120 0 0 25 0 1 0 188800799 53850112 11815 1992294400 4194304 9342243 548682068736 18446744073709551615 6962111 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 13147 11815 709 1256 0 11886 0
Current children cumulated CPU time (s) 400.36
Current children cumulated vsize (KiB) 52588

[startup+462.307 s]
/proc/loadavg: 1.45 1.61 1.61 4/87 19115
/proc/meminfo: memFree=563464/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=52588 CPUtime=460.34
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 28372 0 0 0 45904 130 0 0 25 0 1 0 188800799 53850112 11828 1992294400 4194304 9342243 548682068736 18446744073709551615 6960542 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 13147 11828 709 1256 0 11886 0
Current children cumulated CPU time (s) 460.34
Current children cumulated vsize (KiB) 52588

[startup+522.302 s]
/proc/loadavg: 1.46 1.58 1.60 4/87 19115
/proc/meminfo: memFree=563208/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=52588 CPUtime=520.3
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 28401 0 0 0 51891 139 0 0 25 0 1 0 188800799 53850112 11857 1992294400 4194304 9342243 548682068736 18446744073709551615 6952126 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 13147 11857 709 1256 0 11886 0
Current children cumulated CPU time (s) 520.3
Current children cumulated vsize (KiB) 52588

[startup+582.302 s]
/proc/loadavg: 1.69 1.63 1.62 3/87 19115
/proc/meminfo: memFree=563272/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=56864 CPUtime=580.27
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 29076 0 0 0 57879 148 0 0 25 0 1 0 188800799 58228736 11831 1992294400 4194304 9342243 548682068736 18446744073709551615 6040161 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 14216 11831 709 1256 0 12955 0
Current children cumulated CPU time (s) 580.27
Current children cumulated vsize (KiB) 56864

[startup+642.307 s]
/proc/loadavg: 1.73 1.66 1.63 4/87 19115
/proc/meminfo: memFree=563336/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=51864 CPUtime=640.06
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 30575 0 0 0 63847 159 0 0 25 0 1 0 188800799 53108736 11830 1992294400 4194304 9342243 548682068736 18446744073709551615 5868529 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 12966 11830 709 1256 0 11705 0
Current children cumulated CPU time (s) 640.06
Current children cumulated vsize (KiB) 51864

[startup+702.302 s]

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

/proc/meminfo: memFree=558536/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=57396 CPUtime=1118.58
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 177045 0 0 0 111541 317 0 0 25 0 1 0 188800799 58773504 12938 1992294400 4194304 9342243 548682068736 18446744073709551615 6342056 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 14349 12938 710 1256 0 13088 0
Current children cumulated CPU time (s) 1118.58
Current children cumulated vsize (KiB) 57396

[startup+1182.3 s]
/proc/loadavg: 1.77 1.60 1.59 2/87 19115
/proc/meminfo: memFree=558984/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=57400 CPUtime=1178.17
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 192115 0 0 0 117476 341 0 0 25 0 1 0 188800799 58777600 12741 1992294400 4194304 9342243 548682068736 18446744073709551615 5869948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 14350 12741 710 1256 0 13089 0
Current children cumulated CPU time (s) 1178.17
Current children cumulated vsize (KiB) 57400

[startup+1242.3 s]
/proc/loadavg: 1.83 1.64 1.60 4/87 19115
/proc/meminfo: memFree=558664/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=57436 CPUtime=1238.16
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 218552 0 0 0 123455 361 0 0 25 0 1 0 188800799 58814464 12817 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 14359 12817 710 1256 0 13098 0
Current children cumulated CPU time (s) 1238.16
Current children cumulated vsize (KiB) 57436

[startup+1302.3 s]
/proc/loadavg: 1.49 1.58 1.59 3/87 19115
/proc/meminfo: memFree=558408/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=58932 CPUtime=1298.15
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 238688 0 0 0 129436 379 0 0 25 0 1 0 188800799 60346368 12879 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 14733 12879 710 1256 0 13472 0
Current children cumulated CPU time (s) 1298.15
Current children cumulated vsize (KiB) 58932

[startup+1362.3 s]
/proc/loadavg: 1.44 1.55 1.57 3/87 19115
/proc/meminfo: memFree=557640/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=65232 CPUtime=1357.82
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 265014 0 0 0 135375 407 0 0 25 0 1 0 188800799 66797568 13066 1992294400 4194304 9342243 548682068736 18446744073709551615 6966166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16308 13066 710 1256 0 15047 0
Current children cumulated CPU time (s) 1357.82
Current children cumulated vsize (KiB) 65232

[startup+1422.31 s]
/proc/loadavg: 1.36 1.49 1.55 3/87 19115
/proc/meminfo: memFree=557960/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=60916 CPUtime=1417.76
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 317990 0 0 0 141324 452 0 0 25 0 1 0 188800799 62377984 12915 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 15229 12915 710 1256 0 13968 0
Current children cumulated CPU time (s) 1417.76
Current children cumulated vsize (KiB) 60916

[startup+1482.3 s]
/proc/loadavg: 1.54 1.53 1.55 2/87 19115
/proc/meminfo: memFree=553800/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=68004 CPUtime=1477.72
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 361319 0 0 0 147292 480 0 0 25 0 1 0 188800799 69636096 14024 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 17001 14024 710 1256 0 15740 0
Current children cumulated CPU time (s) 1477.72
Current children cumulated vsize (KiB) 68004

[startup+1542.3 s]
/proc/loadavg: 1.53 1.53 1.55 4/87 19115
/proc/meminfo: memFree=553480/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=67972 CPUtime=1537.68
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 363816 0 0 0 153279 489 0 0 25 0 1 0 188800799 69603328 14087 1992294400 4194304 9342243 548682068736 18446744073709551615 6941292 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16993 14087 710 1256 0 15732 0
Current children cumulated CPU time (s) 1537.68
Current children cumulated vsize (KiB) 67972

[startup+1602.3 s]
/proc/loadavg: 1.94 1.64 1.58 3/87 19115
/proc/meminfo: memFree=553416/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=61048 CPUtime=1597.43
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 364804 0 0 0 159242 501 0 0 25 0 1 0 188800799 62513152 14070 1992294400 4194304 9342243 548682068736 18446744073709551615 6238468 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 15262 14070 710 1256 0 14001 0
Current children cumulated CPU time (s) 1597.43
Current children cumulated vsize (KiB) 61048

[startup+1662.3 s]
/proc/loadavg: 1.90 1.69 1.60 2/87 19115
/proc/meminfo: memFree=552776/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=63576 CPUtime=1657.06
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 380168 0 0 0 165184 522 0 0 25 0 1 0 188800799 65101824 14242 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 15894 14242 710 1256 0 14633 0
Current children cumulated CPU time (s) 1657.06
Current children cumulated vsize (KiB) 63576

[startup+1722.3 s]
/proc/loadavg: 1.77 1.68 1.60 4/87 19115
/proc/meminfo: memFree=551816/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64296 CPUtime=1717.05
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 406149 0 0 0 171159 546 0 0 25 0 1 0 188800799 65839104 14490 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16074 14490 710 1256 0 14813 0
Current children cumulated CPU time (s) 1717.05
Current children cumulated vsize (KiB) 64296

[startup+1782.3 s]
/proc/loadavg: 1.67 1.66 1.60 3/87 19115
/proc/meminfo: memFree=551368/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64136 CPUtime=1777.02
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 417293 0 0 0 177141 561 0 0 25 0 1 0 188800799 65675264 14547 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16034 14547 710 1256 0 14773 0
Current children cumulated CPU time (s) 1777.02
Current children cumulated vsize (KiB) 64136

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

[startup+1791.91 s]
/proc/loadavg: 1.72 1.67 1.60 2/87 19115
/proc/meminfo: memFree=551304/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64136 CPUtime=1786.63
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 417316 0 0 0 178100 563 0 0 25 0 1 0 188800799 65675264 14570 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16034 14570 710 1256 0 14773 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (KiB) 64136

[startup+1798.3 s]
/proc/loadavg: 1.66 1.66 1.60 2/87 19115
/proc/meminfo: memFree=551240/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64468 CPUtime=1793.03
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 417963 0 0 0 178738 565 0 0 25 0 1 0 188800799 66015232 14484 1992294400 4194304 9342243 548682068736 18446744073709551615 6960240 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16117 14484 710 1256 0 14856 0
Current children cumulated CPU time (s) 1793.03
Current children cumulated vsize (KiB) 64468

[startup+1799.9 s]
/proc/loadavg: 1.69 1.67 1.60 2/87 19115
/proc/meminfo: memFree=551688/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64484 CPUtime=1794.62
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 419544 0 0 0 178897 565 0 0 25 0 1 0 188800799 66031616 14492 1992294400 4194304 9342243 548682068736 18446744073709551615 6965817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16121 14492 710 1256 0 14860 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 64484

[startup+1800.71 s]
/proc/loadavg: 1.69 1.67 1.60 4/87 19115
/proc/meminfo: memFree=552008/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64452 CPUtime=1795.43
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 420333 0 0 0 178977 566 0 0 25 0 1 0 188800799 65998848 14511 1992294400 4194304 9342243 548682068736 18446744073709551615 6962263 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16113 14511 710 1256 0 14852 0
Current children cumulated CPU time (s) 1795.43
Current children cumulated vsize (KiB) 64452

[startup+1801.5 s]
/proc/loadavg: 1.69 1.67 1.60 4/87 19115
/proc/meminfo: memFree=552008/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=63584 CPUtime=1796.22
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 421102 0 0 0 179055 567 0 0 25 0 1 0 188800799 65110016 14359 1992294400 4194304 9342243 548682068736 18446744073709551615 6974252 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 15896 14359 710 1256 0 14635 0
Current children cumulated CPU time (s) 1796.22
Current children cumulated vsize (KiB) 63584

[startup+1801.9 s]
/proc/loadavg: 1.69 1.67 1.60 2/87 19115
/proc/meminfo: memFree=552072/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64468 CPUtime=1796.62
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 421267 0 0 0 179095 567 0 0 25 0 1 0 188800799 66015232 14474 1992294400 4194304 9342243 548682068736 18446744073709551615 6944026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19114/statm: 16117 14474 710 1256 0 14856 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (KiB) 64468

[startup+1802 s]
/proc/loadavg: 1.69 1.67 1.60 2/87 19115
/proc/meminfo: memFree=552072/2055920 swapFree=4181116/4192956
[pid=19114] ppid=19112 vsize=64476 CPUtime=1796.71
/proc/19114/stat : 19114 (pbscip.linux.x8) R 19112 19114 18914 0 -1 4194304 421321 0 0 0 179104 567 0 0 25 0 1 0 188800799 66023424 14357 1992294400 4194304 9342243 548682068736 18446744073709551615 4303034 0 0 4096 0 0 0 0 17 1 0 0
/proc/19114/statm: 16119 14357 714 1256 0 14858 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 64476

Child status: 0
Real time (s): 1802.04
CPU time (s): 1796.77
CPU user time (s): 1791.08
CPU system time (s): 5.68513
CPU usage (%): 99.7074
Max. virtual memory (cumulated for all children) (KiB): 69672

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

runsolver used 2.38764 second user time and 6.601 second system time

The end

Launcher Data

Begin job on node79 at 2009-06-17 06:13:38
IDJOB=1870561
IDBENCH=48279
IDSOLVER=684
FILE ID=node79/1870561-1245212017
PBS_JOBID= 9368373
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 27440fbcb5a9ea2c9ae6b100e77dc1d3
RANDOM SEED=2113541117

node79.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        609192 kB
Buffers:         74780 kB
Cached:        1253944 kB
SwapCached:       6048 kB
Active:         511812 kB
Inactive:       849468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        609192 kB
SwapTotal:     4192956 kB
SwapFree:      4181116 kB
Dirty:           11812 kB
Writeback:           0 kB
Mapped:          39860 kB
Slab:            69448 kB
Committed_AS:   621480 kB
PageTables:       2736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node79 at 2009-06-17 06:43:40