Trace number 1870532

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-27 1800.21 1803.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_5.opb
MD5SUMae2bd1e13f1871c16ad2ebb51fc6f92a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
Best CPU time to get the best result obtained on this benchmark1798.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Quality of the solution as a function of time


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

Solver Data

0.01/0.02	c SCIP version 1.1.0.7
0.01/0.02	c LP-Solver SoPlex 1.4.1
0.01/0.02	c user parameter file <scip.set> not found - using default parameters
0.01/0.02	c read problem <HOME/instance-1870532-1245210345.opb>
0.01/0.02	c original problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.01/0.03	c start presolving problem
0.01/0.03	c presolving:
0.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10216 impls, 200 clqs
0.29/0.35	c    (0.1s) probing: 101/1452 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.35	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.35	c presolving (2 rounds):
0.29/0.35	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.35	c  10216 implications, 200 cliques
0.29/0.35	c presolved problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.29/0.35	c     200 constraints of type <setppc>
0.29/0.35	c    1252 constraints of type <and>
0.29/0.35	c       1 constraints of type <linear>
0.29/0.35	c     100 constraints of type <logicor>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.13
0.29/0.35	c OPT-NLC
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = c 1620
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = c 1791
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = c 10000
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving problem
0.29/0.35	c 
3.65/3.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.65/3.74	c   3.5s|     1 |     0 |  4450 |6827k|   0 | 930 |1452 |1553 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
3.65/3.75	o -5
3.65/3.75	c s 3.5s|     1 |     0 |  4450 |6875k|   0 | 930 |1452 |1553 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
6.93/7.02	c   6.7s|     1 |     0 |  4689 |8795k|   0 | 919 |1452 |1553 |1553 |1452 |2949 | 144 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
10.37/10.59	c  10.2s|     1 |     0 |  5053 |  13M|   0 | 912 |1452 |1553 |1553 |1452 |2975 | 170 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
13.83/14.05	c  13.6s|     1 |     0 |  5362 |  16M|   0 | 908 |1452 |1553 |1553 |1452 |3003 | 198 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
17.29/17.50	c  17.0s|     1 |     0 |  5692 |  20M|   0 | 899 |1452 |1553 |1553 |1452 |3025 | 220 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
21.24/21.53	c  20.9s|     1 |     0 |  6149 |  24M|   0 | 886 |1452 |1553 |1553 |1452 |3044 | 239 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
25.50/25.83	c  25.1s|     1 |     0 |  6835 |  28M|   0 | 865 |1452 |1553 |1553 |1452 |3059 | 254 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
46.32/46.77	c  45.9s|     1 |     2 |  6835 |  28M|   0 | 865 |1452 |1553 |1553 |1452 |3059 | 254 |   0 |  17 |-5.000000e+01 |-5.000000e+00 |  90.00%
132.40/133.08	o -17
132.40/133.08	c R 132s|    38 |    37 | 32151 |  28M|  24 | 121 |1452 |1553 | 349 |1452 |1540 |1579 |   0 | 167 |-5.000000e+01 |-1.700000e+01 |  66.00%
132.60/133.22	o -22
132.60/133.22	c R 132s|    51 |    48 | 32420 |  28M|  36 |  22 |1452 |1554 | 119 |1452 |1547 |1586 |   1 | 167 |-5.000000e+01 |-2.200000e+01 |  56.00%
132.60/133.23	o -23
132.60/133.23	c * 132s|    55 |    48 | 32436 |  28M|  39 |   - |1452 |1555 |  78 |1452 |1547 |1586 |   2 | 167 |-5.000000e+01 |-2.300000e+01 |  54.00%
132.60/133.29	o -24
132.60/133.29	c R 132s|    62 |    43 | 32525 |  28M|  39 |   - |1452 |1556 | 144 |1452 |1546 |1589 |   3 | 167 |-5.000000e+01 |-2.400000e+01 |  52.00%
328.54/329.86	o -26
328.54/329.86	c l 327s|   876 |   193 |313127 |  29M|  50 |   - |1452 |1598 |  61 |1452 |1680 |6718 |  45 | 531 |-4.705828e+01 |-2.600000e+01 |  44.75%
1403.06/1406.17	c  1395s| 10000 |  1527 |  1802k|  32M|  64 |   - |1452 |1699 | 382 |1452 |1643 |  32k| 196 |3995 |-4.390940e+01 |-2.600000e+01 |  40.79%
1545.51/1548.66	o -27
1545.51/1548.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1545.51/1548.66	c l1537s| 11907 |  1750 |  2035k|  33M|  68 |   - |1452 |1711 | 124 |1452 |1503 |  37k| 224 |4089 |-4.364294e+01 |-2.700000e+01 |  38.13%
1800.09/1803.36	c 
1800.09/1803.36	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1803.36	c Solving Time (sec) : 1789.81
1800.09/1803.36	c Solving Nodes      : 13616
1800.09/1803.36	c Primal Bound       : -2.70000000000000e+01 (10 solutions)
1800.09/1803.36	c Dual Bound         : -4.34878512760045e+01
1800.09/1803.36	c Gap                : 37.91 %
1800.09/1803.36	c NODE         13616
1800.09/1803.36	c DUAL BOUND   -43.4879
1800.09/1803.36	c PRIMAL BOUND -27
1800.09/1803.36	c GAP          0.379137
1800.09/1803.36	s SATISFIABLE
1800.09/1803.36	v -x148 -x139 -x160 x157 x183 x131 x156 x196 -x165 x122 x198 -x197 -x170 -x113 x163 -x158 -x130 x126 x125 x119 -x159 x192 -x195 -x144 
1800.09/1803.36	v -x142 -x120 -x164 -x175 -x107 -x181 -x118 -x188 -x145 -x191 x151 -x169 -x134 -x117 -x143 -x190 -x186 -x116 x124 -x136 -x104 
1800.09/1803.36	v -x193 -x179 -x140 -x108 x138 -x154 -x172 -x162 -x200 -x109 x103 -x194 x178 -x146 x141 -x137 x185 -x128 -x147 -x168 x153 -x184 
1800.09/1803.36	v -x180 -x102 -x171 -x135 x114 -x110 x105 -x106 -x115 -x187 -x129 -x199 x161 -x127 -x101 -x189 -x167 -x155 -x152 -x149 -x132 
1800.09/1803.36	v -x123 -x112 -x182 -x174 -x150 x121 -x133 x177 -x173 x111 x166 -x176 x100 -x99 -x98 -x97 -x96 x95 -x94 x93 -x92 -x91 -x90 x89 
1800.09/1803.36	v x88 -x87 -x86 -x85 -x84 -x83 x82 x81 x80 x79 -x78 -x77 x76 -x75 -x74 x73 x72 x71 x70 x69 -x68 -x67 -x66 x65 -x64 -x63 x62 
1800.09/1803.36	v -x61 -x60 -x59 x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 
1800.09/1803.36	v -x35 -x34 -x33 -x32 -x31 -x30 x29 -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 
1800.09/1803.36	v -x9 x8 x7 x6 -x5 -x4 -x3 -x2 -x1 
1800.09/1803.36	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1803.36	c Solving Time       :    1789.81
1800.09/1803.36	c Original Problem   :
1800.09/1803.36	c   Problem name     : HOME/instance-1870532-1245210345.opb
1800.09/1803.36	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1803.36	c   Constraints      : 1553 initial, 1553 maximal
1800.09/1803.36	c Presolved Problem  :
1800.09/1803.36	c   Problem name     : t_HOME/instance-1870532-1245210345.opb
1800.09/1803.36	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1803.36	c   Constraints      : 1553 initial, 1730 maximal
1800.09/1803.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1803.36	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.09/1803.36	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1803.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1803.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1803.36	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1803.36	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.09/1803.36	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1803.36	c   and              :       0.07          0          0          0          0          0          0          0          0
1800.09/1803.36	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.09/1803.36	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.09/1803.36	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1803.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1803.36	c   integral         :          0          0          0       8129          0         26        416          0          0      15820
1800.09/1803.36	c   setppc           :        200          6     107126          1          0         72      20492          0          0          0
1800.09/1803.36	c   and              :       1252      15598     107055          1          0        162     246632      44950          0          0
1800.09/1803.36	c   linear           :          1          6     106892          1          0          0          0          0          0          0
1800.09/1803.36	c   logicor          :        100+         6      17698          1          0          0      10245          0          0          0
1800.09/1803.36	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.09/1803.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1803.36	c   integral         :     390.92       0.00       0.00     390.92       0.00
1800.09/1803.36	c   setppc           :       1.26       0.00       1.26       0.00       0.00
1800.09/1803.36	c   and              :      12.13       6.02       6.11       0.00       0.00
1800.09/1803.36	c   linear           :       1.51       0.01       1.50       0.00       0.00
1800.09/1803.36	c   logicor          :       0.16       0.00       0.16       0.00       0.00
1800.09/1803.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1803.36	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1803.36	c   rootredcost      :       0.08          7          0          0
1800.09/1803.36	c   pseudoobj        :       1.13     107190          0          0
1800.09/1803.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1803.36	c   propagation      :       0.00        234        234        234        2.3          2       38.5          -
1800.09/1803.36	c   infeasible LP    :       0.02         17         17         24       39.9          0        0.0          0
1800.09/1803.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1803.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1803.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1803.36	c   applied globally :          -          -          -        253        4.3          -          -          -
1800.09/1803.36	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1803.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1803.36	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 1685)
1800.09/1803.36	c   redcost          :       1.73      16392          0      48275          0          0
1800.09/1803.36	c   impliedbounds    :       0.00          6          0          0        324          0
1800.09/1803.36	c   intobj           :       0.00          0          0          0          0          0
1800.09/1803.36	c   gomory           :       9.83          6          0          0          2          0
1800.09/1803.36	c   strongcg         :       8.20          6          0          0       2255          0
1800.09/1803.36	c   cmir             :       0.32          6          0          0         51          0
1800.09/1803.36	c   flowcover        :       0.18          6          0          0          0          0
1800.09/1803.36	c   clique           :       0.18          6          0          0         48          0
1800.09/1803.36	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1803.36	c   mcf              :       0.01          1          0          0          0          0
1800.09/1803.36	c Pricers            :       Time      Calls       Vars
1800.09/1803.36	c   problem variables:       0.00          0          0
1800.09/1803.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1803.36	c   relpscost        :     390.88       8128         26        416          0          0      15820
1800.09/1803.36	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1803.36	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1803.36	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1803.36	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1803.36	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1803.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1803.36	c   random           :       0.00          0          0          0          0          0          0
1800.09/1803.36	c Primal Heuristics  :       Time      Calls      Found
1800.09/1803.36	c   LP solutions     :       0.00          -          1
1800.09/1803.36	c   pseudo solutions :       0.00          -          0
1800.09/1803.36	c   oneopt           :       0.03          7          0
1800.09/1803.36	c   fracdiving       :      61.06         23          0
1800.09/1803.36	c   veclendiving     :      46.90         34          0
1800.09/1803.36	c   simplerounding   :       0.01          0          0
1800.09/1803.36	c   rounding         :      10.45       8038          3
1800.09/1803.36	c   shifting         :       4.25       1457          4
1800.09/1803.36	c   intshifting      :       0.00          0          0
1800.09/1803.36	c   fixandinfer      :       0.00          0          0
1800.09/1803.36	c   feaspump         :       0.00          0          0
1800.09/1803.36	c   coefdiving       :      60.54         28          0
1800.09/1803.36	c   pscostdiving     :      54.90         20          0
1800.09/1803.36	c   intdiving        :       0.00          0          0
1800.09/1803.36	c   actconsdiving    :       0.00          0          0
1800.09/1803.36	c   objpscostdiving  :      22.34          9          0
1800.09/1803.36	c   rootsoldiving    :      13.93         24          0
1800.09/1803.36	c   linesearchdiving :     145.66         95          2
1800.09/1803.36	c   guideddiving     :      59.30         18          0
1800.09/1803.36	c   octane           :       0.00          0          0
1800.09/1803.36	c   rens             :       0.01          0          0
1800.09/1803.36	c   rins             :       0.00          0          0
1800.09/1803.36	c   localbranching   :       0.00          0          0
1800.09/1803.36	c   mutation         :       0.00          0          0
1800.09/1803.36	c   crossover        :       0.45         10          0
1800.09/1803.36	c   dins             :       0.00          0          0
1800.09/1803.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1803.36	c   primal LP        :       9.69          0          0       0.00       0.00
1800.09/1803.36	c   dual LP          :     850.30      19679    1542921      78.40    1814.56
1800.09/1803.36	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1803.36	c   diving/probing LP:     411.54      42493     865620      20.37    2103.37
1800.09/1803.36	c   strong branching :     389.34       4793     690720     144.11    1774.08
1800.09/1803.36	c     (at root node) :          -         17      16233     954.88          -
1800.09/1803.36	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1803.36	c B&B Tree           :
1800.09/1803.36	c   number of runs   :          1
1800.09/1803.36	c   nodes            :      13616
1800.09/1803.36	c   nodes (total)    :      13616
1800.09/1803.36	c   nodes left       :       2143
1800.09/1803.36	c   max depth        :         68
1800.09/1803.36	c   max depth (total):         68
1800.09/1803.36	c   backtracks       :       2395 (17.6%)
1800.09/1803.36	c   delayed cutoffs  :          2
1800.09/1803.37	c   repropagations   :       2944 (723 domain reductions, 0 cutoffs)
1800.09/1803.37	c   avg switch length:       4.57
1800.09/1803.37	c   switching time   :      13.77
1800.09/1803.37	c Solution           :
1800.09/1803.37	c   Solutions found  :         10 (7 improvements)
1800.09/1803.37	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 11907 nodes, 1536.72 seconds, depth 202, found by <linesearchdiving>)
1800.09/1803.37	c   Dual Bound       : -4.34878512760045e+01
1800.09/1803.37	c   Gap              :      37.91 %
1800.09/1803.37	c   Root Dual Bound  : -4.99999999999988e+01
1800.18/1803.41	c Time complete: 1800.19.

