Trace number 2665640

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.23 1800.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_11.opb
MD5SUM5946eb43fefc6e626d35d99afd3eec42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1287
Total number of constraints2430
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2430
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665640-1276589272.opb>
0.09/0.14	c original problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 2430 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.09/0.18	c presolving:
0.19/0.24	c (round 1) 0 del vars, 1210 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10 upgd conss, 0 impls, 0 clqs
0.59/0.65	c    (0.5s) probing: 112/1287 (8.7%) - 0 fixings, 0 aggregations, 489 implications, 0 bound changes
0.59/0.65	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.65	c presolving (2 rounds):
0.59/0.65	c  0 deleted vars, 1210 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.65	c  2530 implications, 0 cliques
0.59/0.65	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1220 constraints
0.59/0.65	c      10 constraints of type <knapsack>
0.59/0.65	c    1210 constraints of type <linear>
0.59/0.65	c transformed objective value is always integral (scale: 1)
0.59/0.65	c Presolving Time: 0.46
0.59/0.65	c - non default parameters ----------------------------------------------------------------------
0.59/0.65	c # SCIP version 1.2.1.2
0.59/0.65	c 
0.59/0.65	c # frequency for displaying node information lines
0.59/0.65	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.65	c display/freq = 10000
0.59/0.65	c 
0.59/0.65	c # maximal time in seconds to run
0.59/0.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.65	c limits/time = 1799.87
0.59/0.65	c 
0.59/0.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.65	c limits/memory = 1620
0.59/0.65	c 
0.59/0.65	c # should presolving try to simplify inequalities
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/linear/simplifyinequalities = TRUE
0.59/0.66	c 
0.59/0.66	c # should presolving try to simplify knapsacks
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.66	c 
0.59/0.66	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.66	c separating/rapidlearning/freq = 0
0.59/0.66	c 
0.59/0.66	c -----------------------------------------------------------------------------------------------
0.59/0.66	c start solving
0.59/0.66	c 
0.69/0.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.76	c   0.6s|     1 |     0 |   890 |     - |9612k|   0 | 767 |1287 |1220 |1287 |1220 |   0 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
1.10/1.15	c   0.9s|     1 |     0 |   932 |     - |  10M|   0 | 776 |1287 |1220 |1287 |1338 | 118 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
1.39/1.41	c   1.2s|     1 |     0 |   977 |     - |  10M|   0 | 792 |1287 |1220 |1287 |1450 | 230 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
1.79/1.85	c   1.6s|     1 |     0 |  1181 |     - |  11M|   0 | 788 |1287 |1220 |1287 |1560 | 340 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
2.39/2.42	c   2.2s|     1 |     0 |  1513 |     - |  11M|   0 | 775 |1287 |1220 |1287 |1688 | 468 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
2.89/2.98	c   2.8s|     1 |     0 |  1922 |     - |  12M|   0 | 793 |1287 |1220 |1287 |1793 | 573 |   0 |   0 | 1.000237e+01 |      --      |    Inf 
3.69/3.75	c   3.5s|     1 |     0 |  2542 |     - |  12M|   0 | 805 |1287 |1220 |1287 |1925 | 705 |   0 |   0 | 1.000237e+01 |      --      |    Inf 
4.89/4.90	c   4.7s|     1 |     0 |  3783 |     - |  13M|   0 | 795 |1287 |1220 |1287 |2052 | 832 |   0 |   0 | 1.013559e+01 |      --      |    Inf 
6.09/6.10	c   5.8s|     1 |     0 |  4939 |     - |  13M|   0 | 785 |1287 |1220 |1287 |2177 | 957 |   0 |   0 | 1.033333e+01 |      --      |    Inf 
7.70/7.70	c   7.4s|     1 |     0 |  6358 |     - |  14M|   0 | 782 |1287 |1220 |1287 |2292 |1072 |   0 |   0 | 1.033333e+01 |      --      |    Inf 
9.19/9.20	c   8.9s|     1 |     0 |  7570 |     - |  14M|   0 | 781 |1287 |1220 |1287 |2402 |1182 |   0 |   0 | 1.060000e+01 |      --      |    Inf 
10.39/10.41	c  10.1s|     1 |     0 |  8980 |     - |  14M|   0 | 790 |1287 |1220 |1287 |2316 |1213 |   0 |   0 | 1.060000e+01 |      --      |    Inf 
11.59/11.69	c  11.3s|     1 |     0 | 10565 |     - |  14M|   0 | 781 |1287 |1220 |1287 |2353 |1250 |   0 |   0 | 1.066667e+01 |      --      |    Inf 
12.99/13.00	c  12.6s|     1 |     0 | 12139 |     - |  15M|   0 | 775 |1287 |1220 |1287 |2384 |1281 |   0 |   0 | 1.066667e+01 |      --      |    Inf 
14.08/14.13	c  13.8s|     1 |     0 | 13464 |     - |  15M|   0 | 767 |1287 |1220 |1287 |2404 |1301 |   0 |   0 | 1.066667e+01 |      --      |    Inf 
15.69/15.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.70	c  15.3s|     1 |     0 | 15353 |     - |  15M|   0 | 774 |1287 |1220 |1287 |2426 |1323 |   0 |   0 | 1.066667e+01 |      --      |    Inf 
17.19/17.29	c  16.8s|     1 |     0 | 17242 |     - |  15M|   0 | 767 |1287 |1220 |1287 |2441 |1338 |   0 |   0 | 1.066667e+01 |      --      |    Inf 
18.70/18.76	c  18.3s|     1 |     0 | 18986 |     - |  15M|   0 | 759 |1287 |1220 |1287 |1787 |1357 |   0 |   0 | 1.066667e+01 |      --      |    Inf 
35.38/35.48	c  34.7s|     1 |     2 | 18986 |     - |  15M|   0 | 759 |1287 |1220 |1287 |1787 |1357 |   0 |  41 | 1.066667e+01 |      --      |    Inf 
648.73/648.99	c   629s| 10000 |  5484 |984197 |  96.5 |  27M| 101 | 198 |1287 |3433 |1287 |1387 |1357 |9877 |5148 | 1.500000e+01 |      --      |    Inf 
991.95/992.26	c   960s| 20000 |  9337 |  1598k|  79.0 |  41M| 103 | 161 |1287 |4522 |1287 |1387 |1357 |  21k|7211 | 1.500000e+01 |      --      |    Inf 
1334.15/1334.50	c  1291s| 30000 | 12264 |  2270k|  75.0 |  53M| 103 |   - |1287 |4898 |   0 |   0 |1357 |  35k|9188 | 1.566667e+01 |      --      |    Inf 
1633.28/1633.77	c  1580s| 40000 | 14536 |  2845k|  70.7 |  63M| 103 | 126 |1287 |5341 |1287 |1387 |1357 |  51k|  10k| 1.600000e+01 |      --      |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.52	c 
1800.04/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.52	c Solving Time (sec) : 1741.44
1800.04/1800.52	c Solving Nodes      : 46035
1800.04/1800.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.52	c Dual Bound         : +1.60000000000000e+01
1800.04/1800.52	c Gap                : infinite
1800.04/1800.52	s UNKNOWN
1800.04/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.52	c Solving Time       :    1741.44
1800.04/1800.52	c Original Problem   :
1800.04/1800.52	c   Problem name     : HOME/instance-2665640-1276589272.opb
1800.04/1800.52	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.52	c   Constraints      : 2430 initial, 2430 maximal
1800.04/1800.52	c Presolved Problem  :
1800.04/1800.52	c   Problem name     : t_HOME/instance-2665640-1276589272.opb
1800.04/1800.52	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.52	c   Constraints      : 1220 initial, 6404 maximal
1800.04/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   probing          :       0.39          0          0          0          0          0          0          0          0
1800.04/1800.52	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   linear           :       0.06          0          0          0          0          0       1210          0          0
1800.04/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.52	c   integral         :          0          0          0      33339          0         62       4774          0          0      64236
1800.04/1800.52	c   knapsack         :         10         17     293534          0          0        343      18995        182          0          0
1800.04/1800.52	c   linear           :       1210         17     293191          0          0       5568    1520237          4          0          0
1800.04/1800.52	c   logicor          :          0+         0     201063          0          0        295     302210          0          0          0
1800.04/1800.52	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.52	c   integral         :     306.64       0.00       0.00     306.64       0.00
1800.04/1800.52	c   knapsack         :       4.24       0.02       4.22       0.00       0.00
1800.04/1800.52	c   linear           :     214.39       0.01     214.38       0.00       0.00
1800.04/1800.52	c   logicor          :      13.27       0.00      13.27       0.00       0.00
1800.04/1800.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.52	c   vbounds          :       0.30          2          0          0
1800.04/1800.52	c   rootredcost      :       0.16          0          0          0
1800.04/1800.52	c   pseudoobj        :       0.61     293322          0          0
1800.04/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.52	c   propagation      :       1.47       6206       6204      70123       38.6        191       21.7          -
1800.04/1800.52	c   infeasible LP    :      15.43      22140      22140      45059       19.4        729       16.0          0
1800.04/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.52	c   applied globally :          -          -          -      62172       21.9          -          -          -
1800.04/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.52	c   cut pool         :       0.00         16          -          -       9993          -    (maximal pool size: 6634)
1800.04/1800.52	c   redcost          :       1.94      34059          0       1005          0          0
1800.04/1800.52	c   impliedbounds    :       0.01         17          0          0          9          0
1800.04/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.52	c   gomory           :       0.87         17          0          0        344          0
1800.04/1800.52	c   strongcg         :       0.86         17          0          0        394          0
1800.04/1800.52	c   cmir             :       1.94         10          0          0       5000          0
1800.04/1800.52	c   flowcover        :       1.23         10          0          0       2000          0
1800.04/1800.52	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.52	c   mcf              :       0.01          1          0          0          0          0
1800.04/1800.52	c   rapidlearning    :       0.10          1          0          0          0          0
1800.04/1800.52	c Pricers            :       Time      Calls       Vars
1800.04/1800.52	c   problem variables:       0.00          0          0
1800.04/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.52	c   relpscost        :     306.54      33339         62       4774          0          0      64236
1800.04/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.52	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.52	c   LP solutions     :       0.00          -          0
1800.04/1800.52	c   pseudo solutions :       0.00          -          0
1800.04/1800.52	c   oneopt           :       0.10          0          0
1800.04/1800.52	c   crossover        :       0.07          0          0
1800.04/1800.52	c   objpscostdiving  :       8.84         93          0
1800.04/1800.52	c   pscostdiving     :      63.22        210          0
1800.04/1800.52	c   linesearchdiving :      45.82        226          0
1800.04/1800.52	c   feaspump         :       8.89        266          0
1800.04/1800.52	c   trivial          :       0.00          2          0
1800.04/1800.52	c   simplerounding   :       0.03          0          0
1800.04/1800.52	c   zirounding       :       0.18       1000          0
1800.04/1800.52	c   rounding         :       2.30       2544          0
1800.04/1800.52	c   shifting         :      12.25        778          0
1800.04/1800.52	c   intshifting      :       0.01          0          0
1800.04/1800.52	c   twoopt           :       0.00          0          0
1800.04/1800.52	c   fixandinfer      :       0.00          0          0
1800.04/1800.52	c   coefdiving       :      98.28         87          0
1800.04/1800.52	c   fracdiving       :      82.38        106          0
1800.04/1800.52	c   veclendiving     :      45.62        161          0
1800.04/1800.52	c   intdiving        :       0.00          0          0
1800.04/1800.52	c   actconsdiving    :       0.00          0          0
1800.04/1800.52	c   rootsoldiving    :       7.04         32          0
1800.04/1800.52	c   guideddiving     :       0.00          0          0
1800.04/1800.52	c   octane           :       0.00          0          0
1800.04/1800.52	c   rens             :       0.00          0          0
1800.04/1800.52	c   rins             :       0.00          0          0
1800.04/1800.52	c   localbranching   :       0.00          0          0
1800.04/1800.52	c   mutation         :       0.00          0          0
1800.04/1800.52	c   dins             :       0.00          0          0
1800.04/1800.52	c   undercover       :       0.00          0          0
1800.04/1800.52	c   nlp              :       0.05          0          0
1800.04/1800.52	c   trysol           :       0.06          0          0
1800.04/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.52	c   primal LP        :       0.02          0          0       0.00       0.00
1800.04/1800.52	c   dual LP          :     783.88      43669    2476117      56.70    3158.80
1800.04/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.52	c   diving/probing LP:     268.05      34744     681189      19.61    2541.28
1800.04/1800.52	c   strong branching :     300.96      11941     801427      67.12    2662.90
1800.04/1800.52	c     (at root node) :          -         41      33388     814.34          -
1800.04/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.52	c B&B Tree           :
1800.04/1800.52	c   number of runs   :          1
1800.04/1800.52	c   nodes            :      46035
1800.04/1800.52	c   nodes (total)    :      46035
1800.04/1800.52	c   nodes left       :      15686
1800.04/1800.52	c   max depth        :        103
1800.04/1800.52	c   max depth (total):        103
1800.04/1800.52	c   backtracks       :       6791 (14.8%)
1800.04/1800.52	c   delayed cutoffs  :       2516
1800.04/1800.52	c   repropagations   :      53486 (491560 domain reductions, 1417 cutoffs)
1800.04/1800.52	c   avg switch length:       8.53
1800.04/1800.52	c   switching time   :      45.25
1800.04/1800.52	c Solution           :
1800.04/1800.52	c   Solutions found  :          0 (0 improvements)
1800.04/1800.52	c   Primal Bound     :          -
1800.04/1800.52	c   Dual Bound       : +1.60000000000000e+01
1800.04/1800.52	c   Gap              :   infinite
1800.04/1800.52	c   Root Dual Bound  : +1.06666666666667e+01
1800.04/1800.52	c   Root Iterations  :      18986
1800.15/1800.68	c Time complete: 1800.22.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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.72 0.93 0.98 3/106 2428
/proc/meminfo: memFree=1794212/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=9288 CPUtime=0
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 1127 0 0 0 0 0 0 0 18 0 1 0 34513621 9510912 1048 1992294400 4194304 9819077 140736390901760 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2428/statm: 2322 1056 371 1374 0 943 0

