Trace number 3736806

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT11 1795.94 1796.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
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 constraint26
Maximum length of a constraint44
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)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-3736806-1338719505.opb>
0.00/0.02	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 411740 impls, 0 clqs
0.28/0.30	c    (0.2s) probing: 101/6404 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.28/0.30	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.28/0.30	c presolving (2 rounds):
0.28/0.30	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.28/0.30	c  411740 implications, 0 cliques
0.28/0.30	c presolved problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.28/0.30	c    6204 constraints of type <and>
0.28/0.30	c     200 constraints of type <logicor>
0.28/0.30	c transformed objective value is always integral (scale: 1)
0.28/0.30	c Presolving Time: 0.19
0.28/0.30	c OPT-NLC
0.28/0.30	c -----------------------------------------------------------------------------------------------
0.28/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.28/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.28/0.30	c limits/memory = c 13950
0.28/0.30	c # maximal time in seconds to run
0.28/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.28/0.30	c limits/time = c 1791
0.28/0.30	c # frequency for displaying node information lines
0.28/0.30	c # [type: int, range: [-1,2147483647], default: 100]
0.28/0.30	c display/freq = c 10000
0.28/0.30	c -----------------------------------------------------------------------------------------------
0.28/0.30	c start solving problem
0.28/0.30	c 
0.28/0.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.37	c   0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.51	c   2.3s|     1 |     0 |  9098 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 403 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.52	o 35
2.49/2.52	c s 2.4s|     1 |     0 |  9098 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 403 |   0 |   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
3.09/3.12	c   3.0s|     1 |     0 |  9698 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
3.09/3.13	o 27
3.09/3.13	c s 3.0s|     1 |     0 |  9698 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
3.68/3.77	c   3.6s|     1 |     0 | 10299 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
4.39/4.45	c   4.2s|     1 |     0 | 10899 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
4.39/4.45	o 22
4.39/4.45	c s 4.3s|     1 |     0 | 10899 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
5.09/5.15	c   5.0s|     1 |     0 | 11499 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
5.09/5.16	o 20
5.09/5.16	c s 5.0s|     1 |     0 | 11499 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
5.79/5.89	c   5.7s|     1 |     0 | 12099 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  15k|2417 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
6.39/6.48	c   6.2s|     1 |     2 | 12099 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  15k|2417 |   0 |  18 | 0.000000e+00 | 2.000000e+01 |    Inf 
179.85/179.91	o 12
179.85/179.91	c * 179s|   103 |    99 |228430 |  41M|  13 |   - |6404 |6410 |5788 |6404 |5701 |  48k|   6 |1846 | 5.480238e+00 | 1.200000e+01 | 118.97%
383.12/383.27	o 11
383.12/383.27	c * 382s|   812 |   224 |510879 |  43M|  29 |   - |6404 |6421 |4378 |6404 |6552 |  78k|  17 |2540 | 6.515798e+00 | 1.100000e+01 |  68.82%
1795.79/1796.17	c 
1795.79/1796.17	c SCIP Status        : solving was interrupted [time limit reached]
1795.79/1796.17	c Solving Time (sec) : 1791.00
1795.79/1796.17	c Solving Nodes      : 6885
1795.79/1796.17	c Primal Bound       : +1.10000000000000e+01 (6 solutions)
1795.79/1796.17	c Dual Bound         : +7.26071537352211e+00
1795.79/1796.17	c Gap                : 51.50 %
1795.79/1796.17	c NODE         6885
1795.79/1796.17	c DUAL BOUND   7.26072
1795.79/1796.17	c PRIMAL BOUND 11
1795.79/1796.17	c GAP          0.515002
1795.79/1796.17	s SATISFIABLE
1795.79/1796.17	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.79/1796.17	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1795.79/1796.17	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.79/1796.17	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1795.79/1796.17	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1795.79/1796.17	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 
1795.79/1796.17	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 x48 -x47 -x46 -x45 
1795.79/1796.17	v x44 -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 
1795.79/1796.17	v x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1795.79/1796.17	c SCIP Status        : solving was interrupted [time limit reached]
1795.79/1796.17	c Solving Time       :    1791.00
1795.79/1796.17	c Original Problem   :
1795.79/1796.17	c   Problem name     : HOME/instance-3736806-1338719505.opb
1795.79/1796.17	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.79/1796.17	c   Constraints      : 6404 initial, 6404 maximal
1795.79/1796.17	c Presolved Problem  :
1795.79/1796.17	c   Problem name     : t_HOME/instance-3736806-1338719505.opb
1795.79/1796.17	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.79/1796.17	c   Constraints      : 6404 initial, 6451 maximal
1795.79/1796.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.79/1796.17	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.79/1796.17	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.79/1796.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.79/1796.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.79/1796.17	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.79/1796.17	c   probing          :       0.04          0          0          0          0          0          0          0          0
1795.79/1796.17	c   and              :       0.14          0          0          0          0          0          0          0          0
1795.79/1796.17	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.79/1796.17	c   root node        :          -          0          -          -          0          -          -          -          -
1795.79/1796.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.79/1796.17	c   integral         :          0          0          0       4864          0         47        801          0          0       9278
1795.79/1796.17	c   and              :       6204      17842      73549          3          1         15    1563978     233917          0          0
1795.79/1796.17	c   logicor          :        200+         6      25039          2          1         11         55          0          0          0
1795.79/1796.17	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1795.79/1796.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.79/1796.17	c   integral         :     464.20       0.00       0.00     464.20       0.00
1795.79/1796.17	c   and              :      45.39      35.11      10.28       0.00       0.00
1795.79/1796.17	c   logicor          :       0.23       0.00       0.23       0.00       0.00
1795.79/1796.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.79/1796.17	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.79/1796.17	c   rootredcost      :       0.01          3          0          0
1795.79/1796.17	c   pseudoobj        :       0.56      73531         10          0
1795.79/1796.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.79/1796.17	c   propagation      :       0.00         36         36         50       15.2          0        0.0          -
1795.79/1796.17	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.79/1796.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.79/1796.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.79/1796.17	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.79/1796.17	c   applied globally :          -          -          -         50       15.2          -          -          -
1795.79/1796.17	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.79/1796.17	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.79/1796.17	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2417)
1795.79/1796.17	c   redcost          :       1.23      17910          0      90419          0          0
1795.79/1796.17	c   impliedbounds    :       0.01          6          0          0       2400          0
1795.79/1796.17	c   intobj           :       0.00          0          0          0          0          0
1795.79/1796.17	c   gomory           :       0.35          6          0          0       3000          0
1795.79/1796.17	c   strongcg         :       0.36          6          0          0       3000          0
1795.79/1796.17	c   cmir             :       2.11          6          0          0       2400          0
1795.79/1796.17	c   flowcover        :       0.58          6          0          0          0          0
1795.79/1796.17	c   clique           :       0.11          6          0          0         17          0
1795.79/1796.17	c   zerohalf         :       0.00          0          0          0          0          0
1795.79/1796.17	c   mcf              :       0.01          1          0          0          0          0
1795.79/1796.17	c Pricers            :       Time      Calls       Vars
1795.79/1796.17	c   problem variables:       0.00          0          0
1795.79/1796.17	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.79/1796.17	c   relpscost        :     464.19       4861         47        801          0          0       9278
1795.79/1796.17	c   pscost           :       0.00          0          0          0          0          0          0
1795.79/1796.17	c   inference        :       0.00          1          0          0          0          0          2
1795.79/1796.17	c   mostinf          :       0.00          0          0          0          0          0          0
1795.79/1796.17	c   leastinf         :       0.00          0          0          0          0          0          0
1795.79/1796.17	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.79/1796.17	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.79/1796.17	c   random           :       0.00          0          0          0          0          0          0
1795.79/1796.17	c Primal Heuristics  :       Time      Calls      Found
1795.79/1796.17	c   LP solutions     :       0.00          -          2
1795.79/1796.17	c   pseudo solutions :       0.00          -          0
1795.79/1796.17	c   oneopt           :       0.01          3          0
1795.79/1796.17	c   crossover        :       0.44          6          0
1795.79/1796.17	c   veclendiving     :      59.19         31          0
1795.79/1796.17	c   pscostdiving     :      55.34         45          0
1795.79/1796.17	c   linesearchdiving :      53.34         45          0
1795.79/1796.17	c   guideddiving     :      71.92         45          0
1795.79/1796.17	c   fracdiving       :      57.31         46          0
1795.79/1796.17	c   simplerounding   :       0.00          0          0
1795.79/1796.17	c   rounding         :       2.00       1966          0
1795.79/1796.17	c   shifting         :       2.43       1855          4
1795.79/1796.17	c   intshifting      :       0.00          0          0
1795.79/1796.17	c   fixandinfer      :       0.00          0          0
1795.79/1796.17	c   feaspump         :       1.40          1          0
1795.79/1796.17	c   coefdiving       :      38.43         46          0
1795.79/1796.17	c   intdiving        :       0.00          0          0
1795.79/1796.17	c   actconsdiving    :       0.00          0          0
1795.79/1796.17	c   objpscostdiving  :      34.61          4          0
1795.79/1796.17	c   rootsoldiving    :      13.56         14          0
1795.79/1796.17	c   octane           :       0.00          0          0
1795.79/1796.17	c   rens             :       0.21          1          0
1795.79/1796.17	c   rins             :       0.00          0          0
1795.79/1796.17	c   localbranching   :       0.00          0          0
1795.79/1796.17	c   mutation         :       0.00          0          0
1795.79/1796.17	c   dins             :       0.00          0          0
1795.79/1796.17	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.79/1796.17	c   primal LP        :      10.98          0          0       0.00       0.00
1795.79/1796.17	c   dual LP          :     836.35      22057    1522897      69.04    1820.88
1795.79/1796.17	c   barrier LP       :       0.00          0          0       0.00          -
1795.79/1796.17	c   diving/probing LP:     346.98      21837     566258      25.93    1631.96
1795.79/1796.17	c   strong branching :     461.53       8049     866392     107.64    1877.22
1795.79/1796.17	c     (at root node) :          -         18        854      47.44          -
1795.79/1796.17	c   conflict analysis:       0.00          0          0       0.00          -
1795.79/1796.17	c B&B Tree           :
1795.79/1796.17	c   number of runs   :          1
1795.79/1796.17	c   nodes            :       6885
1795.79/1796.17	c   nodes (total)    :       6885
1795.79/1796.17	c   nodes left       :       2305
1795.79/1796.17	c   max depth        :         53
1795.79/1796.17	c   max depth (total):         53
1795.79/1796.17	c   backtracks       :       1186 (17.2%)
1795.79/1796.17	c   delayed cutoffs  :          0
1795.79/1796.17	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.79/1796.17	c   avg switch length:       3.78
1795.79/1796.17	c   switching time   :      15.02
1795.79/1796.17	c Solution           :
1795.79/1796.17	c   Solutions found  :          6 (6 improvements)
1795.79/1796.17	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 812 nodes, 381.83 seconds, depth 25, found by <relaxation>)
1795.79/1796.17	c   Dual Bound       : +7.26071537352211e+00
1795.79/1796.17	c   Gap              :      51.50 %
1795.79/1796.17	c   Root Dual Bound  : +0.00000000000000e+00
1795.90/1796.23	c Time complete: 1795.93.

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736806-1338719505/watcher-3736806-1338719505 -o /tmp/evaluation-result-3736806-1338719505/solver-3736806-1338719505 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736806-1338719505.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.95 2/176 27487
/proc/meminfo: memFree=26469872/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=4272 CPUtime=0 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 471 0 0 0 0 0 0 0 20 0 1 0 338077275 4374528 427 33554432000 4194304 7823515 140735220569760 140737237094904 6883856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 1068 428 286 887 0 178 0

