Trace number 3736916

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.88 1796.19

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.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 constraint50
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)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

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-3736916-1338723175.opb>
0.00/0.02	c original problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6426 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 415046 impls, 0 clqs
0.19/0.29	c    (0.2s) probing: 101/6426 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.29	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.29	c presolving (2 rounds):
0.19/0.29	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.29	c  415046 implications, 0 cliques
0.19/0.29	c presolved problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6426 constraints
0.19/0.29	c    6226 constraints of type <and>
0.19/0.29	c     200 constraints of type <logicor>
0.19/0.29	c transformed objective value is always integral (scale: 1)
0.19/0.29	c Presolving Time: 0.19
0.19/0.29	c OPT-NLC
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29	c limits/memory = c 13950
0.19/0.29	c # maximal time in seconds to run
0.19/0.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29	c limits/time = c 1791
0.19/0.29	c # frequency for displaying node information lines
0.19/0.29	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.29	c display/freq = c 10000
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c start solving problem
0.19/0.29	c 
0.28/0.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.36	c   0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6426 |6426 |6426 |6426 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.28/0.37	o 26
0.28/0.37	c s 0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6426 |6426 |6426 |6426 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1.00/1.09	c   0.9s|     1 |     0 |  1000 |  38M|   0 | 400 |6426 |6426 |6426 |6426 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1.69/1.70	c   1.6s|     1 |     0 |  1600 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
2.28/2.33	c   2.2s|     1 |     0 |  2200 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
2.28/2.34	o 19
2.28/2.34	c s 2.2s|     1 |     0 |  2200 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  13k|1205 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
2.99/3.00	c   2.8s|     1 |     0 |  2802 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  14k|1609 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
3.69/3.74	c   3.6s|     1 |     0 |  3402 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  14k|2013 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
3.69/3.75	o 16
3.69/3.75	c s 3.6s|     1 |     0 |  3402 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  14k|2013 |   0 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
4.39/4.47	c   4.3s|     1 |     0 |  4003 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  15k|2416 |   0 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
4.99/5.05	c   4.9s|     1 |     2 |  4003 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  15k|2416 |   0 |  18 | 0.000000e+00 | 1.600000e+01 |    Inf 
175.34/175.45	o 12
175.34/175.45	c * 175s|   149 |   146 |222029 |  42M|  19 |   - |6426 |6442 |5845 |6426 |6068 |  61k|  16 |1851 | 5.757383e+00 | 1.200000e+01 | 108.43%
275.73/275.82	o 11
275.73/275.82	c * 275s|   348 |   210 |364920 |  43M|  22 |   - |6426 |6449 |3056 |6426 |5879 |  75k|  23 |2096 | 6.201190e+00 | 1.100000e+01 |  77.39%
1795.78/1796.10	c 
1795.78/1796.10	c SCIP Status        : solving was interrupted [time limit reached]
1795.78/1796.10	c Solving Time (sec) : 1791.00
1795.78/1796.10	c Solving Nodes      : 6416
1795.78/1796.10	c Primal Bound       : +1.10000000000000e+01 (5 solutions)
1795.78/1796.10	c Dual Bound         : +7.26415792505025e+00
1795.78/1796.10	c Gap                : 51.43 %
1795.78/1796.11	c NODE         6416
1795.78/1796.11	c DUAL BOUND   7.26416
1795.78/1796.11	c PRIMAL BOUND 11
1795.78/1796.11	c GAP          0.514284
1795.78/1796.11	s SATISFIABLE
1795.78/1796.11	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.78/1796.11	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1795.78/1796.11	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.78/1796.11	v -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 
1795.78/1796.11	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1795.78/1796.11	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.78/1796.11	v x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 
1795.78/1796.11	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 
1795.78/1796.11	v -x18 -x17 -x16 -x15 x14 -x13 x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1795.78/1796.11	c SCIP Status        : solving was interrupted [time limit reached]
1795.78/1796.11	c Solving Time       :    1791.00
1795.78/1796.11	c Original Problem   :
1795.78/1796.11	c   Problem name     : HOME/instance-3736916-1338723175.opb
1795.78/1796.11	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.78/1796.11	c   Constraints      : 6426 initial, 6426 maximal
1795.78/1796.11	c Presolved Problem  :
1795.78/1796.11	c   Problem name     : t_HOME/instance-3736916-1338723175.opb
1795.78/1796.11	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.78/1796.11	c   Constraints      : 6426 initial, 6505 maximal
1795.78/1796.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.78/1796.11	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.11	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1795.78/1796.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.11	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.11	c   probing          :       0.04          0          0          0          0          0          0          0          0
1795.78/1796.11	c   and              :       0.13          0          0          0          0          0          0          0          0
1795.78/1796.11	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.11	c   root node        :          -          0          -          -          0          -          -          -          -
1795.78/1796.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.78/1796.11	c   integral         :          0          0          0       4526          0         14        531          0          0       8774
1795.78/1796.11	c   and              :       6226      16525      70468          2          0         10    1415732     239079          0          0
1795.78/1796.11	c   logicor          :        200+         6      23256          2          0         26         10          0          0          0
1795.78/1796.11	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1795.78/1796.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.78/1796.11	c   integral         :     434.07       0.00       0.00     434.07       0.00
1795.78/1796.11	c   and              :      59.91      46.57      13.34       0.00       0.00
1795.78/1796.11	c   logicor          :       0.22       0.00       0.22       0.00       0.00
1795.78/1796.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.78/1796.11	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.78/1796.11	c   rootredcost      :       0.00          3          0          0
1795.78/1796.11	c   pseudoobj        :       0.37      70438          8          0
1795.78/1796.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.78/1796.11	c   propagation      :       0.00         44         44         94       21.5          0        0.0          -
1795.78/1796.11	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.78/1796.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.78/1796.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.78/1796.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.78/1796.11	c   applied globally :          -          -          -         93       21.3          -          -          -
1795.78/1796.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.78/1796.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.78/1796.11	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2416)
1795.78/1796.11	c   redcost          :       1.41      16576          0      76580          0          0
1795.78/1796.11	c   impliedbounds    :       0.00          6          0          0       2400          0
1795.78/1796.11	c   intobj           :       0.00          0          0          0          0          0
1795.78/1796.11	c   gomory           :       0.37          6          0          0       3000          0
1795.78/1796.11	c   strongcg         :       0.34          6          0          0       3000          0
1795.78/1796.11	c   cmir             :       2.12          6          0          0       2400          0
1795.78/1796.11	c   flowcover        :       0.56          6          0          0          0          0
1795.78/1796.11	c   clique           :       0.13          6          0          0         16          0
1795.78/1796.11	c   zerohalf         :       0.00          0          0          0          0          0
1795.78/1796.11	c   mcf              :       0.00          1          0          0          0          0
1795.78/1796.11	c Pricers            :       Time      Calls       Vars
1795.78/1796.11	c   problem variables:       0.00          0          0
1795.78/1796.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.78/1796.11	c   relpscost        :     434.06       4524         14        531          0          0       8774
1795.78/1796.11	c   pscost           :       0.00          0          0          0          0          0          0
1795.78/1796.11	c   inference        :       0.00          0          0          0          0          0          0
1795.78/1796.11	c   mostinf          :       0.00          0          0          0          0          0          0
1795.78/1796.11	c   leastinf         :       0.00          0          0          0          0          0          0
1795.78/1796.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.78/1796.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.78/1796.11	c   random           :       0.00          0          0          0          0          0          0
1795.78/1796.11	c Primal Heuristics  :       Time      Calls      Found
1795.78/1796.11	c   LP solutions     :       0.00          -          2
1795.78/1796.11	c   pseudo solutions :       0.00          -          0
1795.78/1796.11	c   oneopt           :       0.01          3          0
1795.78/1796.11	c   crossover        :       0.27          4          0
1795.78/1796.11	c   coefdiving       :      44.83         46          0
1795.78/1796.11	c   pscostdiving     :      57.71         46          0
1795.78/1796.11	c   fracdiving       :      64.20         47          0
1795.78/1796.11	c   linesearchdiving :      51.67         47          0
1795.78/1796.11	c   simplerounding   :       0.02          0          0
1795.78/1796.11	c   rounding         :       1.97       1898          0
1795.78/1796.11	c   shifting         :       2.63       1857          3
1795.78/1796.11	c   intshifting      :       0.00          0          0
1795.78/1796.11	c   fixandinfer      :       0.00          0          0
1795.78/1796.11	c   feaspump         :       0.00          0          0
1795.78/1796.11	c   veclendiving     :      60.93         35          0
1795.78/1796.11	c   intdiving        :       0.00          0          0
1795.78/1796.11	c   actconsdiving    :       0.00          0          0
1795.78/1796.11	c   objpscostdiving  :      94.89          5          0
1795.78/1796.11	c   rootsoldiving    :      12.18         14          0
1795.78/1796.11	c   guideddiving     :      66.61         47          0
1795.78/1796.11	c   octane           :       0.00          0          0
1795.78/1796.11	c   rens             :       0.20          1          0
1795.78/1796.11	c   rins             :       0.00          0          0
1795.78/1796.11	c   localbranching   :       0.00          0          0
1795.78/1796.11	c   mutation         :       0.00          0          0
1795.78/1796.11	c   dins             :       0.00          0          0
1795.78/1796.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.78/1796.11	c   primal LP        :      10.50          0          0       0.00       0.00
1795.78/1796.11	c   dual LP          :     779.79      20357    1462268      71.83    1875.21
1795.78/1796.11	c   barrier LP       :       0.00          0          0       0.00          -
1795.78/1796.11	c   diving/probing LP:     406.73      21641     621386      28.71    1527.76
1795.78/1796.11	c   strong branching :     430.75       7132     832659     116.75    1933.04
1795.78/1796.11	c     (at root node) :          -         18        853      47.39          -
1795.78/1796.11	c   conflict analysis:       0.00          0          0       0.00          -
1795.78/1796.11	c B&B Tree           :
1795.78/1796.11	c   number of runs   :          1
1795.78/1796.11	c   nodes            :       6416
1795.78/1796.11	c   nodes (total)    :       6416
1795.78/1796.11	c   nodes left       :       2338
1795.78/1796.11	c   max depth        :         55
1795.78/1796.11	c   max depth (total):         55
1795.78/1796.11	c   backtracks       :       1187 (18.5%)
1795.78/1796.11	c   delayed cutoffs  :          0
1795.78/1796.11	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.78/1796.11	c   avg switch length:       3.72
1795.78/1796.11	c   switching time   :      15.86
1795.78/1796.11	c Solution           :
1795.78/1796.11	c   Solutions found  :          5 (5 improvements)
1795.78/1796.11	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 348 nodes, 274.82 seconds, depth 15, found by <relaxation>)
1795.78/1796.11	c   Dual Bound       : +7.26415792505025e+00
1795.78/1796.11	c   Gap              :      51.43 %
1795.78/1796.11	c   Root Dual Bound  : +0.00000000000000e+00
1795.78/1796.19	c Time complete: 1795.87.

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

