Trace number 2705780

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.4 1790.35

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-le450-5a-4_wcsp.wbo
MD5SUM2fe66c717d74f1b0f598aebf3623bd17
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1048
Best CPU time to get the best result obtained on this benchmark1800.19
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints23306
Number of soft constraints22856
Number of constraints which are clauses22856
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 22856
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-2705780-1278580144.wbo>
0.19/0.23	c original problem has 47512 variables (24656 bin, 0 int, 22856 impl, 0 cont) and 46163 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
0.49/0.50	c presolving:
0.49/0.57	c (round 1) 0 del vars, 0 del conss, 22856 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 450 clqs
0.59/0.65	c (round 2) 0 del vars, 0 del conss, 22856 chg bounds, 0 chg sides, 0 chg coeffs, 451 upgd conss, 45712 impls, 450 clqs
1.39/1.40	c    (1.2s) probing: 101/24656 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.39/1.40	c    (1.2s) probing aborted: 100/100 successive totally useless probings
1.39/1.40	c presolving (3 rounds):
1.39/1.40	c  0 deleted vars, 0 deleted constraints, 22856 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.40	c  45712 implications, 450 cliques
1.39/1.40	c presolved problem has 47512 variables (24656 bin, 0 int, 22856 impl, 0 cont) and 46163 constraints
1.39/1.40	c       1 constraints of type <knapsack>
1.39/1.40	c     450 constraints of type <setppc>
1.39/1.40	c   22856 constraints of type <linear>
1.39/1.40	c   22856 constraints of type <indicator>
1.39/1.40	c transformed objective value is always integral (scale: 1)
1.39/1.40	c Presolving Time: 1.02
1.39/1.40	c - non default parameters ----------------------------------------------------------------------
1.39/1.40	c # SCIP version 1.2.1.3
1.39/1.40	c 
1.39/1.40	c # frequency for displaying node information lines
1.39/1.40	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.40	c display/freq = 10000
1.39/1.40	c 
1.39/1.40	c # maximal time in seconds to run
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/time = 1789.77
1.39/1.40	c 
1.39/1.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/memory = 3420
1.39/1.40	c 
1.39/1.40	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.39/1.40	c # [type: int, range: [1,2], default: 1]
1.39/1.40	c timing/clocktype = 2
1.39/1.40	c 
1.39/1.40	c # should presolving try to simplify inequalities
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c constraints/linear/simplifyinequalities = TRUE
1.39/1.40	c 
1.39/1.40	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c constraints/indicator/addCouplingCons = TRUE
1.39/1.40	c 
1.39/1.40	c # should presolving try to simplify knapsacks
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c constraints/knapsack/simplifyinequalities = TRUE
1.39/1.40	c 
1.39/1.40	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.39/1.40	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.40	c separating/rapidlearning/freq = 0
1.39/1.40	c 
1.39/1.40	c -----------------------------------------------------------------------------------------------
1.39/1.40	c start solving
1.39/1.41	c 
1.49/1.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.50	c   1.3s|     1 |     0 |   450 |     - | 164M|   0 |   0 |  47k|  46k|  47k| 451 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.52	c   1.3s|     1 |     0 |   522 |     - | 164M|   0 |  26 |  47k|  46k|  47k| 651 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.78	c   1.5s|     1 |     0 |   575 |     - | 164M|   0 |  69 |  47k|  46k|  47k| 852 | 401 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.10/2.15	c   1.9s|     1 |     0 |   631 |     - | 164M|   0 |  97 |  47k|  46k|  47k|1055 | 604 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.61	c   2.4s|     1 |     0 |   698 |     - | 165M|   0 | 133 |  47k|  46k|  47k|1260 | 809 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.19	c   3.0s|     1 |     0 |   777 |     - | 165M|   0 | 152 |  47k|  46k|  47k|1469 |1018 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.81	c   3.6s|     1 |     0 |   891 |     - | 165M|   0 | 222 |  47k|  46k|  47k|1680 |1229 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.49/4.58	c   4.3s|     1 |     2 |   891 |     - | 165M|   0 | 222 |  47k|  46k|  47k|1680 |1229 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
513.30/513.40	c   513s| 10000 | 10001 |446461 |  44.6 | 319M|  51 | 229 |  47k|  46k|  47k|5213 |1272k|   0 |9519 | 0.000000e+00 |      --      |    Inf 
911.62/911.61	c   911s| 20000 | 20001 |847451 |  42.3 | 469M|  55 | 564 |  47k|  46k|  47k|5135 |2422k|   0 |  11k| 0.000000e+00 |      --      |    Inf 
1331.13/1331.13	c  1331s| 30000 | 30001 |  1246k|  41.5 | 620M|  57 | 322 |  47k|  46k|  47k|5230 |3534k|   0 |  14k| 0.000000e+00 |      --      |    Inf 
1729.54/1729.57	c  1729s| 40000 | 40001 |  1643k|  41.1 | 770M|  61 | 144 |  47k|  46k|  47k|5187 |4685k|   0 |  17k| 0.000000e+00 |      --      |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.78
1790.04/1790.01	c Solving Nodes      : 41544
1790.04/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.01	s UNKNOWN
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.78
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705780-1278580144.wbo
1790.04/1790.01	c   Variables        : 47512 (24656 binary, 0 integer, 22856 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 46163 initial, 46163 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705780-1278580144.wbo
1790.04/1790.01	c   Variables        : 47512 (24656 binary, 0 integer, 22856 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 46163 initial, 46163 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.62          0          0          0          0          0          0          0          0
1790.04/1790.01	c   knapsack         :       0.11          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   linear           :       0.13          0          0          0      22856          0          0          0          0
1790.04/1790.01	c   indicator        :       0.02          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0      42945          0          0          0          0          0      83088
1790.04/1790.01	c   knapsack         :          1          6     123902       1401          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :        450          6     123902       1401          0          0     119064          0          0          0
1790.04/1790.01	c   linear           :      22856          6     123902       1401          0          0      47757    4862707          0          0
1790.04/1790.01	c   indicator        :      22856          0     123902       1401          0          0      47757          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :     230.59       0.00       0.00     230.59       0.00
1790.04/1790.01	c   knapsack         :      19.81       0.00      19.81       0.00       0.00
1790.04/1790.01	c   setppc           :       3.98       0.00       3.93       0.04       0.00
1790.04/1790.01	c   linear           :      81.82       0.01      68.74      13.07       0.00
1790.04/1790.01	c   indicator        :     115.16       0.00     109.66       5.50       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.09          2          0          0
1790.04/1790.01	c   rootredcost      :       0.08          0          0          0
1790.04/1790.01	c   pseudoobj        :      88.27     123702          0          0
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          4          -          -         16          -    (maximal pool size: 318)
1790.04/1790.01	c   redcost          :      94.14      42950          0          0          0          0
1790.04/1790.01	c   impliedbounds    :       0.01          5          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.14          5          0          0        951          0
1790.04/1790.01	c   strongcg         :       0.14          5          0          0        951          0
1790.04/1790.01	c   cmir             :       0.64          5          0          0          0          0
1790.04/1790.01	c   flowcover        :       1.15          5          0          0          0          0
1790.04/1790.01	c   clique           :       0.03          5          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.00          0          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :     230.48      41544          0          0          0          0      83088
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.00          -          0
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   oneopt           :       0.06          0          0
1790.04/1790.01	c   crossover        :       0.03          0          0
1790.04/1790.01	c   rootsoldiving    :      11.85         49          0
1790.04/1790.01	c   veclendiving     :      63.03        265          0
1790.04/1790.01	c   linesearchdiving :     103.84        265          0
1790.04/1790.01	c   feaspump         :      26.67        133          0
1790.04/1790.01	c   coefdiving       :     117.62        266          0
1790.04/1790.01	c   pscostdiving     :      89.49        266          0
1790.04/1790.01	c   trivial          :       0.08          2          0
1790.04/1790.01	c   simplerounding   :       0.03          0          0
1790.04/1790.01	c   zirounding       :       0.34       1000          0
1790.04/1790.01	c   rounding         :       2.42       2834          0
1790.04/1790.01	c   shifting         :       3.13        848          0
1790.04/1790.01	c   intshifting      :       0.00          0          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   fracdiving       :      78.75        266          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   objpscostdiving  :      18.92         91          0
1790.04/1790.01	c   guideddiving     :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.26          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.02          0          0
1790.04/1790.01	c   trysol           :       0.03          0          0
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.01          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     479.88      42951    1579472      36.77    3291.37
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:     232.85      31814     123979       3.90     532.44
1790.04/1790.01	c   strong branching :     225.12      17727     276417      15.59    1227.87
1790.04/1790.01	c     (at root node) :          -         33        411      12.45          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :      41544
1790.04/1790.01	c   nodes (total)    :      41544
1790.04/1790.01	c   nodes left       :      41545
1790.04/1790.01	c   max depth        :         61
1790.04/1790.01	c   max depth (total):         61
1790.04/1790.01	c   backtracks       :       1468 (3.5%)
1790.04/1790.01	c   delayed cutoffs  :          0
1790.04/1790.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.04/1790.01	c   avg switch length:       2.15
1790.04/1790.01	c   switching time   :       9.85
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :          0 (0 improvements)
1790.04/1790.01	c   Primal Bound     :          -
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        891
1790.33/1790.35	c Time complete: 1790.38.

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-2705780-1278580144/watcher-2705780-1278580144 -o /tmp/evaluation-result-2705780-1278580144/solver-2705780-1278580144 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705780-1278580144.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.04 2.01 2.00 3/182 21861
/proc/meminfo: memFree=28818680/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=12340 CPUtime=0
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 1914 0 0 0 0 0 0 0 25 0 1 0 26227688 12636160 1832 4089446400 4194304 10345943 140736388724000 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21861/statm: 3085 1833 423 1502 0 1578 0

[startup+0.0242669 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 21861
/proc/meminfo: memFree=28818680/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=18436 CPUtime=0.02
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3468 0 0 0 2 0 0 0 25 0 1 0 26227688 18878464 3386 4089446400 4194304 10345943 140736388724000 18446744073709551615 8933795 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21861/statm: 4609 3386 430 1502 0 3102 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18436

[startup+0.10024 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 21861
/proc/meminfo: memFree=28818680/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=38940 CPUtime=0.09
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 8583 0 0 0 9 0 0 0 25 0 1 0 26227688 39874560 8501 4089446400 4194304 10345943 140736388724000 18446744073709551615 9053520 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21861/statm: 9735 8502 430 1502 0 8228 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38940

[startup+0.300217 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 21861
/proc/meminfo: memFree=28818680/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=126656 CPUtime=0.29
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 30573 0 0 0 26 3 0 0 25 0 1 0 26227688 129695744 30091 4089446400 4194304 10345943 140736388724000 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21861/statm: 31664 30153 478 1502 0 30157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 126656

[startup+0.701173 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 21861
/proc/meminfo: memFree=28818680/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=188080 CPUtime=0.69
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 45931 0 0 0 65 4 0 0 25 0 1 0 26227688 192593920 44640 4089446400 4194304 10345943 140736388724000 18446744073709551615 6085114 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21861/statm: 47020 44640 545 1502 0 45513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 188080

[startup+1.50104 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21862
/proc/meminfo: memFree=28637260/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=220976 CPUtime=1.49
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 53902 0 0 0 144 5 0 0 18 0 1 0 26227688 226279424 52588 4089446400 4194304 10345943 140736388724000 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21861/statm: 55244 52588 693 1502 0 53737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 220976

[startup+3.10074 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 21862
/proc/meminfo: memFree=28602540/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=233768 CPUtime=3.09
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 56256 0 0 0 304 5 0 0 20 0 1 0 26227688 239378432 54906 4089446400 4194304 10345943 140736388724000 18446744073709551615 5834481 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21861/statm: 58442 54906 739 1502 0 56935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 233768

[startup+6.30116 s]
/proc/loadavg: 2.03 2.01 2.00 2/178 21880
/proc/meminfo: memFree=29855988/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=240948 CPUtime=6.29
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 80943 0 0 0 620 9 0 0 25 0 1 0 26227688 246730752 56825 4089446400 4194304 10345943 140736388724000 18446744073709551615 8160436 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 60237 56825 774 1502 0 58730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 240948

[startup+12.701 s]
/proc/loadavg: 1.87 1.98 1.99 2/178 21880
/proc/meminfo: memFree=29855308/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=243220 CPUtime=12.69
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 81467 0 0 0 1259 10 0 0 25 0 1 0 26227688 249057280 57349 4089446400 4194304 10345943 140736388724000 18446744073709551615 6847557 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 60805 57349 775 1502 0 59298 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 243220

[startup+25.5007 s]
/proc/loadavg: 1.74 1.95 1.98 2/175 21884
/proc/meminfo: memFree=29848736/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=254788 CPUtime=25.49
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 116064 0 0 0 2533 16 0 0 25 0 1 0 26227688 260902912 59138 4089446400 4194304 10345943 140736388724000 18446744073709551615 7523270 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 63697 59138 775 1502 0 62190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254788

[startup+51.1002 s]
/proc/loadavg: 1.54 1.88 1.96 2/175 21885
/proc/meminfo: memFree=29848564/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=255304 CPUtime=51.09
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 670983 0 0 0 5016 93 0 0 25 0 1 0 26227688 261431296 59315 4089446400 4194304 10345943 140736388724000 18446744073709551615 6920909 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 63826 59315 775 1502 0 62319 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 255304

[startup+102.306 s]
/proc/loadavg: 1.29 1.75 1.90 2/175 21886
/proc/meminfo: memFree=29845448/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=253808 CPUtime=102.3
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 1815280 0 0 0 9973 257 0 0 25 0 1 0 26227688 259899392 59982 4089446400 4194304 10345943 140736388724000 18446744073709551615 5926494 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 63452 59982 775 1502 0 61945 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 253808

[startup+162.3 s]
/proc/loadavg: 1.11 1.61 1.85 2/175 21888
/proc/meminfo: memFree=29830540/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=267464 CPUtime=162.29
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2022867 0 0 0 15932 297 0 0 25 0 1 0 26227688 273883136 63402 4089446400 4194304 10345943 140736388724000 18446744073709551615 6803071 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 66866 63402 775 1502 0 65359 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 267464

[startup+222.301 s]
/proc/loadavg: 1.08 1.51 1.79 2/175 21889
/proc/meminfo: memFree=29808200/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=294392 CPUtime=222.29
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2122306 0 0 0 21908 321 0 0 25 0 1 0 26227688 301457408 69494 4089446400 4194304 10345943 140736388724000 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 73598 69494 775 1502 0 72091 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 294392

[startup+282.301 s]
/proc/loadavg: 1.03 1.41 1.74 2/175 21891
/proc/meminfo: memFree=29788440/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=314528 CPUtime=282.29
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2204415 0 0 0 27883 346 0 0 25 0 1 0 26227688 322076672 74450 4089446400 4194304 10345943 140736388724000 18446744073709551615 6003033 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 78632 74450 775 1502 0 77125 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 314528

[startup+342.3 s]
/proc/loadavg: 1.01 1.34 1.69 2/175 21893
/proc/meminfo: memFree=29765708/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=335532 CPUtime=342.3
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2249305 0 0 0 33866 364 0 0 25 0 1 0 26227688 343584768 79878 4089446400 4194304 10345943 140736388724000 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 83883 79878 775 1502 0 82376 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 335532

[startup+402.301 s]
/proc/loadavg: 1.00 1.27 1.65 2/175 21894
/proc/meminfo: memFree=29736784/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=365708 CPUtime=402.3
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2297107 0 0 0 39849 381 0 0 25 0 1 0 26227688 374484992 87285 4089446400 4194304 10345943 140736388724000 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 91427 87285 775 1502 0 89920 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 365708

[startup+462.301 s]
/proc/loadavg: 1.00 1.22 1.60 2/175 21896
/proc/meminfo: memFree=29713688/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=389472 CPUtime=462.3
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2321601 0 0 0 45833 397 0 0 25 0 1 0 26227688 398819328 93049 4089446400 4194304 10345943 140736388724000 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 97368 93049 775 1502 0 95861 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 389472

[startup+522.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/175 21897
/proc/meminfo: memFree=29686620/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=414092 CPUtime=522.3
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2343969 0 0 0 51819 411 0 0 25 0 1 0 26227688 424030208 99751 4089446400 4194304 10345943 140736388724000 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 103523 99751 775 1502 0 102016 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 414092

[startup+582.301 s]
/proc/loadavg: 1.00 1.14 1.52 2/175 21899
/proc/meminfo: memFree=29664276/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=437464 CPUtime=582.3
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2359226 0 0 0 57806 424 0 0 25 0 1 0 26227688 447963136 105425 4089446400 4194304 10345943 140736388724000 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 109366 105425 775 1502 0 107859 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 437464

[startup+642.301 s]
/proc/loadavg: 1.00 1.11 1.49 2/175 21904
/proc/meminfo: memFree=29637980/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=462272 CPUtime=642.31
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2389334 0 0 0 63791 440 0 0 25 0 1 0 26227688 473366528 111783 4089446400 4194304 10345943 140736388724000 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 115568 111783 775 1502 0 114061 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 462272

[startup+702.3 s]

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

/proc/meminfo: memFree=29503012/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=599180 CPUtime=1002.31
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2656169 0 0 0 99689 542 0 0 25 0 1 0 26227688 613560320 145580 4089446400 4194304 10345943 140736388724000 18446744073709551615 6518879 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 149795 145580 775 1502 0 148288 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 599180

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/175 21915
/proc/meminfo: memFree=29486368/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=614440 CPUtime=1062.31
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2688883 0 0 0 105676 555 0 0 25 0 1 0 26227688 629186560 149896 4089446400 4194304 10345943 140736388724000 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 153610 149896 775 1502 0 152103 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 614440

[startup+1122.3 s]
/proc/loadavg: 1.12 1.06 1.29 2/175 21916
/proc/meminfo: memFree=29455960/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=645212 CPUtime=1122.31
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2734470 0 0 0 111660 571 0 0 25 0 1 0 26227688 660697088 157333 4089446400 4194304 10345943 140736388724000 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 161303 157333 775 1502 0 159796 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 645212

[startup+1182.3 s]
/proc/loadavg: 1.08 1.06 1.27 2/175 21918
/proc/meminfo: memFree=29439564/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=660716 CPUtime=1182.32
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2797624 0 0 0 117643 589 0 0 25 0 1 0 26227688 676573184 161344 4089446400 4194304 10345943 140736388724000 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 165179 161344 775 1502 0 163672 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 660716

[startup+1242.3 s]
/proc/loadavg: 1.08 1.06 1.26 2/175 21920
/proc/meminfo: memFree=29418456/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=682556 CPUtime=1242.32
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2897603 0 0 0 123622 610 0 0 25 0 1 0 26227688 698937344 166917 4089446400 4194304 10345943 140736388724000 18446744073709551615 6865077 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 170639 166917 775 1502 0 169132 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 682556

[startup+1302.3 s]
/proc/loadavg: 1.14 1.08 1.25 2/175 21921
/proc/meminfo: memFree=29394616/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=705540 CPUtime=1302.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 2980619 0 0 0 129603 630 0 0 25 0 1 0 26227688 722472960 172430 4089446400 4194304 10345943 140736388724000 18446744073709551615 6119793 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 176385 172430 775 1502 0 174878 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 705540

[startup+1362.3 s]
/proc/loadavg: 1.05 1.06 1.24 2/175 21923
/proc/meminfo: memFree=29373876/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=731920 CPUtime=1362.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3018416 0 0 0 135585 648 0 0 25 0 1 0 26227688 749486080 177920 4089446400 4194304 10345943 140736388724000 18446744073709551615 6802864 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 182980 177920 775 1502 0 181473 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 731920

[startup+1422.31 s]
/proc/loadavg: 1.02 1.05 1.22 2/175 21924
/proc/meminfo: memFree=29352768/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=748184 CPUtime=1422.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3099036 0 0 0 141564 669 0 0 25 0 1 0 26227688 766140416 182941 4089446400 4194304 10345943 140736388724000 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 187046 182941 775 1502 0 185539 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 748184

[startup+1482.3 s]
/proc/loadavg: 1.04 1.05 1.21 2/175 21926
/proc/meminfo: memFree=29328804/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=771384 CPUtime=1482.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3148770 0 0 0 147547 686 0 0 25 0 1 0 26227688 789897216 189039 4089446400 4194304 10345943 140736388724000 18446744073709551615 7521040 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 192846 189039 775 1502 0 191339 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 771384

[startup+1542.3 s]
/proc/loadavg: 1.01 1.04 1.19 2/175 21928
/proc/meminfo: memFree=29302868/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=798356 CPUtime=1542.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3216804 0 0 0 153530 703 0 0 25 0 1 0 26227688 817516544 195497 4089446400 4194304 10345943 140736388724000 18446744073709551615 6702848 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 199589 195497 775 1502 0 198082 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 798356

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.17 2/175 21929
/proc/meminfo: memFree=29279900/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=825120 CPUtime=1602.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3297583 0 0 0 159507 726 0 0 25 0 1 0 26227688 844922880 201658 4089446400 4194304 10345943 140736388724000 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 206280 201658 775 1502 0 204773 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 825120

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/175 21931
/proc/meminfo: memFree=29257556/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=842816 CPUtime=1662.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3324919 0 0 0 165493 740 0 0 25 0 1 0 26227688 863043584 206942 4089446400 4194304 10345943 140736388724000 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 210704 206942 775 1502 0 209197 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 842816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/175 21932
/proc/meminfo: memFree=29226532/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=875940 CPUtime=1722.34
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3373677 0 0 0 171477 757 0 0 25 0 1 0 26227688 896962560 214685 4089446400 4194304 10345943 140736388724000 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 218985 214685 775 1502 0 217478 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 875940

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/175 21934
/proc/meminfo: memFree=29204916/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=899312 CPUtime=1782.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3465616 0 0 0 177454 779 0 0 25 0 1 0 26227688 920895488 220244 4089446400 4194304 10345943 140736388724000 18446744073709551615 6847584 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 224828 220244 775 1502 0 223321 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 899312

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.01 1.14 2/175 21934
/proc/meminfo: memFree=29203180/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=898792 CPUtime=1785.54
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3476711 0 0 0 177772 782 0 0 25 0 1 0 26227688 920363008 220353 4089446400 4194304 10345943 140736388724000 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 224698 220353 775 1502 0 223191 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 898792

[startup+1788.7 s]
/proc/loadavg: 1.00 1.01 1.14 2/175 21934
/proc/meminfo: memFree=29200452/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=902900 CPUtime=1788.74
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3477358 0 0 0 178091 783 0 0 25 0 1 0 26227688 924569600 221000 4089446400 4194304 10345943 140736388724000 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 225725 221000 775 1502 0 224218 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 902900

[startup+1789.5 s]
/proc/loadavg: 1.00 1.01 1.14 2/175 21934
/proc/meminfo: memFree=29200452/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=902900 CPUtime=1789.54
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3477495 0 0 0 178171 783 0 0 25 0 1 0 26227688 924569600 221137 4089446400 4194304 10345943 140736388724000 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 225725 221137 775 1502 0 224218 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 902900

[startup+1789.9 s]
/proc/loadavg: 1.00 1.01 1.14 2/175 21934
/proc/meminfo: memFree=29199832/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=902900 CPUtime=1789.94
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3477535 0 0 0 178211 783 0 0 25 0 1 0 26227688 924569600 221177 4089446400 4194304 10345943 140736388724000 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21861/statm: 225725 221177 775 1502 0 224218 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 902900

[startup+1790.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/175 21934
/proc/meminfo: memFree=29199832/32951124 swapFree=67111528/67111528
[pid=21861] ppid=21859 vsize=738404 CPUtime=1790.33
/proc/21861/stat : 21861 (pbscip.linux.x8) R 21859 21861 21211 0 -1 4202496 3477578 0 0 0 178248 785 0 0 25 0 1 0 26227688 756125696 62774 4089446400 4194304 10345943 140736388724000 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21861/statm: 184601 62262 776 1502 0 183094 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 738404

Child status: 0
Real time (s): 1790.35
CPU time (s): 1790.4
CPU user time (s): 1782.53
CPU system time (s): 7.8688
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 904732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.53
system time used= 7.8688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3477581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 963

runsolver used 2.79357 second user time and 5.35219 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 11:09:04
IDJOB=2705780
IDBENCH=79617
IDSOLVER=1214
FILE ID=node132/2705780-1278580144
PBS_JOBID= 11240190
Free space on /tmp= 73568 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/wcsp/coloring/normalized-le450-5a-4_wcsp.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-2705780-1278580144/watcher-2705780-1278580144 -o /tmp/evaluation-result-2705780-1278580144/solver-2705780-1278580144 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705780-1278580144.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2fe66c717d74f1b0f598aebf3623bd17
RANDOM SEED=1478444185

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28819208 kB
Buffers:        151444 kB
Cached:        2509956 kB
SwapCached:          0 kB
Active:        2205616 kB
Inactive:      1766052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28819208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13256 kB
Writeback:           0 kB
AnonPages:     1309932 kB
Mapped:          17584 kB
Slab:            96224 kB
PageTables:       7228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1460532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node132 at 2010-07-08 11:38:55