Verifier Data

OK	-27

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.21 1.37 1.44 3/72 10775
/proc/meminfo: memFree=1486744/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=6100 CPUtime=0
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 792 0 0 0 0 0 0 0 18 0 1 0 188630969 6246400 774 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/10775/statm: 1525 785 326 886 0 635 0

[startup+0.0213751 s]
/proc/loadavg: 1.21 1.37 1.44 3/72 10775
/proc/meminfo: memFree=1486744/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=10316 CPUtime=0.01
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 1913 0 0 0 1 0 0 0 18 0 1 0 188630969 10563584 1895 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 0 0 0
/proc/10775/statm: 2579 1898 354 886 0 1689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10316

[startup+0.101379 s]
/proc/loadavg: 1.21 1.37 1.44 3/72 10775
/proc/meminfo: memFree=1486744/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=16460 CPUtime=0.09
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 3502 0 0 0 4 5 0 0 18 0 1 0 188630969 16855040 3130 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/10775/statm: 4115 3130 404 886 0 3225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16460

[startup+0.301392 s]
/proc/loadavg: 1.21 1.37 1.44 3/72 10775
/proc/meminfo: memFree=1486744/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=18460 CPUtime=0.29
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 4034 0 0 0 11 18 0 0 19 0 1 0 188630969 18903040 3662 1992294400 4194304 7823515 548682068736 18446744073709551615 4696214 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 4615 3662 436 886 0 3725 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18460

