Trace number 1870493

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-26 1795.4 1796.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
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-26
Best CPU time to get the best result obtained on this benchmark1795.4
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)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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 Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870493-1245207915.opb>
0.00/0.02	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.17	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10152 impls, 200 clqs
0.29/0.32	c    (0.1s) probing: 101/1444 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.32	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (2 rounds):
0.29/0.32	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.32	c  10152 implications, 200 cliques
0.29/0.32	c presolved problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.29/0.32	c     200 constraints of type <setppc>
0.29/0.32	c    1244 constraints of type <and>
0.29/0.32	c       1 constraints of type <linear>
0.29/0.32	c     100 constraints of type <logicor>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.13
0.29/0.32	c OPT-NLC
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = c 1620
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = c 1791
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = c 10000
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving problem
0.29/0.32	c 
0.39/0.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.40	c   0.2s|     1 |     0 |   309 |6790k|   0 | 255 |1444 |1545 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
0.39/0.40	o 0
0.39/0.40	c R 0.2s|     1 |     0 |   309 |6801k|   0 | 255 |1444 |1545 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 | 5.551115e-16 |    Inf 
0.79/0.86	c   0.7s|     1 |     0 |  1061 |6994k|   0 | 579 |1444 |1545 |1545 |1444 |2797 |   8 |   0 |   0 |-5.000000e+01 | 5.551115e-16 |    Inf 
0.79/0.87	o -7
0.79/0.87	c s 0.7s|     1 |     0 |  1061 |7029k|   0 | 579 |1444 |1545 |1545 |1444 |2797 |   8 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
1.69/1.76	c   1.6s|     1 |     0 |  1256 |7275k|   0 | 590 |1444 |1545 |1545 |1444 |2801 |  12 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
3.30/3.36	c   3.1s|     1 |     0 |  2323 |7683k|   0 | 761 |1444 |1545 |1545 |1444 |2807 |  18 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
4.89/4.92	c   4.7s|     1 |     0 |  2464 |8222k|   0 | 755 |1444 |1545 |1545 |1444 |2817 |  28 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
6.59/6.63	c   6.4s|     1 |     0 |  2714 |9074k|   0 | 760 |1444 |1545 |1545 |1444 |2821 |  32 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
8.29/8.36	c   8.1s|     1 |     0 |  3072 |9677k|   0 | 791 |1444 |1545 |1545 |1444 |2827 |  38 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
15.29/15.38	c  15.1s|     1 |     2 |  8498 |9689k|   0 | 791 |1444 |1545 |1545 |1444 |2827 |  38 |   0 |  22 |-5.000000e+01 |-7.000000e+00 |  86.00%
73.57/73.60	o -8
73.57/73.60	c R73.2s|    17 |    16 | 72031 |9879k|  13 | 329 |1444 |1546 |1079 |1444 |1559 |1087 |   1 | 365 |-5.000000e+01 |-8.000000e+00 |  84.00%
127.63/127.78	o -17
127.63/127.78	c p 127s|    84 |    85 |140430 |  10M|  18 |   - |1444 |1555 |  70 |1444 |1427 |3016 |  10 | 634 |-4.950000e+01 |-1.700000e+01 |  65.66%
180.61/180.74	o -23
180.61/180.74	c l 180s|   102 |   103 |255750 |  10M|  18 |   - |1444 |1575 |  64 |1444 |1626 |3987 |  30 | 711 |-4.934561e+01 |-2.300000e+01 |  53.39%
204.80/204.99	o -24
204.80/204.99	c l 204s|   116 |   117 |302999 |  10M|  18 |   - |1444 |1581 |  68 |1444 |1454 |4488 |  36 | 760 |-4.934561e+01 |-2.400000e+01 |  51.36%
215.00/215.17	o -25
215.00/215.17	c l 214s|   126 |   123 |322461 |  10M|  18 |   - |1444 |1587 |  67 |1444 |1468 |4711 |  42 | 773 |-4.934561e+01 |-2.500000e+01 |  49.34%
244.69/244.88	o -26
244.69/244.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.69/244.88	c l 244s|   156 |   153 |379344 |  10M|  21 |   - |1444 |1598 |  64 |1444 |1577 |5296 |  53 | 846 |-4.897721e+01 |-2.600000e+01 |  46.91%
1549.38/1550.01	c  1546s| 10000 |  1739 |  2828k|  20M|  63 |   - |1444 |1772 | 385 |1444 |1591 |  37k| 305 |4869 |-4.466847e+01 |-2.600000e+01 |  41.79%
1795.25/1796.08	c 
1795.25/1796.08	c SCIP Status        : solving was interrupted [time limit reached]
1795.25/1796.08	c Solving Time (sec) : 1791.00
1795.25/1796.08	c Solving Nodes      : 12521
1795.25/1796.08	c Primal Bound       : -2.60000000000000e+01 (8 solutions)
1795.25/1796.08	c Dual Bound         : -4.43752517452488e+01
1795.25/1796.08	c Gap                : 41.41 %
1795.25/1796.08	c NODE         12521
1795.25/1796.08	c DUAL BOUND   -44.3753
1795.25/1796.08	c PRIMAL BOUND -26
1795.25/1796.08	c GAP          0.414088
1795.25/1796.08	s SATISFIABLE
1795.25/1796.08	v x166 x164 -x158 -x163 -x121 -x171 x113 -x156 -x144 -x135 x152 -x161 -x122 -x130 x157 x146 -x181 x129 -x111 -x192 -x167 -x154 -x185 
1795.25/1796.08	v -x127 -x117 -x184 -x120 -x124 -x134 -x178 -x168 -x136 x172 x110 x187 -x190 -x200 -x105 -x151 -x131 -x109 x106 -x183 x153 
1795.25/1796.08	v x182 x189 -x149 x195 -x104 x198 -x193 -x188 -x128 x119 x112 -x191 x179 x162 -x107 -x137 -x115 -x175 -x145 x132 -x108 x199 x138 
1795.25/1796.08	v -x148 -x174 -x139 x143 -x197 -x180 -x160 -x155 x150 -x118 -x114 -x116 -x196 -x176 -x142 -x103 -x140 -x194 -x125 -x101 -x170 
1795.25/1796.08	v -x133 -x123 -x159 -x165 -x102 -x177 x173 -x126 -x141 -x169 -x186 -x147 x100 -x99 -x98 -x97 -x96 -x95 x94 x93 x92 x91 -x90 -x89 
1795.25/1796.08	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 
1795.25/1796.08	v -x62 -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 
1795.25/1796.08	v x36 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 
1795.25/1796.08	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1795.25/1796.08	c SCIP Status        : solving was interrupted [time limit reached]
1795.25/1796.08	c Solving Time       :    1791.00
1795.25/1796.08	c Original Problem   :
1795.25/1796.08	c   Problem name     : HOME/instance-1870493-1245207915.opb
1795.25/1796.08	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.25/1796.08	c   Constraints      : 1545 initial, 1545 maximal
1795.25/1796.08	c Presolved Problem  :
1795.25/1796.08	c   Problem name     : t_HOME/instance-1870493-1245207915.opb
1795.25/1796.08	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.25/1796.08	c   Constraints      : 1545 initial, 1790 maximal
1795.25/1796.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.25/1796.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1795.25/1796.08	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   and              :       0.09          0          0          0          0          0          0          0          0
1795.25/1796.08	c   linear           :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.25/1796.08	c   root node        :          -          0          -          -          0          -          -          -          -
1795.25/1796.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.25/1796.08	c   integral         :          0          0          0       7593          0         21        550          0          0      14656
1795.25/1796.08	c   setppc           :        200          6     115910          0          0         25      39898          0          0          0
1795.25/1796.08	c   and              :       1244      15557     115897          0          0        283     371454      46310          0          0
1795.25/1796.08	c   linear           :          1          6     115608          0          0          1          0          0          0          0
1795.25/1796.08	c   logicor          :        100+         6      17778          0          0          1       9489          0          0          0
1795.25/1796.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.25/1796.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.25/1796.08	c   integral         :     284.04       0.00       0.00     284.04       0.00
1795.25/1796.08	c   setppc           :       1.28       0.00       1.28       0.00       0.00
1795.25/1796.08	c   and              :      13.13       5.82       7.31       0.00       0.00
1795.25/1796.08	c   linear           :       1.26       0.00       1.26       0.00       0.00
1795.25/1796.08	c   logicor          :       0.22       0.00       0.22       0.00       0.00
1795.25/1796.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.25/1796.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.25/1796.08	c   rootredcost      :       0.15          7          0          0
1795.25/1796.08	c   pseudoobj        :       1.02     115916          1          0
1795.25/1796.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.25/1796.08	c   propagation      :       0.03        311        311        345       14.3          7       64.0          -
1795.25/1796.08	c   infeasible LP    :       1.62       6069          0          0        0.0          0        0.0          0
1795.25/1796.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.25/1796.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.25/1796.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.25/1796.08	c   applied globally :          -          -          -        333        8.1          -          -          -
1795.25/1796.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.25/1796.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.25/1796.08	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 382)
1795.25/1796.08	c   redcost          :       1.35      16476          0      38743          0          0
1795.25/1796.08	c   impliedbounds    :       0.01          6          0          0         20          0
1795.25/1796.08	c   intobj           :       0.00          0          0          0          0          0
1795.25/1796.08	c   gomory           :       3.25          6          0          0        257          0
1795.25/1796.08	c   strongcg         :       2.64          6          0          0       1106          0
1795.25/1796.08	c   cmir             :       0.16          6          0          0          0          0
1795.25/1796.08	c   flowcover        :       0.16          6          0          0          0          0
1795.25/1796.08	c   clique           :       0.08          6          0          0         36          0
1795.25/1796.08	c   zerohalf         :       0.00          0          0          0          0          0
1795.25/1796.08	c   mcf              :       0.01          1          0          0          0          0
1795.25/1796.08	c Pricers            :       Time      Calls       Vars
1795.25/1796.08	c   problem variables:       0.00          0          0
1795.25/1796.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.25/1796.08	c   relpscost        :     283.99       7593         21        550          0          0      14656
1795.25/1796.08	c   pscost           :       0.00          0          0          0          0          0          0
1795.25/1796.08	c   inference        :       0.00          0          0          0          0          0          0
1795.25/1796.08	c   mostinf          :       0.00          0          0          0          0          0          0
1795.25/1796.08	c   leastinf         :       0.00          0          0          0          0          0          0
1795.25/1796.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.25/1796.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.25/1796.08	c   random           :       0.00          0          0          0          0          0          0
1795.25/1796.08	c Primal Heuristics  :       Time      Calls      Found
1795.25/1796.08	c   LP solutions     :       0.00          -          0
1795.25/1796.08	c   pseudo solutions :       0.00          -          0
1795.25/1796.08	c   oneopt           :       0.03          7          0
1795.25/1796.08	c   crossover        :       0.83          5          0
1795.25/1796.08	c   objpscostdiving  :      25.90          9          0
1795.25/1796.08	c   guideddiving     :      61.07         31          0
1795.25/1796.08	c   veclendiving     :      38.28         32          0
1795.25/1796.08	c   fracdiving       :      61.09         35          0
1795.25/1796.08	c   coefdiving       :      66.78         37          0
1795.25/1796.08	c   rootsoldiving    :      11.67         21          0
1795.25/1796.08	c   pscostdiving     :     111.83         61          1
1795.25/1796.08	c   linesearchdiving :     124.96        127          4
1795.25/1796.08	c   simplerounding   :       0.10          0          0
1795.25/1796.08	c   rounding         :       8.61       7183          2
1795.25/1796.08	c   shifting         :       3.61       1353          1
1795.25/1796.08	c   intshifting      :       0.01          0          0
1795.25/1796.08	c   fixandinfer      :       0.00          0          0
1795.25/1796.08	c   feaspump         :       2.97          1          0
1795.25/1796.08	c   intdiving        :       0.00          0          0
1795.25/1796.08	c   actconsdiving    :       0.00          0          0
1795.25/1796.08	c   octane           :       0.00          0          0
1795.25/1796.08	c   rens             :       0.00          0          0
1795.25/1796.08	c   rins             :       0.00          0          0
1795.25/1796.09	c   localbranching   :       0.00          0          0
1795.25/1796.09	c   mutation         :       0.00          0          0
1795.25/1796.09	c   dins             :       0.00          0          0
1795.25/1796.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.25/1796.09	c   primal LP        :     143.28          0          0       0.00       0.00
1795.25/1796.09	c   dual LP          :     804.73      20122    2083906     103.56    2589.57
1795.25/1796.09	c   barrier LP       :       0.00          0          0       0.00          -
1795.25/1796.09	c   diving/probing LP:     455.31      54223    1212603      22.36    2663.25
1795.25/1796.09	c   strong branching :     282.70       5617     803177     142.99    2841.09
1795.25/1796.09	c     (at root node) :          -         22       5720     260.00          -
1795.25/1796.09	c   conflict analysis:       0.00          0          0       0.00          -
1795.25/1796.09	c B&B Tree           :
1795.25/1796.09	c   number of runs   :          1
1795.25/1796.09	c   nodes            :      12521
1795.25/1796.09	c   nodes (total)    :      12521
1795.25/1796.09	c   nodes left       :       2136
1795.25/1796.09	c   max depth        :         64
1795.25/1796.09	c   max depth (total):         64
1795.25/1796.09	c   backtracks       :       2287 (18.3%)
1795.25/1796.09	c   delayed cutoffs  :          0
1795.25/1796.09	c   repropagations   :       4432 (521 domain reductions, 0 cutoffs)
1795.25/1796.09	c   avg switch length:       5.17
1795.25/1796.09	c   switching time   :     146.96
1795.25/1796.09	c Solution           :
1795.25/1796.09	c   Solutions found  :          8 (8 improvements)
1795.25/1796.09	c   Primal Bound     : -2.60000000000000e+01   (in run 1, after 156 nodes, 244.02 seconds, depth 74, found by <linesearchdiving>)
1795.25/1796.09	c   Dual Bound       : -4.43752517452488e+01
1795.25/1796.09	c   Gap              :      41.41 %
1795.25/1796.09	c   Root Dual Bound  : -4.99999999999999e+01
1795.35/1796.13	c Time complete: 1795.39.

