Trace number 2700620

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.56 1800.52

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-le450-5a-2_wcsp.wbo
MD5SUMf22a0f0686559d8ded0c30a6073a8ba7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2545
Best CPU time to get the best result obtained on this benchmark1799.42
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables900
Total number of constraints11878
Number of soft constraints11428
Number of constraints which are clauses11428
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 constraint2
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 11428
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3
Number of bits of the biggest sum of numbers2
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2700620-1278535867.wbo>
0.09/0.12	c original problem has 23756 variables (12328 bin, 0 int, 0 impl, 11428 cont) and 23307 constraints
0.09/0.12	c problem read
0.09/0.12	c presolving settings loaded
0.19/0.23	c presolving:
0.19/0.28	c (round 1) 450 del vars, 450 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12328 impls, 0 clqs
0.29/0.30	c (round 2) 450 del vars, 450 del conss, 11428 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12328 impls, 0 clqs
0.49/0.55	c    (0.4s) probing: 101/11878 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.55	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.55	c presolving (3 rounds):
0.49/0.55	c  450 deleted vars, 450 deleted constraints, 11428 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  12328 implications, 0 cliques
0.49/0.55	c presolved problem has 23306 variables (11878 bin, 0 int, 0 impl, 11428 cont) and 22857 constraints
0.49/0.55	c   11428 constraints of type <indicator>
0.49/0.55	c       1 constraints of type <knapsack>
0.49/0.55	c   11428 constraints of type <linear>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.31
0.49/0.55	c - non default parameters ----------------------------------------------------------------------
0.49/0.55	c # SCIP version 1.2.1.2
0.49/0.55	c 
0.49/0.55	c # frequency for displaying node information lines
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.55	c display/freq = 10000
0.49/0.55	c 
0.49/0.55	c # maximal time in seconds to run
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/time = 1799.89
0.49/0.55	c 
0.49/0.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/memory = 3420
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/linear/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c separating/rapidlearning/freq = 0
0.49/0.55	c 
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c start solving
0.49/0.55	c 
0.59/0.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c   0.4s|     1 |     0 |     0 |     - |  80M|   0 |   0 |  23k|  22k|  23k|   1 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.64	c   0.5s|     1 |     0 |   101 |     - |  80M|   0 |   0 |  23k|  22k|  23k| 201 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.5s|     1 |     0 |   197 |     - |  80M|   0 |  49 |  23k|  22k|  23k| 401 | 400 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.80	c   0.6s|     1 |     0 |   373 |     - |  80M|   0 |  55 |  23k|  22k|  23k| 614 | 613 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.97	c   0.8s|     1 |     0 |   622 |     - |  80M|   0 | 116 |  23k|  22k|  23k| 822 | 821 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.15	c   0.9s|     1 |     0 |   896 |     - |  80M|   0 | 143 |  23k|  22k|  23k|1036 |1035 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.33	c   1.1s|     1 |     0 |  1230 |     - |  81M|   0 | 167 |  23k|  22k|  23k|1279 |1278 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.81	c   1.6s|     1 |     2 |  2026 |     - |  81M|   0 | 167 |  23k|  22k|  23k|1279 |1278 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
408.70/408.79	c   395s| 10000 | 10001 |  1227k| 122.6 | 173M|  57 |  23 |  23k|  22k|  23k|4093 |1360k|   0 |7265 | 0.000000e+00 |      --      |    Inf 
751.61/751.65	c   728s| 20000 | 20001 |  2453k| 122.6 | 260M|  57 | 141 |  23k|  22k|  23k|6243 |2607k|   0 |9455 | 1.000000e+00 |      --      |    Inf 
1082.31/1082.38	c  1049s| 30000 | 30001 |  3668k| 122.3 | 346M|  59 |  23 |  23k|  22k|  23k|6857 |3742k|   0 |  11k| 1.000000e+00 |      --      |    Inf 
1397.72/1397.72	c  1355s| 40000 | 40001 |  4863k| 121.6 | 433M|  63 | 145 |  23k|  22k|  23k|6896 |4892k|   0 |  12k| 2.000000e+00 |      --      |    Inf 
1713.33/1713.32	c  1661s| 50000 | 50001 |  6034k| 120.7 | 520M|  65 |  76 |  23k|  22k|  23k|6801 |5955k|   0 |  13k| 2.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.23/1800.25	c 
1800.23/1800.25	c SCIP Status        : solving was interrupted [user interrupt]
1800.23/1800.25	c Solving Time (sec) : 1745.64
1800.23/1800.25	c Solving Nodes      : 52953
1800.23/1800.25	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.23/1800.25	c Dual Bound         : +2.00000000000000e+00
1800.23/1800.25	c Gap                : infinite
1800.23/1800.25	s UNKNOWN
1800.23/1800.25	c SCIP Status        : solving was interrupted [user interrupt]
1800.23/1800.25	c Solving Time       :    1745.64
1800.23/1800.25	c Original Problem   :
1800.23/1800.25	c   Problem name     : HOME/instance-2700620-1278535867.wbo
1800.23/1800.25	c   Variables        : 23756 (12328 binary, 0 integer, 0 implicit integer, 11428 continuous)
1800.23/1800.25	c   Constraints      : 23307 initial, 23307 maximal
1800.23/1800.25	c Presolved Problem  :
1800.23/1800.25	c   Problem name     : t_HOME/instance-2700620-1278535867.wbo
1800.23/1800.25	c   Variables        : 23306 (11878 binary, 0 integer, 0 implicit integer, 11428 continuous)
1800.23/1800.25	c   Constraints      : 22857 initial, 22857 maximal
1800.23/1800.25	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.23/1800.25	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.23/1800.25	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.25	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.25	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.25	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.25	c   probing          :       0.21          0          0          0          0          0          0          0          0
1800.23/1800.25	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.25	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.23/1800.25	c   linear           :       0.04          0        450          0      11428          0        450          0          0
1800.23/1800.25	c   root node        :          -          0          -          -          0          -          -          -          -
1800.23/1800.25	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.23/1800.25	c   integral         :          0          0          0      55483          0          0          0          0          0     105894
1800.23/1800.25	c   indicator        :      11428          0     130089       2536          0          0      78964          0          0          0
1800.23/1800.25	c   knapsack         :          1          6     130089       2536          0          0          0          0          0          0
1800.23/1800.25	c   linear           :      11428          6     130089       2536          0          0      78964    6262001          0          0
1800.23/1800.25	c   countsols        :          0          0          0          6          0          0          0          0          0          0
1800.23/1800.25	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.23/1800.25	c   integral         :     243.95       0.00       0.00     243.95       0.00
1800.23/1800.25	c   indicator        :      50.90       0.00      44.12       6.78       0.00
1800.23/1800.25	c   knapsack         :       0.05       0.00       0.04       0.01       0.00
1800.23/1800.25	c   linear           :      50.71       0.00      42.08       8.63       0.00
1800.23/1800.25	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.23/1800.25	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.23/1800.25	c   vbounds          :       0.00          2          0          0
1800.23/1800.25	c   rootredcost      :       0.00          0          0          0
1800.23/1800.25	c   pseudoobj        :      43.70     129889          0          0
1800.23/1800.25	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.23/1800.25	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.23/1800.25	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.23/1800.25	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.23/1800.25	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.23/1800.25	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.23/1800.25	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.23/1800.25	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.23/1800.25	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.23/1800.25	c   cut pool         :       0.00          3          -          -          6          -    (maximal pool size: 283)
1800.23/1800.25	c   redcost          :      46.17      55488          0          0          0          0
1800.23/1800.25	c   impliedbounds    :       0.01          4          0          0          0          0
1800.23/1800.25	c   intobj           :       0.00          0          0          0          0          0
1800.23/1800.25	c   cgmip            :       0.00          0          0          0          0          0
1800.23/1800.25	c   gomory           :       0.03          4          0          0        363          0
1800.23/1800.25	c   strongcg         :       0.00          4          0          0          0          0
1800.23/1800.25	c   cmir             :       0.14          4          0          0          0          0
1800.23/1800.25	c   flowcover        :       0.31          4          0          0          0          0
1800.23/1800.25	c   clique           :       0.00          1          0          0          0          0
1800.23/1800.25	c   zerohalf         :       0.00          0          0          0          0          0
1800.23/1800.25	c   mcf              :       0.01          1          0          0          0          0
1800.23/1800.25	c   rapidlearning    :       0.00          0          0          0          0          0
1800.23/1800.25	c Pricers            :       Time      Calls       Vars
1800.23/1800.25	c   problem variables:       0.00          0          0
1800.23/1800.25	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.23/1800.25	c   relpscost        :     243.87      52947          0          0          0          0     105894
1800.23/1800.25	c   pscost           :       0.00          0          0          0          0          0          0
1800.23/1800.25	c   inference        :       0.02          6          0          0          0          0         12
1800.23/1800.25	c   mostinf          :       0.00          0          0          0          0          0          0
1800.23/1800.25	c   leastinf         :       0.00          0          0          0          0          0          0
1800.23/1800.25	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.23/1800.25	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.23/1800.25	c   random           :       0.00          0          0          0          0          0          0
1800.23/1800.25	c Primal Heuristics  :       Time      Calls      Found
1800.23/1800.25	c   LP solutions     :       0.00          -          0
1800.23/1800.25	c   pseudo solutions :       0.00          -          0
1800.23/1800.25	c   oneopt           :       0.10          0          0
1800.23/1800.25	c   crossover        :       0.00          0          0
1800.23/1800.25	c   guideddiving     :       0.00          0          0
1800.23/1800.25	c   intshifting      :       3.02         57          0
1800.23/1800.25	c   linesearchdiving :      47.61        262          0
1800.23/1800.25	c   coefdiving       :      53.00        262          0
1800.23/1800.25	c   pscostdiving     :      50.61        263          0
1800.23/1800.25	c   fracdiving       :      50.43        263          0
1800.23/1800.25	c   veclendiving     :      50.82        263          0
1800.23/1800.25	c   objpscostdiving  :      21.51        132          0
1800.23/1800.25	c   rootsoldiving    :       6.45        132          0
1800.23/1800.25	c   feaspump         :       9.94        132          0
1800.23/1800.25	c   trivial          :       0.07          2          0
1800.23/1800.25	c   simplerounding   :       0.00          0          0
1800.23/1800.25	c   zirounding       :       0.21       1000          0
1800.23/1800.25	c   rounding         :       1.08       3206          0
1800.23/1800.25	c   shifting         :      10.24        966          0
1800.23/1800.25	c   twoopt           :       0.00          0          0
1800.23/1800.25	c   fixandinfer      :       0.00          0          0
1800.23/1800.25	c   intdiving        :       0.00          0          0
1800.23/1800.25	c   actconsdiving    :       0.00          0          0
1800.23/1800.25	c   octane           :       0.00          0          0
1800.23/1800.25	c   rens             :       0.14          1          0
1800.23/1800.25	c   rins             :       0.00          0          0
1800.23/1800.25	c   localbranching   :       0.00          0          0
1800.23/1800.25	c   mutation         :       0.00          0          0
1800.23/1800.25	c   dins             :       0.00          0          0
1800.23/1800.25	c   undercover       :       0.00          0          0
1800.23/1800.25	c   nlp              :       0.00          0          0
1800.23/1800.25	c   trysol           :      21.32       2714          0
1800.23/1800.25	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.23/1800.25	c   primal LP        :       0.00          0          0       0.00          -
1800.23/1800.25	c   dual LP          :     816.90      55485    6119030     110.28    7490.55
1800.23/1800.25	c   lex dual LP      :       0.00          0          0       0.00          -
1800.23/1800.25	c   barrier LP       :       0.00          0          0       0.00          -
1800.23/1800.25	c   diving/probing LP:     156.45      22752     252439      11.10    1613.54
1800.23/1800.25	c   strong branching :     241.86      13692     414411      30.27    1713.43
1800.23/1800.25	c     (at root node) :          -         33        620      18.79          -
1800.23/1800.25	c   conflict analysis:       0.00          0          0       0.00          -
1800.23/1800.25	c B&B Tree           :
1800.23/1800.25	c   number of runs   :          1
1800.23/1800.25	c   nodes            :      52953
1800.23/1800.25	c   nodes (total)    :      52953
1800.23/1800.25	c   nodes left       :      52954
1800.23/1800.25	c   max depth        :         65
1800.23/1800.25	c   max depth (total):         65
1800.23/1800.25	c   backtracks       :       1738 (3.3%)
1800.23/1800.25	c   delayed cutoffs  :          0
1800.23/1800.25	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.23/1800.25	c   avg switch length:       2.72
1800.23/1800.25	c   switching time   :      18.57
1800.23/1800.25	c Solution           :
1800.23/1800.25	c   Solutions found  :          0 (0 improvements)
1800.23/1800.25	c   Primal Bound     :          -
1800.23/1800.25	c   Dual Bound       : +2.00000000000000e+00
1800.23/1800.25	c   Gap              :   infinite
1800.23/1800.25	c   Root Dual Bound  : +0.00000000000000e+00
1800.23/1800.25	c   Root Iterations  :       1230
1800.53/1800.52	c Time complete: 1800.55.

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-2700620-1278535867/watcher-2700620-1278535867 -o /tmp/evaluation-result-2700620-1278535867/solver-2700620-1278535867 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700620-1278535867.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.05 2.02 1.75 4/178 18828
/proc/meminfo: memFree=29341584/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=9436 CPUtime=0
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 1647 0 0 0 0 0 0 0 21 0 1 0 21801427 9662464 1566 4089446400 4194304 8223781 140736900503600 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18828/statm: 2359 1566 363 984 0 1372 0