[startup+0.701427 s]
/proc/loadavg: 1.21 1.37 1.44 3/72 10775
/proc/meminfo: memFree=1486744/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=24196 CPUtime=0.68
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 5666 0 0 0 48 20 0 0 23 0 1 0 188630969 24776704 5210 1992294400 4194304 7823515 548682068736 18446744073709551615 6211732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 6049 5210 523 886 0 5159 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24196

[startup+1.50148 s]
/proc/loadavg: 1.21 1.37 1.44 2/73 10776
/proc/meminfo: memFree=1467728/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=24396 CPUtime=1.48
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 5737 0 0 0 127 21 0 0 25 0 1 0 188630969 24981504 5281 1992294400 4194304 7823515 548682068736 18446744073709551615 6019508 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 6099 5281 523 886 0 5209 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24396

[startup+3.10159 s]
/proc/loadavg: 1.21 1.37 1.44 2/73 10776
/proc/meminfo: memFree=1467408/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=24856 CPUtime=3.06
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 5881 0 0 0 285 21 0 0 25 0 1 0 188630969 25452544 5424 1992294400 4194304 7823515 548682068736 18446744073709551615 6175285 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 6214 5424 524 886 0 5324 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 24856

[startup+6.3018 s]
/proc/loadavg: 1.19 1.37 1.43 2/73 10776
/proc/meminfo: memFree=1466192/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=28592 CPUtime=6.23
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 6590 0 0 0 600 23 0 0 25 0 1 0 188630969 29278208 6133 1992294400 4194304 7823515 548682068736 18446744073709551615 5965916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 7148 6133 545 886 0 6258 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 28592

