Trace number 1870504

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.1 1805.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
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
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)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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-1870504-1245208546.opb>
0.00/0.02	c original problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.02/0.04	c start presolving problem
0.02/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, 10184 impls, 200 clqs
0.29/0.34	c    (0.1s) probing: 101/1448 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c presolving (2 rounds):
0.29/0.34	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34	c  10184 implications, 200 cliques
0.29/0.34	c presolved problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.29/0.34	c     200 constraints of type <setppc>
0.29/0.34	c    1248 constraints of type <and>
0.29/0.34	c       1 constraints of type <linear>
0.29/0.34	c     100 constraints of type <logicor>
0.29/0.34	c transformed objective value is always integral (scale: 1)
0.29/0.34	c Presolving Time: 0.14
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.39/3.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.39/3.45	c   3.2s|     1 |     0 |  3951 |6810k|   0 | 898 |1448 |1549 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
3.39/3.46	o -3
3.39/3.46	c s 3.2s|     1 |     0 |  3951 |6855k|   0 | 898 |1448 |1549 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
6.68/6.73	c   6.5s|     1 |     0 |  4147 |8464k|   0 | 888 |1448 |1549 |1549 |1448 |2906 | 109 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
6.68/6.74	o -4
6.68/6.74	c s 6.5s|     1 |     0 |  4147 |8482k|   0 | 888 |1448 |1549 |1549 |1448 |2906 | 109 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
10.48/10.53	c  10.3s|     1 |     0 |  4747 |  11M|   0 | 871 |1448 |1549 |1549 |1448 |2933 | 136 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
10.48/10.54	o -8
10.48/10.54	c s10.3s|     1 |     0 |  4747 |  11M|   0 | 871 |1448 |1549 |1549 |1448 |2933 | 136 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
13.98/14.06	c  13.8s|     1 |     0 |  5118 |  15M|   0 | 874 |1448 |1549 |1549 |1448 |2949 | 152 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
17.48/17.52	c  17.2s|     1 |     0 |  5396 |  18M|   0 | 867 |1448 |1549 |1549 |1448 |2978 | 181 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
20.78/20.85	c  20.5s|     1 |     0 |  5683 |  21M|   0 | 870 |1448 |1549 |1549 |1448 |2990 | 193 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
24.18/24.30	c  24.0s|     1 |     0 |  5951 |  24M|   0 | 860 |1448 |1549 |1549 |1448 |3011 | 214 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
66.96/67.05	c  66.6s|     1 |     2 |  5951 |  24M|   0 | 860 |1448 |1549 |1549 |1448 |3011 | 214 |   0 |  36 |-5.000000e+01 |-8.000000e+00 |  84.00%
156.25/156.34	o -21
156.25/156.34	c R 156s|    62 |    59 | 39817 |  25M|  36 |  19 |1448 |1550 | 121 |1448 |1540 |1726 |   1 | 242 |-5.000000e+01 |-2.100000e+01 |  58.00%
156.25/156.35	o -22
156.25/156.35	c R 156s|    64 |    57 | 39841 |  25M|  37 |   - |1448 |1550 | 116 |1448 |1540 |1726 |   1 | 242 |-5.000000e+01 |-2.200000e+01 |  56.00%
156.33/156.48	o -24
156.33/156.48	c R 156s|    73 |    58 | 40143 |  25M|  37 |   - |1448 |1550 | 252 |1448 |1522 |1731 |   1 | 242 |-5.000000e+01 |-2.400000e+01 |  52.00%
156.33/156.49	o -25
156.33/156.49	c R 156s|    75 |    57 | 40160 |  25M|  37 |  19 |1448 |1550 | 364 |1448 |1522 |1731 |   1 | 242 |-5.000000e+01 |-2.500000e+01 |  50.00%
156.33/156.49	o -26
156.33/156.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.33/156.49	c s 156s|    75 |    55 | 40160 |  25M|  37 |   - |1448 |1550 | 364 |1448 |1522 |1731 |   1 | 242 |-5.000000e+01 |-2.600000e+01 |  48.00%
205.02/205.10	o -27
205.02/205.10	c * 204s|   297 |    98 |101431 |  25M|  47 |   - |1448 |1571 | 172 |1448 |1522 |3884 |  22 | 346 |-4.948252e+01 |-2.700000e+01 |  45.44%
1475.60/1479.38	c  1468s| 10000 |  1624 |  1834k|  30M|  67 |   - |1448 |1681 | 414 |1448 |1729 |  32k| 149 |4204 |-4.410213e+01 |-2.700000e+01 |  38.78%
1800.01/1805.62	c 
1800.01/1805.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1805.63	c Solving Time (sec) : 1790.23
1800.01/1805.63	c Solving Nodes      : 14330
1800.01/1805.63	c Primal Bound       : -2.70000000000000e+01 (12 solutions)
1800.01/1805.63	c Dual Bound         : -4.37991395911777e+01
1800.01/1805.63	c Gap                : 38.35 %
1800.01/1805.63	c NODE         14330
1800.01/1805.63	c DUAL BOUND   -43.7991
1800.01/1805.63	c PRIMAL BOUND -27
1800.01/1805.63	c GAP          0.38355
1800.01/1805.63	s SATISFIABLE
1800.01/1805.63	v x162 -x134 -x175 -x180 -x186 -x172 x132 -x166 x142 -x153 -x118 x129 -x113 x140 -x161 x133 x200 -x152 -x195 -x119 -x189 -x177 -x109 
1800.01/1805.63	v -x188 -x144 -x165 -x107 -x135 -x196 -x106 x198 -x176 -x146 -x139 x182 -x197 -x105 -x158 -x147 x145 x126 -x121 -x181 x192 
1800.01/1805.63	v -x114 -x171 x125 -x199 -x138 -x104 x151 x149 -x115 -x108 -x185 -x120 x174 x143 -x157 x103 x190 -x155 -x154 -x148 x170 -x159 x123 
1800.01/1805.63	v x124 -x183 -x130 -x168 -x102 -x111 -x110 -x169 x112 -x137 x173 -x141 x127 x164 -x191 -x128 -x101 -x179 -x167 -x160 -x156 
1800.01/1805.63	v -x131 -x117 x163 -x122 -x150 -x193 -x136 -x194 -x116 -x178 -x187 -x184 -x100 -x99 -x98 -x97 -x96 -x95 x94 x93 -x92 -x91 -x90 
1800.01/1805.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.01/1805.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.01/1805.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.01/1805.63	v -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 x1 
1800.01/1805.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1805.63	c Solving Time       :    1790.23
1800.01/1805.63	c Original Problem   :
1800.01/1805.63	c   Problem name     : HOME/instance-1870504-1245208546.opb
1800.01/1805.63	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1805.63	c   Constraints      : 1549 initial, 1549 maximal
1800.01/1805.63	c Presolved Problem  :
1800.01/1805.63	c   Problem name     : t_HOME/instance-1870504-1245208546.opb
1800.01/1805.63	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1805.63	c   Constraints      : 1549 initial, 1685 maximal
1800.01/1805.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1805.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.01/1805.63	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   and              :       0.10          0          0          0          0          0          0          0          0
1800.01/1805.63	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.01/1805.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1805.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1805.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1805.63	c   integral         :          0          0          0       8562          0         13        590          0          0      16574
1800.01/1805.63	c   setppc           :        200          6      94977          1          0         88      24038          0          0          0
1800.01/1805.63	c   and              :       1248      15530      94889          1          0         74     300107      42283          0          0
1800.01/1805.63	c   linear           :          1          6      94815          1          0          0          0          0          0          0
1800.01/1805.63	c   logicor          :        100+         6      16175          1          0          0       9596          0          0          0
1800.01/1805.63	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.01/1805.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1805.63	c   integral         :     424.23       0.00       0.00     424.23       0.00
1800.01/1805.63	c   setppc           :       1.05       0.00       1.05       0.00       0.00
1800.01/1805.63	c   and              :      12.94       6.81       6.13       0.00       0.00
1800.01/1805.63	c   linear           :       1.51       0.00       1.51       0.00       0.00
1800.01/1805.63	c   logicor          :       0.21       0.00       0.21       0.00       0.00
1800.01/1805.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1805.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1805.63	c   rootredcost      :       0.11          6          0          0
1800.01/1805.63	c   pseudoobj        :       1.14      95016          0          0
1800.01/1805.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1805.63	c   propagation      :       0.00        162        162        162        2.5          0        0.0          -
1800.01/1805.63	c   infeasible LP    :       0.00         10         10         13       24.7          0        0.0          0
1800.01/1805.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1805.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1805.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1805.63	c   applied globally :          -          -          -        172        3.0          -          -          -
1800.01/1805.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1805.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1805.63	c   cut pool         :       0.02          5          -          -          0          -    (maximal pool size: 1491)
1800.01/1805.63	c   redcost          :       1.63      16676          0      63175          0          0
1800.01/1805.63	c   impliedbounds    :       0.00          6          0          0        296          0
1800.01/1805.63	c   intobj           :       0.00          0          0          0          0          0
1800.01/1805.63	c   gomory           :       9.57          6          0          0         14          0
1800.01/1805.63	c   strongcg         :       8.06          6          0          0       1919          0
1800.01/1805.63	c   cmir             :       0.32          6          0          0         43          0
1800.01/1805.63	c   flowcover        :       0.17          6          0          0          0          0
1800.01/1805.63	c   clique           :       0.18          6          0          0         41          0
1800.01/1805.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1805.63	c   mcf              :       0.00          1          0          0          0          0
1800.01/1805.63	c Pricers            :       Time      Calls       Vars
1800.01/1805.63	c   problem variables:       0.00          0          0
1800.01/1805.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1805.63	c   relpscost        :     424.19       8561         13        590          0          0      16574
1800.01/1805.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1805.63	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1805.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1805.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1805.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1805.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1805.63	c   random           :       0.00          0          0          0          0          0          0
1800.01/1805.63	c Primal Heuristics  :       Time      Calls      Found
1800.01/1805.63	c   LP solutions     :       0.00          -          1
1800.01/1805.63	c   pseudo solutions :       0.00          -          0
1800.01/1805.63	c   oneopt           :       0.02          6          0
1800.01/1805.63	c   crossover        :       0.28          7          0
1800.01/1805.63	c   pscostdiving     :      57.10         21          0
1800.01/1805.63	c   guideddiving     :      62.36         22          0
1800.01/1805.63	c   fracdiving       :      62.82         25          0
1800.01/1805.63	c   coefdiving       :      64.97         27          0
1800.01/1805.63	c   linesearchdiving :      62.77         35          0
1800.01/1805.63	c   veclendiving     :      50.90         35          0
1800.01/1805.63	c   rootsoldiving    :      14.62         23          0
1800.01/1805.63	c   simplerounding   :       0.02          0          0
1800.01/1805.63	c   rounding         :      11.77       9208          4
1800.01/1805.63	c   shifting         :       4.42       1441          7
1800.01/1805.63	c   intshifting      :       0.00          0          0
1800.01/1805.63	c   fixandinfer      :       0.00          0          0
1800.01/1805.63	c   feaspump         :       0.00          0          0
1800.01/1805.63	c   intdiving        :       0.00          0          0
1800.01/1805.63	c   actconsdiving    :       0.00          0          0
1800.01/1805.63	c   objpscostdiving  :      22.13          8          0
1800.01/1805.63	c   octane           :       0.00          0          0
1800.01/1805.63	c   rens             :       0.00          0          0
1800.01/1805.63	c   rins             :       0.00          0          0
1800.01/1805.63	c   localbranching   :       0.00          0          0
1800.01/1805.63	c   mutation         :       0.00          0          0
1800.01/1805.63	c   dins             :       0.00          0          0
1800.01/1805.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1805.63	c   primal LP        :       9.68          0          0       0.00       0.00
1800.01/1805.63	c   dual LP          :     880.57      20223    1598367      79.04    1815.15
1800.01/1805.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1805.63	c   diving/probing LP:     352.05      35212     732338      20.80    2080.21
1800.01/1805.63	c   strong branching :     422.12       4855     726864     149.71    1721.94
1800.01/1805.63	c     (at root node) :          -         36      34357     954.36          -
1800.01/1805.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1805.63	c B&B Tree           :
1800.01/1805.63	c   number of runs   :          1
1800.01/1805.63	c   nodes            :      14330
1800.01/1805.63	c   nodes (total)    :      14330
1800.01/1805.63	c   nodes left       :       2206
1800.01/1805.63	c   max depth        :         67
1800.01/1805.63	c   max depth (total):         67
1800.01/1805.63	c   backtracks       :       2157 (15.1%)
1800.01/1805.63	c   delayed cutoffs  :          7
1800.01/1805.63	c   repropagations   :       2824 (866 domain reductions, 0 cutoffs)
1800.01/1805.63	c   avg switch length:       4.18
1800.01/1805.63	c   switching time   :      13.77
1800.01/1805.63	c Solution           :
1800.01/1805.63	c   Solutions found  :         12 (9 improvements)
1800.01/1805.63	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 297 nodes, 204.00 seconds, depth 45, found by <relaxation>)
1800.01/1805.63	c   Dual Bound       : -4.37991395911777e+01
1800.01/1805.63	c   Gap              :      38.35 %
1800.01/1805.63	c   Root Dual Bound  : -4.99999999999995e+01
1800.01/1805.69	c Time complete: 1800.09.

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-1870504-1245208546/watcher-1870504-1245208546 -o /tmp/evaluation-result-1870504-1245208546/solver-1870504-1245208546 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870504-1245208546.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.67 1.70 1.68 3/73 18715
/proc/meminfo: memFree=1390360/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=6100 CPUtime=0
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 598 0 0 0 0 0 0 0 18 0 1 0 188453859 6246400 580 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/18715/statm: 1525 589 325 886 0 635 0