[startup+0.0681949 s]
/proc/loadavg: 0.72 0.93 0.98 3/106 2428
/proc/meminfo: memFree=1794212/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=12176 CPUtime=0.05
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 1966 0 0 0 5 0 0 0 20 0 1 0 34513621 12468224 1887 1992294400 4194304 9819077 140736390901760 18446744073709551615 8081536 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2428/statm: 3044 1887 388 1374 0 1665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12176

[startup+0.101198 s]
/proc/loadavg: 0.72 0.93 0.98 3/106 2428
/proc/meminfo: memFree=1794212/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=13020 CPUtime=0.09
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 2182 0 0 0 8 1 0 0 20 0 1 0 34513621 13332480 2103 1992294400 4194304 9819077 140736390901760 18446744073709551615 5651217 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2428/statm: 3255 2103 388 1374 0 1876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13020

[startup+0.301218 s]
/proc/loadavg: 0.72 0.93 0.98 3/106 2428
/proc/meminfo: memFree=1794212/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=32368 CPUtime=0.29
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 7920 0 0 0 25 4 0 0 20 0 1 0 34513621 33144832 6716 1992294400 4194304 9819077 140736390901760 18446744073709551615 4981165 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 8092 6716 511 1374 0 6713 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32368

[startup+0.701258 s]
/proc/loadavg: 0.72 0.93 0.98 3/106 2428
/proc/meminfo: memFree=1794212/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=40548 CPUtime=0.69
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 9725 0 0 0 65 4 0 0 21 0 1 0 34513621 41521152 8454 1992294400 4194304 9819077 140736390901760 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 10137 8454 635 1374 0 8758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40548

