Trace number 1870550

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.25 1800.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
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 benchmark1797.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
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)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870550-1245211511.opb>
0.00/0.02	c original problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1559 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.09/0.18	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10264 impls, 200 clqs
0.29/0.34	c    (0.2s) probing: 101/1458 (6.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.2s) 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  10264 implications, 200 cliques
0.29/0.35	c presolved problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1559 constraints
0.29/0.35	c     200 constraints of type <setppc>
0.29/0.35	c    1258 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.16
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.30/3.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.30/3.35	c   3.1s|     1 |     0 |  3721 |6851k|   0 | 898 |1458 |1559 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
3.30/3.36	o -5
3.30/3.36	c s 3.2s|     1 |     0 |  3721 |6910k|   0 | 898 |1458 |1559 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
6.29/6.39	c   6.2s|     1 |     0 |  3826 |8876k|   0 | 894 |1458 |1559 |1559 |1458 |2911 |  94 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
6.29/6.40	o -6
6.29/6.40	c s 6.2s|     1 |     0 |  3826 |8896k|   0 | 894 |1458 |1559 |1559 |1458 |2911 |  94 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
9.39/9.42	c   9.2s|     1 |     0 |  3917 |  10M|   0 | 886 |1458 |1559 |1559 |1458 |2926 | 109 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
12.29/12.32	c  12.1s|     1 |     0 |  3973 |  11M|   0 | 885 |1458 |1559 |1559 |1458 |2933 | 116 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
12.29/12.33	o -7
12.29/12.33	c s12.1s|     1 |     0 |  3973 |  11M|   0 | 885 |1458 |1559 |1559 |1458 |2933 | 116 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
15.48/15.53	c  15.3s|     1 |     0 |  4124 |  14M|   0 | 874 |1458 |1559 |1559 |1458 |2943 | 126 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
18.79/18.88	c  18.6s|     1 |     0 |  4234 |  16M|   0 | 872 |1458 |1559 |1559 |1458 |2954 | 137 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
22.28/22.33	c  22.1s|     1 |     0 |  4525 |  18M|   0 | 866 |1458 |1559 |1559 |1458 |2963 | 146 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
50.67/50.77	c  50.4s|     1 |     2 |  4525 |  18M|   0 | 866 |1458 |1559 |1559 |1458 |2963 | 146 |   0 |  26 |-5.000000e+01 |-7.000000e+00 |  86.00%
135.45/135.55	o -20
135.45/135.55	c R 135s|    54 |    51 | 38935 |  18M|  28 |  58 |1458 |1560 | 305 |1458 |1520 |1625 |   1 | 210 |-5.000000e+01 |-2.000000e+01 |  60.00%
135.45/135.57	o -22
135.45/135.57	c R 135s|    57 |    52 | 38961 |  18M|  30 |  39 |1458 |1561 | 298 |1458 |1522 |1627 |   2 | 210 |-5.000000e+01 |-2.200000e+01 |  56.00%
135.55/135.60	o -23
135.55/135.60	c R 135s|    60 |    53 | 39015 |  18M|  32 |  14 |1458 |1562 | 204 |1458 |1524 |1629 |   3 | 210 |-5.000000e+01 |-2.300000e+01 |  54.00%
135.55/135.61	o -24
135.55/135.61	c * 135s|    61 |    50 | 39022 |  18M|  33 |   - |1458 |1562 | 152 |1458 |1525 |1630 |   3 | 210 |-5.000000e+01 |-2.400000e+01 |  52.00%
168.34/168.42	o -25
168.34/168.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.34/168.42	c * 167s|   205 |   103 | 79597 |  18M|  58 |   - |1458 |1576 | 125 |1458 |1759 |3558 |  17 | 300 |-4.962716e+01 |-2.500000e+01 |  49.62%
282.12/282.29	o -27
282.12/282.29	c l 281s|   616 |   152 |237921 |  19M|  58 |   - |1458 |1608 |  54 |1458 |1726 |5899 |  49 | 487 |-4.749683e+01 |-2.700000e+01 |  43.15%
1800.16/1800.62	c 
1800.16/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.62	c Solving Time (sec) : 1790.34
1800.16/1800.62	c Solving Nodes      : 8851
1800.16/1800.62	c Primal Bound       : -2.70000000000000e+01 (9 solutions)
1800.16/1800.62	c Dual Bound         : -4.35850978069123e+01
1800.16/1800.62	c Gap                : 38.05 %
1800.16/1800.63	c NODE         8851
1800.16/1800.63	c DUAL BOUND   -43.5851
1800.16/1800.63	c PRIMAL BOUND -27
1800.16/1800.63	c GAP          0.380522
1800.16/1800.63	s SATISFIABLE
1800.16/1800.63	v x128 -x141 x182 -x146 x136 -x166 -x181 x185 -x156 -x153 -x179 -x178 -x149 x152 -x124 x133 -x188 x189 -x147 x139 x197 -x191 x163 
1800.16/1800.63	v -x130 x192 -x194 -x106 -x170 x140 -x109 -x117 -x107 -x196 -x187 x168 -x190 x148 -x171 x161 -x160 -x158 -x154 x151 -x114 -x173 
1800.16/1800.63	v x199 -x176 -x177 x193 -x172 -x143 -x135 -x162 -x125 -x195 -x120 -x200 -x157 x167 -x134 -x113 -x111 x131 -x121 -x183 -x123 x174 
1800.16/1800.63	v -x180 -x169 -x198 x159 -x137 -x132 -x122 -x119 -x112 -x105 -x118 -x150 x142 -x103 -x104 -x165 -x115 -x155 -x101 -x144 -x116 
1800.16/1800.63	v x110 x108 -x145 -x186 x129 x126 -x138 -x164 -x127 -x175 -x184 -x102 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 
1800.16/1800.63	v -x89 -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 
1800.16/1800.63	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 -x36 
1800.16/1800.63	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.16/1800.63	v -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1800.16/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.63	c Solving Time       :    1790.34
1800.16/1800.63	c Original Problem   :
1800.16/1800.63	c   Problem name     : HOME/instance-1870550-1245211511.opb
1800.16/1800.63	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1800.63	c   Constraints      : 1559 initial, 1559 maximal
1800.16/1800.63	c Presolved Problem  :
1800.16/1800.63	c   Problem name     : t_HOME/instance-1870550-1245211511.opb
1800.16/1800.63	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1800.63	c   Constraints      : 1559 initial, 1709 maximal
1800.16/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.16/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.16/1800.63	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   and              :       0.11          0          0          0          0          0          0          0          0
1800.16/1800.63	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.16/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.16/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1800.63	c   integral         :          0          0          0       5965          0         17        533          0          0      11436
1800.16/1800.63	c   setppc           :        200          6      89618          2          0         57      21085          0          0          0
1800.16/1800.63	c   and              :       1258      11653      89560          2          0        112     310246      43242          0          0
1800.16/1800.63	c   linear           :          1          6      89447          2          0          0          0          0          0          0
1800.16/1800.63	c   logicor          :        100+         6      12748          2          0          0       6948          0          0          0
1800.16/1800.63	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1800.16/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.16/1800.63	c   integral         :     398.30       0.00       0.00     398.30       0.00
1800.16/1800.63	c   setppc           :       1.12       0.00       1.12       0.00       0.00
1800.16/1800.63	c   and              :      12.71       6.78       5.93       0.00       0.00
1800.16/1800.63	c   linear           :       1.33       0.00       1.33       0.00       0.00
1800.16/1800.63	c   logicor          :       0.12       0.00       0.12       0.00       0.00
1800.16/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.16/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.16/1800.63	c   rootredcost      :       0.06          7          0          0
1800.16/1800.63	c   pseudoobj        :       0.80      89596          1          0
1800.16/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.16/1800.63	c   propagation      :       0.00        170        170        182        7.3          6        2.0          -
1800.16/1800.63	c   infeasible LP    :       0.01         10         10         15       27.3          0        0.0          0
1800.16/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.16/1800.63	c   applied globally :          -          -          -        198        7.5          -          -          -
1800.16/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.16/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.16/1800.63	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 902)
1800.16/1800.63	c   redcost          :       1.29      12019          0      51501          0          0
1800.16/1800.63	c   impliedbounds    :       0.01          6          0          0        184          0
1800.16/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.16/1800.63	c   gomory           :       9.51          6          0          0          0          0
1800.16/1800.63	c   strongcg         :       7.68          6          0          0       1075          0
1800.16/1800.63	c   cmir             :       0.28          6          0          0         36          0
1800.16/1800.63	c   flowcover        :       0.19          6          0          0          0          0
1800.16/1800.63	c   clique           :       0.18          6          0          0         39          0
1800.16/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.16/1800.63	c   mcf              :       0.01          1          0          0          0          0
1800.16/1800.63	c Pricers            :       Time      Calls       Vars
1800.16/1800.63	c   problem variables:       0.00          0          0
1800.16/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1800.63	c   relpscost        :     398.28       5963         17        533          0          0      11436
1800.16/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.16/1800.63	c   inference        :       0.00          0          0          0          0          0          0
1800.16/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.16/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.16/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.16/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.16/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.16/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.16/1800.63	c   LP solutions     :       0.00          -          2
1800.16/1800.63	c   pseudo solutions :       0.00          -          0
1800.16/1800.63	c   intshifting      :       0.00          0          0
1800.16/1800.63	c   feaspump         :       0.00          0          0
1800.16/1800.63	c   oneopt           :       0.03          7          0
1800.16/1800.63	c   crossover        :       0.64          5          0
1800.16/1800.63	c   pscostdiving     :      54.10         25          0
1800.16/1800.63	c   coefdiving       :      60.79         34          0
1800.16/1800.63	c   linesearchdiving :     113.18         87          1
1800.16/1800.63	c   simplerounding   :       0.04          0          0
1800.16/1800.63	c   rounding         :      10.57       6986          3
1800.16/1800.63	c   shifting         :       3.75       1117          3
1800.16/1800.63	c   fixandinfer      :       0.00          0          0
1800.16/1800.63	c   fracdiving       :      61.51         28          0
1800.16/1800.63	c   veclendiving     :      48.93         40          0
1800.16/1800.63	c   intdiving        :       0.00          0          0
1800.16/1800.63	c   actconsdiving    :       0.00          0          0
1800.16/1800.63	c   objpscostdiving  :      27.98          5          0
1800.16/1800.63	c   rootsoldiving    :      13.56         27          0
1800.16/1800.63	c   guideddiving     :      58.25         28          0
1800.16/1800.63	c   octane           :       0.00          0          0
1800.16/1800.63	c   rens             :       0.00          0          0
1800.16/1800.63	c   rins             :       0.00          0          0
1800.16/1800.63	c   localbranching   :       0.00          0          0
1800.16/1800.63	c   mutation         :       0.00          0          0
1800.16/1800.63	c   dins             :       0.00          0          0
1800.16/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.16/1800.63	c   primal LP        :       9.73          0          0       0.00       0.00
1800.16/1800.63	c   dual LP          :     876.94      13862    1613588     116.40    1840.02
1800.16/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.16/1800.63	c   diving/probing LP:     387.50      42436     803953      18.95    2074.72
1800.16/1800.63	c   strong branching :     396.69       4865     724617     148.94    1826.66
1800.16/1800.63	c     (at root node) :          -         26      24789     953.42          -
1800.16/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.16/1800.63	c B&B Tree           :
1800.16/1800.63	c   number of runs   :          1
1800.16/1800.63	c   nodes            :       8851
1800.16/1800.63	c   nodes (total)    :       8851
1800.16/1800.63	c   nodes left       :       2552
1800.16/1800.63	c   max depth        :         71
1800.16/1800.63	c   max depth (total):         71
1800.16/1800.63	c   backtracks       :       1498 (16.9%)
1800.16/1800.63	c   delayed cutoffs  :          1
1800.16/1800.63	c   repropagations   :       2386 (677 domain reductions, 0 cutoffs)
1800.16/1800.63	c   avg switch length:       4.39
1800.16/1800.63	c   switching time   :      13.20
1800.16/1800.63	c Solution           :
1800.16/1800.63	c   Solutions found  :          9 (9 improvements)
1800.16/1800.63	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 616 nodes, 280.69 seconds, depth 199, found by <linesearchdiving>)
1800.16/1800.63	c   Dual Bound       : -4.35850978069123e+01
1800.16/1800.63	c   Gap              :      38.05 %
1800.16/1800.63	c   Root Dual Bound  : -4.99999999999999e+01
1800.16/1800.68	c Time complete: 1800.23.

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-1870550-1245211511/watcher-1870550-1245211511 -o /tmp/evaluation-result-1870550-1245211511/solver-1870550-1245211511 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870550-1245211511.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.00 1.00 0.93 3/64 6745
/proc/meminfo: memFree=798816/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=7132 CPUtime=0
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 1057 0 0 0 0 0 0 0 18 0 1 0 188746720 7303168 1039 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/6745/statm: 1783 1047 335 886 0 893 0