[startup+0.0368289 s]
/proc/loadavg: 1.67 1.70 1.68 3/73 18715
/proc/meminfo: memFree=1390360/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=13344 CPUtime=0.02
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 2945 0 0 0 1 1 0 0 18 0 1 0 188453859 13664256 2573 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 3336 2573 371 886 0 2446 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13344

[startup+0.101825 s]
/proc/loadavg: 1.67 1.70 1.68 3/73 18715
/proc/meminfo: memFree=1390360/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=16460 CPUtime=0.09
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 3501 0 0 0 4 5 0 0 18 0 1 0 188453859 16855040 3129 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 4115 3129 404 886 0 3225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16460

[startup+0.301853 s]
/proc/loadavg: 1.67 1.70 1.68 3/73 18715
/proc/meminfo: memFree=1390360/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=18452 CPUtime=0.29
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 4031 0 0 0 12 17 0 0 19 0 1 0 188453859 18894848 3659 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 4613 3659 436 886 0 3723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18452

[startup+0.701895 s]
/proc/loadavg: 1.67 1.70 1.68 3/73 18715
/proc/meminfo: memFree=1390360/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=24612 CPUtime=0.69
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 5674 0 0 0 50 19 0 0 21 0 1 0 188453859 25202688 5228 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 6153 5228 523 886 0 5263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24612