[startup+0.048046 s]
/proc/loadavg: 2.05 2.02 1.75 4/178 18828
/proc/meminfo: memFree=29341584/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=22584 CPUtime=0.04
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 4936 0 0 0 4 0 0 0 21 0 1 0 21801427 23126016 4855 4089446400 4194304 8223781 140736900503600 18446744073709551615 6207505 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18828/statm: 5646 4855 369 984 0 4659 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22584

[startup+0.101033 s]
/proc/loadavg: 2.05 2.02 1.75 4/178 18828
/proc/meminfo: memFree=29341584/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=36080 CPUtime=0.09
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 8341 0 0 0 9 0 0 0 21 0 1 0 21801427 36945920 8254 4089446400 4194304 8223781 140736900503600 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18828/statm: 9020 8254 369 984 0 8033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36080

[startup+0.301003 s]
/proc/loadavg: 2.05 2.02 1.75 4/178 18828
/proc/meminfo: memFree=29341584/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=99644 CPUtime=0.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 24516 0 0 0 25 4 0 0 21 0 1 0 21801427 102035456 23405 4089446400 4194304 8223781 140736900503600 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 24911 23405 468 984 0 23924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99644

[startup+0.700931 s]
/proc/loadavg: 2.05 2.02 1.75 4/178 18828
/proc/meminfo: memFree=29341584/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=119292 CPUtime=0.69
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 30379 0 0 0 62 7 0 0 22 0 1 0 21801427 122155008 27723 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 29823 27723 581 984 0 28836 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119292

