Trace number 2703522

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.79 1790.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703522-1278561182.opb>
1.69/1.71	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
1.69/1.71	c problem read
1.69/1.71	c presolving settings loaded
2.19/2.25	c presolving:
2.59/2.66	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.79/2.85	c (round 2) 0 del vars, 13110 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 209 upgd conss, 0 impls, 0 clqs
2.99/3.04	c (round 3) 0 del vars, 13110 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 399 upgd conss, 1792 impls, 0 clqs
10.89/11.00	c    (9.3s) probing: 119/13480 (0.9%) - 0 fixings, 0 aggregations, 7776 implications, 0 bound changes
10.89/11.00	c    (9.3s) probing aborted: 100/100 successive totally useless probings
10.89/11.00	c presolving (4 rounds):
10.89/11.00	c  0 deleted vars, 13110 deleted constraints, 0 tightened bounds, 0 added holes, 380 changed sides, 380 changed coefficients
10.89/11.00	c  26980 implications, 0 cliques
10.89/11.00	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13509 constraints
10.89/11.00	c     399 constraints of type <knapsack>
10.89/11.00	c   13110 constraints of type <linear>
10.89/11.00	c transformed objective value is always integral (scale: 1)
10.89/11.00	c Presolving Time: 8.83
10.89/11.00	c - non default parameters ----------------------------------------------------------------------
10.89/11.00	c # SCIP version 1.2.1.3
10.89/11.00	c 
10.89/11.00	c # frequency for displaying node information lines
10.89/11.00	c # [type: int, range: [-1,2147483647], default: 100]
10.89/11.00	c display/freq = 10000
10.89/11.00	c 
10.89/11.00	c # maximal time in seconds to run
10.89/11.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.89/11.00	c limits/time = 1788.29
10.89/11.00	c 
10.89/11.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.89/11.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.89/11.00	c limits/memory = 1620
10.89/11.00	c 
10.89/11.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.89/11.00	c # [type: int, range: [1,2], default: 1]
10.89/11.00	c timing/clocktype = 2
10.89/11.00	c 
10.89/11.00	c # should presolving try to simplify inequalities
10.89/11.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.89/11.00	c constraints/linear/simplifyinequalities = TRUE
10.89/11.00	c 
10.89/11.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.89/11.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.89/11.00	c constraints/indicator/addCouplingCons = TRUE
10.89/11.00	c 
10.89/11.00	c # should presolving try to simplify knapsacks
10.89/11.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.89/11.00	c constraints/knapsack/simplifyinequalities = TRUE
10.89/11.00	c 
10.89/11.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.89/11.00	c # [type: int, range: [-1,2147483647], default: -1]
10.89/11.00	c separating/rapidlearning/freq = 0
10.89/11.00	c 
10.89/11.00	c -----------------------------------------------------------------------------------------------
10.89/11.00	c start solving
10.99/11.02	c 
26.39/26.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.39/26.45	c  24.7s|     1 |     0 | 14572 |     - | 122M|   0 |7514 |  13k|  13k|  13k|  13k|   0 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
76.25/76.36	c  74.6s|     1 |     0 | 27739 |     - | 123M|   0 |7529 |  13k|  13k|  13k|  13k|  56 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
80.35/80.49	c  78.8s|     1 |     0 | 27849 |     - | 124M|   0 |7551 |  13k|  13k|  13k|  13k| 170 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
87.45/87.54	c  85.8s|     1 |     0 | 28472 |     - | 125M|   0 |7560 |  13k|  13k|  13k|  13k| 309 |   0 |   0 | 1.900167e+01 |      --      |    Inf 
94.64/94.76	c  93.0s|     1 |     0 | 28939 |     - | 125M|   0 |7552 |  13k|  13k|  13k|  13k| 407 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
103.54/103.62	c   102s|     1 |     0 | 29588 |     - | 126M|   0 |7545 |  13k|  13k|  13k|  14k| 514 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
113.24/113.37	c   112s|     1 |     0 | 30264 |     - | 126M|   0 |7553 |  13k|  13k|  13k|  14k| 629 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
125.13/125.27	c   124s|     1 |     0 | 31226 |     - | 127M|   0 |7552 |  13k|  13k|  13k|  14k| 745 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
139.02/139.16	c   137s|     1 |     0 | 32319 |     - | 127M|   0 |7383 |  13k|  13k|  13k|  14k| 853 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
158.02/158.12	c   156s|     1 |     0 | 33976 |     - | 128M|   0 |7374 |  13k|  13k|  13k|  14k| 969 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
174.82/174.91	c   173s|     1 |     0 | 35108 |     - | 128M|   0 |7378 |  13k|  13k|  13k|  14k|1087 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
185.11/185.23	c   184s|     1 |     0 | 36242 |     - | 128M|   0 |7379 |  13k|  13k|  13k|  14k|1116 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
196.31/196.40	c   195s|     1 |     0 | 37571 |     - | 128M|   0 |7372 |  13k|  13k|  13k|  14k|1137 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
205.40/205.58	c   204s|     1 |     0 | 38621 |     - | 128M|   0 |7373 |  13k|  13k|  13k|  14k|1169 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
680.83/681.10	c   679s|     1 |     2 | 38621 |     - | 128M|   0 |7373 |  13k|  13k|  13k|  14k|1169 |   0 |  59 | 2.000000e+01 |      --      |    Inf 
1789.35/1790.02	c 
1789.35/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.35/1790.02	c Solving Time (sec) : 1788.30
1789.35/1790.02	c Solving Nodes      : 12
1789.35/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.35/1790.02	c Dual Bound         : +2.00000000000000e+01
1789.35/1790.02	c Gap                : infinite
1789.35/1790.02	s UNKNOWN
1789.35/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.35/1790.02	c Solving Time       :    1788.30
1789.35/1790.02	c Original Problem   :
1789.35/1790.02	c   Problem name     : HOME/instance-2703522-1278561182.opb
1789.35/1790.02	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.35/1790.02	c   Constraints      : 26619 initial, 26619 maximal
1789.35/1790.02	c Presolved Problem  :
1789.35/1790.02	c   Problem name     : t_HOME/instance-2703522-1278561182.opb
1789.35/1790.02	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.35/1790.02	c   Constraints      : 13509 initial, 13558 maximal
1789.35/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.35/1790.02	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1789.35/1790.02	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.35/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.35/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.35/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.35/1790.02	c   probing          :       7.92          0          0          0          0          0          0          0          0
1789.35/1790.02	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1789.35/1790.02	c   linear           :       0.68          0          0          0          0          0      13110        380        380
1789.35/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.35/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.35/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.35/1790.02	c   integral         :          0          0          0         30          0          0         77          0          0         24
1789.35/1790.02	c   knapsack         :        399         13        541          0          0          0         19       2612          0          0
1789.35/1790.02	c   linear           :      13110         13        541          0          0          0         20          0          0          0
1789.35/1790.02	c   logicor          :          0+         0         49          0          0          0          0          0          0          0
1789.35/1790.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.35/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.35/1790.02	c   integral         :    1171.71       0.00       0.00    1171.71       0.00
1789.35/1790.02	c   knapsack         :       0.21       0.14       0.07       0.00       0.00
1789.35/1790.02	c   linear           :       6.39       0.04       6.34       0.00       0.00
1789.35/1790.02	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.35/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.35/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.35/1790.02	c   vbounds          :       0.00          2          0          0
1789.35/1790.02	c   rootredcost      :       0.00          0          0          0
1789.35/1790.02	c   pseudoobj        :       0.00        278          0          0
1789.35/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.35/1790.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.35/1790.02	c   infeasible LP    :       0.22         49         49         49        9.0          0        0.0          0
1789.35/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.35/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.35/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.35/1790.02	c   applied globally :          -          -          -         49        9.0          -          -          -
1789.35/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.35/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.35/1790.02	c   cut pool         :       0.02         12          -          -       7199          -    (maximal pool size: 6603)
1789.35/1790.02	c   redcost          :       0.05         29          0          0          0          0
1789.35/1790.02	c   impliedbounds    :       0.03         13          0          0         52          0
1789.35/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.35/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.35/1790.02	c   gomory           :       4.98         13          0          0         81          0
1789.35/1790.02	c   strongcg         :       4.93         13          0          0         32          0
1789.35/1790.02	c   cmir             :      20.69         10          0          0       5000          0
1789.35/1790.02	c   flowcover        :      18.79         10          0          0       2000          0
1789.35/1790.02	c   clique           :       0.03          1          0          0          0          0
1789.35/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.35/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.35/1790.02	c   rapidlearning    :       0.00          0          0          0          0          0
1789.35/1790.02	c Pricers            :       Time      Calls       Vars
1789.35/1790.02	c   problem variables:       0.00          0          0
1789.35/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.35/1790.02	c   relpscost        :    1171.71         30          0         77          0          0         24
1789.35/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.35/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.35/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.35/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.35/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.35/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.35/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.35/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.35/1790.02	c   LP solutions     :       0.00          -          0
1789.35/1790.02	c   pseudo solutions :       0.00          -          0
1789.35/1790.02	c   oneopt           :       0.00          0          0
1789.35/1790.02	c   crossover        :       0.00          0          0
1789.35/1790.02	c   pscostdiving     :       0.00          0          0
1789.35/1790.02	c   fracdiving       :       0.00          0          0
1789.35/1790.02	c   veclendiving     :       0.00          0          0
1789.35/1790.02	c   objpscostdiving  :       0.00          0          0
1789.35/1790.02	c   rootsoldiving    :       0.00          0          0
1789.35/1790.02	c   linesearchdiving :       0.00          0          0
1789.35/1790.02	c   guideddiving     :       0.00          0          0
1789.35/1790.02	c   intshifting      :       0.00          0          0
1789.35/1790.02	c   trivial          :       0.04          2          0
1789.35/1790.02	c   simplerounding   :       0.00          0          0
1789.35/1790.02	c   zirounding       :       0.02         11          0
1789.35/1790.02	c   rounding         :       0.87         43          0
1789.35/1790.02	c   shifting         :       5.76         15          0
1789.35/1790.02	c   twoopt           :       0.00          0          0
1789.35/1790.02	c   fixandinfer      :       0.00          0          0
1789.35/1790.02	c   feaspump         :      46.94          1          0
1789.35/1790.02	c   coefdiving       :     208.78          1          0
1789.35/1790.02	c   intdiving        :       0.00          0          0
1789.35/1790.02	c   actconsdiving    :       0.00          0          0
1789.35/1790.02	c   octane           :       0.00          0          0
1789.35/1790.02	c   rens             :       0.04          0          0
1789.35/1790.02	c   rins             :       0.00          0          0
1789.35/1790.02	c   localbranching   :       0.00          0          0
1789.35/1790.02	c   mutation         :       0.00          0          0
1789.35/1790.02	c   dins             :       0.00          0          0
1789.35/1790.02	c   undercover       :       0.00          0          0
1789.35/1790.02	c   nlp              :       0.00          0          0
1789.35/1790.02	c   trysol           :       0.00          0          0
1789.35/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.35/1790.02	c   primal LP        :       0.17          0          0       0.00       0.00
1789.35/1790.02	c   dual LP          :     293.58         43     104756    2436.19     356.82
1789.35/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.35/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.35/1790.02	c   diving/probing LP:     252.83        257     127965     497.92     506.12
1789.35/1790.02	c   strong branching :    1171.55        324     222602     687.04     190.01
1789.35/1790.02	c     (at root node) :          -         59      58995     999.92          -
1789.35/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.35/1790.02	c B&B Tree           :
1789.35/1790.02	c   number of runs   :          1
1789.35/1790.02	c   nodes            :         12
1789.35/1790.02	c   nodes (total)    :         12
1789.35/1790.02	c   nodes left       :         13
1789.35/1790.02	c   max depth        :         11
1789.35/1790.02	c   max depth (total):         11
1789.35/1790.02	c   backtracks       :          0 (0.0%)
1789.35/1790.02	c   delayed cutoffs  :          0
1789.35/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.35/1790.02	c   avg switch length:       1.00
1789.35/1790.02	c   switching time   :       0.20
1789.35/1790.02	c Solution           :
1789.35/1790.02	c   Solutions found  :          0 (0 improvements)
1789.35/1790.02	c   Primal Bound     :          -
1789.35/1790.02	c   Dual Bound       : +2.00000000000000e+01
1789.35/1790.02	c   Gap              :   infinite
1789.35/1790.02	c   Root Dual Bound  : +2.00000000000000e+01
1789.35/1790.02	c   Root Iterations  :      38621
1789.75/1790.42	c Time complete: 1789.77.

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-2703522-1278561182/watcher-2703522-1278561182 -o /tmp/evaluation-result-2703522-1278561182/solver-2703522-1278561182 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703522-1278561182.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.93 0.98 0.99 3/106 30124
/proc/meminfo: memFree=1740796/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=7904 CPUtime=0
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 1065 0 0 0 0 0 0 0 18 0 1 0 24326310 8093696 977 1992294400 4194304 8395647 140735510808336 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 1976 986 365 1026 0 946 0