[startup+0.0179981 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 6745
/proc/meminfo: memFree=798816/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=10012 CPUtime=0
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 1834 0 0 0 0 0 0 0 18 0 1 0 188746720 10252288 1816 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/6745/statm: 2503 1819 354 886 0 1613 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10012

[startup+0.103005 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 6745
/proc/meminfo: memFree=798816/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=16472 CPUtime=0.09
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 3505 0 0 0 5 4 0 0 18 0 1 0 188746720 16867328 3133 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 4118 3133 404 886 0 3228 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16472

[startup+0.302022 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 6745
/proc/meminfo: memFree=798816/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=18476 CPUtime=0.29
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 4038 0 0 0 14 15 0 0 19 0 1 0 188746720 18919424 3666 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 4619 3666 436 886 0 3729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18476

[startup+0.702057 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 6745
/proc/meminfo: memFree=798816/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=24136 CPUtime=0.69
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 5633 0 0 0 52 17 0 0 22 0 1 0 188746720 24715264 5187 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 6034 5187 523 886 0 5144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24136

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=780120/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=24516 CPUtime=1.49
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 5787 0 0 0 131 18 0 0 25 0 1 0 188746720 25104384 5341 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 6129 5341 523 886 0 5239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24516

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=779160/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=25408 CPUtime=3.09
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 5923 0 0 0 291 18 0 0 25 0 1 0 188746720 26017792 5477 1992294400 4194304 7823515 548682068736 18446744073709551615 6205839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 6352 5477 523 886 0 5462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25408

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=776920/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=30376 CPUtime=6.29
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 7318 0 0 0 608 21 0 0 25 0 1 0 188746720 31105024 6823 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 7594 6823 565 886 0 6704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30376

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=771864/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=36844 CPUtime=12.69
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 8885 0 0 0 1246 23 0 0 25 0 1 0 188746720 37728256 8389 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 9211 8389 565 886 0 8321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36844

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=755800/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=48752 CPUtime=25.48
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 11876 0 0 0 2522 26 0 0 25 0 1 0 188746720 49922048 11359 1992294400 4194304 7823515 548682068736 18446744073709551615 6237362 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 12188 11359 569 886 0 11298 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48752

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=755800/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=48752 CPUtime=51.07
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 11876 0 0 0 5073 34 0 0 25 0 1 0 188746720 49922048 11359 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 12188 11359 569 886 0 11298 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48752

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=755928/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=48752 CPUtime=102.26
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 11878 0 0 0 10169 57 0 0 25 0 1 0 188746720 49922048 11361 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 12188 11361 571 886 0 11298 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48752

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=755800/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=48752 CPUtime=162.24
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 11934 0 0 0 16134 90 0 0 25 0 1 0 188746720 49922048 11392 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 12188 11392 575 886 0 11298 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48752

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=755800/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=48752 CPUtime=222.23
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 11935 0 0 0 22105 118 0 0 25 0 1 0 188746720 49922048 11393 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 12188 11393 575 886 0 11298 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 48752

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=757016/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=47456 CPUtime=282.22
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 14136 0 0 0 28071 151 0 0 25 0 1 0 188746720 48594944 11076 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 11864 11076 584 886 0 10974 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 47456

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=746264/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=342.2
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16833 0 0 0 34031 189 0 0 25 0 1 0 188746720 60813312 13773 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13773 584 886 0 13957 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 59388

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=746200/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=402.19
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16835 0 0 0 39996 223 0 0 25 0 1 0 188746720 60813312 13775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13775 584 886 0 13957 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 59388

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=746136/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=462.17
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16835 0 0 0 45963 254 0 0 25 0 1 0 188746720 60813312 13775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13775 584 886 0 13957 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 59388

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=746136/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=522.16
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16839 0 0 0 51929 287 0 0 25 0 1 0 188746720 60813312 13779 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13779 586 886 0 13957 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 59388

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=745880/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=582.14
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16900 0 0 0 57892 322 0 0 25 0 1 0 188746720 60813312 13840 1992294400 4194304 7823515 548682068736 18446744073709551615 6237757 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13840 586 886 0 13957 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 59388

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=745816/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=642.13
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16910 0 0 0 63859 354 0 0 25 0 1 0 188746720 60813312 13850 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13850 586 886 0 13957 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 59388

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=745752/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59388 CPUtime=882.07
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 16910 0 0 0 87722 485 0 0 25 0 1 0 188746720 60813312 13850 1992294400 4194304 7823515 548682068736 18446744073709551615 6256191 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14847 13850 586 886 0 13957 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 59388

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744920/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59020 CPUtime=942.05
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 18468 0 0 0 93688 517 0 0 25 0 1 0 188746720 60436480 14013 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14755 14013 586 886 0 13865 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 59020

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744920/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59020 CPUtime=1002.05
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 18468 0 0 0 99655 550 0 0 25 0 1 0 188746720 60436480 14013 1992294400 4194304 7823515 548682068736 18446744073709551615 6205320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14755 14013 586 886 0 13865 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 59020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744920/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59020 CPUtime=1062.03
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 18468 0 0 0 105618 585 0 0 25 0 1 0 188746720 60436480 14013 1992294400 4194304 7823515 548682068736 18446744073709551615 6211287 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14755 14013 586 886 0 13865 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 59020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744920/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59020 CPUtime=1122.01
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 18468 0 0 0 111583 618 0 0 25 0 1 0 188746720 60436480 14013 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14755 14013 586 886 0 13865 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 59020

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744920/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59020 CPUtime=1182
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 18468 0 0 0 117551 649 0 0 25 0 1 0 188746720 60436480 14013 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14755 14013 586 886 0 13865 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 59020

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744536/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59444 CPUtime=1241.99
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 20090 0 0 0 123521 678 0 0 25 0 1 0 188746720 60870656 14088 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14861 14088 586 886 0 13971 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 59444

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744536/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59444 CPUtime=1301.97
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 20092 0 0 0 129486 711 0 0 25 0 1 0 188746720 60870656 14090 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14861 14090 586 886 0 13971 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 59444

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744536/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59444 CPUtime=1361.96
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 20092 0 0 0 135453 743 0 0 25 0 1 0 188746720 60870656 14090 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14861 14090 586 886 0 13971 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 59444

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744536/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59444 CPUtime=1421.95
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 20092 0 0 0 141419 776 0 0 25 0 1 0 188746720 60870656 14090 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14861 14090 586 886 0 13971 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 59444

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744536/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=59444 CPUtime=1481.93
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 20094 0 0 0 147381 812 0 0 25 0 1 0 188746720 60870656 14092 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 14861 14092 586 886 0 13971 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 59444

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=744024/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=60208 CPUtime=1541.91
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 20257 0 0 0 153348 843 0 0 25 0 1 0 188746720 61652992 14255 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15052 14255 586 886 0 14162 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 60208

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=743192/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=61032 CPUtime=1601.9
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 23024 0 0 0 159312 878 0 0 25 0 1 0 188746720 62496768 14470 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15258 14470 586 886 0 14368 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 61032

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=742488/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=61924 CPUtime=1661.88
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 23202 0 0 0 165276 912 0 0 25 0 1 0 188746720 63410176 14648 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15481 14648 586 886 0 14591 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 61924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=742360/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=61924 CPUtime=1721.87
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 23239 0 0 0 171242 945 0 0 25 0 1 0 188746720 63410176 14685 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15481 14685 586 886 0 14591 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 61924

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=742040/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=62100 CPUtime=1781.86
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 23313 0 0 0 177211 975 0 0 25 0 1 0 188746720 63590400 14759 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15525 14759 586 886 0 14635 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 62100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 6746
/proc/meminfo: memFree=741080/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=63168 CPUtime=1800.05
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 23544 0 0 0 179022 983 0 0 25 0 1 0 188746720 64684032 14990 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15792 14990 586 886 0 14902 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 63168

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 6747
/proc/meminfo: memFree=741072/2055920 swapFree=4192956/4192956
[pid=6745] ppid=6743 vsize=63168 CPUtime=1800.16
/proc/6745/stat : 6745 (pbscip.linux.x8) R 6743 6745 6635 0 -1 4194304 23544 0 0 0 179033 983 0 0 25 0 1 0 188746720 64684032 14990 1992294400 4194304 7823515 548682068736 18446744073709551615 6254293 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6745/statm: 15792 14990 586 886 0 14902 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 63168

Child status: 0
Real time (s): 1800.69
CPU time (s): 1800.25
CPU user time (s): 1790.4
CPU system time (s): 9.8465
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 69516

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

runsolver used 1.2968 second user time and 3.82542 second system time

The end

Launcher Data

Begin job on node58 at 2009-06-17 06:05:11
IDJOB=1870550
IDBENCH=48274
IDSOLVER=683
FILE ID=node58/1870550-1245211511
PBS_JOBID= 9368412
Free space on /tmp= 66564 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_4.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-1870550-1245211511/watcher-1870550-1245211511 -o /tmp/evaluation-result-1870550-1245211511/solver-1870550-1245211511 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870550-1245211511.opb

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

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=1884118933

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:        799616 kB
Buffers:         62828 kB
Cached:        1103576 kB
SwapCached:          0 kB
Active:         547540 kB
Inactive:       632264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799616 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9864 kB
Writeback:           0 kB
Mapped:          23192 kB
Slab:            62568 kB
Committed_AS:    76120 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 06:35:14