Trace number 2693616

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.43 1800.39

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem.ucl--soft-33-100-0.wbo
MD5SUM5718f3653dc0b9ba0b2db26893fe4fdf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.318951
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints17178
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 867053
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 867052
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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: NONE] [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-2693616-1277913196.wbo>
0.19/0.26	c original problem has 43407 variables (26229 bin, 0 int, 0 impl, 17178 cont) and 43012 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.19/0.26	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.39/0.48	c presolving:
0.49/0.57	c (round 1) 31 del vars, 4 del conss, 0 chg bounds, 446 chg sides, 892 chg coeffs, 0 upgd conss, 38440 impls, 0 clqs
0.49/0.59	c (round 2) 32 del vars, 64 del conss, 0 chg bounds, 446 chg sides, 892 chg coeffs, 0 upgd conss, 38440 impls, 0 clqs
0.59/0.64	c (round 3) 33 del vars, 64 del conss, 17177 chg bounds, 446 chg sides, 892 chg coeffs, 0 upgd conss, 38440 impls, 0 clqs
0.69/0.75	c (round 4) 33 del vars, 64 del conss, 17177 chg bounds, 446 chg sides, 892 chg coeffs, 8595 upgd conss, 38440 impls, 0 clqs
1.80/1.83	c    (1.5s) probing: 226/26197 (0.9%) - 0 fixings, 0 aggregations, 5 implications, 0 bound changes
1.80/1.83	c    (1.5s) probing aborted: 100/100 successive totally useless probings
1.80/1.84	c presolving (5 rounds):
1.80/1.84	c  33 deleted vars, 64 deleted constraints, 17177 tightened bounds, 0 added holes, 446 changed sides, 892 changed coefficients
1.80/1.84	c  38465 implications, 0 cliques
1.80/1.84	c presolved problem has 43374 variables (26197 bin, 0 int, 0 impl, 17177 cont) and 42948 constraints
1.80/1.84	c   17177 constraints of type <indicator>
1.80/1.84	c       1 constraints of type <varbound>
1.80/1.84	c     317 constraints of type <knapsack>
1.80/1.84	c   17176 constraints of type <linear>
1.80/1.84	c    8277 constraints of type <logicor>
1.80/1.84	c transformed objective value is always integral (scale: 1)
1.80/1.84	c Presolving Time: 1.40
1.80/1.84	c - non default parameters ----------------------------------------------------------------------
1.80/1.84	c # SCIP version 1.2.1.2
1.80/1.84	c 
1.80/1.84	c # frequency for displaying node information lines
1.80/1.84	c # [type: int, range: [-1,2147483647], default: 100]
1.80/1.84	c display/freq = 10000
1.80/1.84	c 
1.80/1.84	c # maximal time in seconds to run
1.80/1.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.80/1.84	c limits/time = 1799.75
1.80/1.84	c 
1.80/1.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.80/1.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.80/1.84	c limits/memory = 3420
1.80/1.84	c 
1.80/1.84	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.80/1.84	c # [type: int, range: [-1,2147483647], default: 1]
1.80/1.84	c lp/solvefreq = -1
1.80/1.84	c 
1.80/1.84	c # should presolving try to simplify inequalities
1.80/1.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.80/1.84	c constraints/linear/simplifyinequalities = TRUE
1.80/1.84	c 
1.80/1.84	c # should presolving try to simplify knapsacks
1.80/1.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.80/1.84	c constraints/knapsack/simplifyinequalities = TRUE
1.80/1.84	c 
1.80/1.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.80/1.84	c # [type: int, range: [-1,2147483647], default: -1]
1.80/1.84	c separating/rapidlearning/freq = 0
1.80/1.84	c 
1.80/1.84	c -----------------------------------------------------------------------------------------------
1.80/1.84	c start solving
1.80/1.85	c 
1.89/1.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.93	c   1.6s|     1 |     2 |     0 |     - | 132M|   0 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
123.60/123.61	c   123s| 10000 | 10001 |     0 |   0.0 | 144M|  63 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
253.59/253.60	c   253s| 20000 | 20001 |     0 |   0.0 | 155M|  77 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
391.00/391.05	c   390s| 30000 | 30001 |     0 |   0.0 | 165M|  77 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
529.12/529.18	c   528s| 40000 | 40001 |     0 |   0.0 | 176M|  77 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
696.70/696.72	c   695s| 50000 | 50001 |     0 |   0.0 | 187M|  77 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
907.01/907.04	c   904s| 60000 | 60001 |     0 |   0.0 | 198M|  77 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1117.71/1117.74	c  1114s| 70000 | 70001 |     0 |   0.0 | 208M|  77 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1328.61/1328.61	c  1325s| 80000 | 80001 |     0 |   0.0 | 218M|  81 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1539.72/1539.72	c  1535s| 90000 | 90001 |     0 |   0.0 | 228M|  81 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1753.73/1753.78	c  1748s|100000 |100001 |     0 |   0.0 | 237M|  83 |   - |  43k|  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time (sec) : 1794.31
1800.03/1800.01	c Solving Nodes      : 102147
1800.03/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.01	s UNKNOWN
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time       :    1794.31
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-2693616-1277913196.wbo
1800.03/1800.01	c   Variables        : 43407 (26229 binary, 0 integer, 0 implicit integer, 17178 continuous)
1800.03/1800.01	c   Constraints      : 43012 initial, 43012 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-2693616-1277913196.wbo
1800.03/1800.01	c   Variables        : 43374 (26197 binary, 0 integer, 0 implicit integer, 17177 continuous)
1800.03/1800.01	c   Constraints      : 42948 initial, 42948 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.01          2          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.02          0         29          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       1.04          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.03/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.19          0          2          0      17177          0         63        446        892
1800.03/1800.01	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :      17177          0     383897          0     102147          0      14983          0          0          0
1800.03/1800.01	c   varbound         :          1          0     383897          0     102147          0          0          0          0          0
1800.03/1800.01	c   knapsack         :        317          0     383897          0     102147          0          3          0          0          0
1800.03/1800.01	c   linear           :      17176          0     383897          0     102147          0      14983          0          0          0
1800.03/1800.01	c   logicor          :       8277          0     306046          0     102147          0    1010223          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0     102147          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   indicator        :     504.40       0.00     203.69       0.00     300.71
1800.03/1800.01	c   varbound         :       0.36       0.00       0.20       0.00       0.16
1800.03/1800.01	c   knapsack         :       5.76       0.00       5.51       0.00       0.25
1800.03/1800.01	c   linear           :     215.73       0.00     215.57       0.00       0.16
1800.03/1800.01	c   logicor          :     216.32       0.00       7.59       0.00     208.73
1800.03/1800.01	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       0.10          2          0          0
1800.03/1800.01	c   rootredcost      :       0.10          0          0          0
1800.03/1800.01	c   pseudoobj        :     355.50     383442          0          0
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :     481.11     102147          0          0          0          0     204294
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       0.04          0          0
1800.03/1800.01	c   trivial          :       0.11          2          0
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.00          0          0
1800.03/1800.01	c   rounding         :       0.00          0          0
1800.03/1800.01	c   shifting         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   coefdiving       :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :       0.00          0          0
1800.03/1800.01	c   veclendiving     :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :       0.00          0          0
1800.03/1800.01	c   rootsoldiving    :       0.00          0          0
1800.03/1800.01	c   linesearchdiving :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.00          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   nlp              :       0.04          0          0
1800.03/1800.01	c   trysol           :       0.03          1          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     102147
1800.03/1800.01	c   nodes (total)    :     102147
1800.03/1800.01	c   nodes left       :     102148
1800.03/1800.01	c   max depth        :         83
1800.03/1800.01	c   max depth (total):         83
1800.03/1800.01	c   backtracks       :       2434 (2.4%)
1800.03/1800.01	c   delayed cutoffs  :          0
1800.03/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.01	c   avg switch length:       2.39
1800.03/1800.01	c   switching time   :       7.42
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          0 (0 improvements)
1800.03/1800.01	c   Primal Bound     :          -
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :          0
1800.33/1800.39	c Time complete: 1800.41.

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-2693616-1277913196/watcher-2693616-1277913196 -o /tmp/evaluation-result-2693616-1277913196/solver-2693616-1277913196 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693616-1277913196.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 3904
/proc/meminfo: memFree=30093024/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=8484 CPUtime=0
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 1598 0 0 0 0 0 0 0 25 0 1 0 132747883 8687616 1520 4089446400 4194304 7136930 140734072659120 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3904/statm: 2121 1520 275 719 0 1400 0

[startup+0.082333 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 3904
/proc/meminfo: memFree=30093024/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=28020 CPUtime=0.07
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 6480 0 0 0 7 0 0 0 25 0 1 0 132747883 28692480 6402 4089446400 4194304 7136930 140734072659120 18446744073709551615 6339963 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3904/statm: 7005 6402 275 719 0 6284 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28020

[startup+0.100329 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 3904
/proc/meminfo: memFree=30093024/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=31604 CPUtime=0.09
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 7382 0 0 0 9 0 0 0 25 0 1 0 132747883 32362496 7304 4089446400 4194304 7136930 140734072659120 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3904/statm: 7901 7304 275 719 0 7180 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31604

[startup+0.300295 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 3904
/proc/meminfo: memFree=30093024/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=102376 CPUtime=0.29
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 25354 0 0 0 27 2 0 0 25 0 1 0 132747883 104833024 24886 4089446400 4194304 7136930 140734072659120 18446744073709551615 6166778 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 25594 24889 289 719 0 24873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102376

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 3904
/proc/meminfo: memFree=30093024/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=160864 CPUtime=0.69
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 41395 0 0 0 62 7 0 0 25 0 1 0 132747883 164724736 38605 4089446400 4194304 7136930 140734072659120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 40216 38605 362 719 0 39495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 160864

[startup+1.50107 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3905
/proc/meminfo: memFree=29930320/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=171820 CPUtime=1.5
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 45082 0 0 0 141 9 0 0 25 0 1 0 132747883 175943680 41165 4089446400 4194304 7136930 140734072659120 18446744073709551615 5497079 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 42955 41165 391 719 0 42234 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 171820

[startup+3.10077 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3905
/proc/meminfo: memFree=29927716/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=175104 CPUtime=3.09
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 46185 0 0 0 300 9 0 0 25 0 1 0 132747883 179306496 41750 4089446400 4194304 7136930 140734072659120 18446744073709551615 4643192 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 43776 41750 408 719 0 43055 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175104

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3905
/proc/meminfo: memFree=29926780/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=175236 CPUtime=6.29
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 46208 0 0 0 619 10 0 0 25 0 1 0 132747883 179441664 41771 4089446400 4194304 7136930 140734072659120 18446744073709551615 4696948 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 43809 41771 406 719 0 43088 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 175236

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3905
/proc/meminfo: memFree=29924500/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=176348 CPUtime=12.69
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 46486 0 0 0 1258 11 0 0 25 0 1 0 132747883 180580352 42049 4089446400 4194304 7136930 140734072659120 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 44087 42049 406 719 0 43366 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 176348

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3906
/proc/meminfo: memFree=29921192/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=177884 CPUtime=25.49
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 46887 0 0 0 2535 14 0 0 25 0 1 0 132747883 182153216 42450 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 44471 42450 406 719 0 43750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 177884

[startup+51.1008 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 3955
/proc/meminfo: memFree=31543720/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=181524 CPUtime=51.09
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 47788 0 0 0 5089 20 0 0 25 0 1 0 132747883 185880576 43351 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 45381 43351 406 719 0 44660 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 181524

[startup+102.306 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 3957
/proc/meminfo: memFree=31387580/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=186724 CPUtime=102.3
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 49116 0 0 0 10199 31 0 0 25 0 1 0 132747883 191205376 44679 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 46681 44679 406 719 0 45960 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 186724

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 3958
/proc/meminfo: memFree=31206724/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=193300 CPUtime=162.29
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 50735 0 0 0 16188 41 0 0 25 0 1 0 132747883 197939200 46298 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 48325 46298 406 719 0 47604 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 193300

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 3960
/proc/meminfo: memFree=31020664/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=199344 CPUtime=222.3
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 52273 0 0 0 22177 53 0 0 25 0 1 0 132747883 204128256 47836 4089446400 4194304 7136930 140734072659120 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 49836 47836 406 719 0 49115 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 199344

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 3962
/proc/meminfo: memFree=30839692/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=204988 CPUtime=282.3
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 53703 0 0 0 28165 65 0 0 25 0 1 0 132747883 209907712 49266 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507200 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 51247 49266 406 719 0 50526 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 204988

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 3963
/proc/meminfo: memFree=30656840/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=209720 CPUtime=342.3
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 54889 0 0 0 34156 74 0 0 25 0 1 0 132747883 214753280 50452 4089446400 4194304 7136930 140734072659120 18446744073709551615 4826989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 52430 50452 406 719 0 51709 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 209720

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 3965
/proc/meminfo: memFree=30470512/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=216988 CPUtime=402.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 56756 0 0 0 40145 86 0 0 25 0 1 0 132747883 222195712 52319 4089446400 4194304 7136930 140734072659120 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 54247 52319 406 719 0 53526 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 216988

[startup+462.3 s]
/proc/loadavg: 2.11 2.02 2.00 3/179 3966
/proc/meminfo: memFree=30289292/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=220416 CPUtime=462.3
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 57595 0 0 0 46134 96 0 0 25 0 1 0 132747883 225705984 53158 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 55104 53158 406 719 0 54383 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220416

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 3977
/proc/meminfo: memFree=30102448/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=228512 CPUtime=522.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 59645 0 0 0 52124 107 0 0 25 0 1 0 132747883 233996288 55208 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 57128 55208 406 719 0 56407 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 228512

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 3979
/proc/meminfo: memFree=29914524/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=233188 CPUtime=582.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 60830 0 0 0 58112 119 0 0 25 0 1 0 132747883 238784512 56393 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3904/statm: 58297 56393 406 719 0 57576 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 233188

[startup+642.301 s]
/proc/loadavg: 1.77 1.94 1.98 4/200 4086
/proc/meminfo: memFree=31317792/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=236396 CPUtime=642.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 61648 0 0 0 64093 138 0 0 25 0 1 0 132747883 242069504 57211 4089446400 4194304 7136930 140734072659120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 59099 57211 406 719 0 58378 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 236396

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.81 2.34 2.12 4/200 4320
/proc/meminfo: memFree=31227944/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=254580 CPUtime=942.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 66277 0 0 0 93983 248 0 0 25 0 1 0 132747883 260689920 61840 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 63645 61840 406 719 0 62924 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 254580

[startup+1002.3 s]
/proc/loadavg: 2.74 2.39 2.15 4/200 4359
/proc/meminfo: memFree=31216660/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=258908 CPUtime=1002.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 67372 0 0 0 99964 267 0 0 25 0 1 0 132747883 265121792 62935 4089446400 4194304 7136930 140734072659120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 64727 62935 406 719 0 64006 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 258908

[startup+1062.3 s]
/proc/loadavg: 2.75 2.47 2.19 4/200 4382
/proc/meminfo: memFree=31216156/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=262120 CPUtime=1062.3
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 67639 0 0 0 105942 288 0 0 25 0 1 0 132747883 268410880 63202 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 65530 63202 406 719 0 64809 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 262120

[startup+1122.3 s]
/proc/loadavg: 2.61 2.48 2.21 4/200 4404
/proc/meminfo: memFree=31208540/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=264096 CPUtime=1122.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 68177 0 0 0 111923 308 0 0 25 0 1 0 132747883 270434304 63740 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 66024 63740 406 719 0 65303 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 264096

[startup+1182.3 s]
/proc/loadavg: 2.67 2.53 2.24 4/200 4416
/proc/meminfo: memFree=31204764/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=267620 CPUtime=1182.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 69069 0 0 0 117901 330 0 0 25 0 1 0 132747883 274042880 64632 4089446400 4194304 7136930 140734072659120 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 66905 64632 406 719 0 66184 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 267620

[startup+1242.3 s]
/proc/loadavg: 2.80 2.58 2.27 4/200 4421
/proc/meminfo: memFree=31197280/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=270196 CPUtime=1242.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 69694 0 0 0 123881 350 0 0 25 0 1 0 132747883 276680704 65257 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697605 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 67549 65257 406 719 0 66828 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 270196

[startup+1302.3 s]
/proc/loadavg: 2.74 2.63 2.31 4/200 4455
/proc/meminfo: memFree=31180632/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=272976 CPUtime=1302.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 70431 0 0 0 129861 371 0 0 25 0 1 0 132747883 279527424 65994 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 68244 65994 406 719 0 67523 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 272976

[startup+1362.3 s]
/proc/loadavg: 2.29 2.51 2.29 3/179 4557
/proc/meminfo: memFree=31395920/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=275516 CPUtime=1362.31
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 71078 0 0 0 135840 391 0 0 25 0 1 0 132747883 282128384 66641 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 68879 66641 406 719 0 68158 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 275516

[startup+1422.31 s]
/proc/loadavg: 2.10 2.42 2.27 3/179 4559
/proc/meminfo: memFree=31382628/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=277448 CPUtime=1422.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 71573 0 0 0 141817 415 0 0 25 0 1 0 132747883 284106752 67136 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 69362 67136 406 719 0 68641 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 277448

[startup+1482.3 s]
/proc/loadavg: 2.04 2.34 2.25 3/179 4561
/proc/meminfo: memFree=31368100/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=280128 CPUtime=1482.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 72253 0 0 0 147794 438 0 0 25 0 1 0 132747883 286851072 67816 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 70032 67816 406 719 0 69311 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 280128

[startup+1542.3 s]
/proc/loadavg: 2.05 2.29 2.24 3/179 4562
/proc/meminfo: memFree=31351948/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=283848 CPUtime=1542.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 73197 0 0 0 153772 460 0 0 25 0 1 0 132747883 290660352 68760 4089446400 4194304 7136930 140734072659120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 70962 68760 406 719 0 70241 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 283848

[startup+1602.3 s]
/proc/loadavg: 2.02 2.23 2.22 3/179 4564
/proc/meminfo: memFree=31332820/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=287832 CPUtime=1602.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 74202 0 0 0 159750 482 0 0 25 0 1 0 132747883 294739968 69765 4089446400 4194304 7136930 140734072659120 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 71958 69765 406 719 0 71237 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 287832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.19 2.20 3/179 4565
/proc/meminfo: memFree=31313752/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=290784 CPUtime=1662.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 74951 0 0 0 165730 502 0 0 25 0 1 0 132747883 297762816 70514 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 72696 70514 406 719 0 71975 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 290784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.15 2.18 3/179 4567
/proc/meminfo: memFree=31303940/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=290916 CPUtime=1722.33
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 74996 0 0 0 171711 522 0 0 25 0 1 0 132747883 297897984 70559 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697107 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 72729 70559 406 719 0 72008 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 290916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.12 2.17 3/179 4569
/proc/meminfo: memFree=31284944/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=291824 CPUtime=1782.32
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 75232 0 0 0 177690 542 0 0 25 0 1 0 132747883 298827776 70795 4089446400 4194304 7136930 140734072659120 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 72956 70795 406 719 0 72235 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 291824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.11 2.17 3/179 4569
/proc/meminfo: memFree=31278368/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=292848 CPUtime=1800.03
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 75493 0 0 0 179454 549 0 0 25 0 1 0 132747883 299876352 71056 4089446400 4194304 7136930 140734072659120 18446744073709551615 4697131 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/3904/statm: 73212 71056 406 719 0 72491 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 292848

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.11 2.17 3/179 4569
/proc/meminfo: memFree=31278368/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=266868 CPUtime=1800.22
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 75500 0 0 0 179473 549 0 0 25 0 1 0 132747883 273272832 64736 4089446400 4194304 7136930 140734072659120 18446744073709551615 5955580 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3904/statm: 66717 64736 413 719 0 65996 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 266868

[startup+1800.3 s]
/proc/loadavg: 2.00 2.11 2.17 3/179 4569
/proc/meminfo: memFree=31278368/32951124 swapFree=67111528/67111528
[pid=3904] ppid=3902 vsize=234736 CPUtime=1800.33
/proc/3904/stat : 3904 (pbscip.linux.x8) R 3902 3904 2745 0 -1 4202496 75500 0 0 0 179483 550 0 0 25 0 1 0 132747883 240369664 56710 4089446400 4194304 7136930 140734072659120 18446744073709551615 6165697 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3904/statm: 58684 56710 413 719 0 57963 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 234736

Child status: 0
Real time (s): 1800.39
CPU time (s): 1800.43
CPU user time (s): 1794.92
CPU system time (s): 5.50816
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 292848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 5.50816
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75507
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= 1
involuntary context switches= 14964

runsolver used 2.73158 second user time and 6.00309 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 17:53:16
IDJOB=2693616
IDBENCH=79010
IDSOLVER=1206
FILE ID=node111/2693616-1277913196
PBS_JOBID= 11197238
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-33-100-0.wbo
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-2693616-1277913196/watcher-2693616-1277913196 -o /tmp/evaluation-result-2693616-1277913196/solver-2693616-1277913196 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693616-1277913196.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5718f3653dc0b9ba0b2db26893fe4fdf
RANDOM SEED=2097205238

node111.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30093676 kB
Buffers:        200508 kB
Cached:         793900 kB
SwapCached:          0 kB
Active:        2126636 kB
Inactive:       587116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30093676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3964 kB
Writeback:           0 kB
AnonPages:     1719104 kB
Mapped:          16048 kB
Slab:            76920 kB
PageTables:       8360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1918740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node111 at 2010-06-30 18:23:18