running on 4 cores: 1,3,5,7

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: 2.09 2.04 2.00 3/176 27921
/proc/meminfo: memFree=26845292/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=9092 CPUtime=0 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 1605 0 0 0 0 0 0 0 20 0 1 0 338444233 9310208 1558 33554432000 4194304 7823515 140736066409440 140735318449320 5545369 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 2273 1560 356 887 0 1383 0

[startup+0.062733 s]
/proc/loadavg: 2.09 2.04 2.00 3/176 27921
/proc/meminfo: memFree=26845292/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=30200 CPUtime=0.05 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 6965 0 0 0 4 1 0 0 20 0 1 0 338444233 30924800 6563 33554432000 4194304 7823515 140736066409440 140736066274040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 7550 6563 405 887 0 6660 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30200

[startup+0.10028 s]
/proc/loadavg: 2.09 2.04 2.00 3/176 27921
/proc/meminfo: memFree=26845292/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=37624 CPUtime=0.09 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 8815 0 0 0 8 1 0 0 20 0 1 0 338444233 38526976 8413 33554432000 4194304 7823515 140736066409440 140736066274040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 9406 8413 405 887 0 8516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37624

[startup+0.300217 s]
/proc/loadavg: 2.09 2.04 2.00 3/176 27921
/proc/meminfo: memFree=26845292/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=48680 CPUtime=0.28 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 11724 0 0 0 21 7 0 0 20 0 1 0 338444233 49848320 11322 33554432000 4194304 7823515 140736066409440 140736066274040 6888849 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 12410 11322 466 887 0 11520 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48680

