Trace number 2663780

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.96 1801.4

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_4.opb
MD5SUM3feaf3974ec1ffdea6d6674c11d1a071
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
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 constraint50
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)15754
Sum of products size (including duplicates)31508
Number of different products15754
Sum of products size31508

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-2663780-1276657394.opb>
0.09/0.14	c original problem has 16254 variables (16254 bin, 0 int, 0 impl, 0 cont) and 16254 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.44	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 1067522 impls, 0 clqs
2.40/2.46	c    (2.0s) probing: 101/16254 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.40/2.46	c    (2.0s) probing aborted: 100/100 successive totally useless probings
2.40/2.46	c presolving (2 rounds):
2.40/2.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.40/2.46	c  1067522 implications, 0 cliques
2.40/2.46	c presolved problem has 16254 variables (16254 bin, 0 int, 0 impl, 0 cont) and 16254 constraints
2.40/2.46	c   15754 constraints of type <and>
2.40/2.46	c     500 constraints of type <logicor>
2.40/2.46	c transformed objective value is always integral (scale: 1)
2.40/2.46	c Presolving Time: 2.00
2.40/2.46	c - non default parameters ----------------------------------------------------------------------
2.40/2.46	c # SCIP version 1.2.1.2
2.40/2.46	c 
2.40/2.46	c # frequency for displaying node information lines
2.40/2.46	c # [type: int, range: [-1,2147483647], default: 100]
2.40/2.46	c display/freq = 10000
2.40/2.46	c 
2.40/2.46	c # maximal time in seconds to run
2.40/2.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.40/2.46	c limits/time = 1799.86
2.40/2.46	c 
2.40/2.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.40/2.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.40/2.46	c limits/memory = 1620
2.40/2.46	c 
2.40/2.46	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.40/2.46	c # [type: int, range: [-1,2147483647], default: 1]
2.40/2.46	c lp/solvefreq = -1
2.40/2.46	c 
2.40/2.46	c # should presolving try to simplify inequalities
2.40/2.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.40/2.46	c constraints/linear/simplifyinequalities = TRUE
2.40/2.46	c 
2.40/2.46	c # should presolving try to simplify knapsacks
2.40/2.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.40/2.46	c constraints/knapsack/simplifyinequalities = TRUE
2.40/2.46	c 
2.40/2.46	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.40/2.46	c # [type: int, range: [-1,2147483647], default: -1]
2.40/2.46	c heuristics/undercover/freq = 0
2.40/2.46	c 
2.40/2.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.40/2.46	c # [type: int, range: [-1,2147483647], default: -1]
2.40/2.46	c separating/rapidlearning/freq = 0
2.40/2.46	c 
2.40/2.46	c -----------------------------------------------------------------------------------------------
2.40/2.46	c start solving
2.40/2.48	c 
2.49/2.52	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.52	c   2.1s|     1 |     2 |     0 |     - |  66M|   0 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
155.66/155.71	c   155s| 10000 | 10001 |     0 |   0.0 |  94M| 446 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
285.52/285.66	c   284s| 20000 | 20001 |     0 |   0.0 | 117M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
401.69/401.83	c   400s| 30000 | 30001 |     0 |   0.0 | 139M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
501.87/502.03	c   500s| 40000 | 40001 |     0 |   0.0 | 160M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
587.85/588.07	c   586s| 50000 | 50001 |     0 |   0.0 | 181M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
664.13/664.37	c   662s| 60000 | 60001 |     0 |   0.0 | 204M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
809.60/809.85	c   807s| 70000 | 70001 |     0 |   0.0 | 227M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
954.16/954.48	c   951s| 80000 | 80001 |     0 |   0.0 | 251M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1092.53/1092.83	c  1089s| 90000 | 90001 |     0 |   0.0 | 274M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1233.30/1233.67	c  1229s|100000 |100001 |     0 |   0.0 | 297M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1371.26/1371.63	c  1367s|110000 |110001 |     0 |   0.0 | 320M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1510.43/1510.84	c  1505s|120000 |120001 |     0 |   0.0 | 344M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1643.29/1643.71	c  1638s|130000 |130001 |     0 |   0.0 | 367M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1774.06/1774.58	c  1768s|140000 |140001 |     0 |   0.0 | 390M| 452 |   - |  16k|  16k|   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.52	c 
1800.06/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.52	c Solving Time (sec) : 1794.05
1800.06/1800.52	c Solving Nodes      : 141864
1800.06/1800.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.52	c Dual Bound         : +1.00000000000000e+00
1800.06/1800.52	c Gap                : infinite
1800.06/1800.52	s UNKNOWN
1800.06/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.52	c Solving Time       :    1794.05
1800.06/1800.52	c Original Problem   :
1800.06/1800.52	c   Problem name     : HOME/instance-2663780-1276657394.opb
1800.06/1800.52	c   Variables        : 16254 (16254 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.52	c   Constraints      : 16254 initial, 16254 maximal
1800.06/1800.52	c Presolved Problem  :
1800.06/1800.52	c   Problem name     : t_HOME/instance-2663780-1276657394.opb
1800.06/1800.52	c   Variables        : 16254 (16254 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.52	c   Constraints      : 16254 initial, 16254 maximal
1800.06/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.52	c   probing          :       0.69          0          0          0          0          0          0          0          0
1800.06/1800.52	c   and              :       1.12          0          0          0          0          0          0          0          0
1800.06/1800.52	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.52	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.52	c   and              :      15754          0     411720          0     141864          0    4924653          0          0          0
1800.06/1800.52	c   logicor          :        500          0      59672          0     141864          0       3924          0          0          0
1800.06/1800.52	c   countsols        :          0          0          0          0     141864          0          0          0          0          0
1800.06/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.52	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.52	c   and              :     551.95       0.00     476.59       0.00      75.36
1800.06/1800.52	c   logicor          :     241.61       0.00       0.52       0.00     241.09
1800.06/1800.52	c   countsols        :       0.19       0.00       0.00       0.00       0.19
1800.06/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.52	c   vbounds          :       0.25          2          0          0
1800.06/1800.52	c   rootredcost      :       0.37          0          0          0
1800.06/1800.52	c   pseudoobj        :      28.90     411520          0          0
1800.06/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.52	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.52	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.52	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.06/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.52	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.52	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.52	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.52	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.52	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.52	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.52	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.52	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.52	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.52	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.52	c Pricers            :       Time      Calls       Vars
1800.06/1800.52	c   problem variables:       0.00          0          0
1800.06/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.52	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   inference        :     938.20     141864          0          0          0          0     283728
1800.06/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.52	c   LP solutions     :       0.00          -          0
1800.06/1800.52	c   pseudo solutions :       0.00          -          0
1800.06/1800.52	c   oneopt           :       0.17          0          0
1800.06/1800.52	c   trivial          :       0.07          2          0
1800.06/1800.52	c   simplerounding   :       0.00          0          0
1800.06/1800.52	c   zirounding       :       0.00          0          0
1800.06/1800.52	c   rounding         :       0.00          0          0
1800.06/1800.52	c   shifting         :       0.00          0          0
1800.06/1800.52	c   intshifting      :       0.00          0          0
1800.06/1800.52	c   twoopt           :       0.00          0          0
1800.06/1800.52	c   fixandinfer      :       0.00          0          0
1800.06/1800.52	c   feaspump         :       0.00          0          0
1800.06/1800.52	c   coefdiving       :       0.00          0          0
1800.06/1800.52	c   pscostdiving     :       0.00          0          0
1800.06/1800.52	c   fracdiving       :       0.00          0          0
1800.06/1800.52	c   veclendiving     :       0.00          0          0
1800.06/1800.52	c   intdiving        :       0.00          0          0
1800.06/1800.52	c   actconsdiving    :       0.00          0          0
1800.06/1800.52	c   objpscostdiving  :       0.00          0          0
1800.06/1800.52	c   rootsoldiving    :       0.00          0          0
1800.06/1800.52	c   linesearchdiving :       0.00          0          0
1800.06/1800.52	c   guideddiving     :       0.00          0          0
1800.06/1800.52	c   octane           :       0.00          0          0
1800.06/1800.52	c   rens             :       0.00          0          0
1800.06/1800.52	c   rins             :       0.00          0          0
1800.06/1800.52	c   localbranching   :       0.00          0          0
1800.06/1800.52	c   mutation         :       0.00          0          0
1800.06/1800.52	c   crossover        :       0.00          0          0
1800.06/1800.52	c   dins             :       0.00          0          0
1800.06/1800.52	c   undercover       :       0.00          0          0
1800.06/1800.52	c   nlp              :       0.22          0          0
1800.06/1800.52	c   trysol           :       0.07          0          0
1800.06/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.52	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.52	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.52	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.52	c B&B Tree           :
1800.06/1800.52	c   number of runs   :          1
1800.06/1800.52	c   nodes            :     141864
1800.06/1800.52	c   nodes (total)    :     141864
1800.06/1800.52	c   nodes left       :     141865
1800.06/1800.52	c   max depth        :        452
1800.06/1800.52	c   max depth (total):        452
1800.06/1800.52	c   backtracks       :        767 (0.5%)
1800.06/1800.52	c   delayed cutoffs  :          0
1800.06/1800.52	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.52	c   avg switch length:       2.28
1800.06/1800.52	c   switching time   :      16.65
1800.06/1800.52	c Solution           :
1800.06/1800.52	c   Solutions found  :          0 (0 improvements)
1800.06/1800.52	c   Primal Bound     :          -
1800.06/1800.52	c   Dual Bound       : +1.00000000000000e+00
1800.06/1800.52	c   Gap              :   infinite
1800.06/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.52	c   Root Iterations  :          0
1800.85/1801.39	c Time complete: 1800.94.

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-2663780-1276657394/watcher-2663780-1276657394 -o /tmp/evaluation-result-2663780-1276657394/solver-2663780-1276657394 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663780-1276657394.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: 0.92 0.98 0.99 3/106 13505
/proc/meminfo: memFree=1740692/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=6732 CPUtime=0
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 1157 0 0 0 0 0 0 0 20 0 1 0 7031850 6893568 1079 1992294400 4194304 7136930 140736945285936 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 1940 1088 254 719 0 1219 0

[startup+0.059633 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13505
/proc/meminfo: memFree=1740692/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=15328 CPUtime=0.05
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 3318 0 0 0 4 1 0 0 20 0 1 0 7031850 15695872 3240 1992294400 4194304 7136930 140736945285936 18446744073709551615 6339976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 3832 3240 272 719 0 3111 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15328

[startup+0.101637 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13505
/proc/meminfo: memFree=1740692/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=21780 CPUtime=0.09
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 4911 0 0 0 8 1 0 0 20 0 1 0 7031850 22302720 4833 1992294400 4194304 7136930 140736945285936 18446744073709551615 6303907 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 5445 4833 272 719 0 4724 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21780

[startup+0.301656 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13505
/proc/meminfo: memFree=1740692/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=48692 CPUtime=0.29
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 12009 0 0 0 25 4 0 0 20 0 1 0 7031850 49860608 11577 1992294400 4194304 7136930 140736945285936 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 12173 11577 304 719 0 11452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48692

[startup+0.70169 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13505
/proc/meminfo: memFree=1740692/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=71744 CPUtime=0.69
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 17274 0 0 0 63 6 0 0 21 0 1 0 7031850 73465856 16842 1992294400 4194304 7136930 140736945285936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 17936 16842 328 719 0 17215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71744

[startup+1.50176 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 13506
/proc/meminfo: memFree=1659464/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=95196 CPUtime=1.49
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 24004 0 0 0 131 18 0 0 23 0 1 0 7031850 97480704 22705 1992294400 4194304 7136930 140736945285936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 23799 22705 348 719 0 23078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95196

[startup+3.1009 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 13506
/proc/meminfo: memFree=1648180/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=98820 CPUtime=3.09
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 25509 0 0 0 281 28 0 0 25 0 1 0 7031850 101191680 23773 1992294400 4194304 7136930 140736945285936 18446744073709551615 4780843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 24705 23773 403 719 0 23984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98820

[startup+6.30119 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 13506
/proc/meminfo: memFree=1645080/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=100452 CPUtime=6.29
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 25913 0 0 0 600 29 0 0 25 0 1 0 7031850 102862848 24156 1992294400 4194304 7136930 140736945285936 18446744073709551615 4775164 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 25113 24156 382 719 0 24392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100452

[startup+12.7008 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 13506
/proc/meminfo: memFree=1642848/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=102476 CPUtime=12.68
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 26422 0 0 0 1238 30 0 0 25 0 1 0 7031850 104935424 24665 1992294400 4194304 7136930 140736945285936 18446744073709551615 4697592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 25619 24665 382 719 0 24898 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102476

[startup+25.5009 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 13506
/proc/meminfo: memFree=1640368/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=104980 CPUtime=25.48
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 27063 0 0 0 2515 33 0 0 25 0 1 0 7031850 107499520 25306 1992294400 4194304 7136930 140736945285936 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 26245 25306 382 719 0 25524 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 104980

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 13506
/proc/meminfo: memFree=1634788/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=110504 CPUtime=51.08
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 28444 0 0 0 5069 39 0 0 25 0 1 0 7031850 113156096 26687 1992294400 4194304 7136930 140736945285936 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 27626 26687 382 719 0 26905 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 110504

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13508
/proc/meminfo: memFree=1625984/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=119136 CPUtime=102.28
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 30577 0 0 0 10175 53 0 0 25 0 1 0 7031850 121995264 28820 1992294400 4194304 7136930 140736945285936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 29784 28820 382 719 0 29063 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 119136

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13510
/proc/meminfo: memFree=1613832/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=131352 CPUtime=162.25
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 33618 0 0 0 16158 67 0 0 25 0 1 0 7031850 134504448 31861 1992294400 4194304 7136930 140736945285936 18446744073709551615 4780847 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 32838 31861 382 719 0 32117 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 131352

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13512
/proc/meminfo: memFree=1601432/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=143560 CPUtime=222.24
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 36696 0 0 0 22138 86 0 0 25 0 1 0 7031850 147005440 34939 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 35890 34939 382 719 0 35169 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 143560

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13512
/proc/meminfo: memFree=1589900/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=156052 CPUtime=282.22
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 39834 0 0 0 28118 104 0 0 25 0 1 0 7031850 159797248 38077 1992294400 4194304 7136930 140736945285936 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 39013 38077 382 719 0 38292 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 156052

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13514
/proc/meminfo: memFree=1577996/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=166772 CPUtime=342.21
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 42523 0 0 0 34095 126 0 0 25 0 1 0 7031850 170774528 40766 1992294400 4194304 7136930 140736945285936 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 41693 40766 382 719 0 40972 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 166772

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13516
/proc/meminfo: memFree=1564108/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=180484 CPUtime=402.2
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 45974 0 0 0 40073 147 0 0 25 0 1 0 7031850 184815616 44217 1992294400 4194304 7136930 140736945285936 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 45121 44217 382 719 0 44400 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 180484

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13518
/proc/meminfo: memFree=1552948/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=191652 CPUtime=462.18
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 48805 0 0 0 46047 171 0 0 25 0 1 0 7031850 196251648 47048 1992294400 4194304 7136930 140736945285936 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 47913 47048 382 719 0 47192 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 191652

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13520
/proc/meminfo: memFree=1540052/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=204264 CPUtime=522.17
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 51976 0 0 0 52025 192 0 0 25 0 1 0 7031850 209166336 50219 1992294400 4194304 7136930 140736945285936 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 51066 50219 382 719 0 50345 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 204264

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13520
/proc/meminfo: memFree=1522320/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=221756 CPUtime=582.15
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 56368 0 0 0 57996 219 0 0 25 0 1 0 7031850 227078144 54611 1992294400 4194304 7136930 140736945285936 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 55439 54611 382 719 0 54718 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 221756

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13522
/proc/meminfo: memFree=1504464/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=239576 CPUtime=642.15
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 60831 0 0 0 63969 246 0 0 25 0 1 0 7031850 245325824 59074 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 59894 59074 382 719 0 59173 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 239576

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 13534
/proc/meminfo: memFree=1432544/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=312728 CPUtime=1062.04
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 78686 0 0 0 105831 373 0 0 25 0 1 0 7031850 320233472 76929 1992294400 4194304 7136930 140736945285936 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 78182 76929 382 719 0 77461 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 312728

[startup+1122.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 13536
/proc/meminfo: memFree=1420268/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=325004 CPUtime=1122.02
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 81739 0 0 0 111811 391 0 0 25 0 1 0 7031850 332804096 79982 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 81251 79982 382 719 0 80530 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 325004

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 13536
/proc/meminfo: memFree=1412456/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=332692 CPUtime=1182
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 83660 0 0 0 117793 407 0 0 25 0 1 0 7031850 340676608 81903 1992294400 4194304 7136930 140736945285936 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 83173 81903 382 719 0 82452 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 332692

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 13538
/proc/meminfo: memFree=1399064/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=345968 CPUtime=1241.99
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 86997 0 0 0 123775 424 0 0 25 0 1 0 7031850 354271232 85240 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 86492 85240 382 719 0 85771 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 345968

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 13540
/proc/meminfo: memFree=1388152/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=356828 CPUtime=1301.98
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 89700 0 0 0 129757 441 0 0 25 0 1 0 7031850 365391872 87943 1992294400 4194304 7136930 140736945285936 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 89207 87943 382 719 0 88486 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 356828

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13542
/proc/meminfo: memFree=1380340/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=365692 CPUtime=1361.96
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 91910 0 0 0 135737 459 0 0 25 0 1 0 7031850 374468608 90153 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 91423 90153 382 719 0 90702 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 365692

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13544
/proc/meminfo: memFree=1368188/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=376824 CPUtime=1421.95
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 94665 0 0 0 141716 479 0 0 25 0 1 0 7031850 385867776 92908 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 94206 92908 382 719 0 93485 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 376824

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13544
/proc/meminfo: memFree=1359756/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=385200 CPUtime=1481.93
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 96776 0 0 0 147699 494 0 0 25 0 1 0 7031850 394444800 95019 1992294400 4194304 7136930 140736945285936 18446744073709551615 4783034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 96300 95019 382 719 0 95579 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 385200

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13546
/proc/meminfo: memFree=1347728/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=397028 CPUtime=1541.91
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 99748 0 0 0 153680 511 0 0 25 0 1 0 7031850 406556672 97991 1992294400 4194304 7136930 140736945285936 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 99257 97991 382 719 0 98536 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 397028

[startup+1602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 13548
/proc/meminfo: memFree=1335080/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=409744 CPUtime=1601.9
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 102914 0 0 0 159661 529 0 0 25 0 1 0 7031850 419577856 101157 1992294400 4194304 7136930 140736945285936 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 102436 101157 382 719 0 101715 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 409744

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 13550
/proc/meminfo: memFree=1324788/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=420064 CPUtime=1661.89
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 105481 0 0 0 165642 547 0 0 25 0 1 0 7031850 430145536 103724 1992294400 4194304 7136930 140736945285936 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 105016 103724 382 719 0 104295 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 420064

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 13552
/proc/meminfo: memFree=1315488/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=429400 CPUtime=1721.87
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 107816 0 0 0 171624 563 0 0 25 0 1 0 7031850 439705600 106059 1992294400 4194304 7136930 140736945285936 18446744073709551615 4780786 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 107350 106059 382 719 0 106629 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 429400

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13555
/proc/meminfo: memFree=1305692/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=439532 CPUtime=1781.85
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 110399 0 0 0 177602 583 0 0 25 0 1 0 7031850 450080768 108642 1992294400 4194304 7136930 140736945285936 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 109883 108642 382 719 0 109162 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 439532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13557
/proc/meminfo: memFree=1300484/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=443788 CPUtime=1800.06
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 111456 0 0 0 179416 590 0 0 25 0 1 0 7031850 454438912 109699 1992294400 4194304 7136930 140736945285936 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13505/statm: 110947 109699 382 719 0 110226 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 443788

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.00 3/108 13558
/proc/meminfo: memFree=1300476/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=443788 CPUtime=1800.17
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 111463 0 0 0 179427 590 0 0 25 0 1 0 7031850 454438912 109706 1992294400 4194304 7136930 140736945285936 18446744073709551615 4212303 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 110947 109706 389 719 0 110226 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 443788

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 13558
/proc/meminfo: memFree=1300476/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=442756 CPUtime=1800.55
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 111463 0 0 0 179465 590 0 0 25 0 1 0 7031850 453382144 109448 1992294400 4194304 7136930 140736945285936 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 110689 109448 389 719 0 109968 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 442756

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 13558
/proc/meminfo: memFree=1300476/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=389156 CPUtime=1800.75
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 111463 0 0 0 179484 591 0 0 25 0 1 0 7031850 398495744 96048 1992294400 4194304 7136930 140736945285936 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 97289 96048 389 719 0 96568 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 389156

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 13558
/proc/meminfo: memFree=1300476/2059040 swapFree=4141376/4192956
[pid=13505] ppid=13503 vsize=259372 CPUtime=1800.85
/proc/13505/stat : 13505 (pbscip.linux.x8) R 13503 13505 12133 0 -1 4202496 111464 0 0 0 179493 592 0 0 25 0 1 0 7031850 265596928 63607 1992294400 4194304 7136930 140736945285936 18446744073709551615 5961362 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13505/statm: 64843 63607 390 719 0 64122 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (KiB) 259372

Child status: 0
Real time (s): 1801.4
CPU time (s): 1800.96
CPU user time (s): 1795
CPU system time (s): 5.95909
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 443788

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

runsolver used 2.92156 second user time and 8.5647 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 05:03:15
IDJOB=2663780
IDBENCH=48153
IDSOLVER=1167
FILE ID=node043/2663780-1276657394
PBS_JOBID= 11172441
Free space on /tmp= 62296 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_4.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-2663780-1276657394/watcher-2663780-1276657394 -o /tmp/evaluation-result-2663780-1276657394/solver-2663780-1276657394 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663780-1276657394.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3feaf3974ec1ffdea6d6674c11d1a071
RANDOM SEED=1212810964

node043.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.241
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.48
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.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1741104 kB
Buffers:         82856 kB
Cached:         143004 kB
SwapCached:       6264 kB
Active:         108996 kB
Inactive:       131140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1741104 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:            3396 kB
Writeback:           0 kB
AnonPages:       12032 kB
Mapped:          13692 kB
Slab:            55932 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182932 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= 62292 MiB
End job on node043 at 2010-06-16 05:33:17