[startup+0.080315 s]
/proc/loadavg: 1.92 1.99 1.95 2/176 27487
/proc/meminfo: memFree=26469872/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=32640 CPUtime=0.07 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 7572 0 0 0 6 1 0 0 20 0 1 0 338077275 33423360 7171 33554432000 4194304 7823515 140735220569760 140737237094904 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 8160 7171 405 887 0 7270 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32640

[startup+0.10036 s]
/proc/loadavg: 1.92 1.99 1.95 2/176 27487
/proc/meminfo: memFree=26469872/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=35548 CPUtime=0.08 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 8299 0 0 0 7 1 0 0 20 0 1 0 338077275 36401152 7898 33554432000 4194304 7823515 140735220569760 140737237094904 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 8887 7898 405 887 0 7997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35548

[startup+0.300293 s]
/proc/loadavg: 1.92 1.99 1.95 2/176 27487
/proc/meminfo: memFree=26469872/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=47168 CPUtime=0.28 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 11316 0 0 0 21 7 0 0 20 0 1 0 338077275 48300032 10915 33554432000 4194304 7823515 140735220569760 140737237094904 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 11792 10915 441 887 0 10902 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47168

[startup+0.700285 s]
/proc/loadavg: 1.92 1.99 1.95 2/176 27487
/proc/meminfo: memFree=26469872/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=74624 CPUtime=0.69 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 17889 0 0 0 60 9 0 0 20 0 1 0 338077275 76414976 17072 33554432000 4194304 7823515 140735220569760 140737237094904 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 18656 17072 525 887 0 17766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74624