[startup+12.7012 s]
/proc/loadavg: 1.34 1.40 1.44 2/73 10776
/proc/meminfo: memFree=1454800/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=37416 CPUtime=12.55
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 9020 0 0 0 1227 28 0 0 25 0 1 0 188630969 38313984 8520 1992294400 4194304 7823515 548682068736 18446744073709551615 6722870 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 9354 8520 565 886 0 8464 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 37416

[startup+25.5021 s]
/proc/loadavg: 1.34 1.39 1.44 2/73 10776
/proc/meminfo: memFree=1432336/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=60196 CPUtime=25.2
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 14661 0 0 0 2483 37 0 0 25 0 1 0 188630969 61640704 14161 1992294400 4194304 7823515 548682068736 18446744073709551615 6252126 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15049 14161 565 886 0 14159 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 60196

[startup+51.1016 s]
/proc/loadavg: 1.49 1.42 1.45 2/73 10776
/proc/meminfo: memFree=1430352/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62244 CPUtime=50.72
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 15179 0 0 0 5025 47 0 0 25 0 1 0 188630969 63737856 14679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15561 14679 571 886 0 14671 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 62244

[startup+102.307 s]
/proc/loadavg: 1.51 1.43 1.45 2/73 10776
/proc/meminfo: memFree=1430416/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62244 CPUtime=101.79
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 15200 0 0 0 10110 69 0 0 25 0 1 0 188630969 63737856 14679 1992294400 4194304 7823515 548682068736 18446744073709551615 6211578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15561 14679 571 886 0 14671 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 62244