[startup+1.50199 s]
/proc/loadavg: 1.67 1.70 1.68 2/74 18716
/proc/meminfo: memFree=1371152/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=24788 CPUtime=1.49
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 5742 0 0 0 129 20 0 0 25 0 1 0 188453859 25382912 5296 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 6197 5296 523 886 0 5307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24788

[startup+3.10718 s]
/proc/loadavg: 1.67 1.70 1.68 2/74 18716
/proc/meminfo: memFree=1370576/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=24984 CPUtime=3.09
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 5850 0 0 0 289 20 0 0 25 0 1 0 188453859 25583616 5404 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 6246 5404 523 886 0 5356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24984

[startup+6.30154 s]
/proc/loadavg: 1.69 1.70 1.68 2/74 18716
/proc/meminfo: memFree=1369880/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=27156 CPUtime=6.28
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 6407 0 0 0 607 21 0 0 25 0 1 0 188453859 27807744 5961 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 6789 5961 547 886 0 5899 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27156

[startup+12.7013 s]
/proc/loadavg: 1.64 1.69 1.68 2/74 18716
/proc/meminfo: memFree=1360728/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=34580 CPUtime=12.68
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 8413 0 0 0 1243 25 0 0 25 0 1 0 188453859 35409920 7915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 8645 7915 565 886 0 7755 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34580

