Trace number 2701666

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.32 1800.26

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-le450-5a-4_wcsp.wbo
MD5SUM2fe66c717d74f1b0f598aebf3623bd17
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1048
Best CPU time to get the best result obtained on this benchmark1800.19
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints23306
Number of soft constraints22856
Number of constraints which are clauses22856
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 22856
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2701666-1278541104.wbo>
0.19/0.24	c original problem has 47512 variables (24656 bin, 0 int, 0 impl, 22856 cont) and 46163 constraints
0.19/0.24	c problem read
0.19/0.24	c presolving settings loaded
0.19/0.24	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.39/0.48	c presolving:
0.49/0.58	c (round 1) 0 del vars, 0 del conss, 22856 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 22856 impls, 450 clqs
0.59/0.66	c (round 2) 0 del vars, 0 del conss, 22856 chg bounds, 0 chg sides, 0 chg coeffs, 451 upgd conss, 22856 impls, 450 clqs
1.29/1.30	c    (0.9s) probing: 101/24656 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.30	c    (0.9s) probing aborted: 100/100 successive totally useless probings
1.29/1.30	c presolving (3 rounds):
1.29/1.30	c  0 deleted vars, 0 deleted constraints, 22856 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.30	c  22856 implications, 450 cliques
1.29/1.30	c presolved problem has 47512 variables (24656 bin, 0 int, 0 impl, 22856 cont) and 46163 constraints
1.29/1.30	c   22856 constraints of type <indicator>
1.29/1.30	c       1 constraints of type <knapsack>
1.29/1.30	c     450 constraints of type <setppc>
1.29/1.30	c   22856 constraints of type <linear>
1.29/1.30	c transformed objective value is always integral (scale: 1)
1.29/1.30	c Presolving Time: 0.83
1.29/1.30	c - non default parameters ----------------------------------------------------------------------
1.29/1.30	c # SCIP version 1.2.1.2
1.29/1.30	c 
1.29/1.30	c # frequency for displaying node information lines
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.30	c display/freq = 10000
1.29/1.30	c 
1.29/1.30	c # maximal time in seconds to run
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.30	c limits/time = 1799.77
1.29/1.30	c 
1.29/1.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.30	c limits/memory = 3420
1.29/1.30	c 
1.29/1.30	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c lp/solvefreq = -1
1.29/1.30	c 
1.29/1.30	c # should presolving try to simplify inequalities
1.29/1.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.30	c constraints/linear/simplifyinequalities = TRUE
1.29/1.30	c 
1.29/1.30	c # should presolving try to simplify knapsacks
1.29/1.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.30	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.30	c 
1.29/1.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.30	c separating/rapidlearning/freq = 0
1.29/1.30	c 
1.29/1.30	c -----------------------------------------------------------------------------------------------
1.29/1.30	c start solving
1.29/1.31	c 
1.39/1.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.42	c   1.1s|     1 |     2 |     0 |     - | 145M|   0 |   - |  47k|  46k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
77.09/77.19	c  76.5s| 10000 | 10001 |     0 |   0.0 | 154M|9999 |   - |  47k|  46k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
132.19/132.22	c   131s| 20000 | 20001 |     0 |   0.0 | 162M|  19k|   - |  47k|  46k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
219.19/219.21	c   218s| 30000 | 29913 |     0 |   0.0 | 168M|  22k|   - |  47k|  46k|   0 |   0 |   0 |  76 |   0 | 0.000000e+00 |      --      |    Inf 
316.20/316.29	c   314s| 40000 | 39911 |     0 |   0.0 | 172M|  22k|   - |  47k|  46k|   0 |   0 |   0 |  84 |   0 | 0.000000e+00 |      --      |    Inf 
427.00/427.06	c   425s| 50000 | 49903 |     0 |   0.0 | 176M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 129 |   0 | 0.000000e+00 |      --      |    Inf 
547.30/547.35	c   545s| 60000 | 59890 |     0 |   0.0 | 180M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 183 |   0 | 0.000000e+00 |      --      |    Inf 
670.80/670.82	c   668s| 70000 | 69871 |     0 |   0.0 | 184M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 274 |   0 | 0.000000e+00 |      --      |    Inf 
831.21/831.28	c   828s| 80000 | 79855 |     0 |   0.0 | 188M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 354 |   0 | 0.000000e+00 |      --      |    Inf 
1022.32/1022.38	c  1019s| 90000 | 89855 |     0 |   0.0 | 193M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 354 |   0 | 0.000000e+00 |      --      |    Inf 
1181.03/1181.08	c  1177s|100000 | 99855 |     0 |   0.0 | 197M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 354 |   0 | 0.000000e+00 |      --      |    Inf 
1286.43/1286.43	c  1282s|110000 |109855 |     0 |   0.0 | 201M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 354 |   0 | 0.000000e+00 |      --      |    Inf 
1376.94/1376.97	c  1372s|120000 |119852 |     0 |   0.0 | 205M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 361 |   0 | 0.000000e+00 |      --      |    Inf 
1461.14/1461.10	c  1456s|130000 |129852 |     0 |   0.0 | 208M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 361 |   0 | 0.000000e+00 |      --      |    Inf 
1551.64/1551.67	c  1546s|140000 |139847 |     0 |   0.0 | 212M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 369 |   0 | 0.000000e+00 |      --      |    Inf 
1639.34/1639.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1639.34/1639.35	c  1633s|150000 |149847 |     0 |   0.0 | 216M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 369 |   0 | 0.000000e+00 |      --      |    Inf 
1726.14/1726.14	c  1719s|160000 |159847 |     0 |   0.0 | 220M|  22k|   - |  47k|  46k|   0 |   0 |   0 | 369 |   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1792.76
1800.06/1800.00	c Solving Nodes      : 168454
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.00	s UNKNOWN
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1792.76
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2701666-1278541104.wbo
1800.06/1800.00	c   Variables        : 47512 (24656 binary, 0 integer, 0 implicit integer, 22856 continuous)
1800.06/1800.00	c   Constraints      : 46163 initial, 46163 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2701666-1278541104.wbo
1800.06/1800.00	c   Variables        : 47512 (24656 binary, 0 integer, 0 implicit integer, 22856 continuous)
1800.06/1800.00	c   Constraints      : 46163 initial, 46532 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.53          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.00	c   knapsack         :       0.08          0          0          0          0          0          0          0          0
1800.06/1800.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.00	c   linear           :       0.09          0          0          0      22856          0          0          0          0
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :      22856          0     186070          0     168284          0     171308          0          0          0
1800.06/1800.00	c   knapsack         :          1          0     186424          0     168409          0          0          0          0          0
1800.06/1800.00	c   setppc           :        450          0     186424          0     168409         16       4309          0          0          0
1800.06/1800.00	c   linear           :      22856          0     186408          0     168409         47      21377          0          0          0
1800.06/1800.00	c   logicor          :          0+         0       1618          0          0          0        102          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0     168409          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   indicator        :     443.30       0.00      79.59       0.00     363.71
1800.06/1800.00	c   knapsack         :     545.74       0.00     426.70       0.00     119.04
1800.06/1800.00	c   setppc           :      17.17       0.00       2.09       0.00      15.08
1800.06/1800.00	c   linear           :     329.83       0.00      58.81       0.00     271.02
1800.06/1800.00	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       0.02          2          0          0
1800.06/1800.00	c   rootredcost      :       0.01          0          0          0
1800.06/1800.00	c   pseudoobj        :     130.67     186224          0          0
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :       0.03         63         63        123       27.4        527        3.1          -
1800.06/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   applied globally :          -          -          -        369        5.9          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :     316.32     168409          0          0          0          0     336818
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.00          -          0
1800.06/1800.00	c   oneopt           :       0.00          0          0
1800.06/1800.00	c   trivial          :       0.14          2          0
1800.06/1800.00	c   simplerounding   :       0.00          0          0
1800.06/1800.00	c   zirounding       :       0.00          0          0
1800.06/1800.00	c   rounding         :       0.00          0          0
1800.06/1800.00	c   shifting         :       0.00          0          0
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   coefdiving       :       0.00          0          0
1800.06/1800.00	c   pscostdiving     :       0.00          0          0
1800.06/1800.00	c   fracdiving       :       0.00          0          0
1800.06/1800.00	c   veclendiving     :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :       0.00          0          0
1800.06/1800.00	c   rootsoldiving    :       0.00          0          0
1800.06/1800.00	c   linesearchdiving :       0.00          0          0
1800.06/1800.00	c   guideddiving     :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   crossover        :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   nlp              :       0.08          0          0
1800.06/1800.00	c   trysol           :       0.01          1          0
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :     168454
1800.06/1800.00	c   nodes (total)    :     168454
1800.06/1800.00	c   nodes left       :     168301
1800.06/1800.00	c   max depth        :      22903
1800.06/1800.00	c   max depth (total):      22903
1800.06/1800.00	c   backtracks       :         32 (0.0%)
1800.06/1800.00	c   delayed cutoffs  :         64
1800.06/1800.00	c   repropagations   :       6659 (1871 domain reductions, 18 cutoffs)
1800.06/1800.00	c   avg switch length:       2.60
1800.06/1800.00	c   switching time   :       3.11
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :          0 (0 improvements)
1800.06/1800.00	c   Primal Bound     :          -
1800.06/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.00	c   Gap              :   infinite
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :          0
1800.24/1800.26	c Time complete: 1800.31.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701666-1278541104/watcher-2701666-1278541104 -o /tmp/evaluation-result-2701666-1278541104/solver-2701666-1278541104 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2701666-1278541104.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.98 2.00 2.00 3/196 19115
/proc/meminfo: memFree=29585732/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=8124 CPUtime=0
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 1532 0 0 0 0 0 0 0 21 0 1 0 22324567 8318976 1454 4089446400 4194304 7136930 140735024666208 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19115/statm: 2031 1454 268 719 0 1310 0