[startup+162.302 s]
/proc/loadavg: 1.66 1.48 1.46 2/73 10776
/proc/meminfo: memFree=1429776/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62548 CPUtime=161.67
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 16858 0 0 0 16062 105 0 0 25 0 1 0 188630969 64049152 14789 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15637 14789 584 886 0 14747 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 62548

[startup+222.302 s]
/proc/loadavg: 1.68 1.50 1.47 2/73 10776
/proc/meminfo: memFree=1429776/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62548 CPUtime=221.65
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 16864 0 0 0 22032 133 0 0 25 0 1 0 188630969 64049152 14795 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15637 14795 586 886 0 14747 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 62548

[startup+282.301 s]
/proc/loadavg: 1.45 1.46 1.45 2/73 10776
/proc/meminfo: memFree=1431888/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=60540 CPUtime=281.07
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 18711 0 0 0 27934 173 0 0 25 0 1 0 188630969 61992960 14264 1992294400 4194304 7823515 548682068736 18446744073709551615 5965825 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15135 14264 586 886 0 14245 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 60540

[startup+342.302 s]
/proc/loadavg: 1.48 1.47 1.45 2/73 10776
/proc/meminfo: memFree=1430928/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=61412 CPUtime=341.03
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 18980 0 0 0 33896 207 0 0 25 0 1 0 188630969 62885888 14533 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15353 14533 586 886 0 14463 0
Current children cumulated CPU time (s) 341.03
Current children cumulated vsize (KiB) 61412

