Trace number 2664023

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.68 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark354
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664023-1276618774.opb>
1.39/1.47	c original problem has 10998 variables (10998 bin, 0 int, 0 impl, 0 cont) and 21679 constraints
1.39/1.47	c problem read
1.39/1.47	c presolving settings loaded
1.39/1.47	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
1.89/1.95	c presolving:
2.29/2.32	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.49/2.51	c (round 2) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 903 upgd conss, 0 impls, 0 clqs
2.69/2.76	c (round 3) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1194 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
2.79/2.85	c (round 4) 1 del vars, 9946 del conss, 1 chg bounds, 66 chg sides, 1356 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
7.79/7.83	c    (6.1s) probing: 120/10997 (1.1%) - 0 fixings, 0 aggregations, 133 implications, 0 bound changes
7.79/7.83	c    (6.1s) probing aborted: 100/100 successive totally useless probings
7.79/7.84	c presolving (5 rounds):
7.79/7.84	c  1 deleted vars, 9946 deleted constraints, 1 tightened bounds, 0 added holes, 66 changed sides, 1364 changed coefficients
7.79/7.84	c  1014 implications, 12 cliques
7.79/7.84	c presolved problem has 10997 variables (10997 bin, 0 int, 0 impl, 0 cont) and 11733 constraints
7.79/7.84	c    1788 constraints of type <knapsack>
7.79/7.84	c    9945 constraints of type <linear>
7.79/7.84	c transformed objective value is always integral (scale: 1)
7.79/7.84	c Presolving Time: 5.87
7.79/7.84	c - non default parameters ----------------------------------------------------------------------
7.79/7.84	c # SCIP version 1.2.1.2
7.79/7.84	c 
7.79/7.84	c # frequency for displaying node information lines
7.79/7.84	c # [type: int, range: [-1,2147483647], default: 100]
7.79/7.84	c display/freq = 10000
7.79/7.84	c 
7.79/7.84	c # maximal time in seconds to run
7.79/7.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.79/7.84	c limits/time = 1798.54
7.79/7.84	c 
7.79/7.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.79/7.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.79/7.84	c limits/memory = 1620
7.79/7.84	c 
7.79/7.84	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
7.79/7.84	c # [type: int, range: [-1,2147483647], default: 1]
7.79/7.84	c lp/solvefreq = -1
7.79/7.84	c 
7.79/7.84	c # should presolving try to simplify inequalities
7.79/7.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.79/7.84	c constraints/linear/simplifyinequalities = TRUE
7.79/7.84	c 
7.79/7.84	c # should presolving try to simplify knapsacks
7.79/7.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.79/7.84	c constraints/knapsack/simplifyinequalities = TRUE
7.79/7.84	c 
7.79/7.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
7.79/7.84	c # [type: int, range: [-1,2147483647], default: -1]
7.79/7.84	c separating/rapidlearning/freq = 0
7.79/7.84	c 
7.79/7.84	c -----------------------------------------------------------------------------------------------
7.79/7.84	c start solving
7.79/7.85	c 
7.79/7.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.88	c   6.2s|     1 |     2 |     0 |     - |  77M|   0 |   - |  10k|  11k|   0 |   0 |   0 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
166.54/166.60	c   165s| 10000 |  9430 |     0 |   0.0 | 105M|4934 |   - |  10k|  12k|   0 |   0 |   0 | 739 |   0 | 1.710000e+02 |      --      |    Inf 
697.49/697.76	c   695s| 20000 | 16237 |     0 |   0.0 | 178M|4934 |   - |  10k|  13k|   0 |   0 |   0 |5902 |   0 | 1.710000e+02 |      --      |    Inf 
1754.55/1755.12	c  1750s| 30000 | 16229 |     0 |   0.0 | 253M|4934 |   - |  10k|  14k|   0 |   0 |   0 |  16k|   0 | 1.710000e+02 |      --      |    Inf 
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.63	c 
1800.05/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.63	c Solving Time (sec) : 1795.08
1800.05/1800.63	c Solving Nodes      : 31242
1800.05/1800.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.63	c Dual Bound         : +1.71000000000000e+02
1800.05/1800.63	c Gap                : infinite
1800.05/1800.63	s UNKNOWN
1800.05/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.63	c Solving Time       :    1795.08
1800.05/1800.63	c Original Problem   :
1800.05/1800.63	c   Problem name     : HOME/instance-2664023-1276618774.opb
1800.05/1800.63	c   Variables        : 10998 (10998 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.63	c   Constraints      : 21679 initial, 21679 maximal
1800.05/1800.63	c Presolved Problem  :
1800.05/1800.63	c   Problem name     : t_HOME/instance-2664023-1276618774.opb
1800.05/1800.63	c   Variables        : 10997 (10997 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.63	c   Constraints      : 11733 initial, 14914 maximal
1800.05/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.63	c   probing          :       4.93          0          0          0          0          0          0          0          0
1800.05/1800.63	c   knapsack         :       0.11          0          0          0          0          0          0         44        171
1800.05/1800.63	c   linear           :       0.66          1          0          0          1          0       9946         22       1193
1800.05/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.63	c   knapsack         :       1788          0     253700          0      27269       1534     827088          0          0          0
1800.05/1800.63	c   linear           :       9945          0     252166          0      27269       3610    4884485          0          0          0
1800.05/1800.63	c   logicor          :          0+         0      37079          0          0        522      20936          0          0          0
1800.05/1800.63	c   countsols        :          0          0          0          0      27269          0          0          0          0          0
1800.05/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.63	c   knapsack         :     158.32       0.00     154.54       0.00       3.78
1800.05/1800.63	c   linear           :    1242.20       0.00    1242.16       0.00       0.04
1800.05/1800.63	c   logicor          :      22.94       0.00      22.94       0.00       0.00
1800.05/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.63	c   vbounds          :       0.30          2          0          0
1800.05/1800.63	c   rootredcost      :       0.27          0          0          0
1800.05/1800.63	c   pseudoobj        :       1.05     253449          0          0
1800.05/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.63	c   propagation      :       1.09       5666       5666      43893       39.9        404       21.7          -
1800.05/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.63	c   applied globally :          -          -          -      16523       32.5          -          -          -
1800.05/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.63	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.63	c Pricers            :       Time      Calls       Vars
1800.05/1800.63	c   problem variables:       0.00          0          0
1800.05/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.63	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   inference        :     119.41      27269          0          0          0          0      54538
1800.05/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.63	c   LP solutions     :       0.00          -          0
1800.05/1800.63	c   pseudo solutions :       0.00          -          0
1800.05/1800.63	c   oneopt           :       0.01          0          0
1800.05/1800.63	c   trivial          :       0.03          2          0
1800.05/1800.63	c   simplerounding   :       0.00          0          0
1800.05/1800.63	c   zirounding       :       0.00          0          0
1800.05/1800.63	c   rounding         :       0.00          0          0
1800.05/1800.63	c   shifting         :       0.00          0          0
1800.05/1800.63	c   intshifting      :       0.00          0          0
1800.05/1800.63	c   twoopt           :       0.00          0          0
1800.05/1800.63	c   fixandinfer      :       0.00          0          0
1800.05/1800.63	c   feaspump         :       0.00          0          0
1800.05/1800.63	c   coefdiving       :       0.00          0          0
1800.05/1800.63	c   pscostdiving     :       0.00          0          0
1800.05/1800.63	c   fracdiving       :       0.00          0          0
1800.05/1800.63	c   veclendiving     :       0.00          0          0
1800.05/1800.63	c   intdiving        :       0.00          0          0
1800.05/1800.63	c   actconsdiving    :       0.00          0          0
1800.05/1800.63	c   objpscostdiving  :       0.00          0          0
1800.05/1800.63	c   rootsoldiving    :       0.00          0          0
1800.05/1800.63	c   linesearchdiving :       0.00          0          0
1800.05/1800.63	c   guideddiving     :       0.00          0          0
1800.05/1800.63	c   octane           :       0.00          0          0
1800.05/1800.63	c   rens             :       0.00          0          0
1800.05/1800.63	c   rins             :       0.00          0          0
1800.05/1800.63	c   localbranching   :       0.00          0          0
1800.05/1800.63	c   mutation         :       0.00          0          0
1800.05/1800.63	c   crossover        :       0.00          0          0
1800.05/1800.63	c   dins             :       0.00          0          0
1800.05/1800.63	c   undercover       :       0.00          0          0
1800.05/1800.63	c   nlp              :       0.05          0          0
1800.05/1800.63	c   trysol           :       0.00          0          0
1800.05/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.63	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.63	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.63	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.63	c B&B Tree           :
1800.05/1800.63	c   number of runs   :          1
1800.05/1800.63	c   nodes            :      31242
1800.05/1800.63	c   nodes (total)    :      31242
1800.05/1800.63	c   nodes left       :      17185
1800.05/1800.63	c   max depth        :       4934
1800.05/1800.63	c   max depth (total):       4934
1800.05/1800.63	c   backtracks       :       2312 (7.4%)
1800.05/1800.63	c   delayed cutoffs  :       6112
1800.05/1800.63	c   repropagations   :     181788 (1081105 domain reductions, 1693 cutoffs)
1800.05/1800.63	c   avg switch length:      34.93
1800.05/1800.63	c   switching time   :     238.97
1800.05/1800.63	c Solution           :
1800.05/1800.63	c   Solutions found  :          0 (0 improvements)
1800.05/1800.63	c   Primal Bound     :          -
1800.05/1800.63	c   Dual Bound       : +1.71000000000000e+02
1800.05/1800.63	c   Gap              :   infinite
1800.05/1800.63	c   Root Dual Bound  : +1.71000000000000e+02
1800.05/1800.63	c   Root Iterations  :          0
1800.64/1801.23	c Time complete: 1800.67.

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-2664023-1276618774/watcher-2664023-1276618774 -o /tmp/evaluation-result-2664023-1276618774/solver-2664023-1276618774 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664023-1276618774.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.85 0.97 0.99 3/106 10705
/proc/meminfo: memFree=1812692/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=6584 CPUtime=0
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 1015 0 0 0 0 0 0 0 15 0 1 0 37481371 6742016 937 1992294400 4194304 7136930 140734457833760 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 1646 948 254 719 0 925 0

[startup+0.0348609 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10705
/proc/meminfo: memFree=1812692/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=8448 CPUtime=0.03
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 1612 0 0 0 3 0 0 0 17 0 1 0 37481371 8650752 1534 1992294400 4194304 7136930 140734457833760 18446744073709551615 6163997 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 2112 1534 271 719 0 1391 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8448

[startup+0.100866 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10705
/proc/meminfo: memFree=1812692/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=10440 CPUtime=0.09
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 2101 0 0 0 9 0 0 0 17 0 1 0 37481371 10690560 2023 1992294400 4194304 7136930 140734457833760 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 2610 2023 271 719 0 1889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10440

[startup+0.300886 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10705
/proc/meminfo: memFree=1812692/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=15664 CPUtime=0.29
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 3394 0 0 0 28 1 0 0 17 0 1 0 37481371 16039936 3316 1992294400 4194304 7136930 140734457833760 18446744073709551615 4213690 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 3916 3316 271 719 0 3195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15664

[startup+0.700927 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10705
/proc/meminfo: memFree=1812692/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=24008 CPUtime=0.69
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 5490 0 0 0 68 1 0 0 17 0 1 0 37481371 24584192 5412 1992294400 4194304 7136930 140734457833760 18446744073709551615 4361606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 6002 5412 271 719 0 5281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24008

[startup+1.50101 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 10706
/proc/meminfo: memFree=1786644/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=51180 CPUtime=1.48
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 12649 0 0 0 144 4 0 0 18 0 1 0 37481371 52408320 12217 1992294400 4194304 7136930 140734457833760 18446744073709551615 4384377 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 12795 12217 283 719 0 12074 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 51180

[startup+3.10117 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 10706
/proc/meminfo: memFree=1644540/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=184940 CPUtime=3.08
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 54009 0 0 0 283 25 0 0 21 0 1 0 37481371 189378560 43622 1992294400 4194304 7136930 140734457833760 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 46235 43622 388 719 0 45514 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 184940

[startup+6.3015 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 10706
/proc/meminfo: memFree=1638588/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=184940 CPUtime=6.28
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 54023 0 0 0 603 25 0 0 25 0 1 0 37481371 189378560 43622 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 46235 43622 374 719 0 45514 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 184940

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/107 10708
/proc/meminfo: memFree=1637100/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=186368 CPUtime=12.69
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 54514 0 0 0 1240 29 0 0 25 0 1 0 37481371 190840832 44038 1992294400 4194304 7136930 140734457833760 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 46592 44038 396 719 0 45871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 186368

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/107 10708
/proc/meminfo: memFree=1635736/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=187912 CPUtime=25.48
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 54878 0 0 0 2512 36 0 0 25 0 1 0 37481371 192421888 44402 1992294400 4194304 7136930 140734457833760 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 46978 44402 396 719 0 46257 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 187912

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/107 10708
/proc/meminfo: memFree=1626808/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=197080 CPUtime=51.08
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 57125 0 0 0 5064 44 0 0 25 0 1 0 37481371 201809920 46649 1992294400 4194304 7136930 140734457833760 18446744073709551615 4978278 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 49270 46649 396 719 0 48549 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 197080

[startup+102.309 s]
/proc/loadavg: 0.97 0.97 0.99 2/107 10710
/proc/meminfo: memFree=1613540/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=211096 CPUtime=102.27
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 60436 0 0 0 10177 50 0 0 25 0 1 0 37481371 216162304 49960 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983799 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 52774 49960 396 719 0 52053 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 211096

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10712
/proc/meminfo: memFree=1604116/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=221912 CPUtime=162.24
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 62793 0 0 0 16166 58 0 0 25 0 1 0 37481371 227237888 52317 1992294400 4194304 7136930 140734457833760 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 55478 52317 396 719 0 54757 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 221912

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10712
/proc/meminfo: memFree=1593700/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=233428 CPUtime=222.22
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 65380 0 0 0 22155 67 0 0 25 0 1 0 37481371 239030272 54904 1992294400 4194304 7136930 140734457833760 18446744073709551615 4980289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 58357 54904 396 719 0 57636 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 233428

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10714
/proc/meminfo: memFree=1584276/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=244456 CPUtime=282.21
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 67738 0 0 0 28146 75 0 0 25 0 1 0 37481371 250322944 57262 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 61114 57262 396 719 0 60393 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 244456

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10716
/proc/meminfo: memFree=1571008/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=259020 CPUtime=342.19
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 71039 0 0 0 34135 84 0 0 25 0 1 0 37481371 265236480 60563 1992294400 4194304 7136930 140734457833760 18446744073709551615 4978478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 64755 60563 396 719 0 64034 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 259020

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10718
/proc/meminfo: memFree=1556500/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=275588 CPUtime=402.17
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 74816 0 0 0 40127 90 0 0 25 0 1 0 37481371 282202112 64340 1992294400 4194304 7136930 140734457833760 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 68897 64340 396 719 0 68176 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 275588

[startup+462.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10720
/proc/meminfo: memFree=1540628/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=292928 CPUtime=462.15
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 78604 0 0 0 46118 97 0 0 25 0 1 0 37481371 299958272 68128 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 73232 68128 396 719 0 72511 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 292928

[startup+522.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10720
/proc/meminfo: memFree=1531328/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=303536 CPUtime=522.13
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 80894 0 0 0 52109 104 0 0 25 0 1 0 37481371 310820864 70418 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 75884 70418 396 719 0 75163 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 303536

[startup+582.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10722
/proc/meminfo: memFree=1525500/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=310196 CPUtime=582.11
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 82340 0 0 0 58101 110 0 0 25 0 1 0 37481371 317640704 71864 1992294400 4194304 7136930 140734457833760 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 77549 71864 396 719 0 76828 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 310196

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10724
/proc/meminfo: memFree=1518556/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=318388 CPUtime=642.1
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 84056 0 0 0 64095 115 0 0 25 0 1 0 37481371 326029312 73580 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 79597 73580 396 719 0 78876 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 318388

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10732
/proc/meminfo: memFree=1478752/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=364964 CPUtime=942.01
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 93975 0 0 0 94056 145 0 0 25 0 1 0 37481371 373723136 83499 1992294400 4194304 7136930 140734457833760 18446744073709551615 4947407 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 91241 83499 396 719 0 90520 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 364964

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10734
/proc/meminfo: memFree=1473048/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=371516 CPUtime=1001.99
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 95346 0 0 0 100046 153 0 0 25 0 1 0 37481371 380432384 84870 1992294400 4194304 7136930 140734457833760 18446744073709551615 5892276 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 92879 84870 396 719 0 92158 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 371516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10736
/proc/meminfo: memFree=1466104/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=379728 CPUtime=1061.98
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 97104 0 0 0 106037 161 0 0 25 0 1 0 37481371 388841472 86628 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 94932 86628 396 719 0 94211 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 379728

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10736
/proc/meminfo: memFree=1461268/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=384908 CPUtime=1121.95
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 98248 0 0 0 112030 165 0 0 25 0 1 0 37481371 394145792 87772 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 96227 87772 396 719 0 95506 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 384908

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10738
/proc/meminfo: memFree=1456804/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=390148 CPUtime=1181.93
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 99368 0 0 0 118017 176 0 0 25 0 1 0 37481371 399511552 88892 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979583 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 97537 88892 396 719 0 96816 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 390148

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10740
/proc/meminfo: memFree=1451968/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=395540 CPUtime=1241.91
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 100568 0 0 0 124006 185 0 0 25 0 1 0 37481371 405032960 90092 1992294400 4194304 7136930 140734457833760 18446744073709551615 4979040 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 98885 90092 396 719 0 98164 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 395540

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10742
/proc/meminfo: memFree=1448620/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=399072 CPUtime=1301.9
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 101368 0 0 0 129996 194 0 0 25 0 1 0 37481371 408649728 90892 1992294400 4194304 7136930 140734457833760 18446744073709551615 4981607 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 99768 90892 396 719 0 99047 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 399072

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10744
/proc/meminfo: memFree=1445272/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=403352 CPUtime=1361.87
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 102269 0 0 0 135987 200 0 0 25 0 1 0 37481371 413032448 91793 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983706 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 100838 91793 396 719 0 100117 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 403352

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10744
/proc/meminfo: memFree=1441924/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=406736 CPUtime=1421.86
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 103055 0 0 0 141973 213 0 0 25 0 1 0 37481371 416497664 92579 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983312 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 101684 92579 396 719 0 100963 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 406736

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10746
/proc/meminfo: memFree=1438824/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=410140 CPUtime=1481.83
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 103811 0 0 0 147940 243 0 0 25 0 1 0 37481371 419983360 93335 1992294400 4194304 7136930 140734457833760 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 102535 93335 396 719 0 101814 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 410140

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10748
/proc/meminfo: memFree=1435848/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=413832 CPUtime=1541.82
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 104546 0 0 0 153913 269 0 0 25 0 1 0 37481371 423763968 94070 1992294400 4194304 7136930 140734457833760 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 103458 94070 396 719 0 102737 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 413832

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10750
/proc/meminfo: memFree=1432128/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=418620 CPUtime=1601.8
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 105509 0 0 0 159885 295 0 0 25 0 1 0 37481371 428666880 95033 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983716 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 104655 95033 396 719 0 103934 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 418620

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10752
/proc/meminfo: memFree=1428904/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=422120 CPUtime=1661.79
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 106275 0 0 0 165856 323 0 0 25 0 1 0 37481371 432250880 95799 1992294400 4194304 7136930 140734457833760 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 105530 95799 396 719 0 104809 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 422120

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10752
/proc/meminfo: memFree=1420472/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=432860 CPUtime=1721.76
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 108436 0 0 0 171830 346 0 0 25 0 1 0 37481371 443248640 97960 1992294400 4194304 7136930 140734457833760 18446744073709551615 5951498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 108215 97960 396 719 0 107494 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 432860

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10754
/proc/meminfo: memFree=1410552/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=443672 CPUtime=1781.74
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 110780 0 0 0 177821 353 0 0 25 0 1 0 37481371 454320128 100304 1992294400 4194304 7136930 140734457833760 18446744073709551615 4980289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 110918 100304 396 719 0 110197 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 443672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10754
/proc/meminfo: memFree=1407204/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=447540 CPUtime=1800.05
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 111631 0 0 0 179649 356 0 0 25 0 1 0 37481371 458280960 101155 1992294400 4194304 7136930 140734457833760 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10705/statm: 111885 101155 396 719 0 111164 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 447540

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

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

[startup+1801 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10754
/proc/meminfo: memFree=1407204/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=446464 CPUtime=1800.43
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 111675 0 0 0 179687 356 0 0 25 0 1 0 37481371 457179136 100907 1992294400 4194304 7136930 140734457833760 18446744073709551615 4397064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 111616 100907 402 719 0 110895 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 446464

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 10754
/proc/meminfo: memFree=1407204/2059040 swapFree=4135684/4192956
[pid=10705] ppid=10703 vsize=212152 CPUtime=1800.64
/proc/10705/stat : 10705 (pbscip.linux.x8) R 10703 10705 10680 0 -1 4202496 111675 0 0 0 179705 359 0 0 25 0 1 0 37481371 217243648 48307 1992294400 4194304 7136930 140734457833760 18446744073709551615 6166364 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 53038 48307 402 719 0 52317 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 212152

Child status: 0
Real time (s): 1801.23
CPU time (s): 1800.68
CPU user time (s): 1797.06
CPU system time (s): 3.61345
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 447540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.06
system time used= 3.61345
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111682
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= 1
involuntary context switches= 2537

runsolver used 2.92156 second user time and 8.5607 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 18:19:34
IDJOB=2664023
IDBENCH=2934
IDSOLVER=1167
FILE ID=node002/2664023-1276618774
PBS_JOBID= 11172338
Free space on /tmp= 62564 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.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-2664023-1276618774/watcher-2664023-1276618774 -o /tmp/evaluation-result-2664023-1276618774/solver-2664023-1276618774 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664023-1276618774.opb -t 1800 -m 1800

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=1333583204

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813220 kB
Buffers:         41960 kB
Cached:         111688 kB
SwapCached:      10752 kB
Active:          93444 kB
Inactive:        73376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813220 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:            9404 kB
Writeback:           0 kB
AnonPages:       11320 kB
Mapped:           9320 kB
Slab:            57244 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180876 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= 62564 MiB
End job on node002 at 2010-06-15 18:49:37