Verifier Data

OK	-26

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870493-1245207915/watcher-1870493-1245207915 -o /tmp/evaluation-result-1870493-1245207915/solver-1870493-1245207915 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870493-1245207915.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.08 0.89 0.80 3/64 6672
/proc/meminfo: memFree=814568/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=7616 CPUtime=0
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 647 0 0 0 0 0 0 0 18 0 1 0 188387120 7798784 632 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/6672/statm: 1904 642 353 1256 0 643 0

[startup+0.00919695 s]
/proc/loadavg: 1.08 0.89 0.80 3/64 6672
/proc/meminfo: memFree=814568/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=10068 CPUtime=0
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 1495 0 0 0 0 0 0 0 18 0 1 0 188387120 10309632 1479 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 0 0 0
/proc/6672/statm: 2517 1479 378 1256 0 1256 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10068

[startup+0.101166 s]
/proc/loadavg: 1.08 0.89 0.80 3/64 6672
/proc/meminfo: memFree=814568/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=17664 CPUtime=0.09
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 3548 0 0 0 5 4 0 0 18 0 1 0 188387120 18087936 3178 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 4416 3178 446 1256 0 3155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17664

[startup+0.301184 s]
/proc/loadavg: 1.08 0.89 0.80 3/64 6672
/proc/meminfo: memFree=814568/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=19656 CPUtime=0.29
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 4107 0 0 0 13 16 0 0 19 0 1 0 188387120 20127744 3737 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 4914 3737 493 1256 0 3653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19656

