Trace number 2705074

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? 1790.32 1790.26

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf8.ucl--soft-33-100-0.wbo
MD5SUM0213af97bcb368564904cb77675881c0
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.106983
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6059
Total number of constraints16684
Number of soft constraints11088
Number of constraints which are clauses15940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints744
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 559152
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 559151
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 127
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705074-1278574756.wbo>
0.09/0.17	c original problem has 28235 variables (17147 bin, 0 int, 11088 impl, 0 cont) and 27773 constraints
0.09/0.17	c problem read
0.09/0.17	c presolving settings loaded
0.29/0.33	c presolving:
0.29/0.37	c (round 1) 32 del vars, 5 del conss, 0 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 18962 impls, 0 clqs
0.29/0.38	c (round 2) 34 del vars, 67 del conss, 0 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 18962 impls, 0 clqs
0.39/0.41	c (round 3) 36 del vars, 71 del conss, 11086 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 18962 impls, 0 clqs
0.39/0.47	c (round 4) 37 del vars, 71 del conss, 11086 chg bounds, 372 chg sides, 744 chg coeffs, 5531 upgd conss, 18962 impls, 0 clqs
1.99/2.07	c    (1.9s) probing: 469/17112 (2.7%) - 0 fixings, 1 aggregations, 275 implications, 0 bound changes
1.99/2.07	c    (1.9s) probing aborted: 100/100 successive totally useless probings
1.99/2.07	c presolving (5 rounds):
1.99/2.07	c  38 deleted vars, 71 deleted constraints, 11086 tightened bounds, 0 added holes, 372 changed sides, 744 changed coefficients
1.99/2.07	c  41765 implications, 0 cliques
1.99/2.07	c presolved problem has 28197 variables (17111 bin, 0 int, 11086 impl, 0 cont) and 27702 constraints
1.99/2.07	c       1 constraints of type <varbound>
1.99/2.07	c     258 constraints of type <knapsack>
1.99/2.07	c    3611 constraints of type <setppc>
1.99/2.07	c   11085 constraints of type <linear>
1.99/2.07	c   11086 constraints of type <indicator>
1.99/2.07	c    1661 constraints of type <logicor>
1.99/2.07	c transformed objective value is always integral (scale: 1)
1.99/2.07	c Presolving Time: 1.81
1.99/2.07	c - non default parameters ----------------------------------------------------------------------
1.99/2.07	c # SCIP version 1.2.1.3
1.99/2.07	c 
1.99/2.07	c # frequency for displaying node information lines
1.99/2.07	c # [type: int, range: [-1,2147483647], default: 100]
1.99/2.07	c display/freq = 10000
1.99/2.07	c 
1.99/2.07	c # maximal time in seconds to run
1.99/2.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.99/2.07	c limits/time = 1789.83
1.99/2.07	c 
1.99/2.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.99/2.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.99/2.07	c limits/memory = 3420
1.99/2.07	c 
1.99/2.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.99/2.07	c # [type: int, range: [1,2], default: 1]
1.99/2.07	c timing/clocktype = 2
1.99/2.07	c 
1.99/2.07	c # should presolving try to simplify inequalities
1.99/2.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.07	c constraints/linear/simplifyinequalities = TRUE
1.99/2.07	c 
1.99/2.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.99/2.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.07	c constraints/indicator/addCouplingCons = TRUE
1.99/2.07	c 
1.99/2.07	c # should presolving try to simplify knapsacks
1.99/2.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.99/2.07	c constraints/knapsack/simplifyinequalities = TRUE
1.99/2.07	c 
1.99/2.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.99/2.07	c # [type: int, range: [-1,2147483647], default: -1]
1.99/2.07	c separating/rapidlearning/freq = 0
1.99/2.07	c 
1.99/2.07	c -----------------------------------------------------------------------------------------------
1.99/2.07	c start solving
1.99/2.08	c 
2.09/2.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.09/2.14	c   2.0s|     1 |     0 |   254 |     - |  97M|   0 | 117 |  28k|  27k|  28k|5528 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.68	c   2.5s|     1 |     0 |   523 |     - |  98M|   0 | 291 |  28k|  27k|  28k|5775 | 247 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.38	c   3.2s|     1 |     0 |  1080 |     - |  99M|   0 | 556 |  28k|  27k|  28k|6147 | 619 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.09/4.15	c   4.0s|     1 |     0 |  1776 |     - |  99M|   0 | 546 |  28k|  27k|  28k|6599 |1071 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.14	c   5.0s|     1 |     0 |  2648 |     - | 100M|   0 | 857 |  28k|  27k|  28k|6993 |1465 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.29	c   6.1s|     1 |     0 |  3562 |     - | 100M|   0 | 767 |  28k|  27k|  28k|7370 |1842 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.99/8.01	c   7.8s|     1 |     0 |  4534 |     - | 100M|   0 | 664 |  28k|  27k|  28k|7705 |2177 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.39/8.49	c   8.3s|     1 |     2 |  4534 |     - | 100M|   0 | 664 |  28k|  27k|  28k|7705 |2177 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
475.11/475.14	c   475s| 10000 |  9989 |333632 |  32.9 | 194M| 177 | 440 |  28k|  27k|  28k|7219 |2177 | 166 |5085 | 0.000000e+00 |      --      |    Inf 
871.52/871.50	c   871s| 20000 | 19964 |625879 |  31.1 | 286M| 177 | 331 |  28k|  27k|  28k|7219 |2177 | 299 |8128 | 0.000000e+00 |      --      |    Inf 
1223.52/1223.54	c  1223s| 30000 | 29940 |869064 |  28.8 | 379M| 185 | 279 |  28k|  27k|  28k|7219 |2177 | 363 |  10k| 0.000000e+00 |      --      |    Inf 
1561.63/1561.64	c  1561s| 40000 | 39918 |  1101k|  27.4 | 472M| 191 | 333 |  28k|  27k|  28k|7219 |2177 | 444 |  12k| 0.000000e+00 |      --      |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1789.84
1790.05/1790.01	c Solving Nodes      : 47893
1790.05/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.01	s UNKNOWN
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.84
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705074-1278574756.wbo
1790.05/1790.01	c   Variables        : 28235 (17147 binary, 0 integer, 11088 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 27773 initial, 27773 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705074-1278574756.wbo
1790.05/1790.01	c   Variables        : 28197 (17111 binary, 0 integer, 11086 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 27702 initial, 27934 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.01          5          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0         30          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       1.56          0          1          0          0          0          0          0          0
1790.05/1790.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   linear           :       0.12          0          2          0      11086          0         69        372        744
1790.05/1790.01	c   indicator        :       0.01          0          0          0          0          0          2          0          0
1790.05/1790.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0      47840          0          0          2          0          0      95676
1790.05/1790.01	c   varbound         :          1          6     178656          0          0          0          0          1          0          0
1790.05/1790.01	c   knapsack         :        258          6     178656          0          0        276      37196        751          0          0
1790.05/1790.01	c   setppc           :       3611          6     178380          0          0          0      38115          0          0          0
1790.05/1790.01	c   linear           :      11085          6     178380          0          0          0      12360       1200          0          0
1790.05/1790.01	c   indicator        :      11086          0     178380          0          0          0       8930          0          0          0
1790.05/1790.01	c   logicor          :       1661+         6      33369          0          0          8       2689          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :     206.46       0.00       0.00     206.46       0.00
1790.05/1790.01	c   varbound         :       0.14       0.00       0.14       0.00       0.00
1790.05/1790.01	c   knapsack         :       2.74       0.01       2.73       0.00       0.00
1790.05/1790.01	c   setppc           :      30.23       0.00      30.22       0.00       0.00
1790.05/1790.01	c   linear           :      52.87       0.02      52.85       0.00       0.00
1790.05/1790.01	c   indicator        :      73.34       0.00      73.33       0.00       0.00
1790.05/1790.01	c   logicor          :       0.15       0.00       0.15       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       2.00      21303          0          0
1790.05/1790.01	c   rootredcost      :       0.10          0          0          0
1790.05/1790.01	c   pseudoobj        :      83.90     177663          0          0
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :       0.00        284        284        413        8.6          8        7.1          -
1790.05/1790.01	c   infeasible LP    :       0.38        147        147        153        4.8          0        0.0          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -        484        7.1          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          5          -          -        373          -    (maximal pool size: 2315)
1790.05/1790.01	c   redcost          :      65.45      47845          0          0          0          0
1790.05/1790.01	c   impliedbounds    :       0.01          6          0          0         34          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.69          6          0          0       1882          0
1790.05/1790.01	c   strongcg         :       0.49          6          0          0       2163          0
1790.05/1790.01	c   cmir             :       1.19          6          0          0        378          0
1790.05/1790.01	c   flowcover        :       2.20          6          0          0       1152          0
1790.05/1790.01	c   clique           :       0.01          6          0          0          1          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.01          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.00          0          0          0          0          0
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :     206.35      47840          0          2          0          0      95676
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.00          -          0
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   oneopt           :       0.05          0          0
1790.05/1790.01	c   crossover        :       0.02          0          0
1790.05/1790.01	c   guideddiving     :       0.00          0          0
1790.05/1790.01	c   intshifting      :       0.00          0          0
1790.05/1790.01	c   rootsoldiving    :       7.05         10          0
1790.05/1790.01	c   objpscostdiving  :       7.41         20          0
1790.05/1790.01	c   pscostdiving     :     148.49         76          0
1790.05/1790.01	c   coefdiving       :     158.48         91          0
1790.05/1790.01	c   veclendiving     :     129.95         92          0
1790.05/1790.01	c   fracdiving       :     165.34         96          0
1790.05/1790.01	c   linesearchdiving :     133.60         97          0
1790.05/1790.01	c   feaspump         :       7.96         55          0
1790.05/1790.01	c   trivial          :       0.04          2          0
1790.05/1790.01	c   simplerounding   :       0.14      47073          0
1790.05/1790.01	c   zirounding       :       0.37       1000          0
1790.05/1790.01	c   rounding         :       1.33       3031          0
1790.05/1790.01	c   shifting         :       4.03        944          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.22          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.02          0          0
1790.05/1790.01	c   trysol           :       0.02          0          0
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.01          0          0       0.00          -
1790.05/1790.01	c   dual LP          :     433.98      47074     957351      20.34    2205.96
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:     399.88      58848     289741       4.92     724.57
1790.05/1790.01	c   strong branching :     200.73      14012     316726      22.60    1577.91
1790.05/1790.01	c     (at root node) :          -         17        177      10.41          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :      47893
1790.05/1790.01	c   nodes (total)    :      47893
1790.05/1790.01	c   nodes left       :      47783
1790.05/1790.01	c   max depth        :        229
1790.05/1790.01	c   max depth (total):        229
1790.05/1790.01	c   backtracks       :        536 (1.1%)
1790.05/1790.01	c   delayed cutoffs  :          1
1790.05/1790.01	c   repropagations   :        640 (123 domain reductions, 1 cutoffs)
1790.05/1790.01	c   avg switch length:       2.50
1790.05/1790.01	c   switching time   :      10.57
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :          0 (0 improvements)
1790.05/1790.01	c   Primal Bound     :          -
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :       4534
1790.25/1790.26	c Time complete: 1790.31.

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-2705074-1278574756/watcher-2705074-1278574756 -o /tmp/evaluation-result-2705074-1278574756/solver-2705074-1278574756 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705074-1278574756.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: 1.69 1.93 1.66 4/178 25798
/proc/meminfo: memFree=28526556/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=12348 CPUtime=0
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1936 0 0 0 0 0 0 0 23 0 1 0 25688105 12644352 1854 4089446400 4194304 10345943 140734228668224 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25798/statm: 3087 1864 429 1502 0 1580 0

[startup+0.025797 s]
/proc/loadavg: 1.69 1.93 1.66 4/178 25798
/proc/meminfo: memFree=28526556/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=18620 CPUtime=0.02
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 3498 0 0 0 2 0 0 0 23 0 1 0 25688105 19066880 3416 4089446400 4194304 10345943 140734228668224 18446744073709551615 4572778 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25798/statm: 4655 3416 430 1502 0 3148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18620

[startup+0.100784 s]
/proc/loadavg: 1.69 1.93 1.66 4/178 25798
/proc/meminfo: memFree=28526556/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=34828 CPUtime=0.09
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 7585 0 0 0 9 0 0 0 23 0 1 0 25688105 35663872 7485 4089446400 4194304 10345943 140734228668224 18446744073709551615 8521679 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25798/statm: 8707 7485 430 1502 0 7200 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34828

[startup+0.300734 s]
/proc/loadavg: 1.69 1.93 1.66 4/178 25798
/proc/meminfo: memFree=28526556/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=100488 CPUtime=0.29
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 24332 0 0 0 27 2 0 0 23 0 1 0 25688105 102899712 23842 4089446400 4194304 10345943 140734228668224 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 25122 23842 494 1502 0 23615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100488

[startup+0.700664 s]
/proc/loadavg: 1.69 1.93 1.66 4/178 25798
/proc/meminfo: memFree=28526556/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=123248 CPUtime=0.69
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 29404 0 0 0 67 2 0 0 25 0 1 0 25688105 126205952 28880 4089446400 4194304 10345943 140734228668224 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 30812 28880 598 1502 0 29305 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123248

[startup+1.50052 s]
/proc/loadavg: 1.69 1.93 1.66 3/179 25799
/proc/meminfo: memFree=28395356/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=123384 CPUtime=1.49
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 29438 0 0 0 147 2 0 0 25 0 1 0 25688105 126345216 28914 4089446400 4194304 10345943 140734228668224 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 30846 28914 598 1502 0 29339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123384

[startup+3.10023 s]
/proc/loadavg: 1.72 1.93 1.66 3/179 25799
/proc/meminfo: memFree=28382212/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=155720 CPUtime=3.09
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 36541 0 0 0 306 3 0 0 25 0 1 0 25688105 159457280 35980 4089446400 4194304 10345943 140734228668224 18446744073709551615 9134643 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 38930 35980 759 1502 0 37423 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 155720

[startup+6.30063 s]
/proc/loadavg: 1.72 1.93 1.66 3/179 25799
/proc/meminfo: memFree=28349284/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=167048 CPUtime=6.29
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 39132 0 0 0 625 4 0 0 25 0 1 0 25688105 171057152 38566 4089446400 4194304 10345943 140734228668224 18446744073709551615 8933723 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 41762 38566 767 1502 0 40255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 167048

[startup+12.7005 s]
/proc/loadavg: 1.74 1.94 1.66 3/179 25799
/proc/meminfo: memFree=28335324/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=175140 CPUtime=12.69
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 61951 0 0 0 1260 9 0 0 25 0 1 0 25688105 179343360 39832 4089446400 4194304 10345943 140734228668224 18446744073709551615 6342085 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 43785 39832 790 1502 0 42278 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175140

[startup+25.5011 s]
/proc/loadavg: 1.80 1.94 1.67 3/179 25800
/proc/meminfo: memFree=28339632/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=168508 CPUtime=25.49
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 79536 0 0 0 2537 12 0 0 25 0 1 0 25688105 172552192 39520 4089446400 4194304 10345943 140734228668224 18446744073709551615 6528236 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 42127 39520 795 1502 0 40620 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 168508

[startup+51.1005 s]
/proc/loadavg: 1.87 1.94 1.67 3/179 25801
/proc/meminfo: memFree=28329732/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=180800 CPUtime=51.09
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 98517 0 0 0 5091 18 0 0 25 0 1 0 25688105 185139200 41083 4089446400 4194304 10345943 140734228668224 18446744073709551615 7570056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 45200 41083 795 1502 0 43693 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 180800

[startup+102.307 s]
/proc/loadavg: 1.94 1.95 1.69 3/179 25802
/proc/meminfo: memFree=28326732/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=173744 CPUtime=102.3
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 135594 0 0 0 10201 29 0 0 25 0 1 0 25688105 177913856 41018 4089446400 4194304 10345943 140734228668224 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 43436 41018 807 1502 0 41929 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 173744

[startup+162.3 s]
/proc/loadavg: 1.98 1.95 1.71 3/179 25803
/proc/meminfo: memFree=28326196/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=175440 CPUtime=162.3
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 173153 0 0 0 16188 42 0 0 25 0 1 0 25688105 179650560 41362 4089446400 4194304 10345943 140734228668224 18446744073709551615 6566282 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 43860 41362 807 1502 0 42353 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 175440

[startup+222.3 s]
/proc/loadavg: 2.03 1.97 1.73 3/179 25805
/proc/meminfo: memFree=28304296/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=194756 CPUtime=222.29
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 287041 0 0 0 22167 62 0 0 25 0 1 0 25688105 199430144 46143 4089446400 4194304 10345943 140734228668224 18446744073709551615 8933776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 48689 46143 807 1502 0 47182 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 194756

[startup+282.3 s]
/proc/loadavg: 2.01 1.97 1.74 3/179 25807
/proc/meminfo: memFree=28271140/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=216844 CPUtime=282.3
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 358271 0 0 0 28154 76 0 0 25 0 1 0 25688105 222048256 51651 4089446400 4194304 10345943 140734228668224 18446744073709551615 5210338 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 54211 51651 807 1502 0 52704 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 216844

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/179 25809
/proc/meminfo: memFree=28246548/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=235436 CPUtime=342.3
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 393750 0 0 0 34143 87 0 0 25 0 1 0 25688105 241086464 56136 4089446400 4194304 10345943 140734228668224 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 58859 56136 807 1502 0 57352 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 235436

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/179 25810
/proc/meminfo: memFree=28224540/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=247880 CPUtime=402.3
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 434600 0 0 0 40131 99 0 0 25 0 1 0 25688105 253829120 59158 4089446400 4194304 10345943 140734228668224 18446744073709551615 4882034 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 61970 59158 807 1502 0 60463 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 247880

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/179 25811
/proc/meminfo: memFree=28177600/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=260820 CPUtime=462.3
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 471101 0 0 0 46120 110 0 0 25 0 1 0 25688105 267079680 62110 4089446400 4194304 10345943 140734228668224 18446744073709551615 6756355 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 65205 62110 807 1502 0 63698 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 260820

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/179 25813
/proc/meminfo: memFree=28131164/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=272388 CPUtime=522.31
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 508700 0 0 0 52109 122 0 0 25 0 1 0 25688105 278925312 65503 4089446400 4194304 10345943 140734228668224 18446744073709551615 6785175 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 68097 65503 807 1502 0 66590 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 272388

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/179 25815
/proc/meminfo: memFree=28082992/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=292960 CPUtime=582.31
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 560490 0 0 0 58093 138 0 0 25 0 1 0 25688105 299991040 68682 4089446400 4194304 10345943 140734228668224 18446744073709551615 6923477 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 73240 68682 807 1502 0 71733 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 292960

[startup+642.301 s]
/proc/loadavg: 2.00 1.97 1.81 3/179 25817
/proc/meminfo: memFree=28031744/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=304080 CPUtime=642.31
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 604867 0 0 0 64080 151 0 0 25 0 1 0 25688105 311377920 72565 4089446400 4194304 10345943 140734228668224 18446744073709551615 6519856 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 76020 72565 807 1502 0 74513 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 304080

[startup+702.301 s]

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

/proc/meminfo: memFree=27682172/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=403528 CPUtime=1062.33
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 786176 0 0 0 106007 226 0 0 25 0 1 0 25688105 413212672 97686 4089446400 4194304 10345943 140734228668224 18446744073709551615 6803086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 100882 97686 807 1502 0 99375 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 403528

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 25829
/proc/meminfo: memFree=27629020/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=418820 CPUtime=1122.32
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 814207 0 0 0 111995 237 0 0 25 0 1 0 25688105 428871680 101830 4089446400 4194304 10345943 140734228668224 18446744073709551615 6864989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 104705 101830 807 1502 0 103198 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 418820

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 25831
/proc/meminfo: memFree=27577264/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=431716 CPUtime=1182.33
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 844926 0 0 0 117986 247 0 0 25 0 1 0 25688105 442077184 105346 4089446400 4194304 10345943 140734228668224 18446744073709551615 6777571 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 107929 105346 807 1502 0 106422 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 431716

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 25833
/proc/meminfo: memFree=27520680/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=448840 CPUtime=1242.33
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 923289 0 0 0 123969 264 0 0 25 0 1 0 25688105 459612160 109063 4089446400 4194304 10345943 140734228668224 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 112210 109063 807 1502 0 110703 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 448840

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 25834
/proc/meminfo: memFree=27470876/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=463924 CPUtime=1302.34
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 943579 0 0 0 129962 272 0 0 25 0 1 0 25688105 475058176 113211 4089446400 4194304 10345943 140734228668224 18446744073709551615 9138288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 115981 113211 807 1502 0 114474 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 463924

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 25844
/proc/meminfo: memFree=27408408/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=487208 CPUtime=1362.33
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 970027 0 0 0 135953 280 0 0 25 0 1 0 25688105 498900992 118889 4089446400 4194304 10345943 140734228668224 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 121802 118889 807 1502 0 120295 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 487208

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 25846
/proc/meminfo: memFree=27354044/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=504348 CPUtime=1422.34
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 991157 0 0 0 141945 289 0 0 25 0 1 0 25688105 516452352 123053 4089446400 4194304 10345943 140734228668224 18446744073709551615 7568918 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 126087 123053 807 1502 0 124580 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 504348

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.91 3/179 25848
/proc/meminfo: memFree=27301164/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=516216 CPUtime=1482.34
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1025673 0 0 0 147934 300 0 0 25 0 1 0 25688105 528605184 126539 4089446400 4194304 10345943 140734228668224 18446744073709551615 6802995 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 129054 126539 807 1502 0 127547 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 516216

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 25850
/proc/meminfo: memFree=27247928/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=539852 CPUtime=1542.34
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1070844 0 0 0 153921 313 0 0 25 0 1 0 25688105 552808448 130530 4089446400 4194304 10345943 140734228668224 18446744073709551615 7546931 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 134963 130530 807 1502 0 133456 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 539852

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 25851
/proc/meminfo: memFree=27193052/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=549172 CPUtime=1602.34
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1106163 0 0 0 159910 324 0 0 25 0 1 0 25688105 562352128 134012 4089446400 4194304 10345943 140734228668224 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 137293 134012 807 1502 0 135786 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 549172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25852
/proc/meminfo: memFree=27138176/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=565288 CPUtime=1662.34
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1134705 0 0 0 165899 335 0 0 25 0 1 0 25688105 578854912 137997 4089446400 4194304 10345943 140734228668224 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 141322 137997 807 1502 0 139815 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 565288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25854
/proc/meminfo: memFree=27079348/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=586028 CPUtime=1722.35
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1149367 0 0 0 171892 343 0 0 25 0 1 0 25688105 600092672 142963 4089446400 4194304 10345943 140734228668224 18446744073709551615 7493138 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 146507 142963 807 1502 0 145000 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 586028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25856
/proc/meminfo: memFree=27016548/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=610536 CPUtime=1782.35
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1168750 0 0 0 177885 350 0 0 25 0 1 0 25688105 625188864 148927 4089446400 4194304 10345943 140734228668224 18446744073709551615 6864664 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 152634 148927 807 1502 0 151127 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 610536

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25856
/proc/meminfo: memFree=27013696/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=610536 CPUtime=1785.54
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1168980 0 0 0 178204 350 0 0 25 0 1 0 25688105 625188864 149157 4089446400 4194304 10345943 140734228668224 18446744073709551615 6119758 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 152634 149157 807 1502 0 151127 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 610536

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25856
/proc/meminfo: memFree=27009848/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=611540 CPUtime=1788.74
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1169277 0 0 0 178524 350 0 0 25 0 1 0 25688105 626216960 149454 4089446400 4194304 10345943 140734228668224 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25798/statm: 152885 149454 807 1502 0 151378 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 611540

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 25856
/proc/meminfo: memFree=27009848/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=611540 CPUtime=1789.55
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1169278 0 0 0 178604 351 0 0 25 0 1 0 25688105 626216960 149455 4089446400 4194304 10345943 140734228668224 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/25798/statm: 152885 149455 807 1502 0 151378 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 611540

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 25873
/proc/meminfo: memFree=28018620/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=611540 CPUtime=1789.95
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1169293 0 0 0 178644 351 0 0 25 0 1 0 25688105 626216960 149470 4089446400 4194304 10345943 140734228668224 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/25798/statm: 152885 149470 807 1502 0 151378 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 611540

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 25873
/proc/meminfo: memFree=28018620/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=611540 CPUtime=1790.15
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1169299 0 0 0 178664 351 0 0 25 0 1 0 25688105 626216960 149476 4089446400 4194304 10345943 140734228668224 18446744073709551615 4421298 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25798/statm: 152885 149476 808 1502 0 151378 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 611540

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 25873
/proc/meminfo: memFree=28018620/32951124 swapFree=67111528/67111528
[pid=25798] ppid=25796 vsize=611540 CPUtime=1790.25
/proc/25798/stat : 25798 (pbscip.linux.x8) R 25796 25798 25519 0 -1 4202496 1169299 0 0 0 178674 351 0 0 25 0 1 0 25688105 626216960 149476 4089446400 4194304 10345943 140734228668224 18446744073709551615 6325647 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25798/statm: 152885 149476 808 1502 0 151378 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 611540

Child status: 0
Real time (s): 1790.26
CPU time (s): 1790.32
CPU user time (s): 1786.78
CPU system time (s): 3.53846
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 611540

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

runsolver used 2.87256 second user time and 6.84596 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-08 09:39:16
IDJOB=2705074
IDBENCH=79026
IDSOLVER=1214
FILE ID=node139/2705074-1278574756
PBS_JOBID= 11240177
Free space on /tmp= 73676 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf8.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705074-1278574756/watcher-2705074-1278574756 -o /tmp/evaluation-result-2705074-1278574756/solver-2705074-1278574756 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705074-1278574756.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0213af97bcb368564904cb77675881c0
RANDOM SEED=2027628700

node139.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.841
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.68
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.841
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.83
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.841
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.841
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.83
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.841
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.75
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.841
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.83
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.841
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.75
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.841
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28527084 kB
Buffers:        162256 kB
Cached:        3961252 kB
SwapCached:          0 kB
Active:        1275344 kB
Inactive:      2986440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28527084 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26552 kB
Writeback:           0 kB
AnonPages:      137788 kB
Mapped:          16812 kB
Slab:            98956 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283808 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= 73676 MiB
End job on node139 at 2010-07-08 10:09:06