Trace number 2665201

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)21 1800.35 1800.86

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_3.opb
MD5SUM9e4e432c8df29dadb31632f81ac67b02
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1789.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint21
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
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.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2665201-1276655884.opb>
0.01/0.03	c original problem has 2688 variables (2688 bin, 0 int, 0 impl, 0 cont) and 2688 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.01/0.06	c presolving:
0.19/0.28	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71340 impls, 0 clqs
0.39/0.49	c    (0.3s) probing: 101/2688 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.49	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.49	c presolving (2 rounds):
0.39/0.49	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.49	c  71340 implications, 0 cliques
0.39/0.49	c presolved problem has 2688 variables (2688 bin, 0 int, 0 impl, 0 cont) and 2688 constraints
0.39/0.49	c    2488 constraints of type <and>
0.39/0.49	c     200 constraints of type <logicor>
0.39/0.49	c transformed objective value is always integral (scale: 1)
0.39/0.49	c Presolving Time: 0.26
0.39/0.49	c - non default parameters ----------------------------------------------------------------------
0.39/0.49	c # SCIP version 1.2.1.2
0.39/0.49	c 
0.39/0.49	c # frequency for displaying node information lines
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.49	c display/freq = 10000
0.39/0.49	c 
0.39/0.49	c # maximal time in seconds to run
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/time = 1799.98
0.39/0.49	c 
0.39/0.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/memory = 1620
0.39/0.49	c 
0.39/0.49	c # should presolving try to simplify inequalities
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/linear/simplifyinequalities = TRUE
0.39/0.49	c 
0.39/0.49	c # should presolving try to simplify knapsacks
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.49	c 
0.39/0.49	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c heuristics/undercover/freq = 0
0.39/0.49	c 
0.39/0.49	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c separating/rapidlearning/freq = 0
0.39/0.49	c 
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c start solving
0.49/0.50	c 
0.49/0.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.55	c   0.3s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2688 |2688 |2688 |5176 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	o 50
0.49/0.57	c s 0.3s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2688 |2688 |2688 |5176 |   0 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
1.49/1.56	c   1.1s|     1 |     0 |  1000 |     - |  13M|   0 | 400 |2688 |2688 |2688 |5577 | 401 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
1.89/1.95	c   1.5s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2688 |2688 |2688 |5977 | 801 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
1.89/1.97	o 49
1.89/1.97	c s 1.5s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2688 |2688 |2688 |5977 | 801 |   0 |   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
2.29/2.37	c   1.9s|     1 |     0 |  2200 |     - |  14M|   0 | 400 |2688 |2688 |2688 |6377 |1201 |   0 |   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
2.29/2.39	o 44
2.29/2.39	c s 1.9s|     1 |     0 |  2200 |     - |  14M|   0 | 400 |2688 |2688 |2688 |6377 |1201 |   0 |   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
2.79/2.82	c   2.3s|     1 |     0 |  2802 |     - |  14M|   0 | 400 |2688 |2688 |2688 |6780 |1604 |   0 |   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
2.79/2.83	o 43
2.79/2.83	c s 2.3s|     1 |     0 |  2802 |     - |  14M|   0 | 400 |2688 |2688 |2688 |6780 |1604 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
3.89/3.90	c   3.4s|     1 |     0 |  4285 |     - |  14M|   0 | 937 |2688 |2688 |2688 |7180 |2004 |   0 |   0 | 1.048000e+01 | 4.300000e+01 | 310.31%
6.39/6.46	c   5.9s|     1 |     0 |  5846 |     - |  15M|   0 |1245 |2688 |2688 |2688 |7408 |2232 |   0 |   0 | 1.336185e+01 | 4.300000e+01 | 221.81%
9.69/9.73	c   9.2s|     1 |     0 |  6697 |     - |  16M|   0 |1439 |2688 |2688 |2688 |7493 |2317 |   0 |   0 | 1.421405e+01 | 4.300000e+01 | 202.52%
13.88/13.91	c  13.3s|     1 |     0 |  7347 |     - |  16M|   0 |1553 |2688 |2688 |2688 |7536 |2360 |   0 |   0 | 1.439913e+01 | 4.300000e+01 | 198.63%
18.89/18.92	c  18.3s|     1 |     0 |  7846 |     - |  16M|   0 |1597 |2688 |2688 |2688 |7562 |2386 |   0 |   0 | 1.448862e+01 | 4.300000e+01 | 196.78%
24.29/24.34	c  23.7s|     1 |     0 |  8266 |     - |  17M|   0 |1709 |2688 |2688 |2688 |7576 |2400 |   0 |   0 | 1.453429e+01 | 4.300000e+01 | 195.85%
29.88/29.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.88/29.90	c  29.2s|     1 |     0 |  8543 |     - |  16M|   0 |1731 |2688 |2688 |2688 |2764 |2409 |   0 |   0 | 1.454173e+01 | 4.300000e+01 | 195.70%
31.47/31.52	c  30.8s|     1 |     0 |  8603 |     - |  16M|   0 |1722 |2688 |2688 |2688 |2768 |2413 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
32.98/33.09	c  32.4s|     1 |     0 |  8615 |     - |  16M|   0 |1728 |2688 |2688 |2688 |2779 |2424 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
34.58/34.62	c  33.9s|     1 |     0 |  8617 |     - |  16M|   0 |1728 |2688 |2688 |2688 |2781 |2426 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
36.07/36.19	c  35.5s|     1 |     0 |  8618 |     - |  16M|   0 |1728 |2688 |2688 |2688 |2782 |2427 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
37.78/37.80	c  37.1s|     1 |     0 |  8619 |     - |  16M|   0 |1728 |2688 |2688 |2688 |2783 |2428 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
39.27/39.38	c  38.7s|     1 |     0 |  8620 |     - |  16M|   0 |1728 |2688 |2688 |2688 |2537 |2429 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
50.17/50.28	c  49.5s|     1 |     2 |  8620 |     - |  16M|   0 |1728 |2688 |2688 |2688 |2537 |2429 |   0 |  36 | 1.454588e+01 | 4.300000e+01 | 195.62%
1283.93/1284.31	o 23
1283.93/1284.31	c *1265s|  1600 |  1570 |  1252k| 778.1 |  21M|  24 |   - |2688 |2694 |2688 |3534 |  78k|   6 |2188 | 1.591648e+01 | 2.300000e+01 |  44.50%
1412.58/1413.01	o 22
1412.58/1413.01	c *1392s|  1824 |  1649 |  1393k| 759.5 |  21M|  24 |   - |2688 |2695 |2688 |3441 |  87k|   7 |2433 | 1.596189e+01 | 2.200000e+01 |  37.83%
1781.49/1782.05	o 21
1781.49/1782.05	c *1755s|  2543 |  1754 |  1813k| 709.9 |  22M|  27 |   - |2688 |2695 |2688 |3415 | 110k|   7 |3079 | 1.610697e+01 | 2.100000e+01 |  30.38%
1800.09/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.62	c 
1800.09/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.62	c Solving Time (sec) : 1773.49
1800.09/1800.62	c Solving Nodes      : 2598
1800.09/1800.62	c Primal Bound       : +2.10000000000000e+01 (7 solutions)
1800.09/1800.62	c Dual Bound         : +1.61072541705812e+01
1800.09/1800.62	c Gap                : 30.38 %
1800.09/1800.63	s SATISFIABLE
1800.09/1800.63	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.09/1800.63	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1800.09/1800.63	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1800.09/1800.63	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1800.09/1800.63	v -x115 -x114 -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 
1800.09/1800.63	v -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 
1800.09/1800.63	v -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 x43 
1800.09/1800.63	v -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 
1800.09/1800.63	v x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.09/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.63	c Solving Time       :    1773.49
1800.09/1800.63	c Original Problem   :
1800.09/1800.63	c   Problem name     : HOME/instance-2665201-1276655884.opb
1800.09/1800.63	c   Variables        : 2688 (2688 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.63	c   Constraints      : 2688 initial, 2688 maximal
1800.09/1800.63	c Presolved Problem  :
1800.09/1800.63	c   Problem name     : t_HOME/instance-2665201-1276655884.opb
1800.09/1800.63	c   Variables        : 2688 (2688 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.63	c   Constraints      : 2688 initial, 2695 maximal
1800.09/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.09/1800.63	c   and              :       0.20          0          0          0          0          0          0          0          0
1800.09/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.63	c   integral         :          0          0          0       2486          0          5         31          0          0       4934
1800.09/1800.63	c   and              :       2488      10900      40620          3          0          1      95750     112451          0          0
1800.09/1800.63	c   logicor          :        200+        17      16172          3          0          4          0          0          0          0
1800.09/1800.63	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.09/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.63	c   integral         :     348.22       0.00       0.00     348.22       0.00
1800.09/1800.63	c   and              :      33.77      26.44       7.33       0.00       0.00
1800.09/1800.63	c   logicor          :       0.15       0.00       0.15       0.00       0.00
1800.09/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.63	c   vbounds          :       0.05          2          0          0
1800.09/1800.63	c   rootredcost      :       0.06          3          0          0
1800.09/1800.63	c   pseudoobj        :       0.72      40516          0          0
1800.09/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.63	c   propagation      :       0.00          5          5          7       12.6          0        0.0          -
1800.09/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.63	c   applied globally :          -          -          -          7       12.6          -          -          -
1800.09/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.63	c   cut pool         :       0.00         16          -          -          0          -    (maximal pool size: 2725)
1800.09/1800.63	c   redcost          :       1.95      10904          0      10013          0          0
1800.09/1800.63	c   impliedbounds    :       0.02         17          0          0       2548          0
1800.09/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.63	c   gomory           :      16.43         17          0          0       2680          0
1800.09/1800.63	c   strongcg         :      14.42         17          0          0       3500          0
1800.09/1800.63	c   cmir             :       1.58         10          0          0       2015          0
1800.09/1800.63	c   flowcover        :       0.81         10          0          0        200          0
1800.09/1800.63	c   clique           :       0.18         17          0          0         12          0
1800.09/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.63	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.63	c   rapidlearning    :       0.34          1          0          0          0          0
1800.09/1800.63	c Pricers            :       Time      Calls       Vars
1800.09/1800.63	c   problem variables:       0.00          0          0
1800.09/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.63	c   relpscost        :     348.22       2483          5         31          0          0       4934
1800.09/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.63	c   LP solutions     :       0.01          -          3
1800.09/1800.63	c   pseudo solutions :       0.00          -          0
1800.09/1800.63	c   oneopt           :       0.06          7          0
1800.09/1800.63	c   trivial          :       0.00          2          0
1800.09/1800.63	c   simplerounding   :       0.01          0          0
1800.09/1800.63	c   zirounding       :       0.70       1000          0
1800.09/1800.63	c   rounding         :       8.20       1515          0
1800.09/1800.63	c   shifting         :       7.02       1177          4
1800.09/1800.63	c   intshifting      :       0.00          0          0
1800.09/1800.63	c   twoopt           :       0.00          0          0
1800.09/1800.63	c   fixandinfer      :       0.00          0          0
1800.09/1800.63	c   feaspump         :       0.00          0          0
1800.09/1800.63	c   coefdiving       :      47.72         29          0
1800.09/1800.63	c   pscostdiving     :      53.83         19          0
1800.09/1800.63	c   fracdiving       :      64.30         24          0
1800.09/1800.63	c   veclendiving     :      39.43         31          0
1800.09/1800.63	c   intdiving        :       0.00          0          0
1800.09/1800.63	c   actconsdiving    :       0.00          0          0
1800.09/1800.63	c   objpscostdiving  :      17.52          4          0
1800.09/1800.63	c   rootsoldiving    :       6.82         12          0
1800.09/1800.63	c   linesearchdiving :      56.89         31          0
1800.09/1800.63	c   guideddiving     :      65.72         24          0
1800.09/1800.63	c   octane           :       0.00          0          0
1800.09/1800.63	c   rens             :       0.00          0          0
1800.09/1800.63	c   rins             :       0.00          0          0
1800.09/1800.63	c   localbranching   :       0.00          0          0
1800.09/1800.63	c   mutation         :       0.00          0          0
1800.09/1800.63	c   crossover        :       0.08          1          0
1800.09/1800.63	c   dins             :       0.00          0          0
1800.09/1800.63	c   undercover       :       0.01          1          0
1800.09/1800.63	c   nlp              :       0.00          0          0
1800.09/1800.63	c   trysol           :       0.00          0          0
1800.09/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.63	c   primal LP        :     267.16          0          0       0.00       0.00
1800.09/1800.63	c   dual LP          :     688.73      12322    1243200     100.89    1805.06
1800.09/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.63	c   diving/probing LP:     312.10      16235     594614      36.63    1905.20
1800.09/1800.63	c   strong branching :     346.52       3080     708333     229.98    2044.13
1800.09/1800.63	c     (at root node) :          -         36      20094     558.17          -
1800.09/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.63	c B&B Tree           :
1800.09/1800.63	c   number of runs   :          1
1800.09/1800.63	c   nodes            :       2598
1800.09/1800.63	c   nodes (total)    :       2598
1800.09/1800.63	c   nodes left       :       1787
1800.09/1800.63	c   max depth        :         27
1800.09/1800.63	c   max depth (total):         27
1800.09/1800.63	c   backtracks       :        853 (32.8%)
1800.09/1800.63	c   delayed cutoffs  :          0
1800.09/1800.63	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.09/1800.63	c   avg switch length:       8.39
1800.09/1800.63	c   switching time   :     268.59
1800.09/1800.63	c Solution           :
1800.09/1800.63	c   Solutions found  :          7 (7 improvements)
1800.09/1800.63	c   First Solution   : +5.00000000000000e+01   (in run 1, after 1 nodes, 0.33 seconds, depth 0, found by <shifting>)
1800.09/1800.63	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 2543 nodes, 1755.23 seconds, depth 18, found by <relaxation>)
1800.09/1800.63	c   Dual Bound       : +1.61072541705812e+01
1800.09/1800.63	c   Gap              :      30.38 %
1800.09/1800.63	c   Root Dual Bound  : +1.45458770379233e+01
1800.09/1800.63	c   Root Iterations  :       8620
1800.27/1800.86	c Time complete: 1800.34.

Verifier Data

OK	21

Watcher Data

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

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

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.85 0.97 0.99 2/105 16280
/proc/meminfo: memFree=1808308/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=9288 CPUtime=0
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 1154 0 0 0 0 0 0 0 25 0 1 0 6881614 9510912 1075 1992294400 4194304 9819077 140734195537904 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16280/statm: 2322 1084 371 1374 0 943 0

[startup+0.0261041 s]
/proc/loadavg: 0.85 0.97 0.99 2/105 16280
/proc/meminfo: memFree=1808308/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=13848 CPUtime=0.01
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 2389 0 0 0 1 0 0 0 25 0 1 0 6881614 14180352 2310 1992294400 4194304 9819077 140734195537904 18446744073709551615 5650969 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16280/statm: 3462 2310 389 1374 0 2083 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13848

[startup+0.101114 s]
/proc/loadavg: 0.85 0.97 0.99 2/105 16280
/proc/meminfo: memFree=1808308/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=25216 CPUtime=0.09
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 5387 0 0 0 8 1 0 0 25 0 1 0 6881614 25821184 4954 1992294400 4194304 9819077 140734195537904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 6304 4954 473 1374 0 4925 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25216

[startup+0.301138 s]
/proc/loadavg: 0.85 0.97 0.99 2/105 16280
/proc/meminfo: memFree=1808308/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=25460 CPUtime=0.29
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 6517 0 0 0 18 11 0 0 25 0 1 0 6881614 26071040 5056 1992294400 4194304 9819077 140734195537904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 6365 5056 493 1374 0 4986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25460

[startup+0.701187 s]
/proc/loadavg: 0.85 0.97 0.99 2/105 16280
/proc/meminfo: memFree=1808308/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=40600 CPUtime=0.69
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 11820 0 0 0 48 21 0 0 18 0 1 0 6881614 41574400 8262 1992294400 4194304 9819077 140734195537904 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 10150 8262 659 1374 0 8771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40600

[startup+1.50029 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 16281
/proc/meminfo: memFree=1763536/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=41060 CPUtime=1.49
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 17680 0 0 0 104 45 0 0 19 0 1 0 6881614 42045440 8440 1992294400 4194304 9819077 140734195537904 18446744073709551615 6094761 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 10265 8440 689 1374 0 8886 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41060

[startup+3.10048 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 16281
/proc/meminfo: memFree=1775812/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=43688 CPUtime=3.09
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 19250 0 0 0 261 48 0 0 22 0 1 0 6881614 44736512 8897 1992294400 4194304 9819077 140734195537904 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 10922 8897 691 1374 0 9543 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43688

[startup+6.30087 s]
/proc/loadavg: 0.86 0.97 0.99 2/106 16281
/proc/meminfo: memFree=1771224/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=50412 CPUtime=6.29
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 23654 0 0 0 577 52 0 0 25 0 1 0 6881614 51621888 9968 1992294400 4194304 9819077 140734195537904 18446744073709551615 7290891 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12603 9968 693 1374 0 11224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50412

[startup+12.7007 s]
/proc/loadavg: 0.87 0.97 0.99 2/106 16281
/proc/meminfo: memFree=1768496/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=52764 CPUtime=12.69
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 26545 0 0 0 1214 55 0 0 25 0 1 0 6881614 54030336 10485 1992294400 4194304 9819077 140734195537904 18446744073709551615 7326271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 13191 10485 693 1374 0 11812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52764

[startup+25.5012 s]
/proc/loadavg: 0.90 0.97 0.99 2/106 16281
/proc/meminfo: memFree=1768124/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=53352 CPUtime=25.48
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 31034 0 0 0 2487 61 0 0 25 0 1 0 6881614 54632448 10561 1992294400 4194304 9819077 140734195537904 18446744073709551615 6044068 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 13338 10561 693 1374 0 11959 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53352

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.99 2/106 16281
/proc/meminfo: memFree=1769116/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=50452 CPUtime=51.07
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 62468 0 0 0 5028 79 0 0 25 0 1 0 6881614 51662848 10273 1992294400 4194304 9819077 140734195537904 18446744073709551615 6397680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12613 10273 707 1374 0 11234 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50452

[startup+102.309 s]
/proc/loadavg: 0.97 0.97 0.99 2/106 16283
/proc/meminfo: memFree=1768868/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=50764 CPUtime=102.27
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 179543 0 0 0 10087 140 0 0 25 0 1 0 6881614 51982336 10320 1992294400 4194304 9819077 140734195537904 18446744073709551615 7301640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12691 10320 722 1374 0 11312 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50764

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16285
/proc/meminfo: memFree=1768744/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=48340 CPUtime=162.24
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 337056 0 0 0 16007 217 0 0 25 0 1 0 6881614 49500160 10418 1992294400 4194304 9819077 140734195537904 18446744073709551615 6394171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12085 10418 722 1374 0 10706 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48340

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16287
/proc/meminfo: memFree=1767628/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=49632 CPUtime=222.22
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 534675 0 0 0 21915 307 0 0 25 0 1 0 6881614 50823168 10633 1992294400 4194304 9819077 140734195537904 18446744073709551615 6021436 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12408 10633 722 1374 0 11029 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49632

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16287
/proc/meminfo: memFree=1767256/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=50268 CPUtime=282.2
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 725228 0 0 0 27824 396 0 0 25 0 1 0 6881614 51474432 10727 1992294400 4194304 9819077 140734195537904 18446744073709551615 7301632 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12567 10727 726 1374 0 11188 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 50268

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16289
/proc/meminfo: memFree=1765520/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=51732 CPUtime=342.19
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 930237 0 0 0 33719 500 0 0 25 0 1 0 6881614 52973568 11146 1992294400 4194304 9819077 140734195537904 18446744073709551615 6656816 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 12933 11146 726 1374 0 11554 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 51732

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16291
/proc/meminfo: memFree=1764776/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=57132 CPUtime=402.17
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 1129472 0 0 0 39620 597 0 0 25 0 1 0 6881614 58503168 11610 1992294400 4194304 9819077 140734195537904 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14283 11610 726 1374 0 12904 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 57132

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16293
/proc/meminfo: memFree=1764528/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=52764 CPUtime=462.15
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 1318412 0 0 0 45530 685 0 0 25 0 1 0 6881614 54030336 11408 1992294400 4194304 9819077 140734195537904 18446744073709551615 6192292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 13191 11408 726 1374 0 11812 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 52764

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16295
/proc/meminfo: memFree=1764156/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=53220 CPUtime=522.14
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 1503558 0 0 0 51439 775 0 0 25 0 1 0 6881614 54497280 11592 1992294400 4194304 9819077 140734195537904 18446744073709551615 7318497 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 13305 11592 726 1374 0 11926 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 53220

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16295
/proc/meminfo: memFree=1763660/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=54052 CPUtime=582.12
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 1697708 0 0 0 57349 863 0 0 25 0 1 0 6881614 55349248 11608 1992294400 4194304 9819077 140734195537904 18446744073709551615 6818398 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 13513 11608 726 1374 0 12134 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 54052

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16297
/proc/meminfo: memFree=1763040/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=57496 CPUtime=642.12
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 1899377 0 0 0 63257 955 0 0 25 0 1 0 6881614 58875904 11738 1992294400 4194304 9819077 140734195537904 18446744073709551615 7292038 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14374 11738 726 1374 0 12995 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 57496

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16303
/proc/meminfo: memFree=1761056/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=59456 CPUtime=882.04
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 2642379 0 0 0 86896 1308 0 0 25 0 1 0 6881614 60882944 12182 1992294400 4194304 9819077 140734195537904 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14864 12182 726 1374 0 13485 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 59456

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16305
/proc/meminfo: memFree=1761180/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=55620 CPUtime=942.02
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 2805131 0 0 0 92817 1385 0 0 25 0 1 0 6881614 56954880 12175 1992294400 4194304 9819077 140734195537904 18446744073709551615 7326166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 13905 12175 726 1374 0 12526 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 55620

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16307
/proc/meminfo: memFree=1760312/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=56964 CPUtime=1002.01
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 2993937 0 0 0 98723 1478 0 0 25 0 1 0 6881614 58331136 12381 1992294400 4194304 9819077 140734195537904 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14241 12381 726 1374 0 12862 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 56964

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16309
/proc/meminfo: memFree=1760188/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=60608 CPUtime=1061.99
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 3177637 0 0 0 104636 1563 0 0 25 0 1 0 6881614 62062592 12532 1992294400 4194304 9819077 140734195537904 18446744073709551615 7334541 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 15268 12538 726 1374 0 13889 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 60608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16311
/proc/meminfo: memFree=1758452/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=57976 CPUtime=1121.97
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 3379919 0 0 0 110541 1656 0 0 25 0 1 0 6881614 59367424 12604 1992294400 4194304 9819077 140734195537904 18446744073709551615 7301615 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14494 12604 726 1374 0 13115 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 57976

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16311
/proc/meminfo: memFree=1759320/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=58188 CPUtime=1181.96
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 3564641 0 0 0 116453 1743 0 0 25 0 1 0 6881614 59584512 12609 1992294400 4194304 9819077 140734195537904 18446744073709551615 7292327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14547 12609 726 1374 0 13168 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 58188

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16313
/proc/meminfo: memFree=1758700/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=57960 CPUtime=1241.95
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 3753395 0 0 0 122364 1831 0 0 25 0 1 0 6881614 59351040 12789 1992294400 4194304 9819077 140734195537904 18446744073709551615 6192272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14490 12789 726 1374 0 13111 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 57960

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16315
/proc/meminfo: memFree=1758700/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=58196 CPUtime=1301.93
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 3945408 0 0 0 128269 1924 0 0 25 0 1 0 6881614 59592704 12745 1992294400 4194304 9819077 140734195537904 18446744073709551615 7290891 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14549 12745 726 1374 0 13170 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 58196

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16317
/proc/meminfo: memFree=1758204/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=58704 CPUtime=1361.91
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 4139388 0 0 0 134177 2014 0 0 25 0 1 0 6881614 60112896 12884 1992294400 4194304 9819077 140734195537904 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14676 12884 726 1374 0 13297 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 58704

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16328
/proc/meminfo: memFree=1757708/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=59224 CPUtime=1421.89
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 4327258 0 0 0 140085 2104 0 0 25 0 1 0 6881614 60645376 12956 1992294400 4194304 9819077 140734195537904 18446744073709551615 6190588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14806 12956 726 1374 0 13427 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 59224

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16328
/proc/meminfo: memFree=1757336/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=59720 CPUtime=1481.86
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 4519040 0 0 0 145993 2193 0 0 25 0 1 0 6881614 61153280 13008 1992294400 4194304 9819077 140734195537904 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 14930 13008 726 1374 0 13551 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 59720

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16330
/proc/meminfo: memFree=1756096/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=64776 CPUtime=1541.85
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 4672997 0 0 0 151912 2273 0 0 25 0 1 0 6881614 66330624 13432 1992294400 4194304 9819077 140734195537904 18446744073709551615 7301587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 16194 13432 726 1374 0 14815 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 64776

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16332
/proc/meminfo: memFree=1755724/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=60092 CPUtime=1601.83
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 4834651 0 0 0 157832 2351 0 0 25 0 1 0 6881614 61534208 13416 1992294400 4194304 9819077 140734195537904 18446744073709551615 7261227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 15023 13417 726 1374 0 13644 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 60092

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16334
/proc/meminfo: memFree=1755600/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=65284 CPUtime=1661.81
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 5015832 0 0 0 163743 2438 0 0 25 0 1 0 6881614 66850816 13654 1992294400 4194304 9819077 140734195537904 18446744073709551615 7292227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 16321 13654 726 1374 0 14942 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 65284

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16336
/proc/meminfo: memFree=1755476/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=61204 CPUtime=1721.8
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 5214384 0 0 0 169648 2532 0 0 25 0 1 0 6881614 62672896 13466 1992294400 4194304 9819077 140734195537904 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 15301 13466 726 1374 0 13922 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 61204

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16336
/proc/meminfo: memFree=1754112/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=62640 CPUtime=1781.78
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 5416359 0 0 0 175549 2629 0 0 25 0 1 0 6881614 64143360 13777 1992294400 4194304 9819077 140734195537904 18446744073709551615 7291012 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 15660 13777 726 1374 0 14281 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 62640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16338
/proc/meminfo: memFree=1754112/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=62572 CPUtime=1800.09
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 5477106 0 0 0 177350 2659 0 0 25 0 1 0 6881614 64073728 13730 1992294400 4194304 9819077 140734195537904 18446744073709551615 7294784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16280/statm: 15643 13730 726 1374 0 14264 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 62572

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/106 16338
/proc/meminfo: memFree=1754112/2059040 swapFree=4164956/4192956
[pid=16280] ppid=16278 vsize=62600 CPUtime=1800.27
/proc/16280/stat : 16280 (pbscip.linux.x8) R 16278 16280 16255 0 -1 4202496 5477270 0 0 0 177368 2659 0 0 25 0 1 0 6881614 64102400 13725 1992294400 4194304 9819077 140734195537904 18446744073709551615 7291732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16280/statm: 15650 13725 727 1374 0 14271 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 62600

Child status: 0
Real time (s): 1800.86
CPU time (s): 1800.35
CPU user time (s): 1773.74
CPU system time (s): 26.606
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 66464

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

runsolver used 3.09553 second user time and 8.38972 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-16 04:38:05
IDJOB=2665201
IDBENCH=48144
IDSOLVER=1168
FILE ID=node080/2665201-1276655884
PBS_JOBID= 11172468
Free space on /tmp= 62592 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665201-1276655884/watcher-2665201-1276655884 -o /tmp/evaluation-result-2665201-1276655884/solver-2665201-1276655884 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665201-1276655884.opb -t 1800 -m 1800

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

MD5SUM BENCH= 9e4e432c8df29dadb31632f81ac67b02
RANDOM SEED=2041598209

node080.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1808712 kB
Buffers:         32300 kB
Cached:         108672 kB
SwapCached:       1540 kB
Active:          99732 kB
Inactive:        74784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1808712 kB
SwapTotal:     4192956 kB
SwapFree:      4164956 kB
Dirty:            6308 kB
Writeback:           0 kB
AnonPages:       31952 kB
Mapped:          14312 kB
Slab:            54128 kB
PageTables:       3896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node080 at 2010-06-16 05:08:07