[startup+25.5028 s]
/proc/loadavg: 1.94 1.75 1.70 2/74 18716
/proc/meminfo: memFree=1341912/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=53668 CPUtime=25.48
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 13130 0 0 0 2518 30 0 0 25 0 1 0 188453859 54956032 12610 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13417 12610 569 886 0 12527 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53668

[startup+51.1027 s]
/proc/loadavg: 2.12 1.80 1.72 2/74 18716
/proc/meminfo: memFree=1341912/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=53668 CPUtime=51.06
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 13130 0 0 0 5070 36 0 0 25 0 1 0 188453859 54956032 12610 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13417 12610 569 886 0 12527 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 53668

[startup+102.307 s]
/proc/loadavg: 2.07 1.83 1.73 2/74 18716
/proc/meminfo: memFree=1341912/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=53668 CPUtime=102.25
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 13157 0 0 0 10173 52 0 0 25 0 1 0 188453859 54956032 12612 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13417 12612 571 886 0 12527 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 53668

[startup+162.303 s]
/proc/loadavg: 1.79 1.79 1.72 3/74 18716
/proc/meminfo: memFree=1341720/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=53668 CPUtime=162.23
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 13186 0 0 0 16143 80 0 0 25 0 1 0 188453859 54956032 12641 1992294400 4194304 7823515 548682068736 18446744073709551615 6206188 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13417 12641 575 886 0 12527 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53668

