Trace number 1870304

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT21 1798.43 1799.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1796.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint20
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)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1870304-1245196858.opb>
0.00/0.03	c original problem has 2692 variables (2692 bin, 0 int, 0 impl, 0 cont) and 2692 constraints
0.03/0.05	c start presolving problem
0.03/0.05	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71556 impls, 0 clqs
0.39/0.42	c    (0.2s) probing: 101/2692 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.42	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  71556 implications, 0 cliques
0.39/0.42	c presolved problem has 2692 variables (2692 bin, 0 int, 0 impl, 0 cont) and 2692 constraints
0.39/0.42	c    2492 constraints of type <and>
0.39/0.42	c     200 constraints of type <logicor>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.21
0.39/0.42	c OPT-NLC
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = c 1620
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = c 1791
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = c 10000
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving problem
0.39/0.42	c 
0.39/0.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.50	c   0.3s|     1 |     0 |   400 |  13M|   0 | 400 |2692 |2692 |2692 |2692 |5184 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	o 49
0.49/0.51	c s 0.3s|     1 |     0 |   400 |  13M|   0 | 400 |2692 |2692 |2692 |2692 |5184 |   0 |   0 |   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
1.09/1.11	c   0.9s|     1 |     0 |  1000 |  13M|   0 | 400 |2692 |2692 |2692 |2692 |5585 | 401 |   0 |   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
1.59/1.69	c   1.4s|     1 |     0 |  1600 |  13M|   0 | 400 |2692 |2692 |2692 |2692 |5985 | 801 |   0 |   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
2.29/2.32	c   2.1s|     1 |     0 |  2200 |  14M|   0 | 400 |2692 |2692 |2692 |2692 |6388 |1204 |   0 |   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
2.29/2.34	o 37
2.29/2.34	c s 2.1s|     1 |     0 |  2200 |  14M|   0 | 400 |2692 |2692 |2692 |2692 |6388 |1204 |   0 |   0 | 0.000000e+00 | 3.700000e+01 |    Inf 
2.99/3.00	c   2.7s|     1 |     0 |  2802 |  14M|   0 | 400 |2692 |2692 |2692 |2692 |6790 |1606 |   0 |   0 | 0.000000e+00 | 3.700000e+01 |    Inf 
2.99/3.02	o 32
2.99/3.02	c s 2.7s|     1 |     0 |  2802 |  14M|   0 | 400 |2692 |2692 |2692 |2692 |6790 |1606 |   0 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf 
3.99/4.09	c   3.8s|     1 |     0 |  3782 |  14M|   0 | 845 |2692 |2692 |2692 |2692 |7192 |2008 |   0 |   0 | 1.105282e+01 | 3.200000e+01 | 189.52%
6.69/6.73	c   6.4s|     1 |     0 |  4557 |  15M|   0 |1228 |2692 |2692 |2692 |2692 |7403 |2219 |   0 |   0 | 1.318831e+01 | 3.200000e+01 | 142.64%
10.18/10.25	c   9.9s|     1 |     0 |  5094 |  16M|   0 |1587 |2692 |2692 |2692 |2692 |7517 |2333 |   0 |   0 | 1.426654e+01 | 3.200000e+01 | 124.30%
14.98/15.06	c  14.7s|     1 |     0 |  5371 |  16M|   0 |1686 |2692 |2692 |2692 |2692 |7557 |2373 |   0 |   0 | 1.446934e+01 | 3.200000e+01 | 121.16%
20.38/20.49	c  20.1s|     1 |     0 |  5595 |  16M|   0 |1699 |2692 |2692 |2692 |2692 |7577 |2393 |   0 |   0 | 1.460801e+01 | 3.200000e+01 | 119.06%
26.28/26.36	c  26.0s|     1 |     0 |  5728 |  16M|   0 |1765 |2692 |2692 |2692 |2692 |7593 |2409 |   0 |   0 | 1.463487e+01 | 3.200000e+01 | 118.66%
32.27/32.35	c  31.9s|     1 |     0 |  5891 |  16M|   0 |1793 |2692 |2692 |2692 |2692 |2691 |2419 |   0 |   0 | 1.469003e+01 | 3.200000e+01 | 117.83%
33.87/33.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.87/33.99	c  33.6s|     1 |     0 |  5934 |  16M|   0 |1860 |2692 |2692 |2692 |2692 |2694 |2422 |   0 |   0 | 1.469539e+01 | 3.200000e+01 | 117.76%
35.57/35.67	c  35.3s|     1 |     0 |  5938 |  16M|   0 |1864 |2692 |2692 |2692 |2692 |2698 |2426 |   0 |   0 | 1.469539e+01 | 3.200000e+01 | 117.76%
46.57/46.67	c  46.2s|     1 |     2 |  5938 |  16M|   0 |1864 |2692 |2692 |2692 |2692 |2698 |2426 |   0 |  33 | 1.469539e+01 | 3.200000e+01 | 117.76%
115.05/115.12	o 26
115.05/115.12	c R 114s|    19 |    18 |  9308 |  16M|  18 | 130 |2692 |2692 |2374 |2692 |2902 |2775 |   0 | 493 | 1.508809e+01 | 2.600000e+01 |  72.32%
116.75/116.89	o 25
116.75/116.89	c R 116s|    21 |    20 |  9471 |  16M|  20 | 150 |2692 |2692 |2329 |2692 |2905 |2778 |   0 | 523 | 1.508809e+01 | 2.500000e+01 |  65.69%
117.35/117.48	o 22
117.35/117.48	c * 117s|    22 |    16 |  9492 |  16M|  21 |   - |2692 |2692 |2300 |2692 |2908 |2782 |   0 | 538 | 1.508809e+01 | 2.200000e+01 |  45.81%
128.84/128.99	o 21
128.84/128.99	c * 128s|    40 |    13 | 11379 |  17M|  21 |   - |2692 |2692 |1899 |2692 |2894 |2934 |   0 | 693 | 1.508809e+01 | 2.100000e+01 |  39.18%
1735.89/1736.53	c  1729s| 10000 |  1375 |  1391k|  25M|  41 |1333 |2692 |2693 |2524 |2692 |2806 |  61k|   1 |5764 | 1.653383e+01 | 2.100000e+01 |  27.01%
1798.28/1798.97	c 
1798.28/1798.97	c SCIP Status        : solving was interrupted [time limit reached]
1798.28/1798.97	c Solving Time (sec) : 1791.00
1798.28/1798.97	c Solving Nodes      : 10361
1798.28/1798.97	c Primal Bound       : +2.10000000000000e+01 (7 solutions)
1798.28/1798.97	c Dual Bound         : +1.65590714581153e+01
1798.28/1798.97	c Gap                : 26.82 %
1798.28/1798.97	c NODE         10361
1798.28/1798.97	c DUAL BOUND   16.5591
1798.28/1798.97	c PRIMAL BOUND 21
1798.28/1798.97	c GAP          0.268187
1798.28/1798.97	s SATISFIABLE
1798.28/1798.97	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1798.28/1798.97	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1798.28/1798.97	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1798.28/1798.97	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1798.28/1798.97	v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1798.28/1798.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 -x69 
1798.28/1798.97	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 
1798.28/1798.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 
1798.28/1798.97	v -x16 -x15 -x14 x13 -x12 -x11 x10 -x9 -x8 -x7 x6 -x5 x4 -x3 x2 -x1 
1798.28/1798.97	c SCIP Status        : solving was interrupted [time limit reached]
1798.28/1798.97	c Solving Time       :    1791.00
1798.28/1798.97	c Original Problem   :
1798.28/1798.97	c   Problem name     : HOME/instance-1870304-1245196858.opb
1798.28/1798.97	c   Variables        : 2692 (2692 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.28/1798.97	c   Constraints      : 2692 initial, 2692 maximal
1798.28/1798.97	c Presolved Problem  :
1798.28/1798.97	c   Problem name     : t_HOME/instance-1870304-1245196858.opb
1798.28/1798.97	c   Variables        : 2692 (2692 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.28/1798.97	c   Constraints      : 2692 initial, 2693 maximal
1798.28/1798.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.28/1798.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.28/1798.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.28/1798.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.28/1798.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.28/1798.97	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.28/1798.97	c   probing          :       0.05          0          0          0          0          0          0          0          0
1798.28/1798.97	c   and              :       0.14          0          0          0          0          0          0          0          0
1798.28/1798.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1798.28/1798.97	c   root node        :          -          0          -          -          0          -          -          -          -
1798.28/1798.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.28/1798.97	c   integral         :          0          0          0       6217          0         83        938          0          0      11824
1798.28/1798.97	c   and              :       2492      16521      79395          2          1          1     577622      64232          0          0
1798.28/1798.97	c   logicor          :        200+        14      33189          2          1          0          2          0          0          0
1798.28/1798.97	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1798.28/1798.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.28/1798.97	c   integral         :     455.56       0.00       0.00     455.56       0.00
1798.28/1798.97	c   and              :      54.99      40.77      14.22       0.00       0.00
1798.28/1798.97	c   logicor          :       0.45       0.00       0.45       0.00       0.00
1798.28/1798.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.28/1798.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.28/1798.97	c   rootredcost      :       0.05          4          0          0
1798.28/1798.97	c   pseudoobj        :       1.63      79424          0          0
1798.28/1798.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.28/1798.97	c   propagation      :       0.00          1          1          1        3.0          0        0.0          -
1798.28/1798.97	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.28/1798.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.28/1798.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.28/1798.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.28/1798.97	c   applied globally :          -          -          -          1        3.0          -          -          -
1798.28/1798.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.28/1798.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.28/1798.97	c   cut pool         :       0.01         13          -          -          0          -    (maximal pool size: 2730)
1798.28/1798.97	c   redcost          :       2.85      16703          0     122101          0          0
1798.28/1798.97	c   impliedbounds    :       0.02         14          0          0       2553          0
1798.28/1798.97	c   intobj           :       0.00          0          0          0          0          0
1798.28/1798.97	c   gomory           :      16.17         14          0          0       2625          0
1798.28/1798.97	c   strongcg         :      13.27         14          0          0       3502          0
1798.28/1798.97	c   cmir             :       2.16         10          0          0       2008          0
1798.28/1798.97	c   flowcover        :       1.02         10          0          0        200          0
1798.28/1798.97	c   clique           :       0.12         14          0          0         13          0
1798.28/1798.97	c   zerohalf         :       0.00          0          0          0          0          0
1798.28/1798.97	c   mcf              :       0.01          1          0          0          0          0
1798.28/1798.97	c Pricers            :       Time      Calls       Vars
1798.28/1798.97	c   problem variables:       0.00          0          0
1798.28/1798.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.28/1798.97	c   relpscost        :     455.54       6215         83        938          0          0      11824
1798.28/1798.97	c   pscost           :       0.00          0          0          0          0          0          0
1798.28/1798.97	c   inference        :       0.00          1          0          0          0          0          2
1798.28/1798.97	c   mostinf          :       0.00          0          0          0          0          0          0
1798.28/1798.97	c   leastinf         :       0.00          0          0          0          0          0          0
1798.28/1798.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.28/1798.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.28/1798.97	c   random           :       0.00          0          0          0          0          0          0
1798.28/1798.97	c Primal Heuristics  :       Time      Calls      Found
1798.28/1798.97	c   LP solutions     :       0.00          -          2
1798.28/1798.97	c   pseudo solutions :       0.00          -          0
1798.28/1798.97	c   feaspump         :       0.00          0          0
1798.28/1798.97	c   oneopt           :       0.05          5          0
1798.28/1798.97	c   objpscostdiving  :      33.24          3          0
1798.28/1798.97	c   crossover        :       0.25          4          0
1798.28/1798.97	c   rootsoldiving    :      10.50         15          0
1798.28/1798.97	c   pscostdiving     :      67.43         36          0
1798.28/1798.97	c   guideddiving     :      67.67         36          0
1798.28/1798.97	c   veclendiving     :      48.85         37          0
1798.28/1798.97	c   fracdiving       :      65.69         43          0
1798.28/1798.97	c   coefdiving       :      49.81         48          0
1798.28/1798.97	c   linesearchdiving :      58.38         54          0
1798.28/1798.97	c   simplerounding   :       0.06          0          0
1798.28/1798.97	c   rounding         :      16.65       7674          2
1798.28/1798.97	c   shifting         :       5.25       1727          3
1798.28/1798.97	c   intshifting      :       0.00          0          0
1798.28/1798.97	c   fixandinfer      :       0.00          0          0
1798.28/1798.97	c   intdiving        :       0.00          0          0
1798.28/1798.97	c   actconsdiving    :       0.00          0          0
1798.28/1798.97	c   octane           :       0.00          0          0
1798.28/1798.97	c   rens             :       0.01          0          0
1798.28/1798.97	c   rins             :       0.00          0          0
1798.28/1798.97	c   localbranching   :       0.00          0          0
1798.28/1798.97	c   mutation         :       0.00          0          0
1798.28/1798.97	c   dins             :       0.00          0          0
1798.28/1798.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.28/1798.97	c   primal LP        :       7.03          0          0       0.00       0.00
1798.28/1798.97	c   dual LP          :     762.49      21359    1005791      47.09    1319.09
1798.28/1798.97	c   barrier LP       :       0.00          0          0       0.00          -
1798.28/1798.97	c   diving/probing LP:     352.64      20039     436237      21.77    1237.06
1798.28/1798.97	c   strong branching :     450.69       6005     613306     102.13    1360.82
1798.28/1798.97	c     (at root node) :          -         33       9874     299.21          -
1798.28/1798.97	c   conflict analysis:       0.00          0          0       0.00          -
1798.28/1798.97	c B&B Tree           :
1798.28/1798.97	c   number of runs   :          1
1798.28/1798.97	c   nodes            :      10361
1798.28/1798.97	c   nodes (total)    :      10361
1798.28/1798.97	c   nodes left       :       1456
1798.28/1798.97	c   max depth        :         41
1798.28/1798.97	c   max depth (total):         41
1798.28/1798.97	c   backtracks       :       1965 (19.0%)
1798.28/1798.97	c   delayed cutoffs  :          0
1798.28/1798.97	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.28/1798.97	c   avg switch length:       3.80
1798.28/1798.97	c   switching time   :      11.47
1798.28/1798.97	c Solution           :
1798.28/1798.97	c   Solutions found  :          7 (7 improvements)
1798.28/1798.97	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 40 nodes, 128.16 seconds, depth 19, found by <relaxation>)
1798.28/1798.97	c   Dual Bound       : +1.65590714581153e+01
1798.28/1798.97	c   Gap              :      26.82 %
1798.28/1798.97	c   Root Dual Bound  : +1.46953865715242e+01
1798.38/1799.04	c Time complete: 1798.42.

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

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4821
/proc/meminfo: memFree=1825184/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=4488 CPUtime=0
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 187282202 4595712 483 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/4821/statm: 1082 486 321 886 0 192 0

[startup+0.0405471 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4821
/proc/meminfo: memFree=1825184/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=14664 CPUtime=0.03
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 3269 0 0 0 2 1 0 0 18 0 1 0 187282202 15015936 2897 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 3666 2897 368 886 0 2776 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14664

[startup+0.102559 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4821
/proc/meminfo: memFree=1825184/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=22728 CPUtime=0.09
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 5074 0 0 0 8 1 0 0 18 0 1 0 187282202 23273472 4702 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 5682 4702 405 886 0 4792 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22728

[startup+0.301596 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4821
/proc/meminfo: memFree=1825184/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=24012 CPUtime=0.29
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 5419 0 0 0 17 12 0 0 19 0 1 0 187282202 24588288 5047 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 6003 5047 427 886 0 5113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24012

[startup+0.701674 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4821
/proc/meminfo: memFree=1825184/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=35432 CPUtime=0.69
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 8435 0 0 0 50 19 0 0 22 0 1 0 187282202 36282368 7965 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 8858 7965 534 886 0 7968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35432

[startup+1.50182 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 4822
/proc/meminfo: memFree=1794968/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=37020 CPUtime=1.49
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 9025 0 0 0 126 23 0 0 25 0 1 0 187282202 37908480 8464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 9255 8464 552 886 0 8365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37020

[startup+3.10113 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 4822
/proc/meminfo: memFree=1792536/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=40312 CPUtime=3.08
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 9873 0 0 0 283 25 0 0 25 0 1 0 187282202 41279488 9299 1992294400 4194304 7823515 548682068736 18446744073709551615 4272716 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4821/statm: 10078 9299 552 886 0 9188 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40312

[startup+6.30172 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 4828
/proc/meminfo: memFree=1788184/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=46404 CPUtime=6.28
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 11322 0 0 0 601 27 0 0 25 0 1 0 187282202 47517696 10726 1992294400 4194304 7823515 548682068736 18446744073709551615 6110656 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 11601 10726 553 886 0 10711 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46404

[startup+12.7019 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 4828
/proc/meminfo: memFree=1779160/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=51204 CPUtime=12.69
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 12575 0 0 0 1239 30 0 0 25 0 1 0 187282202 52432896 11955 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 12801 11955 553 886 0 11911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51204

[startup+25.5013 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 4828
/proc/meminfo: memFree=1777440/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=53296 CPUtime=25.48
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 13163 0 0 0 2514 34 0 0 25 0 1 0 187282202 54575104 12430 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13324 12430 553 886 0 12434 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53296

[startup+51.1011 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 4828
/proc/meminfo: memFree=1777760/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=52472 CPUtime=51.06
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 13700 0 0 0 5064 42 0 0 25 0 1 0 187282202 53731328 12366 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13118 12366 558 886 0 12228 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52472

[startup+102.306 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1777760/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=52472 CPUtime=102.25
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 13701 0 0 0 10162 63 0 0 25 0 1 0 187282202 53731328 12367 1992294400 4194304 7823515 548682068736 18446744073709551615 6212443 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13118 12367 559 886 0 12228 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52472

[startup+162.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 4828
/proc/meminfo: memFree=1777760/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=52472 CPUtime=162.23
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 13705 0 0 0 16135 88 0 0 25 0 1 0 187282202 53731328 12371 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13118 12371 561 886 0 12228 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 52472

[startup+222.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 4828
/proc/meminfo: memFree=1779616/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=50520 CPUtime=222.21
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 16523 0 0 0 22109 112 0 0 25 0 1 0 187282202 51732480 11895 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 12630 11895 570 886 0 11740 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50520

[startup+282.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 4828
/proc/meminfo: memFree=1777888/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=52296 CPUtime=282.19
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 20534 0 0 0 28082 137 0 0 25 0 1 0 187282202 53551104 12314 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13074 12314 570 886 0 12184 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 52296

[startup+342.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 4828
/proc/meminfo: memFree=1776480/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=53592 CPUtime=342.17
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 20883 0 0 0 34055 162 0 0 25 0 1 0 187282202 54878208 12663 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13398 12663 570 886 0 12508 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 53592

[startup+402.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 4828
/proc/meminfo: memFree=1775840/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=54296 CPUtime=402.15
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 21043 0 0 0 40029 186 0 0 25 0 1 0 187282202 55599104 12823 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13574 12823 570 886 0 12684 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 54296

[startup+462.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 4828
/proc/meminfo: memFree=1774688/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=55312 CPUtime=462.13
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 25312 0 0 0 46001 212 0 0 25 0 1 0 187282202 56639488 13083 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13828 13083 570 886 0 12938 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 55312

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4828
/proc/meminfo: memFree=1774176/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=55848 CPUtime=522.11
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 25456 0 0 0 51976 235 0 0 25 0 1 0 187282202 57188352 13227 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13962 13227 570 886 0 13072 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 55848

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4828
/proc/meminfo: memFree=1774112/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=55848 CPUtime=582.09
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 25456 0 0 0 57953 256 0 0 25 0 1 0 187282202 57188352 13227 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 13962 13227 570 886 0 13072 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 55848

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1773088/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=56960 CPUtime=642.07
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 25712 0 0 0 63928 279 0 0 25 0 1 0 187282202 58327040 13483 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 14240 13483 570 886 0 13350 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 56960

[startup+702.302 s]

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

/proc/meminfo: memFree=1769312/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=60724 CPUtime=1121.91
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 30463 0 0 0 111726 465 0 0 25 0 1 0 187282202 62181376 14438 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 15181 14438 573 886 0 14291 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 60724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1768672/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=61488 CPUtime=1181.88
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 31691 0 0 0 117699 489 0 0 25 0 1 0 187282202 62963712 14601 1992294400 4194304 7823515 548682068736 18446744073709551615 6255201 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 15372 14601 573 886 0 14482 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 61488

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1768224/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=61692 CPUtime=1241.86
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 31793 0 0 0 123672 514 0 0 25 0 1 0 187282202 63172608 14703 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 15423 14703 573 886 0 14533 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 61692

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1767904/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=61996 CPUtime=1301.85
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 31859 0 0 0 129648 537 0 0 25 0 1 0 187282202 63483904 14769 1992294400 4194304 7823515 548682068736 18446744073709551615 6177555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 15499 14769 573 886 0 14609 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 61996

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1767648/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=62240 CPUtime=1361.82
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 31920 0 0 0 135621 561 0 0 25 0 1 0 187282202 63733760 14830 1992294400 4194304 7823515 548682068736 18446744073709551615 6253880 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 15560 14830 573 886 0 14670 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 62240

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1766048/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=63924 CPUtime=1421.8
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32303 0 0 0 141598 582 0 0 25 0 1 0 187282202 65458176 15213 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 15981 15213 573 886 0 15091 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 63924

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1765600/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=64340 CPUtime=1481.78
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32445 0 0 0 147572 606 0 0 25 0 1 0 187282202 65884160 15355 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16085 15355 573 886 0 15195 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 64340

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1765408/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=64340 CPUtime=1541.76
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32447 0 0 0 153546 630 0 0 25 0 1 0 187282202 65884160 15357 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16085 15357 573 886 0 15195 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 64340

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1765088/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=64920 CPUtime=1601.74
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32591 0 0 0 159519 655 0 0 25 0 1 0 187282202 66478080 15501 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16230 15501 573 886 0 15340 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 64920

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1764192/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=65556 CPUtime=1661.72
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32750 0 0 0 165492 680 0 0 25 0 1 0 187282202 67129344 15660 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16389 15660 573 886 0 15499 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 65556

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1763936/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=65856 CPUtime=1721.71
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32827 0 0 0 171468 703 0 0 25 0 1 0 187282202 67436544 15737 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16464 15737 573 886 0 15574 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 65856

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1763232/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66456 CPUtime=1781.68
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32987 0 0 0 177441 727 0 0 25 0 1 0 187282202 68050944 15897 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16614 15897 573 886 0 15724 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 66456

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1763232/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66628 CPUtime=1791.28
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32993 0 0 0 178398 730 0 0 25 0 1 0 187282202 68227072 15903 1992294400 4194304 7823515 548682068736 18446744073709551615 6253824 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16657 15903 573 886 0 15767 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 66628

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1763232/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66628 CPUtime=1794.48
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32995 0 0 0 178717 731 0 0 25 0 1 0 187282202 68227072 15905 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16657 15905 573 886 0 15767 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 66628

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1763232/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66628 CPUtime=1796.08
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 32997 0 0 0 178876 732 0 0 25 0 1 0 187282202 68227072 15907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16657 15907 573 886 0 15767 0
Current children cumulated CPU time (s) 1796.08
Current children cumulated vsize (KiB) 66628

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1763232/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66780 CPUtime=1797.67
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 33058 0 0 0 179035 732 0 0 25 0 1 0 187282202 68382720 15968 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16695 15968 573 886 0 15805 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (KiB) 66780

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1762976/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66780 CPUtime=1798.08
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 33058 0 0 0 179075 733 0 0 25 0 1 0 187282202 68382720 15968 1992294400 4194304 7823515 548682068736 18446744073709551615 6237350 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16695 15968 573 886 0 15805 0
Current children cumulated CPU time (s) 1798.08
Current children cumulated vsize (KiB) 66780

[startup+1798.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1762976/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66780 CPUtime=1798.28
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 33058 0 0 0 179095 733 0 0 25 0 1 0 187282202 68382720 15968 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4821/statm: 16695 15968 573 886 0 15805 0
Current children cumulated CPU time (s) 1798.28
Current children cumulated vsize (KiB) 66780

[startup+1799 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4828
/proc/meminfo: memFree=1762976/2055920 swapFree=4182544/4192956
[pid=4821] ppid=4819 vsize=66780 CPUtime=1798.38
/proc/4821/stat : 4821 (pbscip.linux.x8) R 4819 4821 4784 0 -1 4194304 33060 0 0 0 179105 733 0 0 25 0 1 0 187282202 68382720 15970 1992294400 4194304 7823515 548682068736 18446744073709551615 4302021 0 0 4096 0 0 0 0 17 1 0 0
/proc/4821/statm: 16695 15970 575 886 0 15805 0
Current children cumulated CPU time (s) 1798.38
Current children cumulated vsize (KiB) 66780

Child status: 0
Real time (s): 1799.05
CPU time (s): 1798.43
CPU user time (s): 1791.09
CPU system time (s): 7.34488
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 73516

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

runsolver used 1.42078 second user time and 3.83142 second system time

The end

Launcher Data

Begin job on node47 at 2009-06-17 02:00:58
IDJOB=1870304
IDBENCH=48151
IDSOLVER=683
FILE ID=node47/1870304-1245196858
PBS_JOBID= 9368343
Free space on /tmp= 65952 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870304-1245196858/watcher-1870304-1245196858 -o /tmp/evaluation-result-1870304-1245196858/solver-1870304-1245196858 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870304-1245196858.opb

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=919608709

node47.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.261
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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825664 kB
Buffers:         49712 kB
Cached:         113644 kB
SwapCached:       4196 kB
Active:          58244 kB
Inactive:       112848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825664 kB
SwapTotal:     4192956 kB
SwapFree:      4182544 kB
Dirty:           10072 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            45200 kB
Committed_AS:   192912 kB
PageTables:       1448 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= 65944 MiB
End job on node47 at 2009-06-17 02:30:57