Trace number 1870258

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT11 1797.08 1797.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1796.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint44
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SCIP version 1.1.0.7
0.00/0.06	c LP-Solver SoPlex 1.4.1
0.00/0.06	c user parameter file <scip.set> not found - using default parameters
0.00/0.06	c read problem <HOME/instance-1870258-1245192597.opb>
0.00/0.06	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.09/0.12	c start presolving problem
0.09/0.12	c presolving:
0.49/0.55	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 411740 impls, 0 clqs
0.89/0.93	c    (0.7s) probing: 101/6404 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.93	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.89/0.93	c presolving (2 rounds):
0.89/0.93	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.93	c  411740 implications, 0 cliques
0.89/0.93	c presolved problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.89/0.93	c    6204 constraints of type <and>
0.89/0.93	c     200 constraints of type <logicor>
0.89/0.93	c transformed objective value is always integral (scale: 1)
0.89/0.93	c Presolving Time: 0.64
0.89/0.93	c OPT-NLC
0.89/0.93	c -----------------------------------------------------------------------------------------------
0.89/0.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/memory = c 1620
0.89/0.93	c # maximal time in seconds to run
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/time = c 1791
0.89/0.93	c # frequency for displaying node information lines
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.93	c display/freq = c 10000
0.89/0.93	c -----------------------------------------------------------------------------------------------
0.89/0.93	c start solving problem
0.89/0.93	c 
1.10/1.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.12	c   0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.48/6.54	c   6.1s|     1 |     0 |  9098 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 403 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.48/6.57	o 35
6.48/6.57	c s 6.1s|     1 |     0 |  9098 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 403 |   0 |   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
7.98/8.04	c   7.6s|     1 |     0 |  9698 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
7.98/8.07	o 27
7.98/8.07	c s 7.6s|     1 |     0 |  9698 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
9.58/9.61	c   9.1s|     1 |     0 | 10299 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
11.18/11.24	c  10.7s|     1 |     0 | 10899 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
11.18/11.27	o 22
11.18/11.27	c s10.8s|     1 |     0 | 10899 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
12.88/12.97	c  12.4s|     1 |     0 | 11499 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
12.88/13.00	o 20
12.88/13.00	c s12.5s|     1 |     0 | 11499 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
14.68/14.77	c  14.2s|     1 |     0 | 12099 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  15k|2417 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
16.28/16.38	c  15.8s|     1 |     2 | 12099 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  15k|2417 |   0 |  18 | 0.000000e+00 | 2.000000e+01 |    Inf 
489.84/490.06	o 12
489.84/490.06	c * 488s|   103 |    99 |228430 |  41M|  13 |   - |6404 |6410 |5788 |6404 |5701 |  48k|   6 |1846 | 5.480238e+00 | 1.200000e+01 | 118.97%
1085.87/1086.29	o 11
1085.87/1086.29	c *1082s|   812 |   224 |510879 |  43M|  29 |   - |6404 |6421 |4378 |6404 |6552 |  78k|  17 |2540 | 6.515798e+00 | 1.100000e+01 |  68.82%
1796.87/1797.44	c 
1796.87/1797.44	c SCIP Status        : solving was interrupted [time limit reached]
1796.87/1797.44	c Solving Time (sec) : 1791.16
1796.87/1797.44	c Solving Nodes      : 1771
1796.87/1797.44	c Primal Bound       : +1.10000000000000e+01 (6 solutions)
1796.87/1797.44	c Dual Bound         : +6.90840280739707e+00
1796.87/1797.44	c Gap                : 59.23 %
1796.87/1797.45	c NODE         1771
1796.87/1797.45	c DUAL BOUND   6.9084
1796.87/1797.45	c PRIMAL BOUND 11
1796.87/1797.45	c GAP          0.592264
1796.87/1797.45	s SATISFIABLE
1796.87/1797.45	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1796.87/1797.45	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1796.87/1797.45	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1796.87/1797.45	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1796.87/1797.45	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1796.87/1797.45	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1796.87/1797.45	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 x48 -x47 -x46 -x45 
1796.87/1797.45	v x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 
1796.87/1797.45	v x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1796.87/1797.45	c SCIP Status        : solving was interrupted [time limit reached]
1796.87/1797.45	c Solving Time       :    1791.16
1796.87/1797.45	c Original Problem   :
1796.87/1797.45	c   Problem name     : HOME/instance-1870258-1245192597.opb
1796.87/1797.45	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.87/1797.45	c   Constraints      : 6404 initial, 6404 maximal
1796.87/1797.45	c Presolved Problem  :
1796.87/1797.45	c   Problem name     : t_HOME/instance-1870258-1245192597.opb
1796.87/1797.45	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.87/1797.45	c   Constraints      : 6404 initial, 6426 maximal
1796.87/1797.45	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.87/1797.45	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.87/1797.46	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.87/1797.46	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.87/1797.46	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.87/1797.46	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.87/1797.46	c   probing          :       0.22          0          0          0          0          0          0          0          0
1796.87/1797.46	c   and              :       0.38          0          0          0          0          0          0          0          0
1796.87/1797.46	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1796.87/1797.46	c   root node        :          -          0          -          -          0          -          -          -          -
1796.87/1797.46	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.87/1797.46	c   integral         :          0          0          0       1234          0         10        191          0          0       2362
1796.87/1797.46	c   and              :       6204       4552      28047          3          0          8     447902     138095          0          0
1796.87/1797.46	c   logicor          :        200+         6       8518          2          0          5          3          0          0          0
1796.87/1797.46	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1796.87/1797.46	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.87/1797.46	c   integral         :     479.79       0.00       0.00     479.79       0.00
1796.87/1797.46	c   and              :      45.83      32.23      13.58       0.02       0.00
1796.87/1797.46	c   logicor          :       0.30       0.00       0.30       0.00       0.00
1796.87/1797.46	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.87/1797.46	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.87/1797.46	c   rootredcost      :       0.06          3          0          0
1796.87/1797.46	c   pseudoobj        :       0.62      27923          3          0
1796.87/1797.46	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.87/1797.46	c   propagation      :       0.00         16         16         22       14.4          0        0.0          -
1796.87/1797.46	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.87/1797.46	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.87/1797.46	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.87/1797.46	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.87/1797.46	c   applied globally :          -          -          -         22       14.4          -          -          -
1796.87/1797.46	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.87/1797.46	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.87/1797.46	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2417)
1796.87/1797.46	c   redcost          :       2.93       4568          0      22090          0          0
1796.87/1797.46	c   impliedbounds    :       0.04          6          0          0       2400          0
1796.87/1797.46	c   intobj           :       0.00          0          0          0          0          0
1796.87/1797.46	c   gomory           :       0.91          6          0          0       3000          0
1796.87/1797.46	c   strongcg         :       0.89          6          0          0       3000          0
1796.87/1797.46	c   cmir             :       5.15          6          0          0       2400          0
1796.87/1797.46	c   flowcover        :       1.26          6          0          0          0          0
1796.87/1797.46	c   clique           :       0.36          6          0          0         17          0
1796.87/1797.46	c   zerohalf         :       0.00          0          0          0          0          0
1796.87/1797.46	c   mcf              :       0.02          1          0          0          0          0
1796.87/1797.46	c Pricers            :       Time      Calls       Vars
1796.87/1797.46	c   problem variables:       0.00          0          0
1796.87/1797.46	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.87/1797.46	c   relpscost        :     479.79       1231         10        191          0          0       2362
1796.87/1797.46	c   pscost           :       0.00          0          0          0          0          0          0
1796.87/1797.46	c   inference        :       0.00          0          0          0          0          0          0
1796.87/1797.46	c   mostinf          :       0.00          0          0          0          0          0          0
1796.87/1797.46	c   leastinf         :       0.00          0          0          0          0          0          0
1796.87/1797.46	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.87/1797.46	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.87/1797.46	c   random           :       0.00          0          0          0          0          0          0
1796.87/1797.46	c Primal Heuristics  :       Time      Calls      Found
1796.87/1797.46	c   LP solutions     :       0.01          -          2
1796.87/1797.46	c   pseudo solutions :       0.00          -          0
1796.87/1797.46	c   oneopt           :       0.03          3          0
1796.87/1797.46	c   feaspump         :       3.48          1          0
1796.87/1797.46	c   objpscostdiving  :      84.76          2          0
1796.87/1797.46	c   guideddiving     :      90.90         13          0
1796.87/1797.46	c   rootsoldiving    :      16.85          7          0
1796.87/1797.46	c   veclendiving     :      61.77         15          0
1796.87/1797.46	c   pscostdiving     :      78.09         16          0
1796.87/1797.46	c   linesearchdiving :      82.96         16          0
1796.87/1797.46	c   fracdiving       :      81.91         17          0
1796.87/1797.46	c   coefdiving       :      57.08         23          0
1796.87/1797.46	c   simplerounding   :       0.00          0          0
1796.87/1797.46	c   rounding         :       4.83        954          0
1796.87/1797.46	c   shifting         :       2.60        361          4
1796.87/1797.46	c   intshifting      :       0.00          0          0
1796.87/1797.46	c   fixandinfer      :       0.00          0          0
1796.87/1797.46	c   intdiving        :       0.00          0          0
1796.87/1797.46	c   actconsdiving    :       0.00          0          0
1796.87/1797.46	c   octane           :       0.00          0          0
1796.87/1797.46	c   rens             :       0.50          1          0
1796.87/1797.46	c   rins             :       0.00          0          0
1796.87/1797.46	c   localbranching   :       0.00          0          0
1796.87/1797.46	c   mutation         :       0.00          0          0
1796.87/1797.46	c   crossover        :       0.56          3          0
1796.87/1797.46	c   dins             :       0.00          0          0
1796.87/1797.46	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.87/1797.46	c   primal LP        :       7.28          0          0       0.00       0.00
1796.87/1797.46	c   dual LP          :     646.06       5636     491570      87.22     760.87
1796.87/1797.46	c   barrier LP       :       0.00          0          0       0.00          -
1796.87/1797.46	c   diving/probing LP:     494.89      10771     310316      28.81     627.04
1796.87/1797.46	c   strong branching :     478.18       3485     351391     100.83     734.85
1796.87/1797.46	c     (at root node) :          -         18        854      47.44          -
1796.87/1797.46	c   conflict analysis:       0.00          0          0       0.00          -
1796.87/1797.46	c B&B Tree           :
1796.87/1797.46	c   number of runs   :          1
1796.87/1797.46	c   nodes            :       1771
1796.87/1797.46	c   nodes (total)    :       1771
1796.87/1797.46	c   nodes left       :        501
1796.87/1797.46	c   max depth        :         37
1796.87/1797.46	c   max depth (total):         37
1796.87/1797.46	c   backtracks       :        425 (24.0%)
1796.87/1797.46	c   delayed cutoffs  :          0
1796.87/1797.46	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.87/1797.46	c   avg switch length:       4.14
1796.87/1797.46	c   switching time   :      10.30
1796.87/1797.46	c Solution           :
1796.87/1797.46	c   Solutions found  :          6 (6 improvements)
1796.87/1797.46	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 812 nodes, 1082.04 seconds, depth 25, found by <relaxation>)
1796.87/1797.46	c   Dual Bound       : +6.90840280739707e+00
1796.87/1797.46	c   Gap              :      59.23 %
1796.87/1797.46	c   Root Dual Bound  : +0.00000000000000e+00
1797.07/1797.60	c Time complete: 1797.07.

