Trace number 2664116

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.46 1800.99

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMf480d2d56550630df651872786c078c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark14.0239
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 999
Optimality of the best value was proved NO
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
Number of bits of the biggest sum of numbers19
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.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2664116-1276485100.opb>
0.20/0.24	c original problem has 8405 variables (8405 bin, 0 int, 0 impl, 0 cont) and 10667 constraints
0.20/0.24	c problem read
0.20/0.24	c presolving settings loaded
0.20/0.25	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.29/0.37	c presolving:
0.39/0.45	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 19836 impls, 700 clqs
0.49/0.59	c (round 2) 1 del vars, 25 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 10618 upgd conss, 19836 impls, 700 clqs
1.00/1.06	c    (0.7s) probing: 101/8404 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.06	c    (0.7s) probing aborted: 100/100 successive totally useless probings
1.00/1.06	c presolving (3 rounds):
1.00/1.06	c  1 deleted vars, 25 deleted constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.06	c  19836 implications, 700 cliques
1.00/1.06	c presolved problem has 8404 variables (8404 bin, 0 int, 0 impl, 0 cont) and 10642 constraints
1.00/1.06	c     700 constraints of type <setppc>
1.00/1.06	c      24 constraints of type <linear>
1.00/1.06	c    9918 constraints of type <logicor>
1.00/1.06	c transformed objective value is always integral (scale: 1)
1.00/1.06	c Presolving Time: 0.70
1.00/1.06	c - non default parameters ----------------------------------------------------------------------
1.00/1.06	c # SCIP version 1.2.1.2
1.00/1.06	c 
1.00/1.06	c # frequency for displaying node information lines
1.00/1.06	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.06	c display/freq = 10000
1.00/1.06	c 
1.00/1.06	c # maximal time in seconds to run
1.00/1.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.06	c limits/time = 1799.76
1.00/1.06	c 
1.00/1.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.06	c limits/memory = 1620
1.00/1.06	c 
1.00/1.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.00/1.06	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.06	c lp/solvefreq = -1
1.00/1.06	c 
1.00/1.06	c # should presolving try to simplify inequalities
1.00/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.06	c constraints/linear/simplifyinequalities = TRUE
1.00/1.06	c 
1.00/1.06	c # should presolving try to simplify knapsacks
1.00/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.06	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.06	c 
1.00/1.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.06	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.06	c separating/rapidlearning/freq = 0
1.00/1.06	c 
1.00/1.06	c -----------------------------------------------------------------------------------------------
1.00/1.06	c start solving
1.00/1.07	c 
1.00/1.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.00/1.09	c   0.8s|     1 |     2 |     0 |     - |  29M|   0 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.545000e+03 |      --      |    Inf 
85.78/85.81	c  85.2s| 10000 | 10001 |     0 |   0.0 |  33M| 163 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.527000e+03 |      --      |    Inf 
175.84/175.96	c   175s| 20000 | 20001 |     0 |   0.0 |  39M| 167 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.525000e+03 |      --      |    Inf 
268.21/268.34	c   267s| 30000 | 30001 |     0 |   0.0 |  45M| 167 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.524000e+03 |      --      |    Inf 
360.97/361.17	c   359s| 40000 | 40001 |     0 |   0.0 |  52M| 171 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.523000e+03 |      --      |    Inf 
454.16/454.31	c   452s| 50000 | 50001 |     0 |   0.0 |  58M| 173 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.522000e+03 |      --      |    Inf 
547.12/547.32	c   545s| 60000 | 60001 |     0 |   0.0 |  65M| 173 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.522000e+03 |      --      |    Inf 
640.40/640.69	c   638s| 70000 | 70001 |     0 |   0.0 |  71M| 173 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.521000e+03 |      --      |    Inf 
733.48/733.77	c   731s| 80000 | 80001 |     0 |   0.0 |  77M| 173 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.521000e+03 |      --      |    Inf 
826.85/827.19	c   824s| 90000 | 90001 |     0 |   0.0 |  84M| 175 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.520000e+03 |      --      |    Inf 
920.02/920.32	c   916s|100000 |100001 |     0 |   0.0 |  90M| 175 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.520000e+03 |      --      |    Inf 
1012.99/1013.33	c  1009s|110000 |110001 |     0 |   0.0 |  96M| 175 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.520000e+03 |      --      |    Inf 
1106.56/1106.91	c  1102s|120000 |120001 |     0 |   0.0 | 103M| 175 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.520000e+03 |      --      |    Inf 
1199.93/1200.37	c  1195s|130000 |130001 |     0 |   0.0 | 109M| 177 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.519000e+03 |      --      |    Inf 
1293.41/1293.88	c  1288s|140000 |140001 |     0 |   0.0 | 116M| 177 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.519000e+03 |      --      |    Inf 
1386.88/1387.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.88/1387.35	c  1382s|150000 |150001 |     0 |   0.0 | 122M| 177 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.519000e+03 |      --      |    Inf 
1480.55/1481.04	c  1475s|160000 |160001 |     0 |   0.0 | 128M| 177 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.519000e+03 |      --      |    Inf 
1574.63/1575.15	c  1569s|170000 |170001 |     0 |   0.0 | 135M| 179 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.518000e+03 |      --      |    Inf 
1668.50/1669.02	c  1662s|180000 |180001 |     0 |   0.0 | 142M| 179 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.518000e+03 |      --      |    Inf 
1762.27/1762.81	c  1756s|190000 |190001 |     0 |   0.0 | 148M| 179 |   - |8404 |  10k|   0 |   0 |   0 |   0 |   0 |-2.518000e+03 |      --      |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.62	c 
1800.07/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.62	c Solving Time (sec) : 1793.27
1800.07/1800.62	c Solving Nodes      : 194033
1800.07/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.62	c Dual Bound         : -2.51800000000000e+03
1800.07/1800.62	c Gap                : infinite
1800.07/1800.62	s UNKNOWN
1800.07/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.62	c Solving Time       :    1793.27
1800.07/1800.62	c Original Problem   :
1800.07/1800.62	c   Problem name     : HOME/instance-2664116-1276485100.opb
1800.07/1800.62	c   Variables        : 8405 (8405 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.62	c   Constraints      : 10667 initial, 10667 maximal
1800.07/1800.62	c Presolved Problem  :
1800.07/1800.62	c   Problem name     : t_HOME/instance-2664116-1276485100.opb
1800.07/1800.62	c   Variables        : 8404 (8404 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.62	c   Constraints      : 10642 initial, 10642 maximal
1800.07/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.62	c   probing          :       0.41          0          0          0          0          0          0          0          0
1800.07/1800.62	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.62	c   linear           :       0.12          1          0          0          1          0         25          0          0
1800.07/1800.62	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.07/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.62	c   setppc           :        700          0     302196          0     194033          0     970781          0          0          0
1800.07/1800.62	c   linear           :         24          0     302196          0     194033          0          0          0          0          0
1800.07/1800.62	c   logicor          :       9918          0     109738          0     194033          0     386097          0          0          0
1800.07/1800.62	c   countsols        :          0          0          0          0     194033          0          0          0          0          0
1800.07/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.62	c   setppc           :      80.84       0.00      18.00       0.00      62.84
1800.07/1800.62	c   linear           :     130.33       0.00     130.04       0.00       0.29
1800.07/1800.62	c   logicor          :     563.67       0.00       2.70       0.00     560.97
1800.07/1800.62	c   countsols        :       0.27       0.00       0.00       0.00       0.27
1800.07/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.62	c   vbounds          :       0.30          2          0          0
1800.07/1800.62	c   rootredcost      :       0.32          0          0          0
1800.07/1800.62	c   pseudoobj        :     329.14     301996          0          0
1800.07/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.62	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.62	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.07/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.62	c Pricers            :       Time      Calls       Vars
1800.07/1800.62	c   problem variables:       0.00          0          0
1800.07/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   inference        :     663.35     194033          0          0          0          0     388066
1800.07/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.62	c   LP solutions     :       0.00          -          0
1800.07/1800.62	c   pseudo solutions :       0.00          -          0
1800.07/1800.62	c   oneopt           :       0.17          0          0
1800.07/1800.62	c   trivial          :       0.02          2          0
1800.07/1800.62	c   simplerounding   :       0.00          0          0
1800.07/1800.62	c   zirounding       :       0.00          0          0
1800.07/1800.62	c   rounding         :       0.00          0          0
1800.07/1800.62	c   shifting         :       0.00          0          0
1800.07/1800.62	c   intshifting      :       0.00          0          0
1800.07/1800.62	c   twoopt           :       0.00          0          0
1800.07/1800.62	c   fixandinfer      :       0.00          0          0
1800.07/1800.62	c   feaspump         :       0.00          0          0
1800.07/1800.62	c   coefdiving       :       0.00          0          0
1800.07/1800.62	c   pscostdiving     :       0.00          0          0
1800.07/1800.62	c   fracdiving       :       0.00          0          0
1800.07/1800.62	c   veclendiving     :       0.00          0          0
1800.07/1800.62	c   intdiving        :       0.00          0          0
1800.07/1800.62	c   actconsdiving    :       0.00          0          0
1800.07/1800.62	c   objpscostdiving  :       0.00          0          0
1800.07/1800.62	c   rootsoldiving    :       0.00          0          0
1800.07/1800.62	c   linesearchdiving :       0.00          0          0
1800.07/1800.62	c   guideddiving     :       0.00          0          0
1800.07/1800.62	c   octane           :       0.00          0          0
1800.07/1800.62	c   rens             :       0.00          0          0
1800.07/1800.62	c   rins             :       0.00          0          0
1800.07/1800.62	c   localbranching   :       0.00          0          0
1800.07/1800.62	c   mutation         :       0.00          0          0
1800.07/1800.62	c   crossover        :       0.00          0          0
1800.07/1800.62	c   dins             :       0.00          0          0
1800.07/1800.62	c   undercover       :       0.00          0          0
1800.07/1800.62	c   nlp              :       0.34          0          0
1800.07/1800.62	c   trysol           :       0.14          0          0
1800.07/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.62	c B&B Tree           :
1800.07/1800.62	c   number of runs   :          1
1800.07/1800.62	c   nodes            :     194033
1800.07/1800.62	c   nodes (total)    :     194033
1800.07/1800.62	c   nodes left       :     194034
1800.07/1800.62	c   max depth        :        179
1800.07/1800.62	c   max depth (total):        179
1800.07/1800.62	c   backtracks       :       2199 (1.1%)
1800.07/1800.62	c   delayed cutoffs  :          0
1800.07/1800.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.07/1800.62	c   avg switch length:       2.64
1800.07/1800.62	c   switching time   :       8.89
1800.07/1800.62	c Solution           :
1800.07/1800.62	c   Solutions found  :          0 (0 improvements)
1800.07/1800.62	c   Primal Bound     :          -
1800.07/1800.62	c   Dual Bound       : -2.51800000000000e+03
1800.07/1800.62	c   Gap              :   infinite
1800.07/1800.62	c   Root Dual Bound  : -2.54500000000000e+03
1800.07/1800.62	c   Root Iterations  :          0
1800.36/1800.99	c Time complete: 1800.45.

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-2664116-1276485100/watcher-2664116-1276485100 -o /tmp/evaluation-result-2664116-1276485100/solver-2664116-1276485100 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664116-1276485100.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: 1.00 1.00 1.10 3/106 27116
/proc/meminfo: memFree=1744788/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=5556 CPUtime=0
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 893 0 0 0 0 0 0 0 18 0 1 0 24113912 5689344 815 1992294400 4194304 7136930 140735686298080 18446744073709551615 6304148 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27116/statm: 1389 815 249 719 0 668 0

[startup+0.0687859 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 27116
/proc/meminfo: memFree=1744788/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=15204 CPUtime=0.05
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 3326 0 0 0 5 0 0 0 20 0 1 0 24113912 15568896 3247 1992294400 4194304 7136930 140735686298080 18446744073709551615 5649694 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27116/statm: 3801 3247 271 719 0 3080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15204

[startup+0.101788 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 27116
/proc/meminfo: memFree=1744788/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=16220 CPUtime=0.09
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 3555 0 0 0 9 0 0 0 20 0 1 0 24113912 16609280 3476 1992294400 4194304 7136930 140735686298080 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27116/statm: 4055 3476 271 719 0 3334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16220

[startup+0.301808 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 27116
/proc/meminfo: memFree=1744788/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=36488 CPUtime=0.29
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 8977 0 0 0 26 3 0 0 20 0 1 0 24113912 37363712 8545 1992294400 4194304 7136930 140735686298080 18446744073709551615 6350519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 9122 8553 283 719 0 8401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36488

[startup+0.701845 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 27116
/proc/meminfo: memFree=1744788/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=51932 CPUtime=0.69
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 14738 0 0 0 61 8 0 0 21 0 1 0 24113912 53178368 12194 1992294400 4194304 7136930 140735686298080 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 12983 12194 367 719 0 12262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51932

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 27117
/proc/meminfo: memFree=1697040/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=53232 CPUtime=1.5
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 15167 0 0 0 141 9 0 0 23 0 1 0 24113912 54509568 12553 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 13308 12553 386 719 0 12587 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 53232

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 27117
/proc/meminfo: memFree=1695304/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=53620 CPUtime=3.09
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 15264 0 0 0 300 9 0 0 25 0 1 0 24113912 54906880 12650 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 13405 12650 386 719 0 12684 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53620

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 27117
/proc/meminfo: memFree=1694684/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=54136 CPUtime=6.29
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 15394 0 0 0 619 10 0 0 25 0 1 0 24113912 55435264 12780 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 13534 12780 386 719 0 12813 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54136

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 27119
/proc/meminfo: memFree=1694560/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=54136 CPUtime=12.69
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 15397 0 0 0 1256 13 0 0 25 0 1 0 24113912 55435264 12783 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 13534 12783 386 719 0 12813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54136

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 27119
/proc/meminfo: memFree=1694188/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=54456 CPUtime=25.48
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 15470 0 0 0 2530 18 0 0 25 0 1 0 24113912 55762944 12856 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 13614 12856 386 719 0 12893 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54456

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 27119
/proc/meminfo: memFree=1692204/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=56404 CPUtime=51.07
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 15963 0 0 0 5081 26 0 0 25 0 1 0 24113912 57757696 13349 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 14101 13349 386 719 0 13380 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56404

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 27121
/proc/meminfo: memFree=1689104/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=59236 CPUtime=102.27
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 16716 0 0 0 10182 45 0 0 25 0 1 0 24113912 60657664 14102 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 14809 14102 386 719 0 14088 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59236

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 27126
/proc/meminfo: memFree=1684516/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=63204 CPUtime=162.24
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 17728 0 0 0 16157 67 0 0 25 0 1 0 24113912 64720896 15114 1992294400 4194304 7136930 140735686298080 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 15801 15114 386 719 0 15080 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 63204

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 27126
/proc/meminfo: memFree=1678936/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=68604 CPUtime=222.22
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 19108 0 0 0 22133 89 0 0 25 0 1 0 24113912 70250496 16494 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 17151 16494 386 719 0 16430 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 68604

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 27128
/proc/meminfo: memFree=1675588/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=71820 CPUtime=282.2
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 19936 0 0 0 28110 110 0 0 25 0 1 0 24113912 73543680 17322 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 17955 17322 386 719 0 17234 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 71820

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 27130
/proc/meminfo: memFree=1669512/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=77832 CPUtime=342.19
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 21466 0 0 0 34087 132 0 0 25 0 1 0 24113912 79699968 18852 1992294400 4194304 7136930 140735686298080 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 19458 18852 386 719 0 18737 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 77832

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 27132
/proc/meminfo: memFree=1664304/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=82864 CPUtime=402.17
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 22749 0 0 0 40062 155 0 0 25 0 1 0 24113912 84852736 20135 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 20716 20135 386 719 0 19995 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 82864

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 27134
/proc/meminfo: memFree=1661452/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=85700 CPUtime=462.15
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 23483 0 0 0 46038 177 0 0 25 0 1 0 24113912 87756800 20869 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 21425 20869 386 719 0 20704 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 85700

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 27134
/proc/meminfo: memFree=1657856/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=89140 CPUtime=522.12
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 24374 0 0 0 52014 198 0 0 25 0 1 0 24113912 91279360 21760 1992294400 4194304 7136930 140735686298080 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 22285 21760 386 719 0 21564 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 89140

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 27136
/proc/meminfo: memFree=1652896/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=94024 CPUtime=582.11
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 25623 0 0 0 57991 220 0 0 25 0 1 0 24113912 96280576 23009 1992294400 4194304 7136930 140735686298080 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 23506 23009 386 719 0 22785 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 94024

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 27138
/proc/meminfo: memFree=1648060/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=100836 CPUtime=642.11
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 26840 0 0 0 63969 242 0 0 25 0 1 0 24113912 103256064 24226 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697479 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 25209 24226 386 719 0 24488 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 100836

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.02 1.01 1.01 2/107 27146
/proc/meminfo: memFree=1626732/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=121164 CPUtime=942.02
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 32048 0 0 0 93851 351 0 0 25 0 1 0 24113912 124071936 29434 1992294400 4194304 7136930 140735686298080 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 30291 29434 386 719 0 29570 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 121164

[startup+1002.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 27148
/proc/meminfo: memFree=1622888/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=125024 CPUtime=1002
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 33040 0 0 0 99828 372 0 0 25 0 1 0 24113912 128024576 30426 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 31256 30426 386 719 0 30535 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 125024

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27148
/proc/meminfo: memFree=1617556/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=130144 CPUtime=1061.98
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 34346 0 0 0 105803 395 0 0 25 0 1 0 24113912 133267456 31732 1992294400 4194304 7136930 140735686298080 18446744073709551615 5005130 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 32536 31732 386 719 0 31815 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 130144

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27150
/proc/meminfo: memFree=1613960/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=133628 CPUtime=1121.97
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 35209 0 0 0 111781 416 0 0 25 0 1 0 24113912 136835072 32595 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 33407 32595 386 719 0 32686 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 133628

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27152
/proc/meminfo: memFree=1609868/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=137488 CPUtime=1181.94
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 36233 0 0 0 117757 437 0 0 25 0 1 0 24113912 140787712 33619 1992294400 4194304 7136930 140735686298080 18446744073709551615 5892368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 34372 33619 386 719 0 33651 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 137488

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27154
/proc/meminfo: memFree=1607264/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=139940 CPUtime=1241.92
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 36870 0 0 0 123733 459 0 0 25 0 1 0 24113912 143298560 34256 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 34985 34256 386 719 0 34264 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 139940

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27156
/proc/meminfo: memFree=1601808/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=145212 CPUtime=1301.92
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 38213 0 0 0 129710 482 0 0 25 0 1 0 24113912 148697088 35599 1992294400 4194304 7136930 140735686298080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 36303 35599 386 719 0 35582 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 145212

[startup+1362.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 27158
/proc/meminfo: memFree=1598336/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=148428 CPUtime=1361.88
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 39041 0 0 0 135684 504 0 0 25 0 1 0 24113912 151990272 36427 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 37107 36427 386 719 0 36386 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 148428

[startup+1422.31 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 27158
/proc/meminfo: memFree=1594368/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=152292 CPUtime=1421.87
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 40034 0 0 0 141663 524 0 0 25 0 1 0 24113912 155947008 37420 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 38073 37420 386 719 0 37352 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 152292

[startup+1482.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/107 27160
/proc/meminfo: memFree=1589656/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=157308 CPUtime=1481.85
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 41312 0 0 0 147641 544 0 0 25 0 1 0 24113912 161083392 38698 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 39327 38698 386 719 0 38606 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 157308

[startup+1542.3 s]
/proc/loadavg: 1.12 1.05 1.00 2/107 27162
/proc/meminfo: memFree=1585688/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=160672 CPUtime=1541.83
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 42178 0 0 0 153619 564 0 0 25 0 1 0 24113912 164528128 39564 1992294400 4194304 7136930 140735686298080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 40168 39564 386 719 0 39447 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 160672

[startup+1602.3 s]
/proc/loadavg: 1.11 1.06 1.00 2/107 27164
/proc/meminfo: memFree=1579612/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=166712 CPUtime=1601.81
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 43712 0 0 0 159595 586 0 0 25 0 1 0 24113912 170713088 41098 1992294400 4194304 7136930 140735686298080 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 41678 41098 386 719 0 40957 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 166712

[startup+1662.3 s]
/proc/loadavg: 1.19 1.09 1.01 2/107 27166
/proc/meminfo: memFree=1576016/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=170056 CPUtime=1661.8
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 44575 0 0 0 165573 607 0 0 25 0 1 0 24113912 174137344 41961 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 42514 41961 386 719 0 41793 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 170056

[startup+1722.3 s]
/proc/loadavg: 1.07 1.07 1.01 2/107 27166
/proc/meminfo: memFree=1571800/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=174048 CPUtime=1721.77
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 45597 0 0 0 171548 629 0 0 25 0 1 0 24113912 178225152 42983 1992294400 4194304 7136930 140735686298080 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 43512 42983 386 719 0 42791 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 174048

[startup+1782.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/107 27168
/proc/meminfo: memFree=1566964/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=178548 CPUtime=1781.76
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 46747 0 0 0 177526 650 0 0 25 0 1 0 24113912 182833152 44133 1992294400 4194304 7136930 140735686298080 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 44637 44133 386 719 0 43916 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 178548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.02 1.05 1.00 2/107 27168
/proc/meminfo: memFree=1566096/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=179452 CPUtime=1800.07
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 46980 0 0 0 179349 658 0 0 25 0 1 0 24113912 183758848 44366 1992294400 4194304 7136930 140735686298080 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27116/statm: 44863 44366 386 719 0 44142 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 179452

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

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

[startup+1800.8 s]
/proc/loadavg: 1.02 1.05 1.00 2/107 27168
/proc/meminfo: memFree=1566096/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=177264 CPUtime=1800.26
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 46986 0 0 0 179368 658 0 0 25 0 1 0 24113912 181518336 43825 1992294400 4194304 7136930 140735686298080 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27116/statm: 44316 43825 392 719 0 43595 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 177264

[startup+1800.9 s]
/proc/loadavg: 1.02 1.05 1.00 2/107 27168
/proc/meminfo: memFree=1566096/2059040 swapFree=4140388/4192956
[pid=27116] ppid=27114 vsize=137240 CPUtime=1800.36
/proc/27116/stat : 27116 (pbscip.linux.x8) R 27114 27116 26172 0 -1 4202496 46986 0 0 0 179378 658 0 0 25 0 1 0 24113912 140533760 33819 1992294400 4194304 7136930 140735686298080 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27116/statm: 34310 33819 392 719 0 33589 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 137240

Child status: 0
Real time (s): 1800.99
CPU time (s): 1800.46
CPU user time (s): 1793.86
CPU system time (s): 6.602
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 179452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 6.602
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46993
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= 3
involuntary context switches= 4905

runsolver used 3.03354 second user time and 8.45371 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-14 05:11:40
IDJOB=2664116
IDBENCH=2233
IDSOLVER=1167
FILE ID=node004/2664116-1276485100
PBS_JOBID= 11173383
Free space on /tmp= 62548 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664116-1276485100/watcher-2664116-1276485100 -o /tmp/evaluation-result-2664116-1276485100/solver-2664116-1276485100 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664116-1276485100.opb -t 1800 -m 1800

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

MD5SUM BENCH= f480d2d56550630df651872786c078c9
RANDOM SEED=73121324

node004.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.210
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.42
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.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1745192 kB
Buffers:         88704 kB
Cached:         143512 kB
SwapCached:       6684 kB
Active:         102564 kB
Inactive:       143408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1745192 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:            3732 kB
Writeback:           0 kB
AnonPages:       11440 kB
Mapped:          12916 kB
Slab:            46016 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181140 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= 62544 MiB
End job on node004 at 2010-06-14 05:41:43