[startup+0.0785941 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19115
/proc/meminfo: memFree=29585732/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=30328 CPUtime=0.07
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 7062 0 0 0 6 1 0 0 21 0 1 0 22324567 31055872 6984 4089446400 4194304 7136930 140735024666208 18446744073709551615 6166776 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19115/statm: 7582 6985 275 719 0 6861 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30328

[startup+0.100584 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19115
/proc/meminfo: memFree=29585732/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=34656 CPUtime=0.09
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 8155 0 0 0 8 1 0 0 21 0 1 0 22324567 35487744 8077 4089446400 4194304 7136930 140735024666208 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19115/statm: 8664 8077 275 719 0 7943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34656

[startup+0.300561 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19115
/proc/meminfo: memFree=29585732/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=121044 CPUtime=0.29
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 29975 0 0 0 26 3 0 0 21 0 1 0 22324567 123949056 29498 4089446400 4194304 7136930 140735024666208 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 30261 29508 289 719 0 29540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121044

[startup+0.700477 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19115
/proc/meminfo: memFree=29585732/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=179768 CPUtime=0.69
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 45415 0 0 0 57 12 0 0 22 0 1 0 22324567 184082432 43066 4089446400 4194304 7136930 140735024666208 18446744073709551615 4442966 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 44942 43066 366 719 0 44221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179768

[startup+1.50035 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 19116
/proc/meminfo: memFree=29412372/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=183400 CPUtime=1.49
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 48458 0 0 0 136 13 0 0 25 0 1 0 22324567 187801600 44057 4089446400 4194304 7136930 140735024666208 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 45850 44057 394 719 0 45129 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183400

[startup+3.10104 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 19116
/proc/meminfo: memFree=29410264/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=183400 CPUtime=3.09
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 48490 0 0 0 295 14 0 0 25 0 1 0 22324567 187801600 44089 4089446400 4194304 7136930 140735024666208 18446744073709551615 4965488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 45850 44089 394 719 0 45129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183400

[startup+6.30044 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 19116
/proc/meminfo: memFree=29410480/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=183820 CPUtime=6.29
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 48563 0 0 0 614 15 0 0 25 0 1 0 22324567 188231680 44162 4089446400 4194304 7136930 140735024666208 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 45955 44162 394 719 0 45234 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 183820

[startup+12.7002 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 19119
/proc/meminfo: memFree=29410132/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=184576 CPUtime=12.69
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 48754 0 0 0 1251 18 0 0 25 0 1 0 22324567 189005824 44353 4089446400 4194304 7136930 140735024666208 18446744073709551615 4965488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 46144 44353 394 719 0 45423 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 184576

[startup+25.5009 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 19119
/proc/meminfo: memFree=29409300/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=186520 CPUtime=25.49
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 49242 0 0 0 2525 24 0 0 25 0 1 0 22324567 190996480 44841 4089446400 4194304 7136930 140735024666208 18446744073709551615 4414752 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19115/statm: 46630 44841 394 719 0 45909 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 186520

[startup+51.1011 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 19120
/proc/meminfo: memFree=29405488/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=190092 CPUtime=51.08
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 50177 0 0 0 5072 36 0 0 25 0 1 0 22324567 194654208 45776 4089446400 4194304 7136930 140735024666208 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 47523 45776 394 719 0 46802 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 190092

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 19121
/proc/meminfo: memFree=29399364/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=196140 CPUtime=102.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 51699 0 0 0 10166 64 0 0 25 0 1 0 22324567 200847360 47298 4089446400 4194304 7136930 140735024666208 18446744073709551615 4983021 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 49035 47298 394 719 0 48314 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196140

[startup+162.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/197 19123
/proc/meminfo: memFree=29389384/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=205624 CPUtime=162.29
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 54544 0 0 0 16129 100 0 0 25 0 1 0 22324567 210558976 49669 4089446400 4194304 7136930 140735024666208 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 51406 49669 401 719 0 50685 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 205624

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 19125
/proc/meminfo: memFree=29387860/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=207692 CPUtime=222.29
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 55085 0 0 0 22106 123 0 0 25 0 1 0 22324567 212676608 50210 4089446400 4194304 7136930 140735024666208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 51923 50210 401 719 0 51202 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 207692

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 19126
/proc/meminfo: memFree=29384336/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=211316 CPUtime=282.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 56015 0 0 0 28081 149 0 0 25 0 1 0 22324567 216387584 51140 4089446400 4194304 7136930 140735024666208 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 52829 51140 401 719 0 52108 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 211316

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19128
/proc/meminfo: memFree=29383428/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=212232 CPUtime=342.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 56243 0 0 0 34058 172 0 0 25 0 1 0 22324567 217325568 51368 4089446400 4194304 7136930 140735024666208 18446744073709551615 4834565 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 53058 51368 401 719 0 52337 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 212232

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19129
/proc/meminfo: memFree=29381024/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=214556 CPUtime=402.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 56845 0 0 0 40035 195 0 0 25 0 1 0 22324567 219705344 51970 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 53639 51970 401 719 0 52918 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 214556

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19131
/proc/meminfo: memFree=29378752/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=216624 CPUtime=462.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 57395 0 0 0 46016 214 0 0 25 0 1 0 22324567 221822976 52520 4089446400 4194304 7136930 140735024666208 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 54156 52520 401 719 0 53435 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 216624

[startup+522.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 19133
/proc/meminfo: memFree=29377460/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=217664 CPUtime=522.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 57683 0 0 0 51996 234 0 0 25 0 1 0 22324567 222887936 52808 4089446400 4194304 7136930 140735024666208 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 54416 52808 401 719 0 53695 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 217664

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 19134
/proc/meminfo: memFree=29374688/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=220284 CPUtime=582.3
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 58334 0 0 0 57974 256 0 0 25 0 1 0 22324567 225570816 53459 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 55071 53459 401 719 0 54350 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 220284

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19136
/proc/meminfo: memFree=29369564/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=224404 CPUtime=642.31
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 58885 0 0 0 63954 277 0 0 25 0 1 0 22324567 229789696 54010 4089446400 4194304 7136930 140735024666208 18446744073709551615 4966209 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 56101 54010 401 719 0 55380 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 224404

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19142
/proc/meminfo: memFree=29363664/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=230236 CPUtime=882.32
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 60400 0 0 0 87898 334 0 0 25 0 1 0 22324567 235761664 55525 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854280 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 57559 55525 401 719 0 56838 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 230236

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 19144
/proc/meminfo: memFree=29361392/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=232440 CPUtime=942.32
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 60970 0 0 0 93888 344 0 0 25 0 1 0 22324567 238018560 56095 4089446400 4194304 7136930 140735024666208 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 58110 56095 401 719 0 57389 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 232440

[startup+1002.3 s]
/proc/loadavg: 2.44 2.08 2.03 3/196 19192
/proc/meminfo: memFree=29248604/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=233992 CPUtime=1002.32
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 61369 0 0 0 99876 356 0 0 25 0 1 0 22324567 239607808 56494 4089446400 4194304 7136930 140735024666208 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 58498 56494 401 719 0 57777 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 233992

[startup+1062.3 s]
/proc/loadavg: 2.02 2.05 2.02 2/174 19235
/proc/meminfo: memFree=29579692/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=235028 CPUtime=1062.33
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 61646 0 0 0 105858 375 0 0 25 0 1 0 22324567 240668672 56771 4089446400 4194304 7136930 140735024666208 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 58757 56771 401 719 0 58036 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 235028

[startup+1122.3 s]
/proc/loadavg: 1.37 1.85 1.95 2/174 19426
/proc/meminfo: memFree=29577896/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=236588 CPUtime=1122.32
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 62032 0 0 0 111842 390 0 0 25 0 1 0 22324567 242266112 57157 4089446400 4194304 7136930 140735024666208 18446744073709551615 4696962 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 59147 57157 401 719 0 58426 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 236588

[startup+1182.3 s]
/proc/loadavg: 1.13 1.69 1.89 2/171 19494
/proc/meminfo: memFree=29576204/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=239552 CPUtime=1182.32
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 62804 0 0 0 117824 408 0 0 25 0 1 0 22324567 245301248 57929 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 59888 57929 401 719 0 59167 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 239552

[startup+1242.3 s]
/proc/loadavg: 1.10 1.58 1.83 2/171 19496
/proc/meminfo: memFree=29573808/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=241492 CPUtime=1242.33
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 63323 0 0 0 123792 441 0 0 25 0 1 0 22324567 247287808 58448 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 60373 58448 401 719 0 59652 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 241492

[startup+1302.3 s]
/proc/loadavg: 1.04 1.47 1.78 2/171 19497
/proc/meminfo: memFree=29571772/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=243968 CPUtime=1302.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 63944 0 0 0 129779 455 0 0 25 0 1 0 22324567 249823232 59069 4089446400 4194304 7136930 140735024666208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 60992 59069 401 719 0 60271 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 243968

[startup+1362.3 s]
/proc/loadavg: 1.01 1.38 1.73 2/171 19499
/proc/meminfo: memFree=29569136/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=246424 CPUtime=1362.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 64590 0 0 0 135746 488 0 0 25 0 1 0 22324567 252338176 59715 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 61606 59715 401 719 0 60885 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 246424

[startup+1422.31 s]
/proc/loadavg: 1.00 1.31 1.68 2/171 19501
/proc/meminfo: memFree=29564620/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=250608 CPUtime=1422.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 65630 0 0 0 141725 509 0 0 25 0 1 0 22324567 256622592 60755 4089446400 4194304 7136930 140735024666208 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 62652 60755 401 719 0 61931 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 250608

[startup+1482.3 s]
/proc/loadavg: 1.00 1.25 1.63 2/171 19502
/proc/meminfo: memFree=29562716/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=252740 CPUtime=1482.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 66907 0 0 0 147691 543 0 0 25 0 1 0 22324567 258805760 61317 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 63185 61317 401 719 0 62464 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 252740

[startup+1542.3 s]
/proc/loadavg: 1.00 1.20 1.59 2/171 19504
/proc/meminfo: memFree=29560316/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=254828 CPUtime=1542.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 67467 0 0 0 153661 573 0 0 25 0 1 0 22324567 260943872 61877 4089446400 4194304 7136930 140735024666208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 63707 61877 401 719 0 62986 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 254828

[startup+1602.3 s]
/proc/loadavg: 1.00 1.16 1.55 2/171 19505
/proc/meminfo: memFree=29557272/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=257944 CPUtime=1602.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 68279 0 0 0 159633 601 0 0 25 0 1 0 22324567 264134656 62689 4089446400 4194304 7136930 140735024666208 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 64486 62689 401 719 0 63765 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 257944

[startup+1662.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/171 19507
/proc/meminfo: memFree=29553388/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=261620 CPUtime=1662.35
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 69215 0 0 0 165594 641 0 0 25 0 1 0 22324567 267898880 63625 4089446400 4194304 7136930 140735024666208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 65405 63625 401 719 0 64684 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 261620

[startup+1722.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/171 19509
/proc/meminfo: memFree=29551468/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=263568 CPUtime=1722.34
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 69744 0 0 0 171568 666 0 0 25 0 1 0 22324567 269893632 64154 4089446400 4194304 7136930 140735024666208 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 65892 64154 401 719 0 65171 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 263568

[startup+1782.3 s]
/proc/loadavg: 1.00 1.08 1.45 2/171 19510
/proc/meminfo: memFree=29548332/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=266320 CPUtime=1782.35
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 70449 0 0 0 177537 698 0 0 25 0 1 0 22324567 272711680 64859 4089446400 4194304 7136930 140735024666208 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 66580 64859 401 719 0 65859 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 266320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.08 1.44 2/171 19511
/proc/meminfo: memFree=29547564/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=267224 CPUtime=1800.06
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 70683 0 0 0 179297 709 0 0 25 0 1 0 22324567 273637376 65093 4089446400 4194304 7136930 140735024666208 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19115/statm: 66806 65093 401 719 0 66085 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 267224

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: 1.00 1.08 1.44 2/171 19511
/proc/meminfo: memFree=29547564/32950928 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=169648 CPUtime=1800.24
/proc/19115/stat : 19115 (pbscip.linux.x8) R 19113 19115 17495 0 -1 4202496 71205 0 0 0 179315 709 0 0 18 0 1 0 22324567 173719552 40922 4089446400 4194304 7136930 140735024666208 18446744073709551615 6165613 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19115/statm: 42412 40793 406 719 0 41691 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 169648

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.32
CPU user time (s): 1793.22
CPU system time (s): 7.10292
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 267224

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

runsolver used 3.02954 second user time and 6.64899 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-08 00:18:24
IDJOB=2701666
IDBENCH=79617
IDSOLVER=1206
FILE ID=node113/2701666-1278541104
PBS_JOBID= 11239251
Free space on /tmp= 73748 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-le450-5a-4_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701666-1278541104/watcher-2701666-1278541104 -o /tmp/evaluation-result-2701666-1278541104/solver-2701666-1278541104 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2701666-1278541104.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2fe66c717d74f1b0f598aebf3623bd17
RANDOM SEED=1857009317

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
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.843
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.82
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.843
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.73
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.843
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.74
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.843
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.76
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.843
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.93
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.843
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29586384 kB
Buffers:        143372 kB
Cached:        2790112 kB
SwapCached:          0 kB
Active:        1852516 kB
Inactive:      1361204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29586384 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3996 kB
Writeback:           0 kB
AnonPages:      280436 kB
Mapped:          20376 kB
Slab:            85784 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1642736 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= 73744 MiB
End job on node113 at 2010-07-08 00:48:26