[startup+1.50079 s]
/proc/loadavg: 2.05 2.02 1.75 3/179 18829
/proc/meminfo: memFree=29229232/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=159508 CPUtime=1.49
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 41529 0 0 0 139 10 0 0 25 0 1 0 21801427 163336192 37770 4089446400 4194304 8223781 140736900503600 18446744073709551615 4384918 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 39877 37770 600 984 0 38890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159508

[startup+3.1005 s]
/proc/loadavg: 2.04 2.02 1.75 3/179 18829
/proc/meminfo: memFree=29227004/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=122396 CPUtime=3.09
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 95162 0 0 0 291 18 0 0 25 0 1 0 21801427 125333504 28584 4089446400 4194304 8223781 140736900503600 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 30599 28596 612 984 0 29612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122396

[startup+6.30093 s]
/proc/loadavg: 2.04 2.02 1.75 3/179 18829
/proc/meminfo: memFree=29220928/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=126668 CPUtime=6.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 201618 0 0 0 598 31 0 0 25 0 1 0 21801427 129708032 29559 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 31667 29559 613 984 0 30680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 126668

[startup+12.7008 s]
/proc/loadavg: 2.04 2.02 1.76 3/179 18829
/proc/meminfo: memFree=29201224/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=126996 CPUtime=12.69
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 363227 0 0 0 1215 54 0 0 25 0 1 0 21801427 130043904 29744 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 31749 29744 614 984 0 30762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126996