[startup+0.701219 s]
/proc/loadavg: 1.08 0.89 0.80 3/64 6672
/proc/meminfo: memFree=814568/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=30996 CPUtime=0.69
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 6650 0 0 0 51 18 0 0 23 0 1 0 188387120 31739904 6265 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 7749 6265 666 1256 0 6488 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30996

[startup+1.50229 s]
/proc/loadavg: 1.08 0.89 0.80 2/65 6673
/proc/meminfo: memFree=791520/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=31472 CPUtime=1.5
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 6878 0 0 0 131 19 0 0 25 0 1 0 188387120 32227328 6493 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 7868 6493 666 1256 0 6607 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 31472

[startup+3.10143 s]
/proc/loadavg: 1.08 0.89 0.80 2/65 6673
/proc/meminfo: memFree=789664/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=34888 CPUtime=3.1
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 7774 0 0 0 290 20 0 0 25 0 1 0 188387120 35725312 7376 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 8722 7376 666 1256 0 7461 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 34888

[startup+6.30171 s]
/proc/loadavg: 1.07 0.89 0.80 2/65 6673
/proc/meminfo: memFree=786800/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=35636 CPUtime=6.29
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 7938 0 0 0 609 20 0 0 25 0 1 0 188387120 36491264 7540 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 8909 7540 666 1256 0 7648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35636

