Trace number 1869346

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.18 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUMfe9b3ae0ed0deb400897e8cf071ce6eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 95
Optimality of the best value was proved NO
Number of variables1812
Total number of constraints3443
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 constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.18	c SCIP version 1.1.0.7
0.09/0.18	c LP-Solver SoPlex 1.4.1
0.09/0.18	c user parameter file <scip.set> not found - using default parameters
0.09/0.18	c read problem <HOME/instance-1869346-1245170659.opb>
0.09/0.18	c original problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 3443 constraints
0.19/0.25	c start presolving problem
0.19/0.25	c presolving:
0.29/0.33	c (round 1) 0 del vars, 1716 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11 upgd conss, 0 impls, 0 clqs
0.99/1.09	c    (0.9s) probing: 113/1812 (6.2%) - 0 fixings, 0 aggregations, 646 implications, 0 bound changes
0.99/1.09	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.99/1.09	c presolving (2 rounds):
0.99/1.09	c  0 deleted vars, 1716 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.99/1.09	c  3564 implications, 0 cliques
0.99/1.09	c presolved problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 1727 constraints
0.99/1.09	c      11 constraints of type <knapsack>
0.99/1.09	c    1716 constraints of type <linear>
0.99/1.09	c transformed objective value is always integral (scale: 1)
0.99/1.09	c Presolving Time: 0.83
0.99/1.09	c OPT-LIN
0.99/1.09	c -----------------------------------------------------------------------------------------------
0.99/1.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.09	c limits/memory = c 1620
0.99/1.09	c # maximal time in seconds to run
0.99/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.09	c limits/time = c 1791
0.99/1.09	c # frequency for displaying node information lines
0.99/1.09	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.09	c display/freq = c 10000
0.99/1.09	c -----------------------------------------------------------------------------------------------
0.99/1.09	c start solving problem
0.99/1.09	c 
1.29/1.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.31	c   1.1s|     1 |     0 |  2094 |  14M|   0 |1067 |1812 |1727 |1727 |1812 |1727 |   0 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.20/2.27	c   2.0s|     1 |     0 |  3953 |  15M|   0 |1074 |1812 |1727 |1727 |1812 |1767 |  40 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.59/2.68	c   2.4s|     1 |     0 |  4006 |  15M|   0 |1082 |1812 |1727 |1727 |1812 |1822 |  95 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
3.19/3.24	c   3.0s|     1 |     0 |  4213 |  16M|   0 |1093 |1812 |1727 |1727 |1812 |1873 | 146 |   0 |   0 | 1.100232e+01 |      --      |    Inf 
3.88/3.92	c   3.6s|     1 |     0 |  4499 |  16M|   0 |1095 |1812 |1727 |1727 |1812 |1921 | 194 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
4.88/4.93	c   4.7s|     1 |     0 |  4837 |  17M|   0 |1090 |1812 |1727 |1727 |1812 |1966 | 239 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
5.78/5.88	c   5.6s|     1 |     0 |  5266 |  17M|   0 |1090 |1812 |1727 |1727 |1812 |2010 | 283 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
6.89/6.94	c   6.7s|     1 |     0 |  5695 |  18M|   0 |1082 |1812 |1727 |1727 |1812 |2056 | 329 |   0 |   0 | 1.116667e+01 |      --      |    Inf 
7.88/7.92	c   7.6s|     1 |     0 |  6085 |  18M|   0 |1085 |1812 |1727 |1727 |1812 |2106 | 379 |   0 |   0 | 1.125000e+01 |      --      |    Inf 
9.18/9.28	c   9.0s|     1 |     0 |  6515 |  19M|   0 |1086 |1812 |1727 |1727 |1812 |2143 | 416 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
10.79/10.80	c  10.5s|     1 |     0 |  7005 |  19M|   0 |1073 |1812 |1727 |1727 |1812 |2197 | 470 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
11.28/11.39	c  11.1s|     1 |     0 |  7547 |  19M|   0 |1080 |1812 |1727 |1727 |1812 |2190 | 496 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
11.88/11.93	c  11.6s|     1 |     0 |  8060 |  19M|   0 |1065 |1812 |1727 |1727 |1812 |2214 | 520 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
12.28/12.36	c  12.0s|     1 |     0 |  8432 |  20M|   0 |1066 |1812 |1727 |1727 |1812 |2237 | 543 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
12.98/13.05	c  12.7s|     1 |     0 |  9050 |  20M|   0 |1058 |1812 |1727 |1727 |1812 |2260 | 566 |   0 |   0 | 1.150000e+01 |      --      |    Inf 
28.48/28.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.48/28.52	c  28.1s|     1 |     2 |  9050 |  20M|   0 |1058 |1812 |1727 |1727 |1812 |2260 | 566 |   0 |  20 | 1.150000e+01 |      --      |    Inf 
1358.73/1359.15	c  1346s| 10000 |  6485 |  3579k|  46M|  66 | 843 |1812 |3568 |2290 |1812 |1838 | 566 |9987 |5808 | 1.500000e+01 |      --      |    Inf 
1800.02/1800.51	c 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time (sec) : 1782.80
1800.02/1800.51	c Solving Nodes      : 13540
1800.02/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.51	c Dual Bound         : +1.60000000000000e+01
1800.02/1800.51	c Gap                : infinite
1800.02/1800.51	c NODE         13540
1800.02/1800.51	c DUAL BOUND   16
1800.02/1800.51	c PRIMAL BOUND 1e+20
1800.02/1800.51	c GAP          1e+20
1800.02/1800.51	s UNKNOWN
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1782.80
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-1869346-1245170659.opb
1800.02/1800.51	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 3443 initial, 3443 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-1869346-1245170659.opb
1800.02/1800.51	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 1727 initial, 4212 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       0.73          0          0          0          0          0          0          0          0
1800.02/1800.51	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.51	c   linear           :       0.09          0          0          0          0          0       1716          0          0
1800.02/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0      12207          0         21       4615          0          0      22360
1800.02/1800.51	c   knapsack         :         11         14      60116          0          0        447      19369        111          0          0
1800.02/1800.51	c   linear           :       1716         14      59689          0          0       2005    1004103          1          0          0
1800.02/1800.51	c   logicor          :          0+         0      33147          0          0        216      27125          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :     499.01       0.00       0.00     499.01       0.00
1800.02/1800.51	c   knapsack         :       4.15       0.00       4.15       0.00       0.00
1800.02/1800.51	c   linear           :     130.50       0.00     130.50       0.00       0.00
1800.02/1800.51	c   logicor          :       3.18       0.00       3.18       0.00       0.00
1800.02/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   rootredcost      :       0.03          0          0          0
1800.02/1800.51	c   pseudoobj        :       0.18      59915          0          0
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :       0.35       2668       2666      19481       31.1         92       17.7          -
1800.02/1800.51	c   infeasible LP    :       3.00       3854       3854       8702       17.5        273       16.1          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -      14878       21.1          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.04         13          -          -       8298          -    (maximal pool size: 6794)
1800.02/1800.51	c   redcost          :       0.77      12215          0         12          0          0
1800.02/1800.51	c   impliedbounds    :       0.00         14          0          0          8          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       0.47         14          0          0        131          0
1800.02/1800.51	c   strongcg         :       0.46         14          0          0         89          0
1800.02/1800.51	c   cmir             :       3.16         10          0          0       5000          0
1800.02/1800.51	c   flowcover        :       2.38         10          0          0       2000          0
1800.02/1800.51	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :     498.99      12207         21       4615          0          0      22360
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       0.00          -          0
1800.02/1800.51	c   pseudo solutions :       0.00          -          0
1800.02/1800.51	c   oneopt           :       0.00          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   coefdiving       :      69.52         29          0
1800.02/1800.51	c   fracdiving       :      58.21         45          0
1800.02/1800.51	c   feaspump         :      35.92         34          0
1800.02/1800.51	c   pscostdiving     :      49.65         76          0
1800.02/1800.51	c   veclendiving     :      45.37         91          0
1800.02/1800.51	c   linesearchdiving :      52.94        112          0
1800.02/1800.51	c   simplerounding   :       0.04          0          0
1800.02/1800.51	c   rounding         :       1.63       1515          0
1800.02/1800.51	c   shifting         :       7.44        458          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :      22.58         29          0
1800.02/1800.51	c   rootsoldiving    :      17.06         35          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.01          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.02          0          0       0.00       0.00
1800.02/1800.51	c   dual LP          :     763.90      13306    3613998     271.61    4730.98
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:     304.59      14192    1232552      86.85    4046.59
1800.02/1800.51	c   strong branching :     493.40       7767    1926041     247.98    3903.61
1800.02/1800.51	c     (at root node) :          -         20      17625     881.25          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :      13540
1800.02/1800.51	c   nodes (total)    :      13540
1800.02/1800.51	c   nodes left       :       7950
1800.02/1800.51	c   max depth        :         66
1800.02/1800.51	c   max depth (total):         66
1800.02/1800.51	c   backtracks       :       2241 (16.6%)
1800.02/1800.51	c   delayed cutoffs  :        871
1800.02/1800.51	c   repropagations   :       7771 (212367 domain reductions, 477 cutoffs)
1800.02/1800.51	c   avg switch length:       5.74
1800.02/1800.51	c   switching time   :      19.43
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          0 (0 improvements)
1800.02/1800.51	c   Primal Bound     :          -
1800.02/1800.51	c   Dual Bound       : +1.60000000000000e+01
1800.02/1800.51	c   Gap              :   infinite
1800.02/1800.51	c   Root Dual Bound  : +1.15000000000000e+01
1800.12/1800.64	c Time complete: 1800.16.

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

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.99 0.98 0.98 3/64 31695
/proc/meminfo: memFree=1421424/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=4324 CPUtime=0
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 477 0 0 0 0 0 0 0 18 0 1 0 184661357 4427776 461 1992294400 4194304 7823515 548682068736 18446744073709551615 4493352 0 0 4096 0 0 0 0 17 1 0 0
/proc/31695/statm: 1082 469 305 886 0 192 0

