Trace number 2705105

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? 1790.18 1790.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-floppy1-8.ucl--soft-66-100-0.wbo
MD5SUM2f5b39eda2f3d2ee24cba69641294774
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.039993
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3618
Total number of constraints3931
Number of soft constraints1336
Number of constraints which are clauses2865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1066
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 67716
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 67715
Biggest number in a constraint 7394
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 19679
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705105-1278574758.wbo>
0.00/0.05	c original problem has 6290 variables (4954 bin, 0 int, 1336 impl, 0 cont) and 5268 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.06/0.08	c presolving:
0.06/0.09	c (round 1) 33 del vars, 1 del conss, 0 chg bounds, 537 chg sides, 1074 chg coeffs, 0 upgd conss, 8350 impls, 0 clqs
0.09/0.10	c (round 2) 33 del vars, 67 del conss, 0 chg bounds, 537 chg sides, 1074 chg coeffs, 0 upgd conss, 8350 impls, 0 clqs
0.09/0.10	c (round 3) 33 del vars, 67 del conss, 1336 chg bounds, 537 chg sides, 1074 chg coeffs, 0 upgd conss, 8350 impls, 0 clqs
0.09/0.13	c (round 4) 33 del vars, 67 del conss, 1336 chg bounds, 537 chg sides, 1074 chg coeffs, 2530 upgd conss, 10663 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/4921 (2.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (5 rounds):
0.09/0.19	c  33 deleted vars, 67 deleted constraints, 1336 tightened bounds, 0 added holes, 537 changed sides, 1074 changed coefficients
0.09/0.19	c  10723 implications, 0 cliques
0.09/0.19	c presolved problem has 6257 variables (4921 bin, 0 int, 1336 impl, 0 cont) and 5201 constraints
0.09/0.19	c       1 constraints of type <varbound>
0.09/0.19	c     707 constraints of type <knapsack>
0.09/0.19	c    1247 constraints of type <setppc>
0.09/0.19	c    1335 constraints of type <linear>
0.09/0.19	c    1336 constraints of type <indicator>
0.09/0.19	c     575 constraints of type <logicor>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.12
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.3
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1789.95
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.2s|     1 |     0 |   346 |     - |  24M|   0 | 319 |6257 |5201 |6257 |2529 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   703 |     - |  25M|   0 | 533 |6257 |5201 |6257 |2825 | 296 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |   989 |     - |  25M|   0 | 650 |6257 |5201 |6257 |2998 | 469 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.19	c   1.1s|     1 |     0 |  1306 |     - |  25M|   0 | 748 |6257 |5201 |6257 |3171 | 642 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |  1707 |     - |  26M|   0 | 868 |6257 |5201 |6257 |3345 | 816 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.95	c   1.9s|     1 |     0 |  2327 |     - |  26M|   0 | 953 |6257 |5201 |6257 |3525 | 996 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.42	c   2.4s|     1 |     0 |  3247 |     - |  26M|   0 |1054 |6257 |5201 |6257 |3718 |1189 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.09	c   3.0s|     1 |     2 |  3247 |     - |  26M|   0 |1054 |6257 |5201 |6257 |3718 |1189 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
471.40/471.47	c   471s| 10000 |  9987 |  1052k| 104.9 |  57M| 113 | 616 |6257 |5679 |6257 |3513 |1189 | 816 |  11k| 0.000000e+00 |      --      |    Inf 
730.80/730.88	c   731s| 20000 | 19971 |  1722k|  86.0 |  86M| 177 | 742 |6257 |5593 |6257 |3513 |1189 | 995 |  16k| 0.000000e+00 |      --      |    Inf 
952.81/952.82	c   953s| 30000 | 29965 |  2287k|  76.2 | 115M| 187 | 738 |6257 |5577 |6257 |3513 |1189 |1128 |  18k| 0.000000e+00 |      --      |    Inf 
1188.32/1188.30	c  1188s| 40000 | 39963 |  2881k|  72.0 | 144M| 187 | 710 |6257 |5624 |6257 |3513 |1189 |1308 |  21k| 0.000000e+00 |      --      |    Inf 
1403.92/1403.90	c  1404s| 50000 | 49957 |  3467k|  69.3 | 172M| 187 | 649 |6257 |5678 |6257 |3513 |1189 |1484 |  24k| 0.000000e+00 |      --      |    Inf 
1643.93/1643.91	c  1644s| 60000 | 59949 |  4096k|  68.2 | 201M| 187 | 532 |6257 |5674 |6257 |3513 |1189 |1643 |  27k| 0.000000e+00 |      --      |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.95
1790.03/1790.01	c Solving Nodes      : 67601
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.01	s UNKNOWN
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.95
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705105-1278574758.wbo
1790.03/1790.01	c   Variables        : 6290 (4954 binary, 0 integer, 1336 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 5268 initial, 5268 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705105-1278574758.wbo
1790.03/1790.01	c   Variables        : 6257 (4921 binary, 0 integer, 1336 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 5201 initial, 5878 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0         33          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.03/1790.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   linear           :       0.05          0          0          0       1336          0         67        537       1074
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0      67596          0          0         25          0          0     135142
1790.03/1790.01	c   varbound         :          1          6     411333          0          0          0          0          1          0          0
1790.03/1790.01	c   knapsack         :        707          6     411333          0          0        663      67439       1201          0          0
1790.03/1790.01	c   setppc           :       1247          6     410670          0          0          1      48422          0          0          0
1790.03/1790.01	c   linear           :       1335          6     410669          0          0          0       3426        273          0          0
1790.03/1790.01	c   indicator        :       1336          0     410669          0          0          0       1852          0          0          0
1790.03/1790.01	c   logicor          :        575+         6      82080          0          0         17       6122          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :     200.28       0.00       0.00     200.28       0.00
1790.03/1790.01	c   varbound         :       0.23       0.00       0.23       0.00       0.00
1790.03/1790.01	c   knapsack         :      16.90       0.04      16.86       0.00       0.00
1790.03/1790.01	c   setppc           :      14.19       0.00      14.19       0.00       0.00
1790.03/1790.01	c   linear           :      14.29       0.00      14.28       0.00       0.00
1790.03/1790.01	c   indicator        :      35.35       0.00      35.35       0.00       0.00
1790.03/1790.01	c   logicor          :       0.37       0.00       0.37       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       1.14      10426          0          0
1790.03/1790.01	c   rootredcost      :       0.18          0          0          0
1790.03/1790.01	c   pseudoobj        :      12.92     411133          0          0
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :       0.01        681        681       1738       16.6         30       10.9          -
1790.03/1790.01	c   infeasible LP    :       0.40        608        529        604        4.7          2       22.5          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -       1726       10.7          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          5          -          -        258          -    (maximal pool size: 1303)
1790.03/1790.01	c   redcost          :       9.50      67601          0          0          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          6          0          0         10          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.16          6          0          0        125          0
1790.03/1790.01	c   strongcg         :       0.15          6          0          0        145          0
1790.03/1790.01	c   cmir             :       0.31          6          0          0        171          0
1790.03/1790.01	c   flowcover        :       0.97          6          0          0       1088          0
1790.03/1790.01	c   clique           :       0.00          6          0          0          5          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.13          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :     200.18      67596          0         25          0          0     135142
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.00          -          0
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   oneopt           :       0.06          0          0
1790.03/1790.01	c   crossover        :       0.02          0          0
1790.03/1790.01	c   intshifting      :       0.00          0          0
1790.03/1790.01	c   guideddiving     :       0.00          0          0
1790.03/1790.01	c   objpscostdiving  :       8.56          9          0
1790.03/1790.01	c   rootsoldiving    :       7.75         16          0
1790.03/1790.01	c   coefdiving       :     172.02         45          0
1790.03/1790.01	c   linesearchdiving :     193.18         48          0
1790.03/1790.01	c   veclendiving     :     150.49         50          0
1790.03/1790.01	c   pscostdiving     :     194.13         51          0
1790.03/1790.01	c   fracdiving       :     209.70         55          0
1790.03/1790.01	c   feaspump         :      21.91        584          0
1790.03/1790.01	c   trivial          :       0.01          2          0
1790.03/1790.01	c   simplerounding   :       0.20      67589          0
1790.03/1790.01	c   zirounding       :       0.19       1000          0
1790.03/1790.01	c   rounding         :       0.82       3632          0
1790.03/1790.01	c   shifting         :      12.26       1083          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.06          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.02          0          0
1790.03/1790.01	c   trysol           :       0.02          0          0
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.01          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     505.04      67718    3336494      49.27    6606.45
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:     695.05     222110    1144728       5.15    1646.97
1790.03/1790.01	c   strong branching :     186.00      29112     614782      21.12    3305.34
1790.03/1790.01	c     (at root node) :          -         17       3134     184.35          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :      67601
1790.03/1790.01	c   nodes (total)    :      67601
1790.03/1790.01	c   nodes left       :      67542
1790.03/1790.01	c   max depth        :        191
1790.03/1790.01	c   max depth (total):        191
1790.03/1790.01	c   backtracks       :        859 (1.3%)
1790.03/1790.01	c   delayed cutoffs  :          0
1790.03/1790.01	c   repropagations   :        901 (152 domain reductions, 0 cutoffs)
1790.03/1790.01	c   avg switch length:       2.65
1790.03/1790.01	c   switching time   :       7.41
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :          0 (0 improvements)
1790.03/1790.01	c   Primal Bound     :          -
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :       3247
1790.14/1790.13	c Time complete: 1790.17.

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

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


[startup+0 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21643
/proc/meminfo: memFree=29596096/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=12348 CPUtime=0
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1921 0 0 0 0 0 0 0 21 0 1 0 25689709 12644352 1839 4089446400 4194304 10345943 140736134460432 18446744073709551615 4497581 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21643/statm: 3087 1839 429 1502 0 1580 0

[startup+0.0785949 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21643
/proc/meminfo: memFree=29596096/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=37060 CPUtime=0.06
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 8516 0 0 0 6 0 0 0 21 0 1 0 25689709 37949440 8080 4089446400 4194304 10345943 140736134460432 18446744073709551615 4604681 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21643/statm: 9265 8081 494 1502 0 7758 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37060

[startup+0.100502 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21643
/proc/meminfo: memFree=29596096/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=41524 CPUtime=0.09
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 9335 0 0 0 9 0 0 0 21 0 1 0 25689709 42520576 8899 4089446400 4194304 10345943 140736134460432 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21643/statm: 10381 8899 537 1502 0 8874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41524

[startup+0.300551 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21643
/proc/meminfo: memFree=29596096/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=58560 CPUtime=0.29
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 13372 0 0 0 28 1 0 0 21 0 1 0 25689709 59965440 12924 4089446400 4194304 10345943 140736134460432 18446744073709551615 9134608 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21643/statm: 14640 12924 737 1502 0 13133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58560

[startup+0.700519 s]
/proc/loadavg: 1.69 1.92 1.66 2/173 21643
/proc/meminfo: memFree=29596096/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=83092 CPUtime=0.69
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 22362 0 0 0 66 3 0 0 22 0 1 0 25689709 85086208 19216 4089446400 4194304 10345943 140736134460432 18446744073709551615 6197311 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21643/statm: 20773 19216 767 1502 0 19266 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83092

[startup+1.5003 s]
/proc/loadavg: 1.69 1.92 1.66 2/174 21644
/proc/meminfo: memFree=29521564/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=83092 CPUtime=1.49
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 22492 0 0 0 145 4 0 0 25 0 1 0 25689709 85086208 19342 4089446400 4194304 10345943 140736134460432 18446744073709551615 7571391 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21643/statm: 20773 19342 768 1502 0 19266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83092

[startup+3.10104 s]
/proc/loadavg: 1.69 1.92 1.66 3/174 21676
/proc/meminfo: memFree=29505008/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=3.09
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25119 0 0 0 304 5 0 0 25 0 1 0 25689709 86507520 19858 4089446400 4194304 10345943 140736134460432 18446744073709551615 6777328 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21643/statm: 21120 19858 781 1502 0 19613 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84480

[startup+6.30045 s]
/proc/loadavg: 1.72 1.92 1.66 3/179 21681
/proc/meminfo: memFree=29371128/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=6.28
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25134 0 0 0 623 5 0 0 25 0 1 0 25689709 86507520 19873 4089446400 4194304 10345943 140736134460432 18446744073709551615 7523071 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21643/statm: 21120 19873 781 1502 0 19613 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84480

[startup+12.7003 s]
/proc/loadavg: 1.74 1.92 1.67 3/179 21681
/proc/meminfo: memFree=29368164/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=12.69
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25140 0 0 0 1262 7 0 0 25 0 1 0 25689709 86507520 19879 4089446400 4194304 10345943 140736134460432 18446744073709551615 6064343 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21643/statm: 21120 19879 786 1502 0 19613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84480

[startup+25.501 s]
/proc/loadavg: 1.80 1.93 1.67 3/179 21682
/proc/meminfo: memFree=29317924/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=25.49
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25158 0 0 0 2540 9 0 0 25 0 1 0 25689709 86507520 19897 4089446400 4194304 10345943 140736134460432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21120 19897 801 1502 0 19613 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84480

[startup+51.1005 s]
/proc/loadavg: 1.92 1.95 1.68 3/179 21682
/proc/meminfo: memFree=29293160/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=51.09
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25170 0 0 0 5095 14 0 0 25 0 1 0 25689709 86507520 19909 4089446400 4194304 10345943 140736134460432 18446744073709551615 6785237 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21120 19909 801 1502 0 19613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84480

[startup+102.306 s]
/proc/loadavg: 1.96 1.95 1.70 3/179 21684
/proc/meminfo: memFree=29291524/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=102.3
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25186 0 0 0 10210 20 0 0 25 0 1 0 25689709 86507520 19925 4089446400 4194304 10345943 140736134460432 18446744073709551615 6528251 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21120 19925 801 1502 0 19613 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84480

[startup+162.301 s]
/proc/loadavg: 1.98 1.96 1.71 3/179 21685
/proc/meminfo: memFree=29291980/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=84480 CPUtime=162.29
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25190 0 0 0 16198 31 0 0 25 0 1 0 25689709 86507520 19929 4089446400 4194304 10345943 140736134460432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21120 19929 801 1502 0 19613 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 84480

[startup+222.301 s]
/proc/loadavg: 2.06 1.98 1.74 3/179 21687
/proc/meminfo: memFree=29290448/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=85616 CPUtime=222.3
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 25424 0 0 0 22190 40 0 0 25 0 1 0 25689709 87670784 19671 4089446400 4194304 10345943 140736134460432 18446744073709551615 4687929 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21404 19671 801 1502 0 19897 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 85616

[startup+282.301 s]
/proc/loadavg: 2.02 1.98 1.75 3/179 21688
/proc/meminfo: memFree=29291888/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=85180 CPUtime=282.29
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 59049 0 0 0 28174 55 0 0 25 0 1 0 25689709 87224320 19628 4089446400 4194304 10345943 140736134460432 18446744073709551615 7569440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21295 19628 801 1502 0 19788 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 85180

[startup+342.301 s]
/proc/loadavg: 2.00 1.98 1.76 3/179 21690
/proc/meminfo: memFree=29279552/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=85856 CPUtime=342.29
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 109326 0 0 0 34154 75 0 0 25 0 1 0 25689709 87916544 20137 4089446400 4194304 10345943 140736134460432 18446744073709551615 4601864 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 21464 20137 801 1502 0 19957 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 85856

[startup+402.3 s]
/proc/loadavg: 2.00 1.98 1.77 3/179 21692
/proc/meminfo: memFree=29254340/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=92776 CPUtime=402.29
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 140191 0 0 0 40136 93 0 0 25 0 1 0 25689709 95002624 21855 4089446400 4194304 10345943 140736134460432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 23194 21855 801 1502 0 21687 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 92776

[startup+462.301 s]
/proc/loadavg: 2.00 1.98 1.78 3/179 21693
/proc/meminfo: memFree=29222800/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=97680 CPUtime=462.29
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 203098 0 0 0 46111 118 0 0 25 0 1 0 25689709 100024320 23068 4089446400 4194304 10345943 140736134460432 18446744073709551615 6003091 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 24420 23068 801 1502 0 22913 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 97680

[startup+522.301 s]
/proc/loadavg: 2.00 1.98 1.79 3/179 21695
/proc/meminfo: memFree=29187908/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=106504 CPUtime=522.3
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 246346 0 0 0 52094 136 0 0 25 0 1 0 25689709 109060096 25026 4089446400 4194304 10345943 140736134460432 18446744073709551615 8160425 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 26626 25026 801 1502 0 25119 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 106504

[startup+582.3 s]
/proc/loadavg: 2.00 1.98 1.81 3/179 21696
/proc/meminfo: memFree=29148700/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=111320 CPUtime=582.3
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 301550 0 0 0 58073 157 0 0 25 0 1 0 25689709 113991680 26494 4089446400 4194304 10345943 140736134460432 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 27830 26494 801 1502 0 26323 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111320

[startup+642.301 s]
/proc/loadavg: 2.03 1.99 1.82 3/179 21698
/proc/meminfo: memFree=29111464/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=117540 CPUtime=642.31
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 341712 0 0 0 64055 176 0 0 25 0 1 0 25689709 120360960 27927 4089446400 4194304 10345943 140736134460432 18446744073709551615 6518656 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 29385 27927 801 1502 0 27878 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 117540

[startup+702.301 s]

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

/proc/meminfo: memFree=28879720/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=164268 CPUtime=1002.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 600556 0 0 0 99948 284 0 0 25 0 1 0 25689709 168210432 39395 4089446400 4194304 10345943 140736134460432 18446744073709551615 6121819 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 41067 39395 801 1502 0 39560 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 164268

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 21709
/proc/meminfo: memFree=28846700/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=171172 CPUtime=1062.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 648353 0 0 0 105928 304 0 0 25 0 1 0 25689709 175280128 41138 4089446400 4194304 10345943 140736134460432 18446744073709551615 5210321 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 42793 41138 801 1502 0 41286 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 171172

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 21711
/proc/meminfo: memFree=28814292/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=177772 CPUtime=1122.31
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 747726 0 0 0 111898 333 0 0 25 0 1 0 25689709 182038528 43025 4089446400 4194304 10345943 140736134460432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 44443 43025 801 1502 0 42936 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 177772

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 1.88 3/179 21712
/proc/meminfo: memFree=28782380/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=185176 CPUtime=1182.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 772854 0 0 0 117881 351 0 0 25 0 1 0 25689709 189620224 44940 4089446400 4194304 10345943 140736134460432 18446744073709551615 6864985 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 46294 44940 801 1502 0 44787 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 185176

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/179 21714
/proc/meminfo: memFree=28734848/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=196596 CPUtime=1242.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 814497 0 0 0 123862 370 0 0 25 0 1 0 25689709 201314304 47753 4089446400 4194304 10345943 140736134460432 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 49149 47753 801 1502 0 47642 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 196596

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 21716
/proc/meminfo: memFree=28700096/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=201148 CPUtime=1302.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 857818 0 0 0 129845 387 0 0 25 0 1 0 25689709 205975552 48811 4089446400 4194304 10345943 140736134460432 18446744073709551615 6520306 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 50287 48811 801 1502 0 48780 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 201148

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/179 21726
/proc/meminfo: memFree=28657780/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=208652 CPUtime=1362.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 918708 0 0 0 135818 414 0 0 25 0 1 0 25689709 213659648 50615 4089446400 4194304 10345943 140736134460432 18446744073709551615 6777361 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 52163 50615 801 1502 0 50656 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 208652

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 21728
/proc/meminfo: memFree=28615428/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=216780 CPUtime=1422.33
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 977770 0 0 0 141798 435 0 0 25 0 1 0 25689709 221982720 52653 4089446400 4194304 10345943 140736134460432 18446744073709551615 6307378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 54195 52653 801 1502 0 52688 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 216780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21729
/proc/meminfo: memFree=28576952/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=223172 CPUtime=1482.33
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1096070 0 0 0 147765 468 0 0 25 0 1 0 25689709 228528128 53951 4089446400 4194304 10345943 140736134460432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 55793 53951 801 1502 0 54286 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 223172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21731
/proc/meminfo: memFree=28535760/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=233216 CPUtime=1542.32
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1190658 0 0 0 153735 497 0 0 25 0 1 0 25689709 238813184 56387 4089446400 4194304 10345943 140736134460432 18446744073709551615 6566317 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 58304 56387 801 1502 0 56797 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 233216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21733
/proc/meminfo: memFree=28493204/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=238260 CPUtime=1602.33
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1275925 0 0 0 159711 522 0 0 25 0 1 0 25689709 243978240 57942 4089446400 4194304 10345943 140736134460432 18446744073709551615 7509233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 59565 57942 801 1502 0 58058 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 238260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21734
/proc/meminfo: memFree=28454488/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=244460 CPUtime=1662.33
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1352194 0 0 0 165686 547 0 0 25 0 1 0 25689709 250327040 59512 4089446400 4194304 10345943 140736134460432 18446744073709551615 7540391 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 61115 59513 801 1502 0 59608 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 244460

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 21736
/proc/meminfo: memFree=28415512/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=254536 CPUtime=1722.33
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1411694 0 0 0 171664 569 0 0 25 0 1 0 25689709 260644864 62300 4089446400 4194304 10345943 140736134460432 18446744073709551615 6702848 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 63634 62300 801 1502 0 62127 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 254536

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21737
/proc/meminfo: memFree=28373824/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=266728 CPUtime=1782.33
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1441398 0 0 0 177646 587 0 0 25 0 1 0 25689709 273129472 64810 4089446400 4194304 10345943 140736134460432 18446744073709551615 8160832 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 66682 64810 801 1502 0 65175 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 266728

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21737
/proc/meminfo: memFree=28373824/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=268980 CPUtime=1785.53
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1444870 0 0 0 177965 588 0 0 25 0 1 0 25689709 275435520 64804 4089446400 4194304 10345943 140736134460432 18446744073709551615 6755538 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 67245 64804 801 1502 0 65738 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 268980

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21738
/proc/meminfo: memFree=28371212/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=265804 CPUtime=1788.73
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1445053 0 0 0 178284 589 0 0 25 0 1 0 25689709 272183296 64784 4089446400 4194304 10345943 140736134460432 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 66451 64784 801 1502 0 64944 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 265804

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21738
/proc/meminfo: memFree=28371212/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=265804 CPUtime=1789.53
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1445056 0 0 0 178364 589 0 0 25 0 1 0 25689709 272183296 64787 4089446400 4194304 10345943 140736134460432 18446744073709551615 8160845 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 66451 64787 801 1502 0 64944 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 265804

[startup+1789.9 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21738
/proc/meminfo: memFree=28370716/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=266324 CPUtime=1789.93
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1445314 0 0 0 178404 589 0 0 25 0 1 0 25689709 272715776 64802 4089446400 4194304 10345943 140736134460432 18446744073709551615 6785205 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21643/statm: 66581 64802 801 1502 0 65074 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 266324

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21738
/proc/meminfo: memFree=28370716/32950928 swapFree=67111528/67111528
[pid=21643] ppid=21641 vsize=266820 CPUtime=1790.14
/proc/21643/stat : 21643 (pbscip.linux.x8) R 21641 21643 21319 0 -1 4202496 1445406 0 0 0 178424 590 0 0 25 0 1 0 25689709 273223680 64810 4089446400 4194304 10345943 140736134460432 18446744073709551615 4213842 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21643/statm: 66705 64810 805 1502 0 65198 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 266820

Child status: 0
Real time (s): 1790.13
CPU time (s): 1790.18
CPU user time (s): 1784.26
CPU system time (s): 5.9111
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 272460

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

runsolver used 2.5976 second user time and 5.55215 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-08 09:39:18
IDJOB=2705105
IDBENCH=79039
IDSOLVER=1214
FILE ID=node123/2705105-1278574758
PBS_JOBID= 11240208
Free space on /tmp= 73628 MiB

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

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

MD5SUM BENCH= 2f5b39eda2f3d2ee24cba69641294774
RANDOM SEED=1608957129

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:      29596500 kB
Buffers:        155420 kB
Cached:        2978508 kB
SwapCached:          0 kB
Active:         978408 kB
Inactive:      2218012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29596500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13252 kB
Writeback:           0 kB
AnonPages:       62516 kB
Mapped:          14424 kB
Slab:            94620 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184796 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= 73604 MiB
End job on node123 at 2010-07-08 10:09:08