[startup+12.7013 s]
/proc/loadavg: 1.06 0.89 0.80 2/65 6673
/proc/meminfo: memFree=785280/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=40064 CPUtime=12.69
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 9498 0 0 0 1247 22 0 0 25 0 1 0 188387120 41025536 8022 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 10016 8022 689 1256 0 8755 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40064

[startup+25.5014 s]
/proc/loadavg: 1.05 0.90 0.80 2/65 6673
/proc/meminfo: memFree=785224/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=38088 CPUtime=25.49
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 10282 0 0 0 2525 24 0 0 25 0 1 0 188387120 39002112 8116 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 9522 8116 693 1256 0 8261 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38088

[startup+51.1016 s]
/proc/loadavg: 1.03 0.91 0.81 2/65 6673
/proc/meminfo: memFree=785224/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=38940 CPUtime=51.08
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 10379 0 0 0 5078 30 0 0 25 0 1 0 188387120 39874560 8120 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 9735 8120 696 1256 0 8474 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38940

[startup+102.305 s]
/proc/loadavg: 1.01 0.92 0.82 2/65 6673
/proc/meminfo: memFree=785096/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=37408 CPUtime=102.25
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 11208 0 0 0 10187 38 0 0 25 0 1 0 188387120 38305792 8162 1992294400 4194304 9342243 548682068736 18446744073709551615 6960609 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 9352 8162 701 1256 0 8091 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 37408

