Trace number 2663767

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.93 1801.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_2.opb
MD5SUMe4d0ce6c299ae1a05f607b170c68aad6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 33
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15670
Sum of products size (including duplicates)31340
Number of different products15670
Sum of products size31340

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-2663767-1276655571.opb>
0.09/0.14	c original problem has 16170 variables (16170 bin, 0 int, 0 impl, 0 cont) and 16170 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.09/0.14	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.29/0.33	c presolving:
1.39/1.46	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 1054314 impls, 0 clqs
2.39/2.48	c    (2.1s) probing: 101/16170 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.48	c    (2.1s) probing aborted: 100/100 successive totally useless probings
2.39/2.48	c presolving (2 rounds):
2.39/2.48	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.48	c  1054314 implications, 0 cliques
2.39/2.48	c presolved problem has 16170 variables (16170 bin, 0 int, 0 impl, 0 cont) and 16170 constraints
2.39/2.48	c   15670 constraints of type <and>
2.39/2.48	c     500 constraints of type <logicor>
2.39/2.48	c transformed objective value is always integral (scale: 1)
2.39/2.48	c Presolving Time: 2.01
2.39/2.48	c - non default parameters ----------------------------------------------------------------------
2.39/2.48	c # SCIP version 1.2.1.2
2.39/2.48	c 
2.39/2.48	c # frequency for displaying node information lines
2.39/2.48	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.48	c display/freq = 10000
2.39/2.48	c 
2.39/2.48	c # maximal time in seconds to run
2.39/2.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.48	c limits/time = 1799.87
2.39/2.48	c 
2.39/2.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.48	c limits/memory = 1620
2.39/2.48	c 
2.39/2.48	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.39/2.48	c # [type: int, range: [-1,2147483647], default: 1]
2.39/2.48	c lp/solvefreq = -1
2.39/2.48	c 
2.39/2.48	c # should presolving try to simplify inequalities
2.39/2.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.48	c constraints/linear/simplifyinequalities = TRUE
2.39/2.48	c 
2.39/2.48	c # should presolving try to simplify knapsacks
2.39/2.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.48	c constraints/knapsack/simplifyinequalities = TRUE
2.39/2.48	c 
2.39/2.48	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.39/2.48	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.48	c heuristics/undercover/freq = 0
2.39/2.48	c 
2.39/2.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.39/2.48	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.48	c separating/rapidlearning/freq = 0
2.39/2.48	c 
2.39/2.48	c -----------------------------------------------------------------------------------------------
2.39/2.48	c start solving
2.49/2.50	c 
2.49/2.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.55	c   2.1s|     1 |     2 |     0 |     - |  66M|   0 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
157.45/157.56	c   157s| 10000 |  9997 |     0 |   0.0 |  92M| 456 |   - |  16k|  16k|   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
285.81/285.96	c   285s| 20000 | 19993 |     0 |   0.0 | 117M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
396.58/396.71	c   395s| 30000 | 29993 |     0 |   0.0 | 138M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
494.96/495.14	c   493s| 40000 | 39993 |     0 |   0.0 | 159M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
580.23/580.41	c   578s| 50000 | 49993 |     0 |   0.0 | 180M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
655.81/656.05	c   653s| 60000 | 59993 |     0 |   0.0 | 202M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
753.69/753.96	c   751s| 70000 | 69993 |     0 |   0.0 | 225M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
898.05/898.39	c   895s| 80000 | 79993 |     0 |   0.0 | 248M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1040.32/1040.69	c  1037s| 90000 | 89993 |     0 |   0.0 | 271M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1183.38/1183.79	c  1179s|100000 | 99993 |     0 |   0.0 | 295M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1323.44/1323.89	c  1319s|110000 |109993 |     0 |   0.0 | 318M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1463.11/1463.52	c  1458s|120000 |119993 |     0 |   0.0 | 341M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1601.18/1601.67	c  1596s|130000 |129993 |     0 |   0.0 | 364M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1737.13/1737.68	c  1731s|140000 |139993 |     0 |   0.0 | 387M| 464 |   - |  16k|  16k|   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.51	c 
1800.01/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.51	c Solving Time (sec) : 1794.14
1800.01/1800.51	c Solving Nodes      : 144531
1800.01/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.01/1800.51	c Gap                : infinite
1800.01/1800.51	s UNKNOWN
1800.01/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.51	c Solving Time       :    1794.14
1800.01/1800.51	c Original Problem   :
1800.01/1800.51	c   Problem name     : HOME/instance-2663767-1276655571.opb
1800.01/1800.51	c   Variables        : 16170 (16170 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.51	c   Constraints      : 16170 initial, 16170 maximal
1800.01/1800.51	c Presolved Problem  :
1800.01/1800.51	c   Problem name     : t_HOME/instance-2663767-1276655571.opb
1800.01/1800.51	c   Variables        : 16170 (16170 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.51	c   Constraints      : 16170 initial, 16174 maximal
1800.01/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.51	c   probing          :       0.69          0          0          0          0          0          0          0          0
1800.01/1800.51	c   and              :       1.14          0          0          0          0          0          0          0          0
1800.01/1800.51	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.51	c   and              :      15670          0     420107          0     144527          4    4980033          0          0          0
1800.01/1800.51	c   logicor          :        500+         0      61115          0     144527          0       4986          0          0          0
1800.01/1800.51	c   countsols        :          0          0          0          0     144527          0          0          0          0          0
1800.01/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.51	c   and              :     540.71       0.00     472.11       0.00      68.60
1800.01/1800.51	c   logicor          :     241.79       0.00       0.67       0.00     241.12
1800.01/1800.51	c   countsols        :       0.17       0.00       0.00       0.00       0.17
1800.01/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.51	c   vbounds          :       0.53          2          0          0
1800.01/1800.51	c   rootredcost      :       0.42          0          0          0
1800.01/1800.51	c   pseudoobj        :      28.31     419907          0          0
1800.01/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.51	c   propagation      :       0.00          4          4          4        3.5          0        0.0          -
1800.01/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.51	c   applied globally :          -          -          -          4        3.5          -          -          -
1800.01/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.51	c Pricers            :       Time      Calls       Vars
1800.01/1800.51	c   problem variables:       0.00          0          0
1800.01/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   inference        :     950.08     144527          0          0          0          0     289054
1800.01/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.51	c   LP solutions     :       0.00          -          0
1800.01/1800.51	c   pseudo solutions :       0.00          -          0
1800.01/1800.51	c   oneopt           :       0.11          0          0
1800.01/1800.51	c   trivial          :       0.06          2          0
1800.01/1800.51	c   simplerounding   :       0.00          0          0
1800.01/1800.51	c   zirounding       :       0.00          0          0
1800.01/1800.51	c   rounding         :       0.00          0          0
1800.01/1800.51	c   shifting         :       0.00          0          0
1800.01/1800.51	c   intshifting      :       0.00          0          0
1800.01/1800.51	c   twoopt           :       0.00          0          0
1800.01/1800.51	c   fixandinfer      :       0.00          0          0
1800.01/1800.51	c   feaspump         :       0.00          0          0
1800.01/1800.51	c   coefdiving       :       0.00          0          0
1800.01/1800.51	c   pscostdiving     :       0.00          0          0
1800.01/1800.51	c   fracdiving       :       0.00          0          0
1800.01/1800.51	c   veclendiving     :       0.00          0          0
1800.01/1800.51	c   intdiving        :       0.00          0          0
1800.01/1800.51	c   actconsdiving    :       0.00          0          0
1800.01/1800.51	c   objpscostdiving  :       0.00          0          0
1800.01/1800.51	c   rootsoldiving    :       0.00          0          0
1800.01/1800.51	c   linesearchdiving :       0.00          0          0
1800.01/1800.51	c   guideddiving     :       0.00          0          0
1800.01/1800.51	c   octane           :       0.00          0          0
1800.01/1800.51	c   rens             :       0.00          0          0
1800.01/1800.51	c   rins             :       0.00          0          0
1800.01/1800.51	c   localbranching   :       0.00          0          0
1800.01/1800.51	c   mutation         :       0.00          0          0
1800.01/1800.51	c   crossover        :       0.00          0          0
1800.01/1800.51	c   dins             :       0.00          0          0
1800.01/1800.51	c   undercover       :       0.00          0          0
1800.01/1800.51	c   nlp              :       0.23          0          0
1800.01/1800.51	c   trysol           :       0.05          0          0
1800.01/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.51	c B&B Tree           :
1800.01/1800.51	c   number of runs   :          1
1800.01/1800.51	c   nodes            :     144531
1800.01/1800.51	c   nodes (total)    :     144531
1800.01/1800.51	c   nodes left       :     144524
1800.01/1800.51	c   max depth        :        464
1800.01/1800.51	c   max depth (total):        464
1800.01/1800.51	c   backtracks       :        767 (0.5%)
1800.01/1800.51	c   delayed cutoffs  :          0
1800.01/1800.51	c   repropagations   :       1003 (4 domain reductions, 0 cutoffs)
1800.01/1800.51	c   avg switch length:       2.18
1800.01/1800.51	c   switching time   :      15.61
1800.01/1800.51	c Solution           :
1800.01/1800.51	c   Solutions found  :          0 (0 improvements)
1800.01/1800.51	c   Primal Bound     :          -
1800.01/1800.51	c   Dual Bound       : +1.00000000000000e+00
1800.01/1800.51	c   Gap              :   infinite
1800.01/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.51	c   Root Iterations  :          0
1800.91/1801.41	c Time complete: 1800.93.

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-2663767-1276655571/watcher-2663767-1276655571 -o /tmp/evaluation-result-2663767-1276655571/solver-2663767-1276655571 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663767-1276655571.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 1.93 1.61 3/106 15535
/proc/meminfo: memFree=1820108/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=6732 CPUtime=0
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 960 0 0 0 0 0 0 0 20 0 1 0 6852124 6893568 882 1992294400 4194304 7136930 140735787172832 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15535/statm: 1683 891 254 719 0 962 0

[startup+0.061851 s]
/proc/loadavg: 1.88 1.93 1.61 3/106 15535
/proc/meminfo: memFree=1820108/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=16376 CPUtime=0.05
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 3577 0 0 0 4 1 0 0 20 0 1 0 6852124 16769024 3499 1992294400 4194304 7136930 140735787172832 18446744073709551615 6166784 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15535/statm: 4094 3500 272 719 0 3373 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16376

[startup+0.100854 s]
/proc/loadavg: 1.88 1.93 1.61 3/106 15535
/proc/meminfo: memFree=1820108/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=21768 CPUtime=0.09
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 4906 0 0 0 8 1 0 0 20 0 1 0 6852124 22290432 4828 1992294400 4194304 7136930 140735787172832 18446744073709551615 6166784 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15535/statm: 5442 4828 272 719 0 4721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21768

[startup+0.300875 s]
/proc/loadavg: 1.88 1.93 1.61 3/106 15535
/proc/meminfo: memFree=1820108/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=48428 CPUtime=0.29
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 12013 0 0 0 25 4 0 0 20 0 1 0 6852124 49590272 11540 1992294400 4194304 7136930 140735787172832 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 12107 11540 304 719 0 11386 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48428

[startup+0.700919 s]
/proc/loadavg: 1.88 1.93 1.61 3/106 15535
/proc/meminfo: memFree=1820108/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=70004 CPUtime=0.69
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 16883 0 0 0 63 6 0 0 21 0 1 0 6852124 71684096 16410 1992294400 4194304 7136930 140735787172832 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 17501 16410 328 719 0 16780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70004

[startup+1.50101 s]
/proc/loadavg: 1.88 1.93 1.61 2/107 15536
/proc/meminfo: memFree=1740616/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=96064 CPUtime=1.49
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 24273 0 0 0 130 19 0 0 23 0 1 0 6852124 98369536 22933 1992294400 4194304 7136930 140735787172832 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 24016 22933 348 719 0 23295 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96064

[startup+3.10118 s]
/proc/loadavg: 1.88 1.93 1.61 2/107 15536
/proc/meminfo: memFree=1727224/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=99732 CPUtime=3.09
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 25780 0 0 0 280 29 0 0 25 0 1 0 6852124 102125568 24002 1992294400 4194304 7136930 140735787172832 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 24933 24002 403 719 0 24212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99732

[startup+6.30052 s]
/proc/loadavg: 1.81 1.92 1.61 2/107 15536
/proc/meminfo: memFree=1724620/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=101356 CPUtime=6.29
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 26175 0 0 0 599 30 0 0 25 0 1 0 6852124 103788544 24376 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 25339 24376 382 719 0 24618 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101356

[startup+12.7012 s]
/proc/loadavg: 1.74 1.90 1.61 2/107 15536
/proc/meminfo: memFree=1721272/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=103372 CPUtime=12.69
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 26706 0 0 0 1238 31 0 0 25 0 1 0 6852124 105852928 24907 1992294400 4194304 7136930 140735787172832 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 25843 24907 382 719 0 25122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103372

[startup+25.5006 s]
/proc/loadavg: 1.58 1.86 1.60 2/107 15536
/proc/meminfo: memFree=1719784/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=104940 CPUtime=25.48
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 27073 0 0 0 2515 33 0 0 25 0 1 0 6852124 107458560 25274 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 26235 25274 382 719 0 25514 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 104940

[startup+51.1013 s]
/proc/loadavg: 1.38 1.79 1.58 2/107 15538
/proc/meminfo: memFree=1715196/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=109368 CPUtime=51.07
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 28190 0 0 0 5067 40 0 0 25 0 1 0 6852124 111992832 26391 1992294400 4194304 7136930 140735787172832 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 27342 26391 382 719 0 26621 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 109368

[startup+102.308 s]
/proc/loadavg: 1.16 1.66 1.54 2/107 15538
/proc/meminfo: memFree=1704656/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=119996 CPUtime=102.27
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 30819 0 0 0 10173 54 0 0 25 0 1 0 6852124 122875904 29020 1992294400 4194304 7136930 140735787172832 18446744073709551615 4407828 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 29999 29020 387 719 0 29278 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119996

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.51 3/107 15540
/proc/meminfo: memFree=1692132/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=133596 CPUtime=162.24
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 34166 0 0 0 16154 70 0 0 25 0 1 0 6852124 136802304 32367 1992294400 4194304 7136930 140735787172832 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 33399 32367 387 719 0 32678 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 133596

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.47 2/107 15542
/proc/meminfo: memFree=1680972/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=143956 CPUtime=222.23
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 36721 0 0 0 22135 88 0 0 25 0 1 0 6852124 147410944 34922 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 35989 34922 387 719 0 35268 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 143956

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.44 2/107 15544
/proc/meminfo: memFree=1667208/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=157472 CPUtime=282.21
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 40114 0 0 0 28114 107 0 0 25 0 1 0 6852124 161251328 38315 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 39368 38315 387 719 0 38647 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 157472

[startup+342.301 s]
/proc/loadavg: 1.00 1.29 1.41 2/107 15544
/proc/meminfo: memFree=1656544/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=168000 CPUtime=342.19
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 42784 0 0 0 34093 126 0 0 25 0 1 0 6852124 172032000 40985 1992294400 4194304 7136930 140735787172832 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 42000 40985 387 719 0 41279 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 168000

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.38 2/107 15546
/proc/meminfo: memFree=1646004/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=178292 CPUtime=402.18
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 45394 0 0 0 40068 150 0 0 25 0 1 0 6852124 182571008 43595 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 44573 43595 387 719 0 43852 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 178292

[startup+462.302 s]
/proc/loadavg: 1.00 1.19 1.36 2/107 15548
/proc/meminfo: memFree=1631248/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=193936 CPUtime=462.16
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 49295 0 0 0 46043 173 0 0 25 0 1 0 6852124 198590464 47496 1992294400 4194304 7136930 140735787172832 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 48484 47496 387 719 0 47763 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 193936

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.33 2/107 15550
/proc/meminfo: memFree=1617608/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=206460 CPUtime=522.15
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 52472 0 0 0 52019 196 0 0 25 0 1 0 6852124 211415040 50673 1992294400 4194304 7136930 140735787172832 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 51615 50673 387 719 0 50894 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 206460

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.31 2/107 15552
/proc/meminfo: memFree=1602108/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=221604 CPUtime=582.13
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 56297 0 0 0 57994 219 0 0 25 0 1 0 6852124 226922496 54498 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 55401 54498 387 719 0 54680 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 221604

[startup+642.301 s]
/proc/loadavg: 1.04 1.11 1.29 2/107 15552
/proc/meminfo: memFree=1584996/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=238596 CPUtime=642.12
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 60571 0 0 0 63964 248 0 0 25 0 1 0 6852124 244322304 58772 1992294400 4194304 7136930 140735787172832 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 59649 58772 387 719 0 58928 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 238596

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 15562
/proc/meminfo: memFree=1513200/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=312016 CPUtime=1002.02
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 78387 0 0 0 99847 355 0 0 25 0 1 0 6852124 319504384 76588 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 78004 76588 387 719 0 77283 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 312016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 15564
/proc/meminfo: memFree=1500304/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=324964 CPUtime=1062.01
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 81616 0 0 0 105830 371 0 0 25 0 1 0 6852124 332763136 79817 1992294400 4194304 7136930 140735787172832 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 81241 79817 387 719 0 80520 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 324964

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 15566
/proc/meminfo: memFree=1492492/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=332612 CPUtime=1121.99
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 83540 0 0 0 111810 389 0 0 25 0 1 0 6852124 340594688 81741 1992294400 4194304 7136930 140735787172832 18446744073709551615 4780843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 83153 81741 387 719 0 82432 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 332612

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 15568
/proc/meminfo: memFree=1482448/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=342604 CPUtime=1181.97
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 86035 0 0 0 117787 410 0 0 25 0 1 0 6852124 350826496 84236 1992294400 4194304 7136930 140735787172832 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 85651 84236 387 719 0 84930 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 342604

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 15568
/proc/meminfo: memFree=1472032/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=352988 CPUtime=1241.96
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 88612 0 0 0 123771 425 0 0 25 0 1 0 6852124 361459712 86813 1992294400 4194304 7136930 140735787172832 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 88247 86813 387 719 0 87526 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 352988

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 15570
/proc/meminfo: memFree=1464096/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=360808 CPUtime=1301.96
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 90566 0 0 0 129753 443 0 0 25 0 1 0 6852124 369467392 88767 1992294400 4194304 7136930 140735787172832 18446744073709551615 4653078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 90202 88767 387 719 0 89481 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 360808

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 15572
/proc/meminfo: memFree=1450580/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=374400 CPUtime=1361.93
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 93952 0 0 0 135731 462 0 0 25 0 1 0 6852124 383385600 92153 1992294400 4194304 7136930 140735787172832 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 93600 92153 387 719 0 92879 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 374400

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 15574
/proc/meminfo: memFree=1441528/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=383308 CPUtime=1421.92
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 96217 0 0 0 141715 477 0 0 25 0 1 0 6852124 392507392 94418 1992294400 4194304 7136930 140735787172832 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 95827 94418 387 719 0 95106 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 383308

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 15576
/proc/meminfo: memFree=1432476/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=393140 CPUtime=1481.9
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 98685 0 0 0 147697 493 0 0 25 0 1 0 6852124 402575360 96886 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 98285 96886 387 719 0 97564 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 393140

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 15576
/proc/meminfo: memFree=1419952/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=404620 CPUtime=1541.89
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 101566 0 0 0 153679 510 0 0 25 0 1 0 6852124 414330880 99767 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 101155 99767 387 719 0 100434 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 404620

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 15578
/proc/meminfo: memFree=1410776/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=413908 CPUtime=1601.87
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 103879 0 0 0 159661 526 0 0 25 0 1 0 6852124 423841792 102080 1992294400 4194304 7136930 140735787172832 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 103477 102080 387 719 0 102756 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 413908

[startup+1662.3 s]
/proc/loadavg: 1.06 1.01 1.08 2/107 15580
/proc/meminfo: memFree=1397508/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=427076 CPUtime=1661.85
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 107160 0 0 0 165644 541 0 0 25 0 1 0 6852124 437325824 105361 1992294400 4194304 7136930 140735787172832 18446744073709551615 5901761 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 106769 105361 387 719 0 106048 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 427076

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.07 2/107 15591
/proc/meminfo: memFree=1389200/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=434752 CPUtime=1721.82
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 109114 0 0 0 171625 557 0 0 25 0 1 0 6852124 445186048 107315 1992294400 4194304 7136930 140735787172832 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 108688 107315 387 719 0 107967 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 434752

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 15593
/proc/meminfo: memFree=1380148/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=444432 CPUtime=1781.81
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 111522 0 0 0 177609 572 0 0 25 0 1 0 6852124 455098368 109723 1992294400 4194304 7136930 140735787172832 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 111108 109723 387 719 0 110387 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 444432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 15593
/proc/meminfo: memFree=1375808/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=448216 CPUtime=1800.01
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 112472 0 0 0 179424 577 0 0 25 0 1 0 6852124 458973184 110673 1992294400 4194304 7136930 140735787172832 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15535/statm: 112054 110673 387 719 0 111333 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 448216

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 15594
/proc/meminfo: memFree=1375800/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=448216 CPUtime=1800.12
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 112478 0 0 0 179435 577 0 0 25 0 1 0 6852124 458973184 110679 1992294400 4194304 7136930 140735787172832 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15535/statm: 112054 110679 393 719 0 111333 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 448216

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 15594
/proc/meminfo: memFree=1375800/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=446676 CPUtime=1800.51
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 112478 0 0 0 179474 577 0 0 25 0 1 0 6852124 457396224 110294 1992294400 4194304 7136930 140735787172832 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15535/statm: 111669 110294 393 719 0 110948 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 446676

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 15594
/proc/meminfo: memFree=1375800/2059040 swapFree=4152912/4192956
[pid=15535] ppid=15533 vsize=56016 CPUtime=1800.91
/proc/15535/stat : 15535 (pbscip.linux.x8) R 15533 15535 13787 0 -1 4202496 112479 0 0 0 179510 581 0 0 25 0 1 0 6852124 57360384 13307 1992294400 4194304 7136930 140735787172832 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15535/statm: 14004 13307 394 719 0 13283 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 56016

Child status: 0
Real time (s): 1801.42
CPU time (s): 1800.93
CPU user time (s): 1795.11
CPU system time (s): 5.82112
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 448216

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

runsolver used 2.94355 second user time and 8.5387 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 04:32:51
IDJOB=2663767
IDBENCH=48140
IDSOLVER=1167
FILE ID=node035/2663767-1276655571
PBS_JOBID= 11172435
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_2.opb
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-2663767-1276655571/watcher-2663767-1276655571 -o /tmp/evaluation-result-2663767-1276655571/solver-2663767-1276655571 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663767-1276655571.opb -t 1800 -m 1800

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

MD5SUM BENCH= e4d0ce6c299ae1a05f607b170c68aad6
RANDOM SEED=621106894

node035.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1820512 kB
Buffers:         31324 kB
Cached:         109636 kB
SwapCached:       1984 kB
Active:          92480 kB
Inactive:        70240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820512 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:       19884 kB
Mapped:          13696 kB
Slab:            53944 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62456 MiB
End job on node035 at 2010-06-16 05:02:54