[startup+1.50134 s]
/proc/loadavg: 0.72 0.93 0.98 2/107 2429
/proc/meminfo: memFree=1761344/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=46504 CPUtime=1.49
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 16490 0 0 0 141 8 0 0 23 0 1 0 34513621 47620096 10450 1992294400 4194304 9819077 140736390901760 18446744073709551615 4424283 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 11626 10450 692 1374 0 10247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46504

[startup+3.1015 s]
/proc/loadavg: 0.72 0.93 0.98 2/107 2429
/proc/meminfo: memFree=1753656/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=49476 CPUtime=3.1
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 17741 0 0 0 300 10 0 0 25 0 1 0 34513621 50663424 10890 1992294400 4194304 9819077 140736390901760 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 12369 10890 692 1374 0 10990 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 49476

[startup+6.30082 s]
/proc/loadavg: 0.74 0.94 0.98 2/107 2429
/proc/meminfo: memFree=1750804/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=52736 CPUtime=6.29
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 23972 0 0 0 615 14 0 0 25 0 1 0 34513621 54001664 11363 1992294400 4194304 9819077 140736390901760 18446744073709551615 6043568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 13184 11363 692 1374 0 11805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52736

[startup+12.7015 s]
/proc/loadavg: 0.76 0.94 0.98 2/107 2429
/proc/meminfo: memFree=1747456/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=56208 CPUtime=12.69
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 44216 0 0 0 1246 23 0 0 25 0 1 0 34513621 57556992 11962 1992294400 4194304 9819077 140736390901760 18446744073709551615 7252784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 14052 11963 696 1374 0 12673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56208