[startup+0.700206 s]
/proc/loadavg: 2.09 2.04 2.00 3/176 27921
/proc/meminfo: memFree=26845292/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=71112 CPUtime=0.69 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 17255 0 0 0 60 9 0 0 20 0 1 0 338444233 72818688 16562 33554432000 4194304 7823515 140736066409440 140736066404856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 17778 16562 534 887 0 16888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71112

[startup+1.5002 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 27922
/proc/meminfo: memFree=26780688/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=74892 CPUtime=1.49 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 18415 0 0 0 136 13 0 0 20 0 1 0 338444233 76689408 17641 33554432000 4194304 7823515 140736066409440 140736066405192 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 18723 17641 552 887 0 17833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74892

[startup+3.10025 s]
/proc/loadavg: 2.09 2.04 2.00 3/178 27923
/proc/meminfo: memFree=26774224/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=80208 CPUtime=3.09 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 19763 0 0 0 295 14 0 0 20 0 1 0 338444233 82132992 18744 33554432000 4194304 7823515 140736066409440 140736066404536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 20052 18744 552 887 0 19162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80208

[startup+6.30019 s]
/proc/loadavg: 2.08 2.04 2.00 3/178 27923
/proc/meminfo: memFree=26767304/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=82020 CPUtime=6.29 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 28045 0 0 0 612 17 0 0 20 0 1 0 338444233 83988480 19605 33554432000 4194304 7823515 140736066409440 140736066403768 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 20505 19605 563 887 0 19615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82020

[startup+12.7002 s]
/proc/loadavg: 2.08 2.04 2.00 3/178 27923
/proc/meminfo: memFree=26764724/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=83108 CPUtime=12.69 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 28215 0 0 0 1249 20 0 0 20 0 1 0 338444233 85102592 19775 33554432000 4194304 7823515 140736066409440 140736066404136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 20777 19775 567 887 0 19887 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83108

[startup+25.5002 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 27923
/proc/meminfo: memFree=26761104/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=84696 CPUtime=25.48 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 28579 0 0 0 2525 23 0 0 20 0 1 0 338444233 86728704 20139 33554432000 4194304 7823515 140736066409440 140736066404776 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 21174 20139 568 887 0 20284 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84696

[startup+51.1002 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 27923
/proc/meminfo: memFree=26761084/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=85612 CPUtime=51.08 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 28718 0 0 0 5075 33 0 0 20 0 1 0 338444233 87666688 20278 33554432000 4194304 7823515 140736066409440 140736066403768 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 21403 20278 568 887 0 20513 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85612

[startup+102.306 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 27923
/proc/meminfo: memFree=26752768/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=89672 CPUtime=102.26 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 29845 0 0 0 10179 47 0 0 20 0 1 0 338444233 91824128 21769 33554432000 4194304 7823515 140736066409440 140736066404600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 22418 21769 568 887 0 21528 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89672

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 27923
/proc/meminfo: memFree=26751524/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=90868 CPUtime=162.25 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 30122 0 0 0 16161 64 0 0 20 0 1 0 338444233 93048832 22217 33554432000 4194304 7823515 140736066409440 140736066404488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 22717 22217 568 887 0 21827 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 90868

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 27923
/proc/meminfo: memFree=26747064/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=96104 CPUtime=222.24 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 31460 0 0 0 22145 79 0 0 20 0 1 0 338444233 98410496 23555 33554432000 4194304 7823515 140736066409440 140736066405256 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 24026 23555 569 887 0 23136 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 96104

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27924
/proc/meminfo: memFree=26741848/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=100608 CPUtime=282.23 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 32702 0 0 0 28129 94 0 0 20 0 1 0 338444233 103022592 24679 33554432000 4194304 7823515 140736066409440 140736066404600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 25152 24679 569 887 0 24262 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 100608

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27924
/proc/meminfo: memFree=26738856/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=104248 CPUtime=342.21 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 39414 0 0 0 34110 111 0 0 20 0 1 0 338444233 106749952 25605 33554432000 4194304 7823515 140736066409440 140736066404136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 26062 25605 582 887 0 25172 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 104248

[startup+402.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 27924
/proc/meminfo: memFree=26733644/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=107676 CPUtime=402.21 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 40272 0 0 0 40096 125 0 0 20 0 1 0 338444233 110260224 26463 33554432000 4194304 7823515 140736066409440 140736066404888 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 26919 26463 582 887 0 26029 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 107676

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 27927
/proc/meminfo: memFree=26705332/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=133928 CPUtime=462.2 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 46474 0 0 0 46078 142 0 0 20 0 1 0 338444233 137142272 32660 33554432000 4194304 7823515 140736066409440 140736066405240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 33482 32660 582 887 0 32592 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 133928

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27927
/proc/meminfo: memFree=26698716/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=133928 CPUtime=522.18 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 46480 0 0 0 52058 160 0 0 20 0 1 0 338444233 137142272 32994 33554432000 4194304 7823515 140736066409440 140736066404408 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 33482 32994 582 887 0 32592 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 133928

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27928
/proc/meminfo: memFree=26696484/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=133928 CPUtime=582.17 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 46480 0 0 0 58045 172 0 0 20 0 1 0 338444233 137142272 32994 33554432000 4194304 7823515 140736066409440 140736066405272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 33482 32994 582 887 0 32592 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 133928

[startup+642.3 s]

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

/proc/meminfo: memFree=26673520/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=151868 CPUtime=1062.1 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 60019 0 0 0 105916 294 0 0 20 0 1 0 338444233 155512832 37515 33554432000 4194304 7823515 140736066409440 140736066404648 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 37967 37515 582 887 0 37077 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 151868

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27932
/proc/meminfo: memFree=26666692/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=155632 CPUtime=1122.09 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 60978 0 0 0 111900 309 0 0 20 0 1 0 338444233 159367168 38467 33554432000 4194304 7823515 140736066409440 140736066405352 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 38908 38467 582 887 0 38018 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 155632

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27933
/proc/meminfo: memFree=26624040/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=160092 CPUtime=1182.07 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 62035 0 0 0 117881 326 0 0 20 0 1 0 338444233 163934208 39524 33554432000 4194304 7823515 140736066409440 140736066405240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 40023 39524 582 887 0 39133 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 160092

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27933
/proc/meminfo: memFree=26619624/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=163776 CPUtime=1242.07 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 63005 0 0 0 123864 343 0 0 20 0 1 0 338444233 167706624 40494 33554432000 4194304 7823515 140736066409440 140736066404408 6237308 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 40944 40494 582 887 0 40054 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 163776

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27933
/proc/meminfo: memFree=26617440/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=165360 CPUtime=1302.07 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 64414 0 0 0 129849 358 0 0 20 0 1 0 338444233 169328640 40847 33554432000 4194304 7823515 140736066409440 140736066404408 6236651 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 41340 40847 582 887 0 40450 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 165360

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 27933
/proc/meminfo: memFree=26613524/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=168348 CPUtime=1362.04 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 65207 0 0 0 135834 370 0 0 20 0 1 0 338444233 172388352 41636 33554432000 4194304 7823515 140736066409440 140736066404936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 42087 41636 582 887 0 41197 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 168348

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 27933
/proc/meminfo: memFree=26611584/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=171192 CPUtime=1422.05 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 65932 0 0 0 141822 383 0 0 20 0 1 0 338444233 175300608 42360 33554432000 4194304 7823515 140736066409440 140736066406472 6180650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 42798 42360 582 887 0 41908 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 171192

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 27934
/proc/meminfo: memFree=26606376/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=176416 CPUtime=1482.02 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 67269 0 0 0 147801 401 0 0 20 0 1 0 338444233 180649984 43654 33554432000 4194304 7823515 140736066409440 140736066404488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 44104 43654 582 887 0 43214 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 176416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27934
/proc/meminfo: memFree=26602748/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=180496 CPUtime=1542.02 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 68152 0 0 0 153788 414 0 0 20 0 1 0 338444233 184827904 44537 33554432000 4194304 7823515 140736066409440 140736066405128 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 45124 44537 582 887 0 44234 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 180496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27934
/proc/meminfo: memFree=26600640/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=182504 CPUtime=1602.01 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 68781 0 0 0 159772 429 0 0 20 0 1 0 338444233 186884096 45166 33554432000 4194304 7823515 140736066409440 140736066404136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 45626 45166 582 887 0 44736 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 182504

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 27937
/proc/meminfo: memFree=26597460/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=185948 CPUtime=1661.99 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 69513 0 0 0 165756 443 0 0 20 0 1 0 338444233 190410752 45903 33554432000 4194304 7823515 140736066409440 140736066405240 6722768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 46487 45903 582 887 0 45597 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 185948

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 27960
/proc/meminfo: memFree=26594828/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=188300 CPUtime=1721.99 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70125 0 0 0 171740 459 0 0 20 0 1 0 338444233 192819200 46515 33554432000 4194304 7823515 140736066409440 140736066404600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47075 46515 582 887 0 46185 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 188300

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25960616/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1781.98 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70927 0 0 0 177723 475 0 0 20 0 1 0 338444233 195194880 47207 33554432000 4194304 7823515 140736066409440 140736066404872 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47207 582 887 0 46765 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 190620

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25957824/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1785.18 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70931 0 0 0 178043 475 0 0 20 0 1 0 338444233 195194880 47211 33554432000 4194304 7823515 140736066409440 140736066404600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47211 582 887 0 46765 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 190620

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25932880/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1791.59 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70931 0 0 0 178682 477 0 0 20 0 1 0 338444233 195194880 47211 33554432000 4194304 7823515 140736066409440 140736066405128 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47211 582 887 0 46765 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 190620

[startup+1793.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25932632/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1793.18 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70933 0 0 0 178841 477 0 0 20 0 1 0 338444233 195194880 47213 33554432000 4194304 7823515 140736066409440 140736066404408 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47213 582 887 0 46765 0
Current children cumulated CPU time (s) 1793.18
Current children cumulated vsize (KiB) 190620

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25715384/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1794.78 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70936 0 0 0 179001 477 0 0 20 0 1 0 338444233 195194880 47216 33554432000 4194304 7823515 140736066409440 140736066404136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47216 582 887 0 46765 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 190620

[startup+1795.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25715384/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1795.57 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70938 0 0 0 179080 477 0 0 20 0 1 0 338444233 195194880 47218 33554432000 4194304 7823515 140736066409440 140736066405288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47218 582 887 0 46765 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (KiB) 190620

[startup+1796.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27999
/proc/meminfo: memFree=25715384/32873648 swapFree=6852/6852
[pid=27921] ppid=27919 vsize=190620 CPUtime=1795.78 cores=1,3,5,7
/proc/27921/stat : 27921 (pbscip.linux.x8) R 27919 27921 27068 0 -1 4202496 70938 0 0 0 179100 478 0 0 20 0 1 0 338444233 195194880 47218 33554432000 4194304 7823515 140736066409440 140736066405288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27921/statm: 47655 47218 582 887 0 46765 0
Current children cumulated CPU time (s) 1795.78
Current children cumulated vsize (KiB) 190620

Child status: 0
Real time (s): 1796.19
CPU time (s): 1795.88
CPU user time (s): 1791.09
CPU system time (s): 4.78427
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 190620

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

runsolver used 2.82357 second user time and 7.41087 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 13:32:55
IDJOB=3736916
IDBENCH=48148
IDSOLVER=2321
FILE ID=node115/3736916-1338723175
RUNJOBID= node115-1338714108-27085
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_5.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-3736916-1338723175/watcher-3736916-1338723175 -o /tmp/evaluation-result-3736916-1338723175/solver-3736916-1338723175 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736916-1338723175.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=71481539

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:        26845936 kB
Buffers:         1433156 kB
Cached:          3491796 kB
SwapCached:         1016 kB
Active:          2936520 kB
Inactive:        2179936 kB
Active(anon):     180156 kB
Inactive(anon):     9868 kB
Active(file):    2756364 kB
Inactive(file):  2170068 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              9724 kB
Writeback:             0 kB
AnonPages:        195624 kB
Mapped:            13856 kB
Shmem:                96 kB
Slab:             771736 kB
SReclaimable:     215180 kB
SUnreclaim:       556556 kB
KernelStack:        1480 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     309512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 70808 MiB
End job on node115 at 2012-06-03 14:02:51