[startup+1.50025 s]
/proc/loadavg: 1.92 1.99 1.95 3/177 27488
/proc/meminfo: memFree=26402912/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=75128 CPUtime=1.49 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 18271 0 0 0 140 9 0 0 20 0 1 0 338077275 76931072 17395 33554432000 4194304 7823515 140735220569760 140735220564520 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 18782 17395 525 887 0 17892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75128

[startup+3.10029 s]
/proc/loadavg: 1.92 1.99 1.95 3/177 27488
/proc/meminfo: memFree=26403284/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=78244 CPUtime=3.09 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 20336 0 0 0 294 15 0 0 20 0 1 0 338077275 80121856 18629 33554432000 4194304 7823515 140735220569760 140735220565512 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 19561 18629 555 887 0 18671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78244

[startup+6.3003 s]
/proc/loadavg: 1.93 1.99 1.95 3/177 27488
/proc/meminfo: memFree=26392876/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=82832 CPUtime=6.29 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 29081 0 0 0 609 20 0 0 20 0 1 0 338077275 84819968 19841 33554432000 4194304 7823515 140735220569760 140735220565896 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 20708 19841 564 887 0 19818 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82832

[startup+12.7003 s]
/proc/loadavg: 1.93 1.99 1.95 3/177 27488
/proc/meminfo: memFree=26390932/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=83752 CPUtime=12.69 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 29174 0 0 0 1246 23 0 0 20 0 1 0 338077275 85762048 19934 33554432000 4194304 7823515 140735220569760 140735220564968 6130931 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 20938 19934 564 887 0 20048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83752