[startup+222.302 s]
/proc/loadavg: 1.83 1.79 1.73 3/74 18716
/proc/meminfo: memFree=1342744/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=52528 CPUtime=222.21
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 15172 0 0 0 22113 108 0 0 25 0 1 0 188453859 53788672 12367 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13132 12367 584 886 0 12242 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52528

[startup+282.302 s]
/proc/loadavg: 2.02 1.83 1.74 2/74 18716
/proc/meminfo: memFree=1342168/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=53144 CPUtime=282.18
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 15329 0 0 0 28082 136 0 0 25 0 1 0 188453859 54419456 12524 1992294400 4194304 7823515 548682068736 18446744073709551615 6208532 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13286 12524 584 886 0 12396 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 53144

[startup+342.3 s]
/proc/loadavg: 1.65 1.76 1.72 2/74 18716
/proc/meminfo: memFree=1341848/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=53700 CPUtime=342.17
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 15401 0 0 0 34051 166 0 0 25 0 1 0 188453859 54988800 12596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 13425 12596 584 886 0 12535 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 53700

[startup+402.301 s]
/proc/loadavg: 1.64 1.72 1.71 3/74 18716
/proc/meminfo: memFree=1335320/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61260 CPUtime=401.95
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 17031 0 0 0 39996 199 0 0 25 0 1 0 188453859 62730240 14226 1992294400 4194304 7823515 548682068736 18446744073709551615 6879529 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15315 14226 584 886 0 14425 0
Current children cumulated CPU time (s) 401.95
Current children cumulated vsize (KiB) 61260

[startup+462.302 s]
/proc/loadavg: 1.30 1.61 1.67 2/74 18716
/proc/meminfo: memFree=1335320/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61260 CPUtime=461.56
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 17031 0 0 0 45922 234 0 0 25 0 1 0 188453859 62730240 14226 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15315 14226 584 886 0 14425 0
Current children cumulated CPU time (s) 461.56
Current children cumulated vsize (KiB) 61260

[startup+522.308 s]
/proc/loadavg: 1.31 1.55 1.64 3/74 18716
/proc/meminfo: memFree=1335320/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61260 CPUtime=521.56
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 17031 0 0 0 51890 266 0 0 25 0 1 0 188453859 62730240 14226 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15315 14226 584 886 0 14425 0
Current children cumulated CPU time (s) 521.56
Current children cumulated vsize (KiB) 61260

[startup+582.302 s]
/proc/loadavg: 1.33 1.51 1.62 3/74 18716
/proc/meminfo: memFree=1335320/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61260 CPUtime=581.35
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 17036 0 0 0 57838 297 0 0 25 0 1 0 188453859 62730240 14231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15315 14231 586 886 0 14425 0
Current children cumulated CPU time (s) 581.35
Current children cumulated vsize (KiB) 61260

[startup+642.305 s]
/proc/loadavg: 1.72 1.57 1.64 3/74 18716
/proc/meminfo: memFree=1333208/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61656 CPUtime=641.34
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 18127 0 0 0 63812 322 0 0 25 0 1 0 188453859 63135744 14690 1992294400 4194304 7823515 548682068736 18446744073709551615 5925264 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15414 14690 586 886 0 14524 0
Current children cumulated CPU time (s) 641.34
Current children cumulated vsize (KiB) 61656

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 1.95 1.74 1.68 3/74 18716
/proc/meminfo: memFree=1333528/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61272 CPUtime=821.14
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 19053 0 0 0 81707 407 0 0 25 0 1 0 188453859 62742528 14594 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15318 14594 586 886 0 14428 0
Current children cumulated CPU time (s) 821.14
Current children cumulated vsize (KiB) 61272