[startup+0.039078 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 31695
/proc/meminfo: memFree=1421424/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=9364 CPUtime=0.03
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 1681 0 0 0 3 0 0 0 18 0 1 0 184661357 9588736 1663 1992294400 4194304 7823515 548682068736 18446744073709551615 6804414 0 0 4096 0 0 0 0 17 1 0 0
/proc/31695/statm: 2341 1663 354 886 0 1451 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9364

[startup+0.101083 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 31695
/proc/meminfo: memFree=1421424/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=11228 CPUtime=0.09
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 2115 0 0 0 9 0 0 0 18 0 1 0 184661357 11497472 2097 1992294400 4194304 7823515 548682068736 18446744073709551615 6288783 0 0 4096 0 0 0 0 17 1 0 0
/proc/31695/statm: 2807 2098 354 886 0 1917 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11228

[startup+0.301104 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 31695
/proc/meminfo: memFree=1421424/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=44092 CPUtime=0.29
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 10225 0 0 0 26 3 0 0 19 0 1 0 184661357 45150208 9853 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 11023 9853 413 886 0 10133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44092

[startup+0.701142 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 31695
/proc/meminfo: memFree=1421424/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=45260 CPUtime=0.69
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 10568 0 0 0 65 4 0 0 22 0 1 0 184661357 46346240 10196 1992294400 4194304 7823515 548682068736 18446744073709551615 5061366 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 11315 10196 442 886 0 10425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45260

[startup+1.50122 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1382376/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=53216 CPUtime=1.49
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 13175 0 0 0 143 6 0 0 25 0 1 0 184661357 54493184 12107 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 13304 12107 526 886 0 12414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53216

[startup+3.10138 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1374888/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=60144 CPUtime=3.08
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 14776 0 0 0 300 8 0 0 25 0 1 0 184661357 61587456 13708 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 15036 13708 550 886 0 14146 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60144

[startup+6.3017 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1362280/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=67148 CPUtime=6.29
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 16572 0 0 0 618 11 0 0 25 0 1 0 184661357 68759552 15470 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 16787 15470 550 886 0 15897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67148

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1353904/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=75508 CPUtime=12.68
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 18645 0 0 0 1253 15 0 0 25 0 1 0 184661357 77320192 17507 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 18877 17507 551 886 0 17987 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 75508

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1353136/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=75596 CPUtime=25.48
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 21358 0 0 0 2527 21 0 0 25 0 1 0 184661357 77410304 17600 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 18899 17600 556 886 0 18009 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75596

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1352304/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=75876 CPUtime=51.06
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 21570 0 0 0 5072 34 0 0 25 0 1 0 184661357 77697024 17812 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 18969 17812 556 886 0 18079 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 75876

[startup+102.304 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1352368/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=75876 CPUtime=102.26
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 21582 0 0 0 10149 77 0 0 25 0 1 0 184661357 77697024 17824 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 18969 17824 565 886 0 18079 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75876

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1352368/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=75876 CPUtime=162.23
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 21584 0 0 0 16106 117 0 0 25 0 1 0 184661357 77697024 17826 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 18969 17826 565 886 0 18079 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 75876

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1351536/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=76308 CPUtime=222.23
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 21787 0 0 0 22062 161 0 0 25 0 1 0 184661357 78139392 18029 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 19077 18029 565 886 0 18187 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 76308

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1351024/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=76796 CPUtime=282.21
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 24591 0 0 0 28015 206 0 0 25 0 1 0 184661357 78639104 18146 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 19199 18146 565 886 0 18309 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 76796

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1348912/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=74624 CPUtime=342.2
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 28812 0 0 0 33960 260 0 0 25 0 1 0 184661357 76414976 17622 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 18656 17622 565 886 0 17766 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 74624

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1346992/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=80740 CPUtime=402.18
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 33525 0 0 0 39904 314 0 0 25 0 1 0 184661357 82677760 19142 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 20185 19142 565 886 0 19295 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 80740

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31696
/proc/meminfo: memFree=1344752/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=83392 CPUtime=462.16
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 34834 0 0 0 45848 368 0 0 25 0 1 0 184661357 85393408 19707 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 20848 19707 565 886 0 19958 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 83392

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31698
/proc/meminfo: memFree=1343216/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=84524 CPUtime=522.15
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 35161 0 0 0 51787 428 0 0 25 0 1 0 184661357 86552576 20034 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 21131 20034 565 886 0 20241 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 84524

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31698
/proc/meminfo: memFree=1342320/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=85224 CPUtime=582.13
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 35432 0 0 0 57731 482 0 0 25 0 1 0 184661357 87269376 20305 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 21306 20305 565 886 0 20416 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 85224

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31698
/proc/meminfo: memFree=1342256/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=85428 CPUtime=642.11
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 36492 0 0 0 63669 542 0 0 25 0 1 0 184661357 87478272 20318 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 21357 20318 565 886 0 20467 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 85428

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31698
/proc/meminfo: memFree=1336688/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=90828 CPUtime=882.05
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 48178 0 0 0 87420 785 0 0 25 0 1 0 184661357 93007872 21681 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 22707 21681 565 886 0 21817 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 90828

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 31698
/proc/meminfo: memFree=1334896/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=92636 CPUtime=942.04
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 52589 0 0 0 93363 841 0 0 25 0 1 0 184661357 94859264 22123 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 23159 22123 565 886 0 22269 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 92636

[startup+1002.3 s]
/proc/loadavg: 1.04 1.00 0.99 2/65 31704
/proc/meminfo: memFree=1333040/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=94624 CPUtime=1002.01
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 55065 0 0 0 99304 897 0 0 25 0 1 0 184661357 96894976 22525 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 23656 22525 565 886 0 22766 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 94624

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 31704
/proc/meminfo: memFree=1332400/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=95464 CPUtime=1062
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 58232 0 0 0 105240 960 0 0 25 0 1 0 184661357 97755136 22749 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 23866 22749 565 886 0 22976 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 95464

[startup+1122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 31704
/proc/meminfo: memFree=1329712/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=97728 CPUtime=1121.99
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 61693 0 0 0 111180 1019 0 0 25 0 1 0 184661357 100073472 23403 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 24432 23403 565 886 0 23542 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 97728

[startup+1182.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 31704
/proc/meminfo: memFree=1327856/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=99992 CPUtime=1181.97
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 66187 0 0 0 117115 1082 0 0 25 0 1 0 184661357 102391808 23860 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 24998 23860 565 886 0 24108 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 99992

[startup+1242.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 31704
/proc/meminfo: memFree=1325552/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=101836 CPUtime=1241.95
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 67679 0 0 0 123054 1141 0 0 25 0 1 0 184661357 104280064 24431 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 25459 24431 565 886 0 24569 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 101836

[startup+1302.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 31704
/proc/meminfo: memFree=1323440/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=104180 CPUtime=1301.94
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 70022 0 0 0 128990 1204 0 0 25 0 1 0 184661357 106680320 24968 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 26045 24968 565 886 0 25155 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 104180

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 31704
/proc/meminfo: memFree=1321264/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=105976 CPUtime=1361.93
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 76622 0 0 0 134927 1266 0 0 25 0 1 0 184661357 108519424 25513 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 26494 25513 565 886 0 25604 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 105976

[startup+1422.31 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 31704
/proc/meminfo: memFree=1319408/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=107844 CPUtime=1421.91
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 80096 0 0 0 140863 1328 0 0 25 0 1 0 184661357 110432256 25962 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 26961 25962 565 886 0 26071 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 107844

[startup+1482.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 31704
/proc/meminfo: memFree=1319024/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=108472 CPUtime=1481.89
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 82788 0 0 0 146804 1385 0 0 25 0 1 0 184661357 111075328 26057 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 27118 26057 565 886 0 26228 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 108472

[startup+1542.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 31704
/proc/meminfo: memFree=1314672/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=112868 CPUtime=1541.88
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 89823 0 0 0 152741 1447 0 0 25 0 1 0 184661357 115576832 27128 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 28217 27128 565 886 0 27327 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 112868

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 31704
/proc/meminfo: memFree=1309232/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=118172 CPUtime=1601.87
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 92144 0 0 0 158679 1508 0 0 25 0 1 0 184661357 121008128 28508 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 29543 28508 565 886 0 28653 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 118172

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 31704
/proc/meminfo: memFree=1309872/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=118136 CPUtime=1661.85
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 98095 0 0 0 164622 1563 0 0 25 0 1 0 184661357 120971264 28360 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 29534 28360 565 886 0 28644 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 118136

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31704
/proc/meminfo: memFree=1308336/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=119576 CPUtime=1721.83
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 100476 0 0 0 170559 1624 0 0 25 0 1 0 184661357 122445824 28715 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 29894 28715 565 886 0 29004 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 119576

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31704
/proc/meminfo: memFree=1304944/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=122172 CPUtime=1781.82
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 104894 0 0 0 176495 1687 0 0 25 0 1 0 184661357 125104128 29559 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 30543 29559 565 886 0 29653 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 122172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31704
/proc/meminfo: memFree=1303920/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=123288 CPUtime=1800.02
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 105143 0 0 0 178296 1706 0 0 25 0 1 0 184661357 126246912 29808 1992294400 4194304 7823515 548682068736 18446744073709551615 5061277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/31695/statm: 30822 29808 565 886 0 29932 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 123288

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 2/66 31705
/proc/meminfo: memFree=1303912/2055920 swapFree=4182324/4192956
[pid=31695] ppid=31693 vsize=123288 CPUtime=1800.12
/proc/31695/stat : 31695 (pbscip.linux.x8) R 31693 31695 31469 0 -1 4194304 105147 0 0 0 178306 1706 0 0 25 0 1 0 184661357 126246912 29812 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/31695/statm: 30822 29812 569 886 0 29932 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 123288

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.18
CPU user time (s): 1783.09
CPU system time (s): 17.0874
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 123288

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

runsolver used 1.2998 second user time and 3.87141 second system time

The end

Launcher Data

Begin job on node60 at 2009-06-16 18:44:19
IDJOB=1869346
IDBENCH=2636
IDSOLVER=683
FILE ID=node60/1869346-1245170659
PBS_JOBID= 9363873
Free space on /tmp= 66432 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869346-1245170659/watcher-1869346-1245170659 -o /tmp/evaluation-result-1869346-1245170659/solver-1869346-1245170659 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869346-1245170659.opb

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

MD5SUM BENCH= fe9b3ae0ed0deb400897e8cf071ce6eb
RANDOM SEED=856897363

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1421904 kB
Buffers:         58532 kB
Cached:         492736 kB
SwapCached:       5992 kB
Active:         305572 kB
Inactive:       255100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421904 kB
SwapTotal:     4192956 kB
SwapFree:      4182324 kB
Dirty:           10616 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            59272 kB
Committed_AS:    77816 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node60 at 2009-06-16 19:14:22