Trace number 2700621

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.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.29 1800.24

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: Clp 1.11.1] [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-2700621-1278535872.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.24	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.31	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.32
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.88
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.56	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.63	c   0.5s|     1 |     0 |   101 |     - |  80M|   0 |   8 |  23k|  22k|  23k| 201 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.5s|     1 |     0 |   175 |     - |  80M|   0 |  64 |  23k|  22k|  23k| 403 | 402 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.87	c   0.7s|     1 |     0 |   374 |     - |  80M|   0 | 256 |  23k|  22k|  23k| 616 | 615 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.04	c   0.8s|     1 |     0 |   554 |     - |  80M|   0 | 343 |  23k|  22k|  23k| 836 | 835 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.0s|     1 |     0 |   836 |     - |  81M|   0 | 399 |  23k|  22k|  23k|1068 |1067 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.2s|     1 |     0 |  1272 |     - |  81M|   0 | 418 |  23k|  22k|  23k|1295 |1294 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.20/2.25	c   2.0s|     1 |     2 |  2159 |     - |  82M|   0 | 418 |  23k|  22k|  23k|1295 |1294 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
373.50/373.58	c   357s| 10000 | 10001 |710763 |  71.0 | 165M|  49 | 346 |  23k|  22k|  23k|6377 | 612k|   0 |3872 | 0.000000e+00 |      --      |    Inf 
924.91/924.90	c   890s| 20000 | 20001 |  2166k| 108.3 | 247M|  55 | 140 |  23k|  22k|  23k|3931 |2014k|   0 |4935 | 0.000000e+00 |      --      |    Inf 
1578.83/1578.82	c  1521s| 30000 | 30001 |  3999k| 133.3 | 333M|  55 | 349 |  23k|  22k|  23k|6372 |3797k|   0 |5740 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time (sec) : 1733.91
1800.04/1800.02	c Solving Nodes      : 33515
1800.04/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.02	c Gap                : infinite
1800.04/1800.02	s UNKNOWN
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time       :    1733.91
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-2700621-1278535872.wbo
1800.04/1800.02	c   Variables        : 23756 (12328 binary, 0 integer, 0 implicit integer, 11428 continuous)
1800.04/1800.02	c   Constraints      : 23307 initial, 23307 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-2700621-1278535872.wbo
1800.04/1800.02	c   Variables        : 23306 (11878 binary, 0 integer, 0 implicit integer, 11428 continuous)
1800.04/1800.02	c   Constraints      : 22857 initial, 22857 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.21          0          0          0          0          0          0          0          0
1800.04/1800.02	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.05          0        450          0      11428          0        450          0          0
1800.04/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0      35248          0          0          0          0          0      67030
1800.04/1800.02	c   indicator        :      11428          0     151708       1733          0          0      43845          0          0          0
1800.04/1800.02	c   knapsack         :          1          6     151708       1733          0          0          0          0          0          0
1800.04/1800.02	c   linear           :      11428          6     151708       1733          0          0      43845    4410302          0          0
1800.04/1800.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.02	c   integral         :      70.55       0.00       0.00      70.55       0.00
1800.04/1800.02	c   indicator        :      60.12       0.00      55.54       4.58       0.00
1800.04/1800.02	c   knapsack         :       0.05       0.00       0.05       0.00       0.00
1800.04/1800.02	c   linear           :      51.06       0.00      44.68       6.38       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :       0.05          2          0          0
1800.04/1800.02	c   rootredcost      :       0.01          0          0          0
1800.04/1800.02	c   pseudoobj        :      50.38     151508          0          0
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.00          4          -          -        183          -    (maximal pool size: 864)
1800.04/1800.02	c   redcost          :      29.97      35253          0          0          0          0
1800.04/1800.02	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.08          5          0          0       1070          0
1800.04/1800.02	c   strongcg         :       0.02          5          0          0          0          0
1800.04/1800.02	c   cmir             :       0.16          5          0          0          0          0
1800.04/1800.02	c   flowcover        :       0.29          5          0          0          0          0
1800.04/1800.02	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :      70.54      33515          0          0          0          0      67030
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -          0
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   oneopt           :       0.06          0          0
1800.04/1800.02	c   crossover        :       0.02          0          0
1800.04/1800.02	c   fracdiving       :     129.21        192          0
1800.04/1800.02	c   feaspump         :      68.14        650          0
1800.04/1800.02	c   trivial          :       0.06          2          0
1800.04/1800.02	c   simplerounding   :       0.00          0          0
1800.04/1800.02	c   zirounding       :       0.22       1000          0
1800.04/1800.02	c   rounding         :       0.50       2541          0
1800.04/1800.02	c   shifting         :       8.16        784          0
1800.04/1800.02	c   intshifting      :       4.27         51          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   coefdiving       :     141.64        118          0
1800.04/1800.02	c   pscostdiving     :     118.40         98          0
1800.04/1800.02	c   veclendiving     :      96.36        141          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   objpscostdiving  :      16.17         24          0
1800.04/1800.02	c   rootsoldiving    :       8.36         25          0
1800.04/1800.02	c   linesearchdiving :     121.66        135          0
1800.04/1800.02	c   guideddiving     :       0.01          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.14          1          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   nlp              :       0.00          0          0
1800.04/1800.02	c   trysol           :      12.14       1552          0
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.02	c   dual LP          :     736.68      35253    3505663      99.44    4758.73
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:     410.23      50473    1110918      22.01    2708.04
1800.04/1800.02	c   strong branching :      68.96       5952     224027      37.64    3248.65
1800.04/1800.02	c     (at root node) :          -         33       3054      92.55          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :      33515
1800.04/1800.02	c   nodes (total)    :      33515
1800.04/1800.02	c   nodes left       :      33516
1800.04/1800.02	c   max depth        :         59
1800.04/1800.02	c   max depth (total):         59
1800.04/1800.02	c   backtracks       :       1480 (4.4%)
1800.04/1800.02	c   delayed cutoffs  :          0
1800.04/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.02	c   avg switch length:       2.93
1800.04/1800.02	c   switching time   :       6.04
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :          0 (0 improvements)
1800.04/1800.02	c   Primal Bound     :          -
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :       1272
1800.24/1800.23	c Time complete: 1800.27.

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.78 4/178 17604
/proc/meminfo: memFree=27879476/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=10992 CPUtime=0
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 1665 0 0 0 0 0 0 0 21 0 1 0 21800662 11255808 1586 4089446400 4194304 9819077 140736104062992 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17604/statm: 2748 1586 386 1374 0 1369 0

[startup+0.049389 s]
/proc/loadavg: 1.92 1.98 1.78 4/178 17604
/proc/meminfo: memFree=27879476/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=24140 CPUtime=0.04
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 4954 0 0 0 4 0 0 0 21 0 1 0 21800662 24719360 4875 4089446400 4194304 9819077 140736104062992 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17604/statm: 6035 4875 392 1374 0 4656 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24140

[startup+0.100428 s]
/proc/loadavg: 1.92 1.98 1.78 4/178 17604
/proc/meminfo: memFree=27879476/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=37640 CPUtime=0.09
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 8355 0 0 0 9 0 0 0 21 0 1 0 21800662 38543360 8271 4089446400 4194304 9819077 140736104062992 18446744073709551615 5649578 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17604/statm: 9410 8271 392 1374 0 8031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37640

[startup+0.300394 s]
/proc/loadavg: 1.92 1.98 1.78 4/178 17604
/proc/meminfo: memFree=27879476/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=100876 CPUtime=0.29
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 24533 0 0 0 25 4 0 0 21 0 1 0 21800662 103297024 23448 4089446400 4194304 9819077 140736104062992 18446744073709551615 4973436 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 25219 23448 512 1374 0 23840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100876

[startup+0.700328 s]
/proc/loadavg: 1.92 1.98 1.78 4/178 17604
/proc/meminfo: memFree=27879476/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=123848 CPUtime=0.69
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 30564 0 0 0 63 6 0 0 22 0 1 0 21800662 126820352 28325 4089446400 4194304 9819077 140736104062992 18446744073709551615 5744207 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 30962 28325 722 1374 0 29583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123848

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.78 3/179 17605
/proc/meminfo: memFree=27766256/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=126732 CPUtime=1.49
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 35426 0 0 0 140 9 0 0 25 0 1 0 21800662 129773568 29050 4089446400 4194304 9819077 140736104062992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 31683 29051 716 1374 0 30304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126732

[startup+3.10095 s]
/proc/loadavg: 1.92 1.98 1.78 3/179 17605
/proc/meminfo: memFree=27762436/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=127536 CPUtime=3.09
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 165989 0 0 0 285 24 0 0 25 0 1 0 21800662 130596864 29144 4089446400 4194304 9819077 140736104062992 18446744073709551615 7816431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 31884 29144 744 1374 0 30505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127536

[startup+6.30028 s]
/proc/loadavg: 1.93 1.98 1.78 3/179 17605
/proc/meminfo: memFree=27759468/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=131348 CPUtime=6.29
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 527591 0 0 0 565 64 0 0 25 0 1 0 21800662 134500352 29584 4089446400 4194304 9819077 140736104062992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 32837 29584 745 1374 0 31458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131348

[startup+12.7001 s]
/proc/loadavg: 1.93 1.98 1.79 3/179 17605
/proc/meminfo: memFree=27746916/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=131780 CPUtime=12.69
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 1208306 0 0 0 1135 134 0 0 25 0 1 0 21800662 134942720 29702 4089446400 4194304 9819077 140736104062992 18446744073709551615 6714581 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 32945 29702 745 1374 0 31566 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131780

[startup+25.5009 s]
/proc/loadavg: 1.95 1.98 1.79 3/179 17605
/proc/meminfo: memFree=27723780/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=134312 CPUtime=25.49
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 2406700 0 0 0 2278 271 0 0 25 0 1 0 21800662 137535488 30326 4089446400 4194304 9819077 140736104062992 18446744073709551615 6513008 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 33578 30326 746 1374 0 32199 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134312

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.79 3/179 17606
/proc/meminfo: memFree=27676848/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=143560 CPUtime=51.09
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 3134806 0 0 0 4734 375 0 0 25 0 1 0 21800662 147005440 32984 4089446400 4194304 9819077 140736104062992 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 35890 32984 746 1374 0 34511 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143560

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.80 3/179 17607
/proc/meminfo: memFree=27581320/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=160700 CPUtime=102.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 4027455 0 0 0 9710 520 0 0 25 0 1 0 21800662 164556800 36772 4089446400 4194304 9819077 140736104062992 18446744073709551615 5507315 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 40175 36772 746 1374 0 38796 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160700

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.81 3/179 17609
/proc/meminfo: memFree=27474852/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=174328 CPUtime=162.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 5741162 0 0 0 15464 766 0 0 25 0 1 0 21800662 178511872 40225 4089446400 4194304 9819077 140736104062992 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 43582 40225 746 1374 0 42203 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 174328

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.82 3/179 17611
/proc/meminfo: memFree=27366528/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=188208 CPUtime=222.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 7687104 0 0 0 21192 1038 0 0 25 0 1 0 21800662 192724992 44408 4089446400 4194304 9819077 140736104062992 18446744073709551615 7105334 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 47052 44419 746 1374 0 45673 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 188208

[startup+282.3 s]
/proc/loadavg: 2.15 2.02 1.84 4/197 17795
/proc/meminfo: memFree=29775580/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=204976 CPUtime=282.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 9575668 0 0 0 26924 1306 0 0 25 0 1 0 21800662 209895424 48161 4089446400 4194304 9819077 140736104062992 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 51244 48161 746 1374 0 49865 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 204976

[startup+342.301 s]
/proc/loadavg: 2.16 2.05 1.86 3/196 18177
/proc/meminfo: memFree=29682696/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=218508 CPUtime=342.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 11070396 0 0 0 32701 1529 0 0 25 0 1 0 21800662 223752192 51264 4089446400 4194304 9819077 140736104062992 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 54627 51264 746 1374 0 53248 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 218508

[startup+402.3 s]
/proc/loadavg: 2.32 2.11 1.89 5/197 18726
/proc/meminfo: memFree=29834552/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=231892 CPUtime=402.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 12138928 0 0 0 38527 1703 0 0 25 0 1 0 21800662 237457408 54817 4089446400 4194304 9819077 140736104062992 18446744073709551615 6581609 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 57973 54817 746 1374 0 56594 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 231892

[startup+462.301 s]
/proc/loadavg: 2.15 2.11 1.90 3/197 19331
/proc/meminfo: memFree=29854392/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=243820 CPUtime=462.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 13370375 0 0 0 44327 1903 0 0 25 0 1 0 21800662 249671680 57578 4089446400 4194304 9819077 140736104062992 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 60955 57578 746 1374 0 59576 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 243820

[startup+522.301 s]
/proc/loadavg: 2.05 2.09 1.91 3/197 19333
/proc/meminfo: memFree=29837880/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=252496 CPUtime=522.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 14798815 0 0 0 50125 2105 0 0 25 0 1 0 21800662 258555904 60172 4089446400 4194304 9819077 140736104062992 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 63124 60172 746 1374 0 61745 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 252496

[startup+582.3 s]
/proc/loadavg: 2.02 2.07 1.91 3/197 19334
/proc/meminfo: memFree=29827240/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=262072 CPUtime=582.3
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 16227723 0 0 0 55918 2312 0 0 25 0 1 0 21800662 268361728 62498 4089446400 4194304 9819077 140736104062992 18446744073709551615 6361151 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 65518 62498 746 1374 0 64139 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 262072

[startup+642.301 s]
/proc/loadavg: 2.00 2.05 1.91 3/197 19344
/proc/meminfo: memFree=29817808/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=268196 CPUtime=642.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 17271945 0 0 0 61749 2483 0 0 25 0 1 0 21800662 274632704 64563 4089446400 4194304 9819077 140736104062992 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 67049 64563 746 1374 0 65670 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 268196

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/197 19351
/proc/meminfo: memFree=29779152/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=308928 CPUtime=882.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 23293771 0 0 0 84896 3336 0 0 25 0 1 0 21800662 316342272 73767 4089446400 4194304 9819077 140736104062992 18446744073709551615 6198536 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 77232 73767 746 1374 0 75853 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 308928

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/197 19352
/proc/meminfo: memFree=29768528/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=315824 CPUtime=942.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 25036373 0 0 0 90650 3582 0 0 25 0 1 0 21800662 323403776 76251 4089446400 4194304 9819077 140736104062992 18446744073709551615 6372771 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 78956 76198 746 1374 0 77577 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 315824

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/197 19354
/proc/meminfo: memFree=29760784/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=325712 CPUtime=1002.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 26082720 0 0 0 96491 3741 0 0 25 0 1 0 21800662 333529088 78407 4089446400 4194304 9819077 140736104062992 18446744073709551615 6371751 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 81428 78415 746 1374 0 80049 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 325712

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19356
/proc/meminfo: memFree=29749056/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=336940 CPUtime=1062.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 27574707 0 0 0 102283 3949 0 0 25 0 1 0 21800662 345026560 81090 4089446400 4194304 9819077 140736104062992 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 84235 81090 746 1374 0 82856 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 336940

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19358
/proc/meminfo: memFree=29742932/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=339508 CPUtime=1122.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 28718423 0 0 0 108109 4123 0 0 25 0 1 0 21800662 347656192 82248 4089446400 4194304 9819077 140736104062992 18446744073709551615 4568780 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 84877 82248 746 1374 0 83498 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 339508

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19359
/proc/meminfo: memFree=29734312/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=348068 CPUtime=1182.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 30002125 0 0 0 113918 4314 0 0 25 0 1 0 21800662 356421632 84445 4089446400 4194304 9819077 140736104062992 18446744073709551615 5990860 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 87017 84445 746 1374 0 85638 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 348068

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19360
/proc/meminfo: memFree=29727444/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=356724 CPUtime=1242.32
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 31562002 0 0 0 119700 4532 0 0 25 0 1 0 21800662 365285376 85975 4089446400 4194304 9819077 140736104062992 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 89181 85992 746 1374 0 87802 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 356724

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19362
/proc/meminfo: memFree=29719684/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=365732 CPUtime=1302.33
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 33104983 0 0 0 125476 4757 0 0 25 0 1 0 21800662 374509568 88001 4089446400 4194304 9819077 140736104062992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 91433 88001 746 1374 0 90054 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 365732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19364
/proc/meminfo: memFree=29710328/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=375660 CPUtime=1362.33
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 34680002 0 0 0 131256 4977 0 0 25 0 1 0 21800662 384675840 90319 4089446400 4194304 9819077 140736104062992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 93915 90319 746 1374 0 92536 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 375660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19366
/proc/meminfo: memFree=29698356/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=387856 CPUtime=1422.33
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 36323787 0 0 0 137020 5213 0 0 25 0 1 0 21800662 397164544 93222 4089446400 4194304 9819077 140736104062992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 96964 93222 746 1374 0 95585 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 387856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19367
/proc/meminfo: memFree=29690728/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=394712 CPUtime=1482.33
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 37965809 0 0 0 142781 5452 0 0 25 0 1 0 21800662 404185088 95272 4089446400 4194304 9819077 140736104062992 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 98678 95272 746 1374 0 97299 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 394712

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19368
/proc/meminfo: memFree=29681624/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=404652 CPUtime=1542.33
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 39604594 0 0 0 148544 5689 0 0 25 0 1 0 21800662 414363648 97291 4089446400 4194304 9819077 140736104062992 18446744073709551615 6391606 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 101163 97291 761 1374 0 99784 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 404652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19370
/proc/meminfo: memFree=29671020/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=415572 CPUtime=1602.33
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 40856731 0 0 0 154359 5874 0 0 25 0 1 0 21800662 425545728 100019 4089446400 4194304 9819077 140736104062992 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 103893 100019 761 1374 0 102514 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 415572

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19375
/proc/meminfo: memFree=29659524/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=425936 CPUtime=1662.34
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 42536070 0 0 0 160119 6115 0 0 25 0 1 0 21800662 436158464 102580 4089446400 4194304 9819077 140736104062992 18446744073709551615 6628174 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 106484 102580 761 1374 0 105105 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 425936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19377
/proc/meminfo: memFree=29650996/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=434544 CPUtime=1722.34
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 44223791 0 0 0 165884 6350 0 0 25 0 1 0 21800662 444973056 104590 4089446400 4194304 9819077 140736104062992 18446744073709551615 7312627 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 108636 104590 761 1374 0 107257 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 434544

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/197 19378
/proc/meminfo: memFree=29642508/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=441984 CPUtime=1782.34
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 45602630 0 0 0 171683 6551 0 0 25 0 1 0 21800662 452591616 106466 4089446400 4194304 9819077 140736104062992 18446744073709551615 6628194 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 110496 106466 761 1374 0 109117 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 441984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.01 1.91 3/197 19379
/proc/meminfo: memFree=29640752/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=442044 CPUtime=1800.04
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 45971204 0 0 0 173400 6604 0 0 25 0 1 0 21800662 452653056 106854 4089446400 4194304 9819077 140736104062992 18446744073709551615 6372759 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17604/statm: 110511 106800 761 1374 0 109132 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 442044

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.03 2.01 1.91 3/197 19379
/proc/meminfo: memFree=29640752/32950928 swapFree=4192956/4192956
[pid=17604] ppid=17602 vsize=220048 CPUtime=1800.24
/proc/17604/stat : 17604 (pbscip.linux.x8) R 17602 17604 16702 0 -1 4202496 45971794 0 0 0 173419 6605 0 0 25 0 1 0 21800662 225329152 51349 4089446400 4194304 9819077 140736104062992 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17604/statm: 55012 51349 764 1374 0 53633 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 220048

Child status: 0
Real time (s): 1800.24
CPU time (s): 1800.29
CPU user time (s): 1734.22
CPU system time (s): 66.067
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 450392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1734.22
system time used= 66.067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45971798
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= 2
involuntary context switches= 20731

runsolver used 3.07753 second user time and 6.18706 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-07 22:51:13
IDJOB=2700621
IDBENCH=79444
IDSOLVER=1205
FILE ID=node124/2700621-1278535872
PBS_JOBID= 11239229
Free space on /tmp= 130200 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) 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.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700621-1278535872/watcher-2700621-1278535872 -o /tmp/evaluation-result-2700621-1278535872/solver-2700621-1278535872 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700621-1278535872.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f22a0f0686559d8ded0c30a6073a8ba7
RANDOM SEED=1891119853

node124.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.846
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.69
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.846
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	: 5226.14
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.846
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.846
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.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.76
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27879756 kB
Buffers:        133264 kB
Cached:        2516148 kB
SwapCached:          0 kB
Active:        3230424 kB
Inactive:      1726840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27879756 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6656 kB
Writeback:           0 kB
AnonPages:     2308456 kB
Mapped:          17444 kB
Slab:            76724 kB
PageTables:       9612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  2481576 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130200 MiB
End job on node124 at 2010-07-07 23:21:15