[startup+882.301 s]
/proc/loadavg: 1.94 1.76 1.68 3/74 18716
/proc/meminfo: memFree=1333528/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=61272 CPUtime=881.1
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 19053 0 0 0 87672 438 0 0 25 0 1 0 188453859 62742528 14594 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15318 14594 586 886 0 14428 0
Current children cumulated CPU time (s) 881.1
Current children cumulated vsize (KiB) 61272

[startup+942.302 s]
/proc/loadavg: 1.93 1.79 1.70 2/74 18716
/proc/meminfo: memFree=1330904/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=63768 CPUtime=940.75
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 20293 0 0 0 93603 472 0 0 25 0 1 0 188453859 65298432 15220 1992294400 4194304 7823515 548682068736 18446744073709551615 6019522 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15942 15220 586 886 0 15052 0
Current children cumulated CPU time (s) 940.75
Current children cumulated vsize (KiB) 63768

[startup+1002.3 s]
/proc/loadavg: 1.62 1.72 1.68 2/74 18716
/proc/meminfo: memFree=1330968/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=63768 CPUtime=1000.24
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 20293 0 0 0 99517 507 0 0 25 0 1 0 188453859 65298432 15220 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15942 15220 586 886 0 15052 0
Current children cumulated CPU time (s) 1000.24
Current children cumulated vsize (KiB) 63768

[startup+1062.3 s]
/proc/loadavg: 1.73 1.72 1.68 4/74 18716
/proc/meminfo: memFree=1330968/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=63768 CPUtime=1060.21
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 20293 0 0 0 105483 538 0 0 25 0 1 0 188453859 65298432 15220 1992294400 4194304 7823515 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15942 15220 586 886 0 15052 0
Current children cumulated CPU time (s) 1060.21
Current children cumulated vsize (KiB) 63768

[startup+1122.3 s]
/proc/loadavg: 1.67 1.70 1.67 2/74 18716
/proc/meminfo: memFree=1330968/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=63768 CPUtime=1120.19
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 20294 0 0 0 111450 569 0 0 25 0 1 0 188453859 65298432 15221 1992294400 4194304 7823515 548682068736 18446744073709551615 4266239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15942 15221 586 886 0 15052 0
Current children cumulated CPU time (s) 1120.19
Current children cumulated vsize (KiB) 63768

[startup+1182.3 s]
/proc/loadavg: 1.77 1.72 1.68 3/74 18716
/proc/meminfo: memFree=1330968/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=63768 CPUtime=1180.18
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 20294 0 0 0 117419 599 0 0 25 0 1 0 188453859 65298432 15221 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15942 15221 586 886 0 15052 0
Current children cumulated CPU time (s) 1180.18
Current children cumulated vsize (KiB) 63768

[startup+1242.3 s]
/proc/loadavg: 1.66 1.70 1.67 2/74 18716
/proc/meminfo: memFree=1332504/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1240.03
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21495 0 0 0 123368 635 0 0 25 0 1 0 188453859 63549440 14795 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15515 14795 586 886 0 14625 0
Current children cumulated CPU time (s) 1240.03
Current children cumulated vsize (KiB) 62060

[startup+1302.3 s]
/proc/loadavg: 1.67 1.69 1.67 2/74 18716
/proc/meminfo: memFree=1332504/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1299.51
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21495 0 0 0 129282 669 0 0 25 0 1 0 188453859 63549440 14795 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/18715/statm: 15515 14795 586 886 0 14625 0
Current children cumulated CPU time (s) 1299.51
Current children cumulated vsize (KiB) 62060

[startup+1362.3 s]
/proc/loadavg: 1.58 1.65 1.65 4/74 18716
/proc/meminfo: memFree=1332504/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1358.89
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21497 0 0 0 135177 712 0 0 25 0 1 0 188453859 63549440 14797 1992294400 4194304 7823515 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15515 14797 586 886 0 14625 0
Current children cumulated CPU time (s) 1358.89
Current children cumulated vsize (KiB) 62060

[startup+1422.31 s]
/proc/loadavg: 1.90 1.72 1.67 3/74 18716
/proc/meminfo: memFree=1332568/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1418.63
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21497 0 0 0 141114 749 0 0 25 0 1 0 188453859 63549440 14797 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15515 14797 586 886 0 14625 0
Current children cumulated CPU time (s) 1418.63
Current children cumulated vsize (KiB) 62060

[startup+1482.3 s]
/proc/loadavg: 1.53 1.65 1.65 3/74 18716
/proc/meminfo: memFree=1332568/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1478.6
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21497 0 0 0 147081 779 0 0 25 0 1 0 188453859 63549440 14797 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15515 14797 586 886 0 14625 0
Current children cumulated CPU time (s) 1478.6
Current children cumulated vsize (KiB) 62060