[startup+25.5005 s]
/proc/loadavg: 2.03 2.02 1.76 3/179 18830
/proc/meminfo: memFree=29173556/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=128684 CPUtime=25.49
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 708241 0 0 0 2442 107 0 0 25 0 1 0 21801427 131772416 30120 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 32171 30120 614 984 0 31184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128684

[startup+51.1009 s]
/proc/loadavg: 2.02 2.02 1.76 3/179 18830
/proc/meminfo: memFree=29120376/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=137888 CPUtime=51.09
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 1226743 0 0 0 4909 200 0 0 25 0 1 0 21801427 141197312 32133 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 34472 32133 615 984 0 33485 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 137888

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 1.77 3/179 18832
/proc/meminfo: memFree=29016536/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=153052 CPUtime=102.3
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 1720051 0 0 0 9878 352 0 0 25 0 1 0 21801427 156725248 35985 4089446400 4194304 8223781 140736900503600 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18828/statm: 38326 36004 614 984 0 37339 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153052

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.79 3/179 18833
/proc/meminfo: memFree=28898076/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=168292 CPUtime=162.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 2482744 0 0 0 15692 537 0 0 25 0 1 0 21801427 172331008 39746 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 42073 39746 614 984 0 41086 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 168292

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 18835
/proc/meminfo: memFree=28784932/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=184980 CPUtime=222.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 3187762 0 0 0 21504 725 0 0 25 0 1 0 21801427 189419520 43794 4089446400 4194304 8223781 140736900503600 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 46245 43797 617 984 0 45258 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 184980

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/179 18836
/proc/meminfo: memFree=28658404/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=198100 CPUtime=282.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 3903103 0 0 0 27308 921 0 0 25 0 1 0 21801427 202854400 47202 4089446400 4194304 8223781 140736900503600 18446744073709551615 6003327 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 49525 47202 617 984 0 48538 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 198100

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/179 18838
/proc/meminfo: memFree=28529028/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=215344 CPUtime=342.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 4590897 0 0 0 33112 1117 0 0 25 0 1 0 21801427 220512256 51366 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 53836 51366 617 984 0 52849 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 215344

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 18840
/proc/meminfo: memFree=28425576/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=230504 CPUtime=402.3
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 5254402 0 0 0 38927 1303 0 0 25 0 1 0 21801427 236036096 55226 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 57626 55226 617 984 0 56639 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 230504

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 18841
/proc/meminfo: memFree=28331292/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=246596 CPUtime=462.29
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 5888505 0 0 0 44748 1481 0 0 25 0 1 0 21801427 252514304 59403 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 61649 59403 629 984 0 60662 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 246596

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 1.84 3/179 18843
/proc/meminfo: memFree=28225100/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=264536 CPUtime=522.3
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 6527139 0 0 0 50552 1678 0 0 25 0 1 0 21801427 270884864 63860 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 66134 63860 633 984 0 65147 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 264536

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.85 3/179 18844
/proc/meminfo: memFree=28124496/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=280624 CPUtime=582.31
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 7130045 0 0 0 56369 1862 0 0 25 0 1 0 21801427 287358976 67711 4089446400 4194304 8223781 140736900503600 18446744073709551615 6444381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 70156 67711 648 984 0 69169 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 280624

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 18855
/proc/meminfo: memFree=28021008/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=295160 CPUtime=642.31
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 7715573 0 0 0 62197 2034 0 0 25 0 1 0 21801427 302243840 71375 4089446400 4194304 8223781 140736900503600 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18828/statm: 73790 71375 648 984 0 72803 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 295160

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 18865
/proc/meminfo: memFree=27462596/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=395592 CPUtime=1002.31
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 11022918 0 0 0 97116 3115 0 0 25 0 1 0 21801427 405086208 96373 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18828/statm: 98898 96373 694 984 0 97911 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 395592

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 1.90 3/179 18866
/proc/meminfo: memFree=27385316/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=414352 CPUtime=1062.31
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 11576635 0 0 0 102935 3296 0 0 25 0 1 0 21801427 424296448 101120 4089446400 4194304 8223781 140736900503600 18446744073709551615 6599131 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18828/statm: 103788 101136 685 984 0 102801 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 414352

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 18868
/proc/meminfo: memFree=27324748/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=429764 CPUtime=1122.31
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 12137514 0 0 0 108767 3464 0 0 25 0 1 0 21801427 440078336 104842 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 107441 104842 704 984 0 106454 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 429764

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18869
/proc/meminfo: memFree=27253656/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=447416 CPUtime=1182.31
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 12680727 0 0 0 114589 3642 0 0 25 0 1 0 21801427 458153984 109274 4089446400 4194304 8223781 140736900503600 18446744073709551615 6004038 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 111854 109274 729 984 0 110867 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 447416

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18871
/proc/meminfo: memFree=27176592/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=463348 CPUtime=1242.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 13260076 0 0 0 120406 3826 0 0 25 0 1 0 21801427 474468352 113396 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 115837 113396 728 984 0 114850 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 463348

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18873
/proc/meminfo: memFree=27088624/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=482240 CPUtime=1302.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 13790880 0 0 0 126230 4002 0 0 25 0 1 0 21801427 493813760 117892 4089446400 4194304 8223781 140736900503600 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 120560 117892 721 984 0 119573 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 482240

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18874
/proc/meminfo: memFree=27016160/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=498584 CPUtime=1362.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 14341768 0 0 0 132055 4177 0 0 25 0 1 0 21801427 510550016 121960 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 124646 121960 717 984 0 123659 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 498584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18876
/proc/meminfo: memFree=26976560/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=517144 CPUtime=1422.33
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 14883913 0 0 0 137880 4353 0 0 25 0 1 0 21801427 529555456 126561 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 129286 126561 710 984 0 128299 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 517144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18877
/proc/meminfo: memFree=26948716/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=535748 CPUtime=1482.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 15385043 0 0 0 143701 4531 0 0 25 0 1 0 21801427 548605952 131153 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 133937 131153 715 984 0 132950 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 535748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 18879
/proc/meminfo: memFree=26932792/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=549584 CPUtime=1542.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 15898503 0 0 0 149520 4712 0 0 25 0 1 0 21801427 562774016 134663 4089446400 4194304 8223781 140736900503600 18446744073709551615 6162477 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 137396 134663 713 984 0 136409 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 549584

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/197 18926
/proc/meminfo: memFree=28651448/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=568336 CPUtime=1602.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 16407801 0 0 0 155346 4886 0 0 25 0 1 0 21801427 581976064 139248 4089446400 4194304 8223781 140736900503600 18446744073709551615 6446955 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 142084 139248 708 984 0 141097 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 568336

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/197 18930
/proc/meminfo: memFree=28579600/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=584812 CPUtime=1662.32
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 16914298 0 0 0 161173 5059 0 0 25 0 1 0 21801427 598847488 143232 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 146203 143232 694 984 0 145216 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 584812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/197 18932
/proc/meminfo: memFree=28560388/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=602616 CPUtime=1722.33
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 17381453 0 0 0 167013 5220 0 0 25 0 1 0 21801427 617078784 147762 4089446400 4194304 8223781 140736900503600 18446744073709551615 6445441 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 150654 147762 693 984 0 149667 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 602616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/197 18933
/proc/meminfo: memFree=28543616/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=619632 CPUtime=1782.33
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 17911936 0 0 0 172833 5400 0 0 25 0 1 0 21801427 634503168 151876 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 154908 151876 710 984 0 153921 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 619632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 18934
/proc/meminfo: memFree=28536772/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=626288 CPUtime=1800.03
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 18048514 0 0 0 174551 5452 0 0 25 0 1 0 21801427 641318912 153559 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 156572 153559 710 984 0 155585 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 626288

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 18934
/proc/meminfo: memFree=28536772/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=626288 CPUtime=1800.23
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 18049128 0 0 0 174570 5453 0 0 25 0 1 0 21801427 641318912 153559 4089446400 4194304 8223781 140736900503600 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18828/statm: 156572 153559 710 984 0 155585 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 626288

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 18934
/proc/meminfo: memFree=28536772/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=367600 CPUtime=1800.43
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 18049421 0 0 0 174588 5455 0 0 18 0 1 0 21801427 376422400 88888 4089446400 4194304 8223781 140736900503600 18446744073709551615 6028178 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18828/statm: 91900 88888 711 984 0 90913 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 367600

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 18934
/proc/meminfo: memFree=28536772/32950928 swapFree=67111528/67111528
[pid=18828] ppid=18826 vsize=120280 CPUtime=1800.53
/proc/18828/stat : 18828 (pbscip.linux.x8) R 18826 18828 17870 0 -1 4202496 18049421 0 0 0 174597 5456 0 0 18 0 1 0 21801427 123166720 29229 4089446400 4194304 8223781 140736900503600 18446744073709551615 4700031 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18828/statm: 30070 29229 664 984 0 29083 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 120280

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.56
CPU user time (s): 1745.99
CPU system time (s): 54.5667
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 626496

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

runsolver used 3.10953 second user time and 6.73098 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-07 22:51:07
IDJOB=2700620
IDBENCH=79444
IDSOLVER=1204
FILE ID=node112/2700620-1278535867
PBS_JOBID= 11239253
Free space on /tmp= 73448 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-le450-5a-2_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700620-1278535867/watcher-2700620-1278535867 -o /tmp/evaluation-result-2700620-1278535867/solver-2700620-1278535867 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700620-1278535867.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f22a0f0686559d8ded0c30a6073a8ba7
RANDOM SEED=1857009317

node112.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.820
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.64
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.820
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.820
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.820
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.84
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.820
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.820
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.820
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.820
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29341988 kB
Buffers:        133296 kB
Cached:        3109476 kB
SwapCached:          0 kB
Active:        1416508 kB
Inactive:      2038976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29341988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5144 kB
Writeback:           0 kB
AnonPages:      213324 kB
Mapped:          17640 kB
Slab:            87332 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   376792 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= 73444 MiB
End job on node112 at 2010-07-07 23:21:09