[startup+402.302 s]
/proc/loadavg: 1.79 1.54 1.47 2/73 10778
/proc/meminfo: memFree=1430608/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=61972 CPUtime=401.02
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 21679 0 0 0 39862 240 0 0 25 0 1 0 188630969 63459328 14610 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15493 14610 586 886 0 14603 0
Current children cumulated CPU time (s) 401.02
Current children cumulated vsize (KiB) 61972

[startup+462.302 s]
/proc/loadavg: 1.43 1.48 1.46 3/73 10778
/proc/meminfo: memFree=1430480/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62136 CPUtime=461
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 21711 0 0 0 45829 271 0 0 25 0 1 0 188630969 63627264 14642 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15534 14642 586 886 0 14644 0
Current children cumulated CPU time (s) 461
Current children cumulated vsize (KiB) 62136

[startup+522.302 s]
/proc/loadavg: 1.49 1.47 1.45 3/73 10778
/proc/meminfo: memFree=1430288/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62168 CPUtime=520.99
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 24396 0 0 0 51799 300 0 0 25 0 1 0 188630969 63660032 14694 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15542 14694 586 886 0 14652 0
Current children cumulated CPU time (s) 520.99
Current children cumulated vsize (KiB) 62168

[startup+582.301 s]
/proc/loadavg: 1.60 1.52 1.47 2/73 10778
/proc/meminfo: memFree=1429776/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=62792 CPUtime=580.81
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 24513 0 0 0 57751 330 0 0 25 0 1 0 188630969 64299008 14811 1992294400 4194304 7823515 548682068736 18446744073709551615 6211337 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15698 14811 586 886 0 14808 0
Current children cumulated CPU time (s) 580.81
Current children cumulated vsize (KiB) 62792

[startup+642.301 s]
/proc/loadavg: 1.44 1.49 1.46 4/73 10778
/proc/meminfo: memFree=1429136/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=63268 CPUtime=640.3
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 24664 0 0 0 63654 376 0 0 25 0 1 0 188630969 64786432 14962 1992294400 4194304 7823515 548682068736 18446744073709551615 6150580 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 15817 14962 586 886 0 14927 0
Current children cumulated CPU time (s) 640.3
Current children cumulated vsize (KiB) 63268

[startup+702.302 s]

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

[startup+882.303 s]
/proc/loadavg: 1.72 1.66 1.53 2/73 10778
/proc/meminfo: memFree=1428112/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=64432 CPUtime=879.82
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 27546 0 0 0 87465 517 0 0 25 0 1 0 188630969 65978368 15242 1992294400 4194304 7823515 548682068736 18446744073709551615 6180619 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16108 15242 586 886 0 15218 0
Current children cumulated CPU time (s) 879.82
Current children cumulated vsize (KiB) 64432

[startup+942.302 s]
/proc/loadavg: 1.94 1.72 1.56 2/73 10784
/proc/meminfo: memFree=1428048/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=64284 CPUtime=939.77
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 30126 0 0 0 93425 552 0 0 25 0 1 0 188630969 65826816 15237 1992294400 4194304 7823515 548682068736 18446744073709551615 6206209 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16071 15237 586 886 0 15181 0
Current children cumulated CPU time (s) 939.77
Current children cumulated vsize (KiB) 64284

[startup+1002.3 s]
/proc/loadavg: 2.03 1.79 1.59 3/73 10784
/proc/meminfo: memFree=1426768/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=65716 CPUtime=999.44
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 30481 0 0 0 99348 596 0 0 25 0 1 0 188630969 67293184 15592 1992294400 4194304 7823515 548682068736 18446744073709551615 6242971 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16429 15592 586 886 0 15539 0
Current children cumulated CPU time (s) 999.44
Current children cumulated vsize (KiB) 65716