[startup+0.052867 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 30124
/proc/meminfo: memFree=1740796/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=11368 CPUtime=0.04
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 2121 0 0 0 4 0 0 0 20 0 1 0 24326310 11640832 2033 1992294400 4194304 8395647 140735510808336 18446744073709551615 7370187 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 2842 2033 393 1026 0 1812 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11368

[startup+0.101877 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 30124
/proc/meminfo: memFree=1740796/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=12780 CPUtime=0.09
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 2471 0 0 0 9 0 0 0 20 0 1 0 24326310 13086720 2383 1992294400 4194304 8395647 140735510808336 18446744073709551615 4327514 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 3195 2383 393 1026 0 2165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12780

[startup+0.300914 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 30124
/proc/meminfo: memFree=1740796/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=17696 CPUtime=0.29
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 3708 0 0 0 28 1 0 0 20 0 1 0 24326310 18120704 3620 1992294400 4194304 8395647 140735510808336 18446744073709551615 6345028 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 4424 3620 393 1026 0 3394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17696

[startup+0.70099 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 30124
/proc/meminfo: memFree=1740796/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=26880 CPUtime=0.69
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 5995 0 0 0 66 3 0 0 20 0 1 0 24326310 27525120 5907 1992294400 4194304 8395647 140735510808336 18446744073709551615 7276139 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 6720 5907 393 1026 0 5690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26880

[startup+1.50114 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 30125
/proc/meminfo: memFree=1714252/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=41464 CPUtime=1.49
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 9658 0 0 0 145 4 0 0 23 0 1 0 24326310 42459136 9570 1992294400 4194304 8395647 140735510808336 18446744073709551615 4246004 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 10366 9571 393 1026 0 9336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41464

[startup+3.10144 s]
/proc/loadavg: 0.93 0.98 0.99 3/107 30125
/proc/meminfo: memFree=1566692/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=203404 CPUtime=3.09
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 49932 0 0 0 290 19 0 0 25 0 1 0 24326310 208285696 48695 1992294400 4194304 8395647 140735510808336 18446744073709551615 5028664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 50851 48695 557 1026 0 49821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 203404

[startup+6.30105 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 30125
/proc/meminfo: memFree=1545736/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=204384 CPUtime=6.29
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 50271 0 0 0 610 19 0 0 25 0 1 0 24326310 209289216 48967 1992294400 4194304 8395647 140735510808336 18446744073709551615 5026620 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 51096 48967 492 1026 0 50066 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 204384

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/107 30125
/proc/meminfo: memFree=1472948/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=289056 CPUtime=12.69
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 71861 0 0 0 1241 28 0 0 25 0 1 0 24326310 295993344 67513 1992294400 4194304 8395647 140735510808336 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 72264 67513 714 1026 0 71234 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 289056

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 30125
/proc/meminfo: memFree=1467988/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=293788 CPUtime=25.48
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 73019 0 0 0 2514 34 0 0 25 0 1 0 24326310 300838912 68658 1992294400 4194304 8395647 140735510808336 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 73447 68658 725 1026 0 72417 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 293788

[startup+51.1005 s]
/proc/loadavg: 0.97 0.98 0.99 2/107 30125
/proc/meminfo: memFree=1467492/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=293788 CPUtime=51.06
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 73151 0 0 0 5066 40 0 0 25 0 1 0 24326310 300838912 68714 1992294400 4194304 8395647 140735510808336 18446744073709551615 6708260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 73447 68714 655 1026 0 72417 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 293788

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 30127
/proc/meminfo: memFree=1392844/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=374476 CPUtime=102.25
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 91992 0 0 0 10171 54 0 0 25 0 1 0 24326310 383463424 87296 1992294400 4194304 8395647 140735510808336 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 93619 87296 620 1026 0 92589 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 374476

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30129
/proc/meminfo: memFree=1383420/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=398220 CPUtime=162.22
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 115928 0 0 0 16150 72 0 0 25 0 1 0 24326310 407777280 89682 1992294400 4194304 8395647 140735510808336 18446744073709551615 6197330 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99555 89682 645 1026 0 98525 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 398220

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30131
/proc/meminfo: memFree=1358620/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=408736 CPUtime=222.2
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 131957 0 0 0 22133 87 0 0 25 0 1 0 24326310 418545664 95878 1992294400 4194304 8395647 140735510808336 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 102184 95878 630 1026 0 101154 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 408736

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30131
/proc/meminfo: memFree=1376724/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=409800 CPUtime=282.18
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 158584 0 0 0 28114 104 0 0 25 0 1 0 24326310 419635200 94123 1992294400 4194304 8395647 140735510808336 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 102450 94123 1756 1026 0 101420 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 409800

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30133
/proc/meminfo: memFree=1382552/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=401652 CPUtime=342.16
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 185755 0 0 0 34093 123 0 0 25 0 1 0 24326310 411291648 90580 1992294400 4194304 8395647 140735510808336 18446744073709551615 6670318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 100413 90580 1302 1026 0 99383 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 401652

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30135
/proc/meminfo: memFree=1360728/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=410252 CPUtime=402.14
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 192283 0 0 0 40083 131 0 0 25 0 1 0 24326310 420098048 96388 1992294400 4194304 8395647 140735510808336 18446744073709551615 6635683 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 102563 96388 1712 1026 0 101533 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 410252

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30137
/proc/meminfo: memFree=1382924/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=381196 CPUtime=462.12
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 213343 0 0 0 46066 146 0 0 25 0 1 0 24326310 390344704 89626 1992294400 4194304 8395647 140735510808336 18446744073709551615 6670365 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 95299 89626 630 1026 0 94269 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 381196

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30148
/proc/meminfo: memFree=1366804/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=408728 CPUtime=522.08
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 245362 0 0 0 52043 165 0 0 25 0 1 0 24326310 418537472 94795 1992294400 4194304 8395647 140735510808336 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 102182 94795 1752 1026 0 101152 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 408728

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30148
/proc/meminfo: memFree=1365688/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=414360 CPUtime=582.07
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 266824 0 0 0 58026 181 0 0 25 0 1 0 24326310 424304640 95181 1992294400 4194304 8395647 140735510808336 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 103590 95181 1786 1026 0 102560 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 414360

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30150
/proc/meminfo: memFree=1381188/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=384628 CPUtime=642.05
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 328043 0 0 0 63998 207 0 0 25 0 1 0 24326310 393859072 90484 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698038 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 96157 90484 1202 1026 0 95127 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 384628

[startup+702.301 s]

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

/proc/meminfo: memFree=1368416/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=395896 CPUtime=1061.9
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355431 0 0 0 105892 298 0 0 25 0 1 0 24326310 405397504 93222 1992294400 4194304 8395647 140735510808336 18446744073709551615 6636339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 98974 93222 631 1026 0 97944 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 395896

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30164
/proc/meminfo: memFree=1368416/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=395896 CPUtime=1121.88
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355431 0 0 0 111877 311 0 0 25 0 1 0 24326310 405397504 93222 1992294400 4194304 8395647 140735510808336 18446744073709551615 6721197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 98974 93222 631 1026 0 97944 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 395896

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30164
/proc/meminfo: memFree=1368416/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1181.86
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 117862 324 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 397740

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30166
/proc/meminfo: memFree=1368416/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1241.84
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 123847 337 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 397740

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30168
/proc/meminfo: memFree=1368416/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1301.82
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 129831 351 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6723594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 397740

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30170
/proc/meminfo: memFree=1368292/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1361.8
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 135815 365 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6697342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 397740

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30172
/proc/meminfo: memFree=1368292/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1421.78
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 141802 376 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 397740

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30172
/proc/meminfo: memFree=1368292/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1481.76
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 147783 393 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 397740

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30174
/proc/meminfo: memFree=1368292/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1541.74
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355432 0 0 0 153763 411 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 631 1026 0 98405 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 397740

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30179
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1601.72
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355434 0 0 0 159740 432 0 0 25 0 1 0 24326310 407285760 93223 1992294400 4194304 8395647 140735510808336 18446744073709551615 6644176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93223 629 1026 0 98405 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 397740

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30181
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1661.69
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 165718 451 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 397740

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1721.67
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 171695 472 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 397740

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1781.65
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 177670 495 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698068 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 397740

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1784.85
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 177989 496 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6390512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 397740

[startup+1788.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1788.05
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 178307 498 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1788.05
Current children cumulated vsize (KiB) 397740

[startup+1789.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1788.85
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 178387 498 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1788.85
Current children cumulated vsize (KiB) 397740

[startup+1789.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1789.25
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355447 0 0 0 178427 498 0 0 25 0 1 0 24326310 407285760 93236 1992294400 4194304 8395647 140735510808336 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93236 634 1026 0 98405 0
Current children cumulated CPU time (s) 1789.25
Current children cumulated vsize (KiB) 397740

[startup+1790.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=397740 CPUtime=1789.65
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355454 0 0 0 178467 498 0 0 25 0 1 0 24326310 407285760 93243 1992294400 4194304 8395647 140735510808336 18446744073709551615 4720714 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 99435 93243 641 1026 0 98405 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (KiB) 397740

[startup+1790.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30183
/proc/meminfo: memFree=1368044/2059040 swapFree=4139712/4192956
[pid=30124] ppid=30122 vsize=264252 CPUtime=1789.75
/proc/30124/stat : 30124 (pbscip.linux.x8) R 30122 30124 30072 0 -1 4202496 355454 0 0 0 178475 500 0 0 25 0 1 0 24326310 270594048 55318 1992294400 4194304 8395647 140735510808336 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30124/statm: 66063 55318 628 1026 0 65033 0
Current children cumulated CPU time (s) 1789.75
Current children cumulated vsize (KiB) 264252

Child status: 0
Real time (s): 1790.43
CPU time (s): 1789.79
CPU user time (s): 1784.76
CPU system time (s): 5.02823
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 426568

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

runsolver used 3.07853 second user time and 8.33473 second system time

The end

Launcher Data

Begin job on node037 at 2010-07-08 05:53:03
IDJOB=2703522
IDBENCH=2639
IDSOLVER=1213
FILE ID=node037/2703522-1278561182
PBS_JOBID= 11239553
Free space on /tmp= 62576 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703522-1278561182/watcher-2703522-1278561182 -o /tmp/evaluation-result-2703522-1278561182/solver-2703522-1278561182 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703522-1278561182.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=559273369

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1741324 kB
Buffers:         39336 kB
Cached:         179236 kB
SwapCached:       6660 kB
Active:          97728 kB
Inactive:       134208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1741324 kB
SwapTotal:     4192956 kB
SwapFree:      4139712 kB
Dirty:           18240 kB
Writeback:          16 kB
AnonPages:       11268 kB
Mapped:          11932 kB
Slab:            63964 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180912 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264880 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 node037 at 2010-07-08 06:22:53