Trace number 1870492

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)-26 1800.11 1800.78

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1795.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver 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-1870492-1245207915.opb>
0.00/0.02	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.02/0.03	c start presolving problem
0.02/0.03	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, 10152 impls, 200 clqs
0.29/0.34	c    (0.1s) probing: 101/1444 (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  10152 implications, 200 cliques
0.29/0.34	c presolved problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.29/0.34	c     200 constraints of type <setppc>
0.29/0.34	c    1244 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.15
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 
4.39/4.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.39/4.48	c   4.3s|     1 |     0 |  4955 |6790k|   0 | 914 |1444 |1545 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
4.39/4.49	o -5
4.39/4.49	c s 4.3s|     1 |     0 |  4955 |6837k|   0 | 914 |1444 |1545 |1545 |1444 |2789 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
8.19/8.24	c   8.0s|     1 |     0 |  5216 |8144k|   0 | 895 |1444 |1545 |1545 |1444 |2925 | 136 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
11.88/11.95	c  11.7s|     1 |     0 |  5588 |  10M|   0 | 879 |1444 |1545 |1545 |1444 |2954 | 165 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
15.29/15.37	c  15.1s|     1 |     0 |  5948 |  14M|   0 | 884 |1444 |1545 |1545 |1444 |2978 | 189 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
15.29/15.38	o -5
15.29/15.38	c s15.1s|     1 |     0 |  5948 |  14M|   0 | 884 |1444 |1545 |1545 |1444 |2978 | 189 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
19.28/19.30	c  19.0s|     1 |     0 |  6409 |  18M|   0 | 867 |1444 |1545 |1545 |1444 |2993 | 204 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
19.28/19.31	o -5
19.28/19.31	c s19.0s|     1 |     0 |  6409 |  18M|   0 | 867 |1444 |1545 |1545 |1444 |2993 | 204 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
22.88/22.99	c  22.7s|     1 |     0 |  6666 |  22M|   0 | 874 |1444 |1545 |1545 |1444 |3007 | 218 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
26.98/27.01	c  26.7s|     1 |     0 |  7189 |  24M|   0 | 862 |1444 |1545 |1545 |1444 |3022 | 233 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
26.98/27.02	o -6
26.98/27.02	c s26.7s|     1 |     0 |  7189 |  24M|   0 | 862 |1444 |1545 |1545 |1444 |3022 | 233 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
53.37/53.47	c  53.1s|     1 |     2 |  7189 |  24M|   0 | 862 |1444 |1545 |1545 |1444 |3022 | 233 |   0 |  23 |-5.000000e+01 |-6.000000e+00 |  88.00%
125.44/125.54	o -18
125.44/125.54	c c 125s|    15 |    16 | 21037 |  25M|  14 |   - |1444 |1545 | 186 |1444 |1458 |1034 |   0 | 238 |-5.000000e+01 |-1.800000e+01 |  64.00%
141.13/141.29	o -23
141.13/141.29	c R 140s|    58 |    55 | 41851 |  25M|  32 |  22 |1444 |1546 | 153 |1444 |1572 |1889 |   1 | 267 |-5.000000e+01 |-2.300000e+01 |  54.00%
158.73/158.89	o -24
158.73/158.89	c R 158s|    88 |    68 | 64102 |  25M|  41 |   - |1444 |1548 | 112 |1444 |1572 |2935 |   3 | 297 |-4.984169e+01 |-2.400000e+01 |  51.85%
158.93/159.02	o -25
158.93/159.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.93/159.02	c * 158s|   106 |    66 | 64291 |  25M|  41 |   - |1444 |1550 | 149 |1444 |1571 |2936 |   5 | 297 |-4.984169e+01 |-2.500000e+01 |  49.84%
170.02/170.16	o -26
170.02/170.16	c * 169s|   153 |    77 | 77768 |  25M|  41 |   - |1444 |1552 | 234 |1444 |1573 |3428 |   7 | 327 |-4.966015e+01 |-2.600000e+01 |  47.64%
1434.75/1435.35	c  1427s| 10000 |  1434 |  1877k|  30M|  64 | 118 |1444 |1667 | 383 |1444 |1718 |  33k| 166 |4174 |-4.393970e+01 |-2.600000e+01 |  40.83%
1800.03/1800.72	c 
1800.03/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.72	c Solving Time (sec) : 1790.60
1800.03/1800.72	c Solving Nodes      : 13667
1800.03/1800.72	c Primal Bound       : -2.60000000000000e+01 (10 solutions)
1800.03/1800.72	c Dual Bound         : -4.34860893909401e+01
1800.03/1800.72	c Gap                : 40.21 %
1800.03/1800.72	c NODE         13667
1800.03/1800.72	c DUAL BOUND   -43.4861
1800.03/1800.72	c PRIMAL BOUND -26
1800.03/1800.72	c GAP          0.402108
1800.03/1800.72	s SATISFIABLE
1800.03/1800.72	v -x166 -x164 -x158 x163 -x121 x171 -x113 x156 -x144 -x135 -x152 x161 -x122 -x130 -x157 -x146 -x181 -x129 x111 x192 -x167 x154 -x185 
1800.03/1800.72	v -x127 -x117 -x184 -x120 -x124 -x134 x178 -x168 -x136 -x172 -x110 -x187 x190 -x200 -x105 -x151 x131 -x109 -x106 x183 -x153 
1800.03/1800.72	v -x182 -x189 -x149 -x195 -x104 -x198 x193 -x188 -x128 -x119 -x112 -x191 x179 -x162 -x107 -x137 -x115 x175 -x145 -x132 -x108 -x199 
1800.03/1800.72	v -x138 -x148 -x174 -x139 -x143 -x197 x180 -x160 -x155 x150 -x118 -x114 x116 -x196 -x176 -x142 x103 -x140 x194 -x125 x101 
1800.03/1800.72	v x170 x133 -x123 x159 -x165 -x102 -x177 x173 -x126 x141 -x169 -x186 x147 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 
1800.03/1800.72	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 
1800.03/1800.72	v -x63 -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 
1800.03/1800.72	v -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 x25 x24 x23 -x22 x21 x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 
1800.03/1800.72	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.03/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.72	c Solving Time       :    1790.60
1800.03/1800.72	c Original Problem   :
1800.03/1800.72	c   Problem name     : HOME/instance-1870492-1245207915.opb
1800.03/1800.72	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.72	c   Constraints      : 1545 initial, 1545 maximal
1800.03/1800.72	c Presolved Problem  :
1800.03/1800.72	c   Problem name     : t_HOME/instance-1870492-1245207915.opb
1800.03/1800.72	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.72	c   Constraints      : 1545 initial, 1690 maximal
1800.03/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.72	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.72	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.72	c   and              :       0.10          0          0          0          0          0          0          0          0
1800.03/1800.72	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.72	c   integral         :          0          0          0       8077          0         25        410          0          0      15730
1800.03/1800.72	c   setppc           :        200          6     105457          2          0         76      24479          0          0          0
1800.03/1800.72	c   and              :       1244      15171     105381          2          0        107     310610      46116          0          0
1800.03/1800.72	c   linear           :          1          6     105274          2          0          1          0          0          0          0
1800.03/1800.72	c   logicor          :        100+         6      16226          2          0          0      11282          0          0          0
1800.03/1800.72	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1800.03/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.72	c   integral         :     395.99       0.00       0.00     395.99       0.00
1800.03/1800.72	c   setppc           :       1.29       0.00       1.29       0.00       0.00
1800.03/1800.72	c   and              :      12.73       6.16       6.57       0.00       0.00
1800.03/1800.72	c   linear           :       1.53       0.01       1.52       0.00       0.00
1800.03/1800.72	c   logicor          :       0.18       0.00       0.18       0.00       0.00
1800.03/1800.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.72	c   rootredcost      :       0.09          6          0          0
1800.03/1800.72	c   pseudoobj        :       1.12     105535          0         10
1800.03/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.72	c   propagation      :       0.01        184        184        205       18.8          1        3.0          -
1800.03/1800.72	c   infeasible LP    :       0.01         18         18         36       46.0          0        0.0          0
1800.03/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.72	c   applied globally :          -          -          -        209        7.4          -          -          -
1800.03/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.72	c   cut pool         :       0.01          5          -          -          0          -    (maximal pool size: 1459)
1800.03/1800.72	c   redcost          :       1.65      16125          0      55542          0          0
1800.03/1800.72	c   impliedbounds    :       0.00          6          0          0        308          0
1800.03/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.72	c   gomory           :      10.34          6          0          0         10          0
1800.03/1800.72	c   strongcg         :       8.72          6          0          0       2039          0
1800.03/1800.72	c   cmir             :       0.28          6          0          0         48          0
1800.03/1800.72	c   flowcover        :       0.18          6          0          0          0          0
1800.03/1800.72	c   clique           :       0.20          6          0          0         45          0
1800.03/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.72	c   mcf              :       0.01          1          0          0          0          0
1800.03/1800.72	c Pricers            :       Time      Calls       Vars
1800.03/1800.72	c   problem variables:       0.00          0          0
1800.03/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.72	c   relpscost        :     395.98       8075         25        410          0          0      15730
1800.03/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.72	c   LP solutions     :       0.01          -          2
1800.03/1800.72	c   pseudo solutions :       0.00          -          0
1800.03/1800.72	c   oneopt           :       0.00          6          0
1800.03/1800.72	c   crossover        :       0.25          6          0
1800.03/1800.72	c   simplerounding   :       0.04          0          0
1800.03/1800.72	c   rounding         :       9.00       6818          2
1800.03/1800.72	c   shifting         :       4.09       1404          5
1800.03/1800.72	c   intshifting      :       0.00          0          0
1800.03/1800.72	c   fixandinfer      :       0.00          0          0
1800.03/1800.72	c   feaspump         :       0.00          0          0
1800.03/1800.72	c   coefdiving       :     131.33         58          1
1800.03/1800.72	c   pscostdiving     :      53.54         22          0
1800.03/1800.72	c   fracdiving       :      60.56         25          0
1800.03/1800.72	c   veclendiving     :      46.93         39          0
1800.03/1800.72	c   intdiving        :       0.00          0          0
1800.03/1800.72	c   actconsdiving    :       0.00          0          0
1800.03/1800.72	c   objpscostdiving  :      28.46          4          0
1800.03/1800.72	c   rootsoldiving    :      13.51         26          0
1800.03/1800.72	c   linesearchdiving :      59.28         37          0
1800.03/1800.72	c   guideddiving     :      60.84         22          0
1800.03/1800.72	c   octane           :       0.00          0          0
1800.03/1800.72	c   rens             :       0.01          0          0
1800.03/1800.72	c   rins             :       0.00          0          0
1800.03/1800.72	c   localbranching   :       0.00          0          0
1800.03/1800.72	c   mutation         :       0.00          0          0
1800.03/1800.72	c   dins             :       0.00          0          0
1800.03/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.72	c   primal LP        :       9.38          0          0       0.00       0.00
1800.03/1800.72	c   dual LP          :     855.69      19291    1578177      81.81    1844.33
1800.03/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.72	c   diving/probing LP:     398.83      43285     858191      19.83    2151.77
1800.03/1800.72	c   strong branching :     394.56       5017     709810     141.48    1798.99
1800.03/1800.72	c     (at root node) :          -         23      22543     980.13          -
1800.03/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.72	c B&B Tree           :
1800.03/1800.72	c   number of runs   :          1
1800.03/1800.72	c   nodes            :      13667
1800.03/1800.72	c   nodes (total)    :      13667
1800.03/1800.72	c   nodes left       :       2025
1800.03/1800.72	c   max depth        :         67
1800.03/1800.72	c   max depth (total):         67
1800.03/1800.72	c   backtracks       :       2557 (18.7%)
1800.03/1800.72	c   delayed cutoffs  :         18
1800.03/1800.72	c   repropagations   :       2751 (745 domain reductions, 0 cutoffs)
1800.03/1800.72	c   avg switch length:       4.65
1800.03/1800.72	c   switching time   :      13.44
1800.03/1800.72	c Solution           :
1800.03/1800.72	c   Solutions found  :         10 (9 improvements)
1800.03/1800.72	c   Primal Bound     : -2.60000000000000e+01   (in run 1, after 153 nodes, 169.16 seconds, depth 33, found by <relaxation>)
1800.03/1800.72	c   Dual Bound       : -4.34860893909401e+01
1800.03/1800.72	c   Gap              :      40.21 %
1800.03/1800.72	c   Root Dual Bound  : -4.99999999999999e+01
1800.03/1800.77	c Time complete: 1800.1.

Verifier Data

OK	-26

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.59 0.73 0.79 3/64 14124
/proc/meminfo: memFree=1329400/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=4324 CPUtime=0
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 478 0 0 0 0 0 0 0 18 0 1 0 188385368 4427776 463 1992294400 4194304 7823515 548682068736 18446744073709551615 7113616 0 0 4096 0 0 0 0 17 1 0 0
/proc/14124/statm: 1082 469 305 886 0 192 0

[startup+0.0328069 s]
/proc/loadavg: 0.59 0.73 0.79 3/64 14124
/proc/meminfo: memFree=1329400/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=12368 CPUtime=0.02
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 2697 0 0 0 2 0 0 0 18 0 1 0 188385368 12664832 2325 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 3092 2329 367 886 0 2202 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12368

[startup+0.101822 s]
/proc/loadavg: 0.59 0.73 0.79 3/64 14124
/proc/meminfo: memFree=1329400/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=16460 CPUtime=0.09
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 3501 0 0 0 5 4 0 0 18 0 1 0 188385368 16855040 3129 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 4115 3129 404 886 0 3225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16460

[startup+0.301865 s]
/proc/loadavg: 0.59 0.73 0.79 3/64 14124
/proc/meminfo: memFree=1329400/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=18452 CPUtime=0.29
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 4031 0 0 0 13 16 0 0 19 0 1 0 188385368 18894848 3659 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 4613 3659 436 886 0 3723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18452

[startup+0.701949 s]
/proc/loadavg: 0.59 0.73 0.79 3/64 14124
/proc/meminfo: memFree=1329400/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=23732 CPUtime=0.69
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 5575 0 0 0 52 17 0 0 22 0 1 0 188385368 24301568 5133 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 5933 5133 523 886 0 5043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23732

[startup+1.50112 s]
/proc/loadavg: 0.59 0.73 0.79 2/65 14125
/proc/meminfo: memFree=1310320/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=25684 CPUtime=1.49
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 5957 0 0 0 132 17 0 0 25 0 1 0 188385368 26300416 5512 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 6421 5512 523 886 0 5531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25684

[startup+3.10146 s]
/proc/loadavg: 0.59 0.73 0.79 2/65 14125
/proc/meminfo: memFree=1309104/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=25684 CPUtime=3.09
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 5988 0 0 0 291 18 0 0 25 0 1 0 188385368 26300416 5543 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 6421 5543 523 886 0 5531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25684

[startup+6.30115 s]
/proc/loadavg: 0.71 0.75 0.80 2/65 14125
/proc/meminfo: memFree=1308352/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=25684 CPUtime=6.29
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 6114 0 0 0 610 19 0 0 25 0 1 0 188385368 26300416 5669 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 6421 5669 545 886 0 5531 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25684

[startup+12.7015 s]
/proc/loadavg: 0.73 0.76 0.80 2/65 14125
/proc/meminfo: memFree=1301840/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=32852 CPUtime=12.68
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 7916 0 0 0 1246 22 0 0 25 0 1 0 188385368 33640448 7429 1992294400 4194304 7823515 548682068736 18446744073709551615 4339152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 8213 7429 565 886 0 7323 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32852

[startup+25.5013 s]
/proc/loadavg: 0.79 0.77 0.80 2/65 14125
/proc/meminfo: memFree=1285464/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=49384 CPUtime=25.48
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 12101 0 0 0 2521 27 0 0 25 0 1 0 188385368 50569216 11594 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 12346 11594 565 886 0 11456 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49384

[startup+51.1018 s]
/proc/loadavg: 0.86 0.79 0.81 2/65 14125
/proc/meminfo: memFree=1280280/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54800 CPUtime=51.06
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 13421 0 0 0 5073 33 0 0 25 0 1 0 188385368 56115200 12914 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13700 12914 569 886 0 12810 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54800

[startup+102.306 s]
/proc/loadavg: 0.94 0.82 0.82 2/65 14125
/proc/meminfo: memFree=1280216/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54800 CPUtime=102.25
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 13470 0 0 0 10169 56 0 0 25 0 1 0 188385368 56115200 12939 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13700 12939 571 886 0 12810 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 54800

[startup+162.303 s]
/proc/loadavg: 0.98 0.85 0.82 2/65 14125
/proc/meminfo: memFree=1280152/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54800 CPUtime=162.23
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 13475 0 0 0 16137 86 0 0 25 0 1 0 188385368 56115200 12944 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13700 12944 575 886 0 12810 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54800

[startup+222.302 s]
/proc/loadavg: 0.99 0.87 0.83 2/65 14125
/proc/meminfo: memFree=1281176/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54028 CPUtime=222.2
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 15516 0 0 0 22102 118 0 0 25 0 1 0 188385368 55324672 12695 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13507 12695 584 886 0 12617 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 54028

[startup+282.301 s]
/proc/loadavg: 0.99 0.89 0.83 2/65 14125
/proc/meminfo: memFree=1280856/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54192 CPUtime=282.18
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 15582 0 0 0 28071 147 0 0 25 0 1 0 188385368 55492608 12761 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13548 12761 584 886 0 12658 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 54192

[startup+342.301 s]
/proc/loadavg: 0.99 0.91 0.84 2/65 14125
/proc/meminfo: memFree=1280544/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54416 CPUtime=342.16
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 18142 0 0 0 34034 182 0 0 25 0 1 0 188385368 55721984 12841 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13604 12841 584 886 0 12714 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 54416

[startup+402.301 s]
/proc/loadavg: 1.07 0.94 0.85 2/65 14125
/proc/meminfo: memFree=1279840/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=54916 CPUtime=402.14
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 18311 0 0 0 40001 213 0 0 25 0 1 0 188385368 56233984 13010 1992294400 4194304 7823515 548682068736 18446744073709551615 6236752 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13729 13010 584 886 0 12839 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 54916

[startup+462.301 s]
/proc/loadavg: 1.09 0.96 0.86 2/65 14125
/proc/meminfo: memFree=1279392/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=55484 CPUtime=462.11
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 18433 0 0 0 45966 245 0 0 25 0 1 0 188385368 56815616 13132 1992294400 4194304 7823515 548682068736 18446744073709551615 6908047 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13871 13132 586 886 0 12981 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 55484

[startup+522.302 s]
/proc/loadavg: 1.09 0.98 0.87 2/65 14125
/proc/meminfo: memFree=1279136/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=55912 CPUtime=522.1
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 21123 0 0 0 51929 281 0 0 25 0 1 0 188385368 57253888 13209 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 13978 13209 586 886 0 13088 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 55912

[startup+582.302 s]
/proc/loadavg: 1.09 1.00 0.89 2/65 14125
/proc/meminfo: memFree=1278688/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=56260 CPUtime=582.07
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 21227 0 0 0 57895 312 0 0 25 0 1 0 188385368 57610240 13313 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 14065 13313 586 886 0 13175 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 56260

[startup+642.302 s]
/proc/loadavg: 1.03 1.00 0.89 2/65 14125
/proc/meminfo: memFree=1278624/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=56260 CPUtime=642.06
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 21242 0 0 0 63865 341 0 0 25 0 1 0 188385368 57610240 13328 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 14065 13328 586 886 0 13175 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 56260

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1277088/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=58076 CPUtime=881.96
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 24267 0 0 0 87735 461 0 0 25 0 1 0 188385368 59469824 13760 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 14519 13760 586 886 0 13629 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 58076

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1276832/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=58360 CPUtime=941.94
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 24325 0 0 0 93702 492 0 0 25 0 1 0 188385368 59760640 13818 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 14590 13818 586 886 0 13700 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 58360

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1276640/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=58528 CPUtime=1001.92
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 24359 0 0 0 99668 524 0 0 25 0 1 0 188385368 59932672 13852 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 14632 13852 586 886 0 13742 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 58528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1276384/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=58796 CPUtime=1061.89
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 24417 0 0 0 105634 555 0 0 25 0 1 0 188385368 60207104 13910 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 14699 13910 586 886 0 13809 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 58796

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1275168/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=60096 CPUtime=1121.87
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27283 0 0 0 111600 587 0 0 25 0 1 0 188385368 61538304 14205 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15024 14205 588 886 0 14134 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 60096

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1274976/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=60272 CPUtime=1181.85
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27357 0 0 0 117566 619 0 0 25 0 1 0 188385368 61718528 14279 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15068 14279 588 886 0 14178 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 60272

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1274272/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=60656 CPUtime=1241.83
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27517 0 0 0 123534 649 0 0 25 0 1 0 188385368 62111744 14437 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15164 14437 588 886 0 14274 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 60656

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1273952/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=61248 CPUtime=1301.81
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27592 0 0 0 129501 680 0 0 25 0 1 0 188385368 62717952 14512 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15312 14512 588 886 0 14422 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 61248

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1273696/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=61248 CPUtime=1361.78
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27647 0 0 0 135467 711 0 0 25 0 1 0 188385368 62717952 14567 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15312 14567 588 886 0 14422 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 61248

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1273248/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=61628 CPUtime=1421.77
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27758 0 0 0 141433 744 0 0 25 0 1 0 188385368 63107072 14678 1992294400 4194304 7823515 548682068736 18446744073709551615 6211146 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15407 14678 588 886 0 14517 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 61628

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1272416/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=62628 CPUtime=1481.74
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27946 0 0 0 147398 776 0 0 25 0 1 0 188385368 64131072 14866 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15657 14866 588 886 0 14767 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 62628

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1272288/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=62628 CPUtime=1541.72
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 27981 0 0 0 153362 810 0 0 25 0 1 0 188385368 64131072 14901 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15657 14901 588 886 0 14767 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 62628

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1271200/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=63624 CPUtime=1601.69
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 28237 0 0 0 159331 838 0 0 25 0 1 0 188385368 65150976 15157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 15906 15157 588 886 0 15016 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 63624

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1270752/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=64084 CPUtime=1661.67
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 28371 0 0 0 165297 870 0 0 25 0 1 0 188385368 65622016 15291 1992294400 4194304 7823515 548682068736 18446744073709551615 6254543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 16021 15291 588 886 0 15131 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 64084

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1270176/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=64804 CPUtime=1721.66
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 31048 0 0 0 171262 904 0 0 25 0 1 0 188385368 66359296 15418 1992294400 4194304 7823515 548682068736 18446744073709551615 6254517 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 16201 15418 588 886 0 15311 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 64804

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1269728/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=65432 CPUtime=1781.63
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 31210 0 0 0 177231 932 0 0 25 0 1 0 188385368 67002368 15580 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 16358 15580 588 886 0 15468 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 65432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1269664/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=65432 CPUtime=1800.03
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 31222 0 0 0 179061 942 0 0 25 0 1 0 188385368 67002368 15592 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 16358 15592 588 886 0 15468 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 65432

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 14125
/proc/meminfo: memFree=1269664/2055920 swapFree=4162004/4192956
[pid=14124] ppid=14122 vsize=65432 CPUtime=1800.03
/proc/14124/stat : 14124 (pbscip.linux.x8) R 14122 14124 14087 0 -1 4194304 31222 0 0 0 179061 942 0 0 25 0 1 0 188385368 67002368 15592 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14124/statm: 16358 15592 588 886 0 15468 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 65432

Child status: 0
Real time (s): 1800.78
CPU time (s): 1800.11
CPU user time (s): 1790.67
CPU system time (s): 9.43857
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 67624

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

runsolver used 1.2968 second user time and 3.88841 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-17 05:05:15
IDJOB=1870492
IDBENCH=48245
IDSOLVER=683
FILE ID=node71/1870492-1245207915
PBS_JOBID= 9368410
Free space on /tmp= 66492 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_3.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-1870492-1245207915/watcher-1870492-1245207915 -o /tmp/evaluation-result-1870492-1245207915/solver-1870492-1245207915 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870492-1245207915.opb

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=373651874

node71.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.277
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.277
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:       1329880 kB
Buffers:         85368 kB
Cached:         532180 kB
SwapCached:      26276 kB
Active:         178208 kB
Inactive:       468400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329880 kB
SwapTotal:     4192956 kB
SwapFree:      4162004 kB
Dirty:            9896 kB
Writeback:           0 kB
Mapped:          13352 kB
Slab:            65376 kB
Committed_AS:    88912 kB
PageTables:       1440 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= 66480 MiB
End job on node71 at 2009-06-17 05:35:18