Trace number 2703843

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? 1798.96 1799.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3703.opb
MD5SUM35c934e0cd42ffa30810ffe35ff61781
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5257865308
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29657420026984
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29657420026984
Number of bits of the biggest sum of numbers45
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-2703843-1278557333.opb>
1.69/1.73	c original problem has 155000 variables (155000 bin, 0 int, 0 impl, 0 cont) and 5150 constraints
1.69/1.73	c problem read
1.69/1.73	c presolving settings loaded
3.19/3.28	c presolving:
3.89/3.99	c (round 1) 58060 del vars, 0 del conss, 58059 chg bounds, 1 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
4.40/4.45	c (round 2) 58060 del vars, 0 del conss, 58059 chg bounds, 1 chg sides, 1 chg coeffs, 5000 upgd conss, 0 impls, 0 clqs
4.89/4.90	c (round 3) 58060 del vars, 0 del conss, 58059 chg bounds, 1 chg sides, 2813 chg coeffs, 5000 upgd conss, 79632 impls, 5874 clqs
5.18/5.20	c (round 4) 58060 del vars, 0 del conss, 58059 chg bounds, 5875 chg sides, 20435 chg coeffs, 5000 upgd conss, 79632 impls, 5874 clqs
76.27/76.33	c    (74.6s) probing: 1000/96940 (1.0%) - 0 fixings, 0 aggregations, 166182 implications, 0 bound changes
92.66/92.77	c    (91.0s) probing: 1243/96940 (1.3%) - 0 fixings, 0 aggregations, 191066 implications, 0 bound changes
92.66/92.77	c    (91.0s) probing aborted: 100/100 successive totally useless probings
92.66/92.79	c presolving (5 rounds):
92.66/92.79	c  58060 deleted vars, 0 deleted constraints, 58059 tightened bounds, 0 added holes, 5875 changed sides, 20435 changed coefficients
92.66/92.79	c  461764 implications, 5874 cliques
92.66/92.79	c presolved problem has 96940 variables (96940 bin, 0 int, 0 impl, 0 cont) and 11024 constraints
92.66/92.79	c    5000 constraints of type <knapsack>
92.66/92.79	c    5874 constraints of type <setppc>
92.66/92.79	c     150 constraints of type <linear>
92.66/92.79	c transformed objective value is always integral (scale: 1)
92.66/92.79	c Presolving Time: 90.40
92.66/92.79	c - non default parameters ----------------------------------------------------------------------
92.66/92.79	c # SCIP version 1.2.1.3
92.66/92.79	c 
92.66/92.79	c # frequency for displaying node information lines
92.66/92.79	c # [type: int, range: [-1,2147483647], default: 100]
92.66/92.79	c display/freq = 10000
92.66/92.79	c 
92.66/92.79	c # maximal time in seconds to run
92.66/92.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
92.66/92.79	c limits/time = 1788.27
92.66/92.79	c 
92.66/92.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
92.66/92.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
92.66/92.79	c limits/memory = 1620
92.66/92.79	c 
92.66/92.79	c # default clock type (1: CPU user seconds, 2: wall clock time)
92.66/92.79	c # [type: int, range: [1,2], default: 1]
92.66/92.79	c timing/clocktype = 2
92.66/92.79	c 
92.66/92.79	c # should presolving try to simplify inequalities
92.66/92.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.66/92.79	c constraints/linear/simplifyinequalities = TRUE
92.66/92.79	c 
92.66/92.79	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
92.66/92.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.66/92.79	c constraints/indicator/addCouplingCons = TRUE
92.66/92.79	c 
92.66/92.79	c # should presolving try to simplify knapsacks
92.66/92.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.66/92.79	c constraints/knapsack/simplifyinequalities = TRUE
92.66/92.79	c 
92.66/92.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
92.66/92.79	c # [type: int, range: [-1,2147483647], default: -1]
92.66/92.79	c separating/rapidlearning/freq = 0
92.66/92.79	c 
92.66/92.79	c -----------------------------------------------------------------------------------------------
92.66/92.79	c start solving
92.86/92.91	c 
162.15/162.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.15/162.20	c   160s|     1 |     0 | 19973 |     - | 413M|   0 | 255 |  96k|  11k|  96k|  11k|   0 |   0 |   0 | 9.566333e+08 |      --      |    Inf 
361.31/361.44	c   360s|     1 |     0 | 66848 |     - | 425M|   0 | 479 |  96k|  11k|  96k|  11k| 360 |   0 |   0 | 9.580425e+08 |      --      |    Inf 
500.77/500.96	c   499s|     1 |     0 | 71847 |     - | 433M|   0 | 645 |  96k|  11k|  96k|  11k| 654 |   0 |   0 | 9.594062e+08 |      --      |    Inf 
669.23/669.48	c   668s|     1 |     0 | 79052 |     - | 438M|   0 | 789 |  96k|  11k|  96k|  11k| 920 |   0 |   0 | 9.599744e+08 |      --      |    Inf 
924.56/924.87	c   923s|     1 |     0 | 93701 |     - | 443M|   0 |1007 |  96k|  11k|  96k|  12k|1212 |   0 |   0 | 9.604936e+08 |      --      |    Inf 
1073.52/1073.82	c  1072s|     1 |     0 | 98499 |     - | 444M|   0 |1277 |  96k|  11k|  96k|  12k|1559 |   0 |   0 | 9.607302e+08 |      --      |    Inf 
1202.20/1202.53	c  1201s|     1 |     0 |100957 |     - | 445M|   0 |1380 |  96k|  11k|  96k|  12k|1789 |   0 |   0 | 9.608417e+08 |      --      |    Inf 
1321.67/1322.05	c  1320s|     1 |     0 |102405 |     - | 446M|   0 |1566 |  96k|  11k|  96k|  12k|1968 |   0 |   0 | 9.608788e+08 |      --      |    Inf 
1442.43/1442.87	c  1441s|     1 |     0 |103807 |     - | 447M|   0 |1654 |  96k|  11k|  96k|  13k|2173 |   0 |   0 | 9.609917e+08 |      --      |    Inf 
1575.70/1576.16	c  1574s|     1 |     0 |106329 |     - | 448M|   0 |1703 |  96k|  11k|  96k|  13k|2313 |   0 |   0 | 9.612036e+08 |      --      |    Inf 
1697.78/1698.29	c  1697s|     1 |     0 |107380 |     - | 448M|   0 |1789 |  96k|  11k|  96k|  13k|2479 |   0 |   0 | 9.613341e+08 |      --      |    Inf 
1797.55/1798.05	c  1796s|     1 |     0 |107380 |     - | 449M|   0 |   - |  96k|  11k|  96k|  13k|2601 |   0 |   0 | 9.613341e+08 |      --      |    Inf 
1797.65/1798.12	c  1796s|     1 |     2 |107380 |     - | 449M|   0 |   - |  96k|  11k|  96k|  13k|2601 |   0 |   0 | 9.613341e+08 |      --      |    Inf 
1797.65/1798.12	c 
1797.65/1798.12	c SCIP Status        : solving was interrupted [time limit reached]
1797.65/1798.12	c Solving Time (sec) : 1796.39
1797.65/1798.12	c Solving Nodes      : 1
1797.65/1798.12	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.65/1798.12	c Dual Bound         : +9.61334070546802e+08
1797.65/1798.12	c Gap                : infinite
1797.65/1798.12	s UNKNOWN
1797.65/1798.12	c SCIP Status        : solving was interrupted [time limit reached]
1797.65/1798.12	c Solving Time       :    1796.39
1797.65/1798.12	c Original Problem   :
1797.65/1798.12	c   Problem name     : HOME/instance-2703843-1278557333.opb
1797.65/1798.12	c   Variables        : 155000 (155000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.65/1798.12	c   Constraints      : 5150 initial, 5150 maximal
1797.65/1798.12	c Presolved Problem  :
1797.65/1798.12	c   Problem name     : t_HOME/instance-2703843-1278557333.opb
1797.65/1798.12	c   Variables        : 96940 (96940 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.65/1798.12	c   Constraints      : 11024 initial, 11024 maximal
1797.65/1798.12	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.65/1798.12	c   trivial          :       0.10          0          0          0          0          0          0          0          0
1797.65/1798.12	c   dualfix          :       0.10          1          0          0          0          0          0          0          0
1797.65/1798.12	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.65/1798.12	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.65/1798.12	c   implics          :       0.05          0          0          0          0          0          0          0          0
1797.65/1798.12	c   probing          :      87.48          0          0          0          0          0          0          0          0
1797.65/1798.12	c   knapsack         :       0.63          0          0          0          0          0          0       5874      20434
1797.65/1798.12	c   setppc           :       0.03          0          0          0          0          0          0          0          0
1797.65/1798.12	c   linear           :       1.02      58059          0          0      58059          0          0          1          1
1797.65/1798.12	c   root node        :          -          0          -          -          0          -          -          -          -
1797.65/1798.12	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.65/1798.12	c   integral         :          0          0          0          0          0          0          0          0          0          0
1797.65/1798.12	c   knapsack         :       5000         11       3627          0          1          0          0       2232          0          0
1797.65/1798.12	c   setppc           :       5874         11       3627          0          1          0          0          0          0          0
1797.65/1798.12	c   linear           :        150         11       3627          0          0          0          0       1381          0          0
1797.65/1798.12	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1797.65/1798.12	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.65/1798.12	c   integral         :       0.00       0.00       0.00       0.00       0.00
1797.65/1798.12	c   knapsack         :       1.60       0.15       1.42       0.00       0.02
1797.65/1798.12	c   setppc           :       2.03       0.01       2.01       0.00       0.01
1797.65/1798.12	c   linear           :    1064.57    1008.74      55.83       0.00       0.00
1797.65/1798.12	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.65/1798.12	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.65/1798.12	c   vbounds          :       0.00          2          0          0
1797.65/1798.12	c   rootredcost      :       0.00          0          0          0
1797.65/1798.12	c   pseudoobj        :       0.21         12          0          0
1797.65/1798.12	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.65/1798.12	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.65/1798.12	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.65/1798.12	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.65/1798.12	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.65/1798.12	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.65/1798.12	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.65/1798.12	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.65/1798.12	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.65/1798.12	c   cut pool         :       0.11         10          -          -        326          -    (maximal pool size: 2354)
1797.65/1798.12	c   redcost          :       0.20         11          0          0          0          0
1797.65/1798.12	c   impliedbounds    :       0.16         11          0          0       1780          0
1797.65/1798.12	c   intobj           :       0.00          0          0          0          0          0
1797.65/1798.12	c   cgmip            :       0.00          0          0          0          0          0
1797.65/1798.12	c   gomory           :      20.59         10          0          0          8          0
1797.65/1798.12	c   strongcg         :      19.18         10          0          0         20          0
1797.65/1798.12	c   cmir             :      25.25         10          0          0        245          0
1797.65/1798.12	c   flowcover        :      70.79         10          0          0        803          0
1797.65/1798.12	c   clique           :       2.76         10          0          0         22          0
1797.65/1798.12	c   zerohalf         :       0.00          0          0          0          0          0
1797.65/1798.12	c   mcf              :       0.02          1          0          0          0          0
1797.65/1798.12	c   rapidlearning    :       0.00          0          0          0          0          0
1797.65/1798.12	c Pricers            :       Time      Calls       Vars
1797.65/1798.12	c   problem variables:       0.00          0          0
1797.65/1798.12	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.65/1798.12	c   relpscost        :       0.00          0          0          0          0          0          0
1797.65/1798.12	c   pscost           :       0.00          0          0          0          0          0          0
1797.65/1798.12	c   inference        :       0.04          1          0          0          0          0          2
1797.65/1798.12	c   mostinf          :       0.00          0          0          0          0          0          0
1797.65/1798.12	c   leastinf         :       0.00          0          0          0          0          0          0
1797.65/1798.12	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.65/1798.12	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.65/1798.12	c   random           :       0.00          0          0          0          0          0          0
1797.65/1798.12	c Primal Heuristics  :       Time      Calls      Found
1797.65/1798.12	c   LP solutions     :       0.00          -          0
1797.65/1798.12	c   pseudo solutions :       0.00          -          0
1797.65/1798.12	c   oneopt           :       0.00          0          0
1797.65/1798.12	c   trivial          :       0.38          2          0
1797.65/1798.12	c   simplerounding   :       0.02         11          0
1797.65/1798.12	c   zirounding       :       0.00          0          0
1797.65/1798.12	c   rounding         :       0.11         11          0
1797.65/1798.12	c   shifting         :       6.15         11          0
1797.65/1798.12	c   intshifting      :       0.00          0          0
1797.65/1798.12	c   twoopt           :       0.00          0          0
1797.65/1798.12	c   fixandinfer      :       0.00          0          0
1797.65/1798.12	c   feaspump         :     129.41          1          0
1797.65/1798.12	c   coefdiving       :       0.00          0          0
1797.65/1798.12	c   pscostdiving     :       0.00          0          0
1797.65/1798.12	c   fracdiving       :       0.00          0          0
1797.65/1798.12	c   veclendiving     :       0.00          0          0
1797.65/1798.12	c   intdiving        :       0.00          0          0
1797.65/1798.12	c   actconsdiving    :       0.00          0          0
1797.65/1798.12	c   objpscostdiving  :       0.00          0          0
1797.65/1798.12	c   rootsoldiving    :       0.00          0          0
1797.65/1798.12	c   linesearchdiving :       0.00          0          0
1797.65/1798.12	c   guideddiving     :       0.00          0          0
1797.65/1798.12	c   octane           :       0.00          0          0
1797.65/1798.12	c   rens             :       0.00          0          0
1797.65/1798.12	c   rins             :       0.00          0          0
1797.65/1798.12	c   localbranching   :       0.00          0          0
1797.65/1798.12	c   mutation         :       0.00          0          0
1797.65/1798.12	c   crossover        :       0.00          0          0
1797.65/1798.12	c   dins             :       0.00          0          0
1797.65/1798.12	c   undercover       :       0.00          0          0
1797.65/1798.12	c   nlp              :       0.00          0          0
1797.65/1798.12	c   trysol           :       0.00          0          0
1797.65/1798.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.65/1798.12	c   primal LP        :       0.00          0          0       0.00          -
1797.65/1798.12	c   dual LP          :     418.68         11      63101    5736.45     150.71
1797.65/1798.12	c   lex dual LP      :       0.00          0          0       0.00          -
1797.65/1798.12	c   barrier LP       :       0.00          0          0       0.00          -
1797.65/1798.12	c   diving/probing LP:     126.70         30      44279    1475.97     349.48
1797.65/1798.12	c   strong branching :       0.00          0          0       0.00          -
1797.65/1798.12	c     (at root node) :          -          0          0       0.00          -
1797.65/1798.12	c   conflict analysis:       0.00          0          0       0.00          -
1797.65/1798.12	c B&B Tree           :
1797.65/1798.12	c   number of runs   :          1
1797.65/1798.12	c   nodes            :          1
1797.65/1798.12	c   nodes (total)    :          1
1797.65/1798.12	c   nodes left       :          2
1797.65/1798.12	c   max depth        :          0
1797.65/1798.12	c   max depth (total):          0
1797.65/1798.12	c   backtracks       :          0 (0.0%)
1797.65/1798.12	c   delayed cutoffs  :          0
1797.65/1798.12	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.65/1798.12	c   avg switch length:       1.00
1797.65/1798.12	c   switching time   :       0.00
1797.65/1798.12	c Solution           :
1797.65/1798.12	c   Solutions found  :          0 (0 improvements)
1797.65/1798.12	c   Primal Bound     :          -
1797.65/1798.12	c   Dual Bound       : +9.61334070546802e+08
1797.65/1798.12	c   Gap              :   infinite
1797.65/1798.12	c   Root Dual Bound  : +9.61334070546802e+08
1797.65/1798.12	c   Root Iterations  :     107380
1798.85/1799.39	c Time complete: 1798.94.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703843-1278557333/watcher-2703843-1278557333 -o /tmp/evaluation-result-2703843-1278557333/solver-2703843-1278557333 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703843-1278557333.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 26269
/proc/meminfo: memFree=1687308/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=7904 CPUtime=0
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 1073 0 0 0 0 0 0 0 20 0 1 0 23940690 8093696 985 1992294400 4194304 8395647 140733428691904 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 1976 993 365 1026 0 946 0

[startup+0.0658619 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 26269
/proc/meminfo: memFree=1687308/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=20680 CPUtime=0.06
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 4472 0 0 0 5 1 0 0 20 0 1 0 23940690 21176320 4379 1992294400 4194304 8395647 140733428691904 18446744073709551615 6767029 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 5170 4379 389 1026 0 4140 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20680

[startup+0.100865 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 26269
/proc/meminfo: memFree=1687308/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=27376 CPUtime=0.09
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 6142 0 0 0 7 2 0 0 20 0 1 0 23940690 28033024 6049 1992294400 4194304 8395647 140733428691904 18446744073709551615 5753977 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 6844 6049 389 1026 0 5814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27376

[startup+0.300881 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 26269
/proc/meminfo: memFree=1687308/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=66724 CPUtime=0.29
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 15715 0 0 0 24 5 0 0 20 0 1 0 23940690 68325376 15622 1992294400 4194304 8395647 140733428691904 18446744073709551615 6349219 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 16681 15622 389 1026 0 15651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66724

[startup+0.700917 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 26269
/proc/meminfo: memFree=1687308/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=122420 CPUtime=0.69
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 29308 0 0 0 59 10 0 0 21 0 1 0 23940690 125358080 29213 1992294400 4194304 8395647 140733428691904 18446744073709551615 6765802 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 30605 29213 394 1026 0 29575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122420

[startup+1.50099 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26270
/proc/meminfo: memFree=1569748/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=129756 CPUtime=1.49
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 31078 0 0 0 138 11 0 0 23 0 1 0 23940690 132870144 30983 1992294400 4194304 8395647 140733428691904 18446744073709551615 7370114 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 32439 30983 394 1026 0 31409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129756

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26270
/proc/meminfo: memFree=1433472/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=312252 CPUtime=3.09
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 76486 0 0 0 282 27 0 0 25 0 1 0 23940690 319746048 76037 1992294400 4194304 8395647 140733428691904 18446744073709551615 4286609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 78063 76037 442 1026 0 77033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312252

[startup+6.30042 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26270
/proc/meminfo: memFree=1286284/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=413868 CPUtime=6.28
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 101161 0 0 0 594 34 0 0 25 0 1 0 23940690 423800832 100640 1992294400 4194304 8395647 140733428691904 18446744073709551615 5026620 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 103467 100640 499 1026 0 102437 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 413868

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26271
/proc/meminfo: memFree=1282316/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=416900 CPUtime=12.69
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 101939 0 0 0 1234 35 0 0 25 0 1 0 23940690 426905600 101418 1992294400 4194304 8395647 140733428691904 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 104225 101418 499 1026 0 103195 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 416900

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26271
/proc/meminfo: memFree=1279464/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=419852 CPUtime=25.48
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 102654 0 0 0 2513 35 0 0 25 0 1 0 23940690 429928448 102133 1992294400 4194304 8395647 140733428691904 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 104963 102133 499 1026 0 103933 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 419852

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26272
/proc/meminfo: memFree=1273512/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=425868 CPUtime=51.08
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 104176 0 0 0 5072 36 0 0 25 0 1 0 23940690 436088832 103655 1992294400 4194304 8395647 140733428691904 18446744073709551615 5210289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 106467 103655 499 1026 0 105437 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 425868

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26273
/proc/meminfo: memFree=1192664/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=514108 CPUtime=102.28
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 125772 0 0 0 10182 46 0 0 25 0 1 0 23940690 526446592 123905 1992294400 4194304 8395647 140733428691904 18446744073709551615 6586940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 128527 123905 586 1026 0 127497 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 514108

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26275
/proc/meminfo: memFree=1186836/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=521224 CPUtime=162.25
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 127345 0 0 0 16165 60 0 0 25 0 1 0 23940690 533733376 125451 1992294400 4194304 8395647 140733428691904 18446744073709551615 4601636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 130306 125451 587 1026 0 129276 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 521224

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26276
/proc/meminfo: memFree=1177412/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=530576 CPUtime=222.24
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 129571 0 0 0 22147 77 0 0 25 0 1 0 23940690 543309824 127677 1992294400 4194304 8395647 140733428691904 18446744073709551615 6636751 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 132644 127677 589 1026 0 131614 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 530576

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26278
/proc/meminfo: memFree=1177412/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=530576 CPUtime=282.22
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 129571 0 0 0 28128 94 0 0 25 0 1 0 23940690 543309824 127677 1992294400 4194304 8395647 140733428691904 18446744073709551615 6669653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 132644 127677 589 1026 0 131614 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 530576

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26280
/proc/meminfo: memFree=1158440/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=552852 CPUtime=342.21
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 134339 0 0 0 34122 99 0 0 25 0 1 0 23940690 566120448 132444 1992294400 4194304 8395647 140733428691904 18446744073709551615 7382020 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 138213 132444 619 1026 0 137183 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 552852

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26281
/proc/meminfo: memFree=1098548/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=618360 CPUtime=402.2
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 151414 0 0 0 40113 107 0 0 25 0 1 0 23940690 633200640 149342 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 154590 149342 2557 1026 0 153560 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 618360

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26283
/proc/meminfo: memFree=1098176/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=618360 CPUtime=462.18
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 151502 0 0 0 46111 107 0 0 25 0 1 0 23940690 633200640 149393 1992294400 4194304 8395647 140733428691904 18446744073709551615 5852534 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 154590 149393 2520 1026 0 153560 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 618360

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26284
/proc/meminfo: memFree=1087388/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=627132 CPUtime=522.17
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 154175 0 0 0 52102 115 0 0 25 0 1 0 23940690 642183168 150724 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 156783 150724 1178 1026 0 155753 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 627132

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26286
/proc/meminfo: memFree=1087388/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=627132 CPUtime=582.15
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 154189 0 0 0 58100 115 0 0 25 0 1 0 23940690 642183168 150725 1992294400 4194304 8395647 140733428691904 18446744073709551615 4904066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 156783 150725 1166 1026 0 155753 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 627132

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26288
/proc/meminfo: memFree=1077096/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=643912 CPUtime=642.14
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 156756 0 0 0 64094 120 0 0 25 0 1 0 23940690 659365888 153077 1992294400 4194304 8395647 140733428691904 18446744073709551615 6670348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 160978 153077 951 1026 0 159948 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 643912

[startup+702.301 s]

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

/proc/meminfo: memFree=1054900/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=669000 CPUtime=1062.03
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 162278 0 0 0 106052 151 0 0 25 0 1 0 23940690 685056000 158282 1992294400 4194304 8395647 140733428691904 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 167250 158282 802 1026 0 166220 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 669000

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26309
/proc/meminfo: memFree=1054900/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=669000 CPUtime=1122.01
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 162278 0 0 0 112049 152 0 0 25 0 1 0 23940690 685056000 158282 1992294400 4194304 8395647 140733428691904 18446744073709551615 4331364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 167250 158282 802 1026 0 166220 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 669000

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26311
/proc/meminfo: memFree=1054900/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=669000 CPUtime=1181.99
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 162279 0 0 0 118046 153 0 0 25 0 1 0 23940690 685056000 158283 1992294400 4194304 8395647 140733428691904 18446744073709551615 5852527 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 167250 158283 802 1026 0 166220 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 669000

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26313
/proc/meminfo: memFree=1048824/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=672312 CPUtime=1241.99
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 163793 0 0 0 124041 158 0 0 25 0 1 0 23940690 688447488 159733 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 168078 159733 738 1026 0 167048 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 672312

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26314
/proc/meminfo: memFree=1048824/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=672312 CPUtime=1301.98
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 163793 0 0 0 130039 159 0 0 25 0 1 0 23940690 688447488 159733 1992294400 4194304 8395647 140733428691904 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 168078 159733 738 1026 0 167048 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 672312

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26316
/proc/meminfo: memFree=1044236/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=674704 CPUtime=1361.96
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 164937 0 0 0 136035 161 0 0 25 0 1 0 23940690 690896896 160877 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 168676 160877 738 1026 0 167646 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 674704

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26317
/proc/meminfo: memFree=1044236/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=674704 CPUtime=1421.95
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 164941 0 0 0 142033 162 0 0 25 0 1 0 23940690 690896896 160877 1992294400 4194304 8395647 140733428691904 18446744073709551615 6197344 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 168676 160877 734 1026 0 167646 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 674704

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26319
/proc/meminfo: memFree=1037168/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=689612 CPUtime=1481.92
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 166697 0 0 0 148028 164 0 0 25 0 1 0 23940690 706162688 162526 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172403 162526 627 1026 0 171373 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 689612

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26321
/proc/meminfo: memFree=1037168/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=689612 CPUtime=1541.91
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 166697 0 0 0 154027 164 0 0 25 0 1 0 23940690 706162688 162526 1992294400 4194304 8395647 140733428691904 18446744073709551615 6201011 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172403 162526 627 1026 0 171373 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 689612

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26322
/proc/meminfo: memFree=1033820/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1601.89
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 167565 0 0 0 160019 170 0 0 25 0 1 0 23940690 706703360 163394 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 163394 627 1026 0 171505 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 690140

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26324
/proc/meminfo: memFree=1033820/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1661.88
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 167565 0 0 0 166018 170 0 0 25 0 1 0 23940690 706703360 163394 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 163394 627 1026 0 171505 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 690140

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26325
/proc/meminfo: memFree=1030100/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1721.87
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 168470 0 0 0 172014 173 0 0 25 0 1 0 23940690 706703360 164299 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164299 627 1026 0 171505 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 690140

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1030100/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1781.86
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 168470 0 0 0 178013 173 0 0 25 0 1 0 23940690 706703360 164299 1992294400 4194304 8395647 140733428691904 18446744073709551615 6013911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164299 627 1026 0 171505 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 690140

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1030100/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1791.46
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 168470 0 0 0 178973 173 0 0 25 0 1 0 23940690 706703360 164299 1992294400 4194304 8395647 140733428691904 18446744073709551615 4331263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164299 627 1026 0 171505 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 690140

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1030100/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1794.66
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 168470 0 0 0 179293 173 0 0 25 0 1 0 23940690 706703360 164299 1992294400 4194304 8395647 140733428691904 18446744073709551615 4904028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164299 627 1026 0 171505 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 690140

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1030100/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1796.25
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 168470 0 0 0 179452 173 0 0 25 0 1 0 23940690 706703360 164299 1992294400 4194304 8395647 140733428691904 18446744073709551615 4904072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164299 627 1026 0 171505 0
Current children cumulated CPU time (s) 1796.25
Current children cumulated vsize (KiB) 690140

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1030100/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1797.85
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 169003 0 0 0 179612 173 0 0 25 0 1 0 23940690 706703360 164832 1992294400 4194304 8395647 140733428691904 18446744073709551615 6150637 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164832 635 1026 0 171505 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 690140

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1027992/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=690140 CPUtime=1798.65
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 169005 0 0 0 179692 173 0 0 25 0 1 0 23940690 706703360 164834 1992294400 4194304 8395647 140733428691904 18446744073709551615 6345227 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 172535 164834 637 1026 0 171505 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 690140

[startup+1799.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 26327
/proc/meminfo: memFree=1027992/2059040 swapFree=4139712/4192956
[pid=26269] ppid=26267 vsize=528364 CPUtime=1798.85
/proc/26269/stat : 26269 (pbscip.linux.x8) R 26267 26269 24224 0 -1 4202496 169005 0 0 0 179711 174 0 0 25 0 1 0 23940690 541044736 127987 1992294400 4194304 8395647 140733428691904 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26269/statm: 132091 127987 637 1026 0 131061 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (KiB) 528364

Child status: 0
Real time (s): 1799.4
CPU time (s): 1798.96
CPU user time (s): 1797.16
CPU system time (s): 1.79873
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 690140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.16
system time used= 1.79873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 4766

runsolver used 3.00754 second user time and 8.45771 second system time

The end

Launcher Data

Begin job on node043 at 2010-07-08 04:48:53
IDJOB=2703843
IDBENCH=2307
IDSOLVER=1213
FILE ID=node043/2703843-1278557333
PBS_JOBID= 11239497
Free space on /tmp= 62520 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-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3703.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-2703843-1278557333/watcher-2703843-1278557333 -o /tmp/evaluation-result-2703843-1278557333/solver-2703843-1278557333 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703843-1278557333.opb -t 1800 -m 1800

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

MD5SUM BENCH= 35c934e0cd42ffa30810ffe35ff61781
RANDOM SEED=47049130

node043.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1687836 kB
Buffers:         64104 kB
Cached:         217956 kB
SwapCached:       7536 kB
Active:         159620 kB
Inactive:       136788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1687836 kB
SwapTotal:     4192956 kB
SwapFree:      4139712 kB
Dirty:           18980 kB
Writeback:           0 kB
AnonPages:       11524 kB
Mapped:          11868 kB
Slab:            52916 kB
PageTables:       4224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62512 MiB
End job on node043 at 2010-07-08 05:18:53