[startup+25.5008 s]
/proc/loadavg: 0.81 0.94 0.98 2/107 2429
/proc/meminfo: memFree=1748076/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=59452 CPUtime=25.48
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 102388 0 0 0 2500 48 0 0 25 0 1 0 34513621 60878848 11995 1992294400 4194304 9819077 140736390901760 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 14863 11995 702 1374 0 13484 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59452

[startup+51.1013 s]
/proc/loadavg: 0.87 0.94 0.98 2/107 2429
/proc/meminfo: memFree=1748200/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=58384 CPUtime=51.08
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 245502 0 0 0 5008 100 0 0 25 0 1 0 34513621 59785216 11958 1992294400 4194304 9819077 140736390901760 18446744073709551615 7298799 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 14596 11958 702 1374 0 13217 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58384

[startup+102.308 s]
/proc/loadavg: 0.94 0.95 0.98 2/107 2431
/proc/meminfo: memFree=1748324/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=52132 CPUtime=102.27
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 458469 0 0 0 10025 202 0 0 25 0 1 0 34513621 53383168 11833 1992294400 4194304 9819077 140736390901760 18446744073709551615 6656649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 13033 11833 708 1374 0 11654 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52132

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.98 2/107 2433
/proc/meminfo: memFree=1747952/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=53424 CPUtime=162.25
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 733212 0 0 0 15887 338 0 0 25 0 1 0 34513621 54706176 11910 1992294400 4194304 9819077 140736390901760 18446744073709551615 7816449 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 13356 11910 708 1374 0 11977 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 53424

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/107 2435
/proc/meminfo: memFree=1746836/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=59360 CPUtime=222.23
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 1141092 0 0 0 21709 514 0 0 25 0 1 0 34513621 60784640 12348 1992294400 4194304 9819077 140736390901760 18446744073709551615 7298818 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 14840 12348 708 1374 0 13461 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 59360

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2435
/proc/meminfo: memFree=1746588/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=55912 CPUtime=282.22
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 1576345 0 0 0 27524 698 0 0 25 0 1 0 34513621 57253888 12332 1992294400 4194304 9819077 140736390901760 18446744073709551615 6391606 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 13978 12332 708 1374 0 12599 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 55912

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2437
/proc/meminfo: memFree=1745844/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=60004 CPUtime=342.2
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 1992023 0 0 0 33341 879 0 0 25 0 1 0 34513621 61444096 12466 1992294400 4194304 9819077 140736390901760 18446744073709551615 6367511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 15001 12466 708 1374 0 13622 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 60004

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2439
/proc/meminfo: memFree=1744356/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=63884 CPUtime=402.19
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 2424738 0 0 0 39152 1067 0 0 25 0 1 0 34513621 65417216 12885 1992294400 4194304 9819077 140736390901760 18446744073709551615 7301994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 15971 12885 723 1374 0 14592 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 63884

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2441
/proc/meminfo: memFree=1744604/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=58204 CPUtime=462.17
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 2876916 0 0 0 44950 1267 0 0 25 0 1 0 34513621 59600896 12795 1992294400 4194304 9819077 140736390901760 18446744073709551615 6361876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 14551 12795 723 1374 0 13172 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 58204

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2446
/proc/meminfo: memFree=1739768/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=69884 CPUtime=522.16
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 3393975 0 0 0 50721 1495 0 0 25 0 1 0 34513621 71561216 14016 1992294400 4194304 9819077 140736390901760 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 17471 14016 723 1374 0 16092 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 69884

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2446
/proc/meminfo: memFree=1738404/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=68768 CPUtime=582.14
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 3945583 0 0 0 56482 1732 0 0 25 0 1 0 34513621 70418432 14272 1992294400 4194304 9819077 140736390901760 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 17192 14272 723 1374 0 15813 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 68768

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2448
/proc/meminfo: memFree=1734932/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=67468 CPUtime=642.13
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 4498525 0 0 0 62248 1965 0 0 25 0 1 0 34513621 69087232 15071 1992294400 4194304 9819077 140736390901760 18446744073709551615 7233739 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 16867 15071 723 1374 0 15488 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 67468

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2454
/proc/meminfo: memFree=1721168/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=81424 CPUtime=882.06
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 6418133 0 0 0 85386 2820 0 0 25 0 1 0 34513621 83378176 18501 1992294400 4194304 9819077 140736390901760 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 20356 18501 723 1374 0 18977 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 81424

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2456
/proc/meminfo: memFree=1718564/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=84360 CPUtime=942.06
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 6847953 0 0 0 91178 3028 0 0 25 0 1 0 34513621 86384640 19143 1992294400 4194304 9819077 140736390901760 18446744073709551615 5429446 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 21090 19143 723 1374 0 19711 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 84360

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2458
/proc/meminfo: memFree=1715960/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=87868 CPUtime=1002.03
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 7232469 0 0 0 96991 3212 0 0 25 0 1 0 34513621 89976832 19807 1992294400 4194304 9819077 140736390901760 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 21967 19807 723 1374 0 20588 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 87868

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2460
/proc/meminfo: memFree=1712116/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=95248 CPUtime=1062.02
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 7639819 0 0 0 102795 3407 0 0 25 0 1 0 34513621 97533952 20845 1992294400 4194304 9819077 140736390901760 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 23812 20845 723 1374 0 22433 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 95248

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2462
/proc/meminfo: memFree=1710132/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=91832 CPUtime=1122
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 8112869 0 0 0 108576 3624 0 0 25 0 1 0 34513621 94035968 21231 1992294400 4194304 9819077 140736390901760 18446744073709551615 7226212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 22958 21232 723 1374 0 21579 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 91832

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 2462
/proc/meminfo: memFree=1708024/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=96184 CPUtime=1181.99
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 8583281 0 0 0 114354 3845 0 0 25 0 1 0 34513621 98492416 21815 1992294400 4194304 9819077 140736390901760 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 24046 21815 723 1374 0 22667 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 96184