[startup+25.5003 s]
/proc/loadavg: 1.95 1.99 1.95 3/177 27488
/proc/meminfo: memFree=26391088/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=83752 CPUtime=25.49 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 29175 0 0 0 2522 27 0 0 20 0 1 0 338077275 85762048 19935 33554432000 4194304 7823515 140735220569760 140735220565592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 20938 19935 564 887 0 20048 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83752

[startup+51.1003 s]
/proc/loadavg: 1.90 1.98 1.94 3/177 27526
/proc/meminfo: memFree=26857676/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=83752 CPUtime=51.08 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 29177 0 0 0 5076 32 0 0 20 0 1 0 338077275 85762048 20190 33554432000 4194304 7823515 140735220569760 140735220565592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 20938 20190 564 887 0 20048 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83752

[startup+102.306 s]
/proc/loadavg: 1.96 1.98 1.94 3/178 27527
/proc/meminfo: memFree=26853772/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=86076 CPUtime=102.27 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 29782 0 0 0 10175 52 0 0 20 0 1 0 338077275 88141824 20859 33554432000 4194304 7823515 140735220569760 140735220565704 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 21519 20859 564 887 0 20629 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 86076

[startup+162.3 s]
/proc/loadavg: 1.98 1.98 1.94 3/177 27527
/proc/meminfo: memFree=26850712/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=89416 CPUtime=162.25 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 30611 0 0 0 16156 69 0 0 20 0 1 0 338077275 91561984 21688 33554432000 4194304 7823515 140735220569760 140735220565512 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 22354 21688 568 887 0 21464 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 89416

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 27527
/proc/meminfo: memFree=26846552/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=93976 CPUtime=222.24 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 32741 0 0 0 22137 87 0 0 20 0 1 0 338077275 96231424 22849 33554432000 4194304 7823515 140735220569760 140735220565096 4265825 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 23494 22849 569 887 0 22604 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 93976

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 27528
/proc/meminfo: memFree=26819636/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=122652 CPUtime=282.23 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 39612 0 0 0 28117 106 0 0 20 0 1 0 338077275 125595648 29717 33554432000 4194304 7823515 140735220569760 140735220565688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 30663 29717 582 887 0 29773 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 122652

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 27528
/proc/meminfo: memFree=26819640/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=122652 CPUtime=342.23 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 39616 0 0 0 34101 122 0 0 20 0 1 0 338077275 125595648 29721 33554432000 4194304 7823515 140735220569760 140735220565096 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 30663 29721 582 887 0 29773 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 122652

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 27528
/proc/meminfo: memFree=26817508/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=122768 CPUtime=402.21 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 41379 0 0 0 40083 138 0 0 20 0 1 0 338077275 125714432 30084 33554432000 4194304 7823515 140735220569760 140735220567592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 30692 30084 582 887 0 29802 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 122768

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 27528
/proc/meminfo: memFree=26814112/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=122768 CPUtime=462.2 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 41379 0 0 0 46066 154 0 0 20 0 1 0 338077275 125714432 30084 33554432000 4194304 7823515 140735220569760 140735220565560 6099844 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 30692 30084 582 887 0 29802 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 122768

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 27531
/proc/meminfo: memFree=26813968/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=122768 CPUtime=522.19 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 45022 0 0 0 52050 169 0 0 20 0 1 0 338077275 125714432 30085 33554432000 4194304 7823515 140735220569760 140735220565448 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 30692 30085 582 887 0 29802 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 122768

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/177 27532
/proc/meminfo: memFree=26811992/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=122768 CPUtime=582.18 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 45022 0 0 0 58033 185 0 0 20 0 1 0 338077275 125714432 30085 33554432000 4194304 7823515 140735220569760 140735220565608 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 30692 30085 582 887 0 29802 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 122768