[startup+162.301 s]
/proc/loadavg: 1.00 0.93 0.82 2/65 6673
/proc/meminfo: memFree=783496/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=38836 CPUtime=162.22
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 13262 0 0 0 16171 51 0 0 25 0 1 0 188387120 39768064 8557 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 9709 8557 701 1256 0 8448 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 38836

[startup+222.302 s]
/proc/loadavg: 1.00 0.94 0.83 2/65 6673
/proc/meminfo: memFree=782152/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=42412 CPUtime=222.19
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 16197 0 0 0 22153 66 0 0 25 0 1 0 188387120 43429888 8840 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 10603 8840 701 1256 0 9342 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 42412

[startup+282.302 s]
/proc/loadavg: 1.00 0.95 0.83 2/65 6673
/proc/meminfo: memFree=782216/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=40132 CPUtime=282.18
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 20883 0 0 0 28135 83 0 0 25 0 1 0 188387120 41095168 8857 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 10033 8857 701 1256 0 8772 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 40132

[startup+342.301 s]
/proc/loadavg: 1.00 0.95 0.84 2/65 6673
/proc/meminfo: memFree=781200/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=40640 CPUtime=342.15
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 27041 0 0 0 34117 98 0 0 25 0 1 0 188387120 41615360 9016 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 10160 9016 701 1256 0 8899 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 40640