[startup+1062.31 s]
/proc/loadavg: 1.73 1.75 1.59 4/73 10784
/proc/meminfo: memFree=1426448/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=66064 CPUtime=1059.44
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 30554 0 0 0 105316 628 0 0 25 0 1 0 188630969 67649536 15665 1992294400 4194304 7823515 548682068736 18446744073709551615 6237295 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16516 15665 586 886 0 15626 0
Current children cumulated CPU time (s) 1059.44
Current children cumulated vsize (KiB) 66064

[startup+1122.3 s]
/proc/loadavg: 1.62 1.70 1.58 2/73 10784
/proc/meminfo: memFree=1426064/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=66432 CPUtime=1119.4
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 30642 0 0 0 111283 657 0 0 25 0 1 0 188630969 68026368 15753 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16608 15753 586 886 0 15718 0
Current children cumulated CPU time (s) 1119.4
Current children cumulated vsize (KiB) 66432

[startup+1182.3 s]
/proc/loadavg: 1.41 1.63 1.56 2/73 10784
/proc/meminfo: memFree=1426000/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=66432 CPUtime=1179.38
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 30663 0 0 0 117253 685 0 0 25 0 1 0 188630969 68026368 15774 1992294400 4194304 7823515 548682068736 18446744073709551615 4266268 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16608 15774 586 886 0 15718 0
Current children cumulated CPU time (s) 1179.38
Current children cumulated vsize (KiB) 66432

[startup+1242.3 s]
/proc/loadavg: 1.49 1.62 1.55 3/73 10784
/proc/meminfo: memFree=1425552/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=66976 CPUtime=1239.37
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 33315 0 0 0 123220 717 0 0 25 0 1 0 188630969 68583424 15839 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16744 15839 586 886 0 15854 0
Current children cumulated CPU time (s) 1239.37
Current children cumulated vsize (KiB) 66976

[startup+1302.3 s]
/proc/loadavg: 1.79 1.66 1.57 2/73 10784
/proc/meminfo: memFree=1425552/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=66976 CPUtime=1299.28
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 33318 0 0 0 129178 750 0 0 25 0 1 0 188630969 68583424 15842 1992294400 4194304 7823515 548682068736 18446744073709551615 6254112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16744 15842 586 886 0 15854 0
Current children cumulated CPU time (s) 1299.28
Current children cumulated vsize (KiB) 66976

[startup+1362.3 s]
/proc/loadavg: 1.49 1.58 1.54 3/73 10784
/proc/meminfo: memFree=1425104/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=67564 CPUtime=1359.25
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 33457 0 0 0 135145 780 0 0 25 0 1 0 188630969 69185536 15981 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16891 15981 586 886 0 16001 0
Current children cumulated CPU time (s) 1359.25
Current children cumulated vsize (KiB) 67564

[startup+1422.31 s]
/proc/loadavg: 1.55 1.58 1.54 4/73 10784
/proc/meminfo: memFree=1425104/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=67564 CPUtime=1419.25
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 33457 0 0 0 141114 811 0 0 25 0 1 0 188630969 69185536 15981 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16891 15981 586 886 0 16001 0
Current children cumulated CPU time (s) 1419.25
Current children cumulated vsize (KiB) 67564

[startup+1482.3 s]
/proc/loadavg: 1.51 1.56 1.54 2/73 10784
/proc/meminfo: memFree=1424976/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=67564 CPUtime=1479.22
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 33479 0 0 0 147078 844 0 0 25 0 1 0 188630969 69185536 16003 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 16891 16003 586 886 0 16001 0
Current children cumulated CPU time (s) 1479.22
Current children cumulated vsize (KiB) 67564

[startup+1542.3 s]
/proc/loadavg: 1.45 1.53 1.53 2/73 10784
/proc/meminfo: memFree=1424336/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=68136 CPUtime=1539.22
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 33680 0 0 0 153041 881 0 0 25 0 1 0 188630969 69771264 16204 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 17034 16204 586 886 0 16144 0
Current children cumulated CPU time (s) 1539.22
Current children cumulated vsize (KiB) 68136