[startup+642.3 s]

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

/proc/meminfo: memFree=26756804/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=155032 CPUtime=1122.09 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 64770 0 0 0 111889 320 0 0 20 0 1 0 338077275 158752768 38123 33554432000 4194304 7823515 140735220569760 140735220565448 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 38758 38123 582 887 0 37868 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 155032

[startup+1182.3 s]
/proc/loadavg: 2.03 1.99 1.95 3/177 27537
/proc/meminfo: memFree=26754332/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=157308 CPUtime=1182.08 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 65351 0 0 0 117873 335 0 0 20 0 1 0 338077275 161083392 38704 33554432000 4194304 7823515 140735220569760 140735220564776 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 39327 38704 582 887 0 38437 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 157308

[startup+1242.3 s]
/proc/loadavg: 2.08 2.01 1.95 3/177 27537
/proc/meminfo: memFree=26748992/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=162328 CPUtime=1242.07 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 72233 0 0 0 123858 349 0 0 20 0 1 0 338077275 166223872 39949 33554432000 4194304 7823515 140735220569760 140735220566408 6237396 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 40582 39949 582 887 0 39692 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 162328

[startup+1302.3 s]
/proc/loadavg: 2.03 2.00 1.95 3/177 27537
/proc/meminfo: memFree=26745644/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=165696 CPUtime=1302.08 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 73073 0 0 0 129842 366 0 0 20 0 1 0 338077275 169672704 40789 33554432000 4194304 7823515 140735220569760 140735220565560 6247618 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 41424 40789 582 887 0 40534 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 165696

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 27537
/proc/meminfo: memFree=26740736/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=167600 CPUtime=1362.06 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 73547 0 0 0 135827 379 0 0 20 0 1 0 338077275 171622400 41258 33554432000 4194304 7823515 140735220569760 140735220565208 6208547 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 41900 41258 582 887 0 41010 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 167600

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 27537
/proc/meminfo: memFree=26740116/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=168584 CPUtime=1422.05 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 73801 0 0 0 141813 392 0 0 20 0 1 0 338077275 172630016 41512 33554432000 4194304 7823515 140735220569760 140735220564456 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 42146 41512 582 887 0 41256 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 168584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 27538
/proc/meminfo: memFree=26737256/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=172096 CPUtime=1482.04 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 74680 0 0 0 147798 406 0 0 20 0 1 0 338077275 176226304 42391 33554432000 4194304 7823515 140735220569760 140735220564920 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 43024 42391 582 887 0 42134 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 172096

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 27538
/proc/meminfo: memFree=26733716/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=175320 CPUtime=1542.03 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 75490 0 0 0 153780 423 0 0 20 0 1 0 338077275 179527680 43198 33554432000 4194304 7823515 140735220569760 140735220565096 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 43830 43198 582 887 0 42940 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 175320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 27538
/proc/meminfo: memFree=26730120/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=178816 CPUtime=1602.02 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 76374 0 0 0 159763 439 0 0 20 0 1 0 338077275 183107584 44082 33554432000 4194304 7823515 140735220569760 140735220565560 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 44704 44082 582 887 0 43814 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 178816

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/177 27538
/proc/meminfo: memFree=26732824/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=180032 CPUtime=1662.01 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 76591 0 0 0 165748 453 0 0 20 0 1 0 338077275 184352768 44299 33554432000 4194304 7823515 140735220569760 140735220565096 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 45008 44299 582 887 0 44118 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 180032