[startup+1242.3 s]
/proc/loadavg: 1.06 0.99 0.98 2/107 2464
/proc/meminfo: memFree=1704800/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=98368 CPUtime=1241.97
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 9016917 0 0 0 120148 4049 0 0 25 0 1 0 34513621 100728832 22625 1992294400 4194304 9819077 140736390901760 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 24592 22625 723 1374 0 23213 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 98368

[startup+1302.3 s]
/proc/loadavg: 1.02 0.99 0.98 2/107 2466
/proc/meminfo: memFree=1700956/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=104084 CPUtime=1301.96
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 9382026 0 0 0 125959 4237 0 0 25 0 1 0 34513621 106582016 23604 1992294400 4194304 9819077 140736390901760 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 26021 23604 723 1374 0 24642 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 104084

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2468
/proc/meminfo: memFree=1698476/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=106448 CPUtime=1361.94
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 9797448 0 0 0 131760 4434 0 0 25 0 1 0 34513621 109002752 24190 1992294400 4194304 9819077 140736390901760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 26612 24190 723 1374 0 25233 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 106448

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2470
/proc/meminfo: memFree=1696988/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=106668 CPUtime=1421.94
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 10236727 0 0 0 137557 4637 0 0 25 0 1 0 34513621 109228032 24518 1992294400 4194304 9819077 140736390901760 18446744073709551615 5950928 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 26667 24518 723 1374 0 25288 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 106668

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2470
/proc/meminfo: memFree=1693640/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=113040 CPUtime=1481.91
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 10670067 0 0 0 143355 4836 0 0 25 0 1 0 34513621 115752960 25458 1992294400 4194304 9819077 140736390901760 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 28260 25458 723 1374 0 26881 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 113040

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2472
/proc/meminfo: memFree=1689424/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=113796 CPUtime=1541.9
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 11047070 0 0 0 149169 5021 0 0 25 0 1 0 34513621 116527104 26397 1992294400 4194304 9819077 140736390901760 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 28449 26397 723 1374 0 27070 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 113796

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2474
/proc/meminfo: memFree=1684836/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=118348 CPUtime=1601.89
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 11396499 0 0 0 154989 5200 0 0 25 0 1 0 34513621 121188352 27536 1992294400 4194304 9819077 140736390901760 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 29587 27536 723 1374 0 28208 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 118348

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2476
/proc/meminfo: memFree=1682604/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=120552 CPUtime=1661.87
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 11802751 0 0 0 160785 5402 0 0 25 0 1 0 34513621 123445248 28090 1992294400 4194304 9819077 140736390901760 18446744073709551615 4980271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 30138 28090 723 1374 0 28759 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 120552

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2478
/proc/meminfo: memFree=1680372/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=126412 CPUtime=1721.86
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 12221541 0 0 0 166587 5599 0 0 25 0 1 0 34513621 129445888 28652 1992294400 4194304 9819077 140736390901760 18446744073709551615 7234118 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 31603 28652 723 1374 0 30224 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 126412

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2478
/proc/meminfo: memFree=1678264/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=124312 CPUtime=1781.84
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 12601018 0 0 0 172398 5786 0 0 25 0 1 0 34513621 127295488 29034 1992294400 4194304 9819077 140736390901760 18446744073709551615 4947379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 31078 29034 723 1374 0 29699 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 124312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/107 2480
/proc/meminfo: memFree=1677148/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=125824 CPUtime=1800.04
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 12730898 0 0 0 174155 5849 0 0 25 0 1 0 34513621 128843776 29351 1992294400 4194304 9819077 140736390901760 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2428/statm: 31456 29351 723 1374 0 30077 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 125824

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 0.99 0.98 2/108 2481
/proc/meminfo: memFree=1677140/2059040 swapFree=4134576/4192956
[pid=2428] ppid=2426 vsize=126620 CPUtime=1800.15
/proc/2428/stat : 2428 (pbscip.linux.x8) R 2426 2428 2403 0 -1 4202496 12731011 0 0 0 174166 5849 0 0 25 0 1 0 34513621 129658880 29380 1992294400 4194304 9819077 140736390901760 18446744073709551615 6180536 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2428/statm: 31655 29380 726 1374 0 30276 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 126620

Child status: 0
Real time (s): 1800.69
CPU time (s): 1800.23
CPU user time (s): 1741.72
CPU system time (s): 58.5131
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 130948

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

runsolver used 2.94555 second user time and 8.5377 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-15 10:07:52
IDJOB=2665640
IDBENCH=2643
IDSOLVER=1168
FILE ID=node017/2665640-1276589272
PBS_JOBID= 11172225
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_11.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665640-1276589272/watcher-2665640-1276589272 -o /tmp/evaluation-result-2665640-1276589272/solver-2665640-1276589272 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665640-1276589272.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5946eb43fefc6e626d35d99afd3eec42
RANDOM SEED=1518593628

node017.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1794616 kB
Buffers:         63904 kB
Cached:         119548 kB
SwapCached:      11648 kB
Active:         112440 kB
Inactive:        85428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1794616 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:            6916 kB
Writeback:           0 kB
AnonPages:       12888 kB
Mapped:           9176 kB
Slab:            44816 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node017 at 2010-06-15 10:37:55