Verifier Data

OK	11

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14150
/proc/meminfo: memFree=1894240/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=8532 CPUtime=0
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 1434 0 0 0 0 0 0 0 18 0 1 0 186860029 8736768 1416 1992294400 4194304 7823515 548682068736 18446744073709551615 4808763 0 0 4096 0 0 0 0 17 1 0 0
/proc/14150/statm: 2133 1419 349 886 0 1243 0

[startup+0.0620871 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14150
/proc/meminfo: memFree=1894240/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=14440 CPUtime=0.05
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 3305 0 0 0 4 1 0 0 18 0 1 0 186860029 14786560 2933 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 3610 2933 358 886 0 2720 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14440

[startup+0.10109 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14150
/proc/meminfo: memFree=1894240/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=26148 CPUtime=0.09
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 6165 0 0 0 7 2 0 0 18 0 1 0 186860029 26775552 5793 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 6537 5793 385 886 0 5647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26148

[startup+0.301111 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14150
/proc/meminfo: memFree=1894240/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=39480 CPUtime=0.29
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 9252 0 0 0 26 3 0 0 19 0 1 0 186860029 40427520 8880 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 9870 8880 405 886 0 8980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39480

[startup+0.701152 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14150
/proc/meminfo: memFree=1894240/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=46644 CPUtime=0.69
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 11065 0 0 0 49 20 0 0 22 0 1 0 186860029 47763456 10693 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 11661 10693 427 886 0 10771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46644

[startup+1.50124 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1839896/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=73968 CPUtime=1.49
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 17657 0 0 0 125 24 0 0 25 0 1 0 186860029 75743232 16891 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 18492 16891 525 886 0 17602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73968

[startup+3.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1828248/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=75116 CPUtime=3.08
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 18178 0 0 0 282 26 0 0 25 0 1 0 186860029 76918784 17330 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 18779 17330 525 886 0 17889 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75116

[startup+6.30173 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1829088/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=72604 CPUtime=6.28
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 18464 0 0 0 590 38 0 0 25 0 1 0 186860029 74346496 17052 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 18151 17052 544 886 0 17261 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 72604

[startup+12.7024 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1820408/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=81140 CPUtime=12.68
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 20839 0 0 0 1223 45 0 0 25 0 1 0 186860029 83087360 19144 1992294400 4194304 7823515 548682068736 18446744073709551615 5597699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 20285 19144 555 886 0 19395 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81140

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1817464/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=83256 CPUtime=25.48
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 29056 0 0 0 2492 56 0 0 25 0 1 0 186860029 85254144 19839 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 20814 19839 564 886 0 19924 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83256

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1817272/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=83740 CPUtime=51.06
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 29150 0 0 0 5042 64 0 0 25 0 1 0 186860029 85749760 19933 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 20935 19933 564 886 0 20045 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83740

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14151
/proc/meminfo: memFree=1817336/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=83740 CPUtime=102.25
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 29150 0 0 0 10148 77 0 0 25 0 1 0 186860029 85749760 19933 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 20935 19933 564 886 0 20045 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 83740

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1816504/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=84236 CPUtime=162.23
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 29303 0 0 0 16129 94 0 0 25 0 1 0 186860029 86257664 20086 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 21059 20086 564 886 0 20169 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 84236

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1815736/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=85304 CPUtime=222.22
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 29538 0 0 0 22103 119 0 0 25 0 1 0 186860029 87351296 20321 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 21326 20321 564 886 0 20436 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 85304

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1814840/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=86064 CPUtime=282.19
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 29745 0 0 0 28081 138 0 0 25 0 1 0 186860029 88129536 20528 1992294400 4194304 7823515 548682068736 18446744073709551615 4298036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 21516 20528 564 886 0 20626 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 86064

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1813240/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=87716 CPUtime=342.18
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 30149 0 0 0 34058 160 0 0 25 0 1 0 186860029 89821184 20932 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 21929 20932 568 886 0 21039 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 87716

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1811960/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=89256 CPUtime=402.16
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 30463 0 0 0 40037 179 0 0 25 0 1 0 186860029 91398144 21246 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 22314 21246 568 886 0 21424 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 89256

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1811512/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=89404 CPUtime=462.14
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 30577 0 0 0 46015 199 0 0 25 0 1 0 186860029 91549696 21360 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 22351 21360 568 886 0 21461 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 89404

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1809080/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=91960 CPUtime=522.13
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 31195 0 0 0 51996 217 0 0 25 0 1 0 186860029 94167040 21978 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 22990 21978 569 886 0 22100 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 91960

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1806904/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=93964 CPUtime=582.11
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 32699 0 0 0 57974 237 0 0 25 0 1 0 186860029 96219136 22509 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 23491 22509 569 886 0 22601 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 93964

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14153
/proc/meminfo: memFree=1806520/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=94348 CPUtime=642.1
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 32784 0 0 0 63957 253 0 0 25 0 1 0 186860029 96612352 22594 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 23587 22594 569 886 0 22697 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 94348

[startup+702.302 s]

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

/proc/meminfo: memFree=1777720/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1121.96
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 41333 0 0 0 111799 397 0 0 25 0 1 0 186860029 125702144 29747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29747 582 886 0 29799 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 122756

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777720/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1181.93
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 41333 0 0 0 117783 410 0 0 25 0 1 0 186860029 125702144 29747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29747 582 886 0 29799 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 122756

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777784/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1241.92
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 41333 0 0 0 123766 426 0 0 25 0 1 0 186860029 125702144 29747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29747 582 886 0 29799 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 122756

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777720/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1301.91
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 41333 0 0 0 129750 441 0 0 25 0 1 0 186860029 125702144 29747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29747 582 886 0 29799 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 122756

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777656/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1361.89
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 41333 0 0 0 135733 456 0 0 25 0 1 0 186860029 125702144 29747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29747 582 886 0 29799 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 122756

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777592/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1421.87
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 41334 0 0 0 141717 470 0 0 25 0 1 0 186860029 125702144 29748 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29748 582 886 0 29799 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 122756

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777400/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1481.86
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 44976 0 0 0 147699 487 0 0 25 0 1 0 186860029 125702144 29748 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29748 582 886 0 29799 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 122756

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777464/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1541.84
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 44976 0 0 0 153682 502 0 0 25 0 1 0 186860029 125702144 29748 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29748 582 886 0 29799 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 122756

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777528/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1601.82
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 44976 0 0 0 159664 518 0 0 25 0 1 0 186860029 125702144 29748 1992294400 4194304 7823515 548682068736 18446744073709551615 6254447 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29748 582 886 0 29799 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 122756

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777528/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1661.81
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 44976 0 0 0 165646 535 0 0 25 0 1 0 186860029 125702144 29748 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29748 582 886 0 29799 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 122756

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1777592/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=122756 CPUtime=1721.79
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 44976 0 0 0 171629 550 0 0 25 0 1 0 186860029 125702144 29748 1992294400 4194304 7823515 548682068736 18446744073709551615 4253496 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 30689 29748 582 886 0 29799 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 122756

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776376/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1781.76
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45281 0 0 0 177610 566 0 0 25 0 1 0 186860029 127082496 30053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30053 582 886 0 30136 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 124104

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1784.96
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45283 0 0 0 177929 567 0 0 25 0 1 0 186860029 127082496 30055 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30055 582 886 0 30136 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 124104

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1791.37
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45283 0 0 0 178567 570 0 0 25 0 1 0 186860029 127082496 30055 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30055 582 886 0 30136 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 124104

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1794.57
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45283 0 0 0 178886 571 0 0 25 0 1 0 186860029 127082496 30055 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30055 582 886 0 30136 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 124104

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1796.16
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45283 0 0 0 179045 571 0 0 25 0 1 0 186860029 127082496 30055 1992294400 4194304 7823515 548682068736 18446744073709551615 6099765 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30055 582 886 0 30136 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 124104

[startup+1797.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1796.56
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45283 0 0 0 179085 571 0 0 25 0 1 0 186860029 127082496 30055 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30055 582 886 0 30136 0
Current children cumulated CPU time (s) 1796.56
Current children cumulated vsize (KiB) 124104

[startup+1797.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=124104 CPUtime=1796.96
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45285 0 0 0 179125 571 0 0 25 0 1 0 186860029 127082496 30057 1992294400 4194304 7823515 548682068736 18446744073709551615 4301900 0 0 4096 0 0 0 0 17 1 0 0
/proc/14150/statm: 31026 30057 584 886 0 30136 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 124104

[startup+1797.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14159
/proc/meminfo: memFree=1776312/2055920 swapFree=4181836/4192956
[pid=14150] ppid=14148 vsize=85000 CPUtime=1797.07
/proc/14150/stat : 14150 (pbscip.linux.x8) R 14148 14150 13126 0 -1 4194304 45285 0 0 0 179134 573 0 0 25 0 1 0 186860029 87040000 20564 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/14150/statm: 21250 20564 10729 886 0 20360 0
Current children cumulated CPU time (s) 1797.07
Current children cumulated vsize (KiB) 85000

Child status: 0
Real time (s): 1797.61
CPU time (s): 1797.08
CPU user time (s): 1791.34
CPU system time (s): 5.73813
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 137300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.34
system time used= 5.73813
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2264

runsolver used 1.37179 second user time and 3.73743 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-17 00:49:57
IDJOB=1870258
IDBENCH=48128
IDSOLVER=683
FILE ID=node24/1870258-1245192597
PBS_JOBID= 9368291
Free space on /tmp= 66364 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870258-1245192597/watcher-1870258-1245192597 -o /tmp/evaluation-result-1870258-1245192597/solver-1870258-1245192597 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870258-1245192597.opb

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=471709730

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1895552 kB
Buffers:         45028 kB
Cached:          72156 kB
SwapCached:       5284 kB
Active:          69912 kB
Inactive:        55080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895552 kB
SwapTotal:     4192956 kB
SwapFree:      4181836 kB
Dirty:            9984 kB
Writeback:           0 kB
Mapped:          12924 kB
Slab:            21260 kB
Committed_AS:   196368 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node24 at 2009-06-17 01:19:55