[startup+402.301 s]
/proc/loadavg: 1.00 0.96 0.85 2/65 6673
/proc/meminfo: memFree=770448/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=53336 CPUtime=402.11
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 36400 0 0 0 40099 112 0 0 25 0 1 0 188387120 54616064 11794 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13334 11794 714 1256 0 12073 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 53336

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.85 2/65 6673
/proc/meminfo: memFree=770384/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=53336 CPUtime=462.09
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 36423 0 0 0 46085 124 0 0 25 0 1 0 188387120 54616064 11817 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13334 11817 714 1256 0 12073 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 53336

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.86 2/65 6673
/proc/meminfo: memFree=768208/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=54476 CPUtime=522.07
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 36961 0 0 0 52070 137 0 0 25 0 1 0 188387120 55783424 12355 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13619 12355 714 1256 0 12358 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 54476

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.86 2/65 6673
/proc/meminfo: memFree=768208/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=54476 CPUtime=582.05
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 36963 0 0 0 58057 148 0 0 25 0 1 0 188387120 55783424 12357 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13619 12357 714 1256 0 12358 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 54476

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.87 2/65 6673
/proc/meminfo: memFree=768144/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=54476 CPUtime=642.03
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 36981 0 0 0 64043 160 0 0 25 0 1 0 188387120 55783424 12375 1992294400 4194304 9342243 548682068736 18446744073709551615 6341732 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13619 12375 714 1256 0 12358 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 54476

[startup+702.302 s]

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

/proc/meminfo: memFree=768208/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=52892 CPUtime=1061.87
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 37900 0 0 0 105933 254 0 0 25 0 1 0 188387120 54161408 12291 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13223 12291 714 1256 0 11962 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 52892

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=768208/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=52892 CPUtime=1121.83
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 37900 0 0 0 111918 265 0 0 25 0 1 0 188387120 54161408 12291 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13223 12291 714 1256 0 11962 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 52892

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=768208/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=52892 CPUtime=1181.81
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 37900 0 0 0 117903 278 0 0 25 0 1 0 188387120 54161408 12291 1992294400 4194304 9342243 548682068736 18446744073709551615 6039291 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13223 12291 714 1256 0 11962 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 52892

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765840/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55200 CPUtime=1241.79
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 39113 0 0 0 123885 294 0 0 25 0 1 0 188387120 56524800 12868 1992294400 4194304 9342243 548682068736 18446744073709551615 6960479 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13800 12868 714 1256 0 12539 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 55200

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765776/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55200 CPUtime=1301.77
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 39113 0 0 0 129870 307 0 0 25 0 1 0 188387120 56524800 12868 1992294400 4194304 9342243 548682068736 18446744073709551615 6341753 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13800 12868 714 1256 0 12539 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 55200

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765776/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55200 CPUtime=1361.74
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 39113 0 0 0 135856 318 0 0 25 0 1 0 188387120 56524800 12868 1992294400 4194304 9342243 548682068736 18446744073709551615 6040650 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13800 12868 714 1256 0 12539 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 55200

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765776/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55200 CPUtime=1421.73
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 39113 0 0 0 141840 333 0 0 25 0 1 0 188387120 56524800 12868 1992294400 4194304 9342243 548682068736 18446744073709551615 6967484 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13800 12868 714 1256 0 12539 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 55200

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765776/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55200 CPUtime=1481.7
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 39114 0 0 0 147823 347 0 0 25 0 1 0 188387120 56524800 12869 1992294400 4194304 9342243 548682068736 18446744073709551615 6910934 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13800 12869 714 1256 0 12539 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 55200

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=766416/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=54924 CPUtime=1541.68
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 40522 0 0 0 153805 363 0 0 25 0 1 0 188387120 56242176 12711 1992294400 4194304 9342243 548682068736 18446744073709551615 6224099 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13731 12711 714 1256 0 12470 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 54924

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=767056/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55232 CPUtime=1601.65
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 42940 0 0 0 159787 378 0 0 25 0 1 0 188387120 56557568 12601 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13808 12601 714 1256 0 12547 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 55232

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=767760/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=54748 CPUtime=1661.63
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 49415 0 0 0 165768 395 0 0 25 0 1 0 188387120 56061952 12447 1992294400 4194304 9342243 548682068736 18446744073709551615 6952126 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13687 12447 714 1256 0 12426 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 54748

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=766928/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55496 CPUtime=1721.61
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 57431 0 0 0 171747 414 0 0 25 0 1 0 188387120 56827904 12681 1992294400 4194304 9342243 548682068736 18446744073709551615 6978094 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13874 12681 714 1256 0 12613 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 55496

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765328/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=56772 CPUtime=1781.58
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 62782 0 0 0 177728 430 0 0 25 0 1 0 188387120 58134528 13001 1992294400 4194304 9342243 548682068736 18446744073709551615 6039330 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 14193 13001 714 1256 0 12932 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 56772

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