[startup+1722.3 s]
/proc/loadavg: 2.09 2.02 1.96 3/178 27541
/proc/meminfo: memFree=26728716/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=184356 CPUtime=1722 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 77712 0 0 0 171734 466 0 0 20 0 1 0 338077275 188780544 45416 33554432000 4194304 7823515 140735220569760 140735220565448 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46089 45416 582 887 0 45199 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 184356

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26726284/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=186592 CPUtime=1781.99 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78154 0 0 0 177718 481 0 0 20 0 1 0 338077275 191070208 45858 33554432000 4194304 7823515 140735220569760 140735220565512 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46648 45858 582 887 0 45758 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 186592

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724920/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1785.19 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78497 0 0 0 178037 482 0 0 20 0 1 0 338077275 191832064 46170 33554432000 4194304 7823515 140735220569760 140735220564920 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46170 582 887 0 45944 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 187336

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724764/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1791.59 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78531 0 0 0 178675 484 0 0 20 0 1 0 338077275 191832064 46204 33554432000 4194304 7823515 140735220569760 140735220565384 6257143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46204 582 887 0 45944 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 187336

[startup+1793.5 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724764/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1793.19 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78540 0 0 0 178835 484 0 0 20 0 1 0 338077275 191832064 46213 33554432000 4194304 7823515 140735220569760 140735220566408 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46213 582 887 0 45944 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 187336

[startup+1795.1 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724764/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1794.8 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78540 0 0 0 178995 485 0 0 20 0 1 0 338077275 191832064 46213 33554432000 4194304 7823515 140735220569760 140735220565096 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46213 582 887 0 45944 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 187336

[startup+1795.9 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724764/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1795.59 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78540 0 0 0 179074 485 0 0 20 0 1 0 338077275 191832064 46213 33554432000 4194304 7823515 140735220569760 140735220565096 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46213 582 887 0 45944 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 187336

[startup+1796.1 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724764/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1795.79 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78540 0 0 0 179094 485 0 0 20 0 1 0 338077275 191832064 46213 33554432000 4194304 7823515 140735220569760 140735220564936 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46213 582 887 0 45944 0
Current children cumulated CPU time (s) 1795.79
Current children cumulated vsize (KiB) 187336

[startup+1796.2 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27565
/proc/meminfo: memFree=26724764/32873648 swapFree=6852/6852
[pid=27487] ppid=27485 vsize=187336 CPUtime=1795.9 cores=0,2,4,6
/proc/27487/stat : 27487 (pbscip.linux.x8) R 27485 27487 27068 0 -1 4202496 78542 0 0 0 179105 485 0 0 20 0 1 0 338077275 191832064 46215 33554432000 4194304 7823515 140735220569760 140735220564936 4805796 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27487/statm: 46834 46215 584 887 0 45944 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (KiB) 187336

Child status: 0
Real time (s): 1796.24
CPU time (s): 1795.94
CPU user time (s): 1791.08
CPU system time (s): 4.85426
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 187336

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

runsolver used 2.56161 second user time and 7.2419 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 12:31:45
IDJOB=3736806
IDBENCH=48128
IDSOLVER=2321
FILE ID=node115/3736806-1338719505
RUNJOBID= node115-1338714108-27084
PBS_JOBID= 14636752
Free space on /tmp= 70820 MiB

SOLVER NAME= PB09: 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_25_1.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-3736806-1338719505/watcher-3736806-1338719505 -o /tmp/evaluation-result-3736806-1338719505/solver-3736806-1338719505 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736806-1338719505.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=707763256

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26470492 kB
Buffers:         1432732 kB
Cached:          3491388 kB
SwapCached:         1016 kB
Active:          3315080 kB
Inactive:        2179772 kB
Active(anon):     559148 kB
Inactive(anon):     9868 kB
Active(file):    2755932 kB
Inactive(file):  2169904 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              9636 kB
Writeback:             0 kB
AnonPages:        572344 kB
Mapped:            14040 kB
Shmem:                96 kB
Slab:             771668 kB
SReclaimable:     215000 kB
SUnreclaim:       556668 kB
KernelStack:        1448 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     689104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70812 MiB
End job on node115 at 2012-06-03 13:01:41