[startup+1542.3 s]
/proc/loadavg: 1.71 1.69 1.66 2/74 18716
/proc/meminfo: memFree=1332568/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1538.58
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21497 0 0 0 153050 808 0 0 25 0 1 0 188453859 63549440 14797 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15515 14797 586 886 0 14625 0
Current children cumulated CPU time (s) 1538.58
Current children cumulated vsize (KiB) 62060

[startup+1602.3 s]
/proc/loadavg: 1.71 1.70 1.66 2/74 18716
/proc/meminfo: memFree=1332568/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62060 CPUtime=1598.38
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21498 0 0 0 158996 842 0 0 25 0 1 0 188453859 63549440 14798 1992294400 4194304 7823515 548682068736 18446744073709551615 5994958 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15515 14798 586 886 0 14625 0
Current children cumulated CPU time (s) 1598.38
Current children cumulated vsize (KiB) 62060

[startup+1662.3 s]
/proc/loadavg: 1.80 1.71 1.66 2/74 18716
/proc/meminfo: memFree=1331992/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62600 CPUtime=1658.05
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21633 0 0 0 164927 878 0 0 25 0 1 0 188453859 64102400 14933 1992294400 4194304 7823515 548682068736 18446744073709551615 6212306 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15650 14933 586 886 0 14760 0
Current children cumulated CPU time (s) 1658.05
Current children cumulated vsize (KiB) 62600

[startup+1722.3 s]
/proc/loadavg: 1.52 1.64 1.64 3/74 18716
/proc/meminfo: memFree=1331672/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=62992 CPUtime=1717.34
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 21709 0 0 0 170812 922 0 0 25 0 1 0 188453859 64503808 15009 1992294400 4194304 7823515 548682068736 18446744073709551615 6109403 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 15748 15009 586 886 0 14858 0
Current children cumulated CPU time (s) 1717.34
Current children cumulated vsize (KiB) 62992

[startup+1782.3 s]
/proc/loadavg: 1.64 1.65 1.64 2/74 18716
/proc/meminfo: memFree=1329880/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=64796 CPUtime=1776.73
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 24661 0 0 0 176708 965 0 0 25 0 1 0 188453859 66351104 15451 1992294400 4194304 7823515 548682068736 18446744073709551615 6209850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 16199 15451 586 886 0 15309 0
Current children cumulated CPU time (s) 1776.73
Current children cumulated vsize (KiB) 64796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 1.68 1.66 1.64 3/74 18716
/proc/meminfo: memFree=1329816/2055920 swapFree=4176004/4192956
[pid=18715] ppid=18713 vsize=64996 CPUtime=1800.01
/proc/18715/stat : 18715 (pbscip.linux.x8) R 18713 18715 18567 0 -1 4194304 24662 0 0 0 179022 979 0 0 25 0 1 0 188453859 66555904 15452 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18715/statm: 16249 15452 586 886 0 15359 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 64996

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

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

Child status: 0
Real time (s): 1805.69
CPU time (s): 1800.1
CPU user time (s): 1790.29
CPU system time (s): 9.80751
CPU usage (%): 99.6902
Max. virtual memory (cumulated for all children) (KiB): 67576

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

runsolver used 1.9997 second user time and 5.9081 second system time

The end

Launcher Data

Begin job on node74 at 2009-06-17 05:15:46
IDJOB=1870504
IDBENCH=48251
IDSOLVER=683
FILE ID=node74/1870504-1245208546
PBS_JOBID= 9368374
Free space on /tmp= 103024 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_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870504-1245208546/watcher-1870504-1245208546 -o /tmp/evaluation-result-1870504-1245208546/solver-1870504-1245208546 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870504-1245208546.opb

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=1818269414

node74.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.218
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.218
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:       1391032 kB
Buffers:         45076 kB
Cached:         517592 kB
SwapCached:      10368 kB
Active:          55192 kB
Inactive:       538720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391032 kB
SwapTotal:     4192956 kB
SwapFree:      4176004 kB
Dirty:            9864 kB
Writeback:           0 kB
Mapped:          33320 kB
Slab:            55852 kB
Committed_AS:   605800 kB
PageTables:       2124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103016 MiB
End job on node74 at 2009-06-17 05:45:54