[startup+1602.3 s]
/proc/loadavg: 1.60 1.54 1.53 2/73 10784
/proc/meminfo: memFree=1423696/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=68688 CPUtime=1599.18
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 36426 0 0 0 159004 914 0 0 25 0 1 0 188630969 70336512 16318 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 17172 16318 586 886 0 16282 0
Current children cumulated CPU time (s) 1599.18
Current children cumulated vsize (KiB) 68688

[startup+1662.3 s]
/proc/loadavg: 1.44 1.50 1.52 4/73 10784
/proc/meminfo: memFree=1423568/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=68588 CPUtime=1659.17
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 39054 0 0 0 164969 948 0 0 25 0 1 0 188630969 70234112 16337 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 17147 16337 586 886 0 16257 0
Current children cumulated CPU time (s) 1659.17
Current children cumulated vsize (KiB) 68588

[startup+1722.3 s]
/proc/loadavg: 1.75 1.56 1.54 3/73 10784
/proc/meminfo: memFree=1423312/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=68896 CPUtime=1719.14
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 41723 0 0 0 170931 983 0 0 25 0 1 0 188630969 70549504 16398 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 17224 16398 586 886 0 16334 0
Current children cumulated CPU time (s) 1719.14
Current children cumulated vsize (KiB) 68896

[startup+1782.3 s]
/proc/loadavg: 1.73 1.59 1.55 3/73 10784
/proc/meminfo: memFree=1423056/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=69092 CPUtime=1779.09
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 41772 0 0 0 176887 1022 0 0 25 0 1 0 188630969 70750208 16447 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 17273 16447 586 886 0 16383 0
Current children cumulated CPU time (s) 1779.09
Current children cumulated vsize (KiB) 69092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 1.75 1.60 1.55 2/73 10784
/proc/meminfo: memFree=1423056/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=69092 CPUtime=1800.09
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 41772 0 0 0 178977 1032 0 0 25 0 1 0 188630969 70750208 16447 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10775/statm: 17273 16447 586 886 0 16383 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 69092

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

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

[startup+1803.41 s]
/proc/loadavg: 1.75 1.60 1.55 2/73 10784
/proc/meminfo: memFree=1423056/2055920 swapFree=4181884/4192956
[pid=10775] ppid=10773 vsize=64360 CPUtime=1800.18
/proc/10775/stat : 10775 (pbscip.linux.x8) R 10773 10775 10619 0 -1 4194304 41774 0 0 0 178986 1032 0 0 25 0 1 0 188630969 65904640 15293 1992294400 4194304 7823515 548682068736 18446744073709551615 5875920 0 0 4096 0 0 0 0 17 1 0 0
/proc/10775/statm: 16090 15293 588 886 0 15200 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 64360

Child status: 0
Real time (s): 1803.42
CPU time (s): 1800.21
CPU user time (s): 1789.87
CPU system time (s): 10.3394
CPU usage (%): 99.8218
Max. virtual memory (cumulated for all children) (KiB): 79220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.87
system time used= 10.3394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 11186

runsolver used 2.19667 second user time and 5.69513 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 05:45:45
IDJOB=1870532
IDBENCH=48265
IDSOLVER=683
FILE ID=node52/1870532-1245210345
PBS_JOBID= 9368380
Free space on /tmp= 66464 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_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-1870532-1245210345/watcher-1870532-1245210345 -o /tmp/evaluation-result-1870532-1245210345/solver-1870532-1245210345 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870532-1245210345.opb

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=361361778

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1487224 kB
Buffers:         66304 kB
Cached:         397736 kB
SwapCached:       6112 kB
Active:          53812 kB
Inactive:       436504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487224 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            9868 kB
Writeback:           0 kB
Mapped:          32632 kB
Slab:            63204 kB
Committed_AS:   607884 kB
PageTables:       2156 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node52 at 2009-06-17 06:15:51