[startup+1785.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765584/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=58864 CPUtime=1784.77
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 63121 0 0 0 178046 431 0 0 25 0 1 0 188387120 60276736 12926 1992294400 4194304 9342243 548682068736 18446744073709551615 6952126 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6672/statm: 14716 12926 714 1256 0 13455 0
Current children cumulated CPU time (s) 1784.77
Current children cumulated vsize (KiB) 58864

[startup+1791.91 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765584/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=59028 CPUtime=1791.17
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 64120 0 0 0 178684 433 0 0 25 0 1 0 188387120 60444672 12935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 14757 12935 714 1256 0 13496 0
Current children cumulated CPU time (s) 1791.17
Current children cumulated vsize (KiB) 59028

[startup+1793.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765584/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=56596 CPUtime=1792.76
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 64131 0 0 0 178843 433 0 0 25 0 1 0 188387120 57954304 12920 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 14149 12920 714 1256 0 12888 0
Current children cumulated CPU time (s) 1792.76
Current children cumulated vsize (KiB) 56596

[startup+1795.1 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765520/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=56788 CPUtime=1794.36
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 64158 0 0 0 179003 433 0 0 25 0 1 0 188387120 58150912 12947 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 14197 12947 714 1256 0 12936 0
Current children cumulated CPU time (s) 1794.36
Current children cumulated vsize (KiB) 56788

[startup+1795.9 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765520/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=55704 CPUtime=1795.15
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 64196 0 0 0 179082 433 0 0 25 0 1 0 188387120 57040896 12826 1992294400 4194304 9342243 548682068736 18446744073709551615 6897431 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6672/statm: 13926 12826 714 1256 0 12665 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 55704

[startup+1796.1 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6673
/proc/meminfo: memFree=765520/2055920 swapFree=4192956/4192956
[pid=6672] ppid=6670 vsize=59212 CPUtime=1795.35
/proc/6672/stat : 6672 (pbscip.linux.x8) R 6670 6672 6635 0 -1 4194304 64267 0 0 0 179102 433 0 0 16 0 1 0 188387120 60633088 12897 1992294400 4194304 9342243 548682068736 18446744073709551615 4303034 0 0 4096 0 0 0 0 17 0 0 0
/proc/6672/statm: 14803 12897 715 1256 0 13542 0
Current children cumulated CPU time (s) 1795.35
Current children cumulated vsize (KiB) 59212

Child status: 0
Real time (s): 1796.14
CPU time (s): 1795.4
CPU user time (s): 1791.06
CPU system time (s): 4.34534
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 60772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.06
system time used= 4.34534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64270
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= 4
involuntary context switches= 7206

runsolver used 2.03969 second user time and 4.50432 second system time

The end

Launcher Data

Begin job on node58 at 2009-06-17 05:05:15
IDJOB=1870493
IDBENCH=48245
IDSOLVER=684
FILE ID=node58/1870493-1245207915
PBS_JOBID= 9368412
Free space on /tmp= 66564 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870493-1245207915/watcher-1870493-1245207915 -o /tmp/evaluation-result-1870493-1245207915/solver-1870493-1245207915 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870493-1245207915.opb

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=373651874

node58.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.243
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.243
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:        814928 kB
Buffers:         61872 kB
Cached:        1088824 kB
SwapCached:          0 kB
Active:         548256 kB
Inactive:       615708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        814928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11792 kB
Writeback:           0 kB
Mapped:          23096 kB
Slab:            62956 kB
Committed_AS:    76064 kB
PageTables:       1360 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= 66552 MiB
End job on node58 at 2009-06-17 05:35:12