Trace number 1870298

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 1795.98 1796.5

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
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 benchmark1794.7
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 constraint50
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)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

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.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver SoPlex 1.4.1
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-1870298-1245195998.opb>
0.00/0.05	c original problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6426 constraints
0.09/0.11	c start presolving problem
0.09/0.11	c presolving:
0.49/0.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 415046 impls, 0 clqs
0.79/0.88	c    (0.7s) probing: 101/6426 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.88	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.79/0.88	c presolving (2 rounds):
0.79/0.88	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.88	c  415046 implications, 0 cliques
0.79/0.88	c presolved problem has 6426 variables (6426 bin, 0 int, 0 impl, 0 cont) and 6426 constraints
0.79/0.88	c    6226 constraints of type <and>
0.79/0.88	c     200 constraints of type <logicor>
0.79/0.88	c transformed objective value is always integral (scale: 1)
0.79/0.88	c Presolving Time: 0.64
0.79/0.89	c OPT-NLC
0.79/0.89	c -----------------------------------------------------------------------------------------------
0.79/0.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.89	c limits/memory = c 1620
0.79/0.89	c # maximal time in seconds to run
0.79/0.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.89	c limits/time = c 1791
0.79/0.89	c # frequency for displaying node information lines
0.79/0.89	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.89	c display/freq = c 10000
0.79/0.89	c -----------------------------------------------------------------------------------------------
0.79/0.89	c start solving problem
0.79/0.89	c 
0.99/1.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.06	c   0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6426 |6426 |6426 |6426 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.09	o 26
0.99/1.09	c s 0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6426 |6426 |6426 |6426 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
2.79/2.85	c   2.5s|     1 |     0 |  1000 |  38M|   0 | 400 |6426 |6426 |6426 |6426 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
4.19/4.26	c   3.9s|     1 |     0 |  1600 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
5.69/5.73	c   5.3s|     1 |     0 |  2200 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
5.69/5.76	o 19
5.69/5.76	c s 5.4s|     1 |     0 |  2200 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  13k|1205 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
7.19/7.28	c   6.9s|     1 |     0 |  2802 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  14k|1609 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
8.99/9.02	c   8.6s|     1 |     0 |  3402 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  14k|2013 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
8.99/9.04	o 16
8.99/9.04	c s 8.6s|     1 |     0 |  3402 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  14k|2013 |   0 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
10.69/10.72	c  10.3s|     1 |     0 |  4003 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  15k|2416 |   0 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
12.19/12.26	c  11.8s|     1 |     2 |  4003 |  39M|   0 | 400 |6426 |6426 |6426 |6426 |  15k|2416 |   0 |  18 | 0.000000e+00 | 1.600000e+01 |    Inf 
458.15/458.34	o 12
458.15/458.34	c * 456s|   149 |   146 |222029 |  42M|  19 |   - |6426 |6442 |5845 |6426 |6068 |  61k|  16 |1851 | 5.757383e+00 | 1.200000e+01 | 108.43%
730.58/730.84	o 11
730.58/730.84	c * 728s|   348 |   210 |364920 |  43M|  22 |   - |6426 |6449 |3056 |6426 |5879 |  75k|  23 |2096 | 6.201190e+00 | 1.100000e+01 |  77.39%
1795.78/1796.33	c 
1795.78/1796.33	c SCIP Status        : solving was interrupted [time limit reached]
1795.78/1796.33	c Solving Time (sec) : 1791.00
1795.78/1796.33	c Solving Nodes      : 1531
1795.78/1796.33	c Primal Bound       : +1.10000000000000e+01 (5 solutions)
1795.78/1796.33	c Dual Bound         : +6.82885746114272e+00
1795.78/1796.33	c Gap                : 61.08 %
1795.78/1796.35	c NODE         1531
1795.78/1796.35	c DUAL BOUND   6.82886
1795.78/1796.35	c PRIMAL BOUND 11
1795.78/1796.35	c GAP          0.610811
1795.78/1796.35	s SATISFIABLE
1795.78/1796.35	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.78/1796.35	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1795.78/1796.35	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.78/1796.35	v -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 
1795.78/1796.35	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1795.78/1796.35	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 
1795.78/1796.35	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 -x44 
1795.78/1796.35	v -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 
1795.78/1796.35	v -x18 -x17 -x16 -x15 x14 -x13 x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1795.78/1796.35	c SCIP Status        : solving was interrupted [time limit reached]
1795.78/1796.35	c Solving Time       :    1791.00
1795.78/1796.35	c Original Problem   :
1795.78/1796.35	c   Problem name     : HOME/instance-1870298-1245195998.opb
1795.78/1796.35	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.78/1796.35	c   Constraints      : 6426 initial, 6426 maximal
1795.78/1796.35	c Presolved Problem  :
1795.78/1796.35	c   Problem name     : t_HOME/instance-1870298-1245195998.opb
1795.78/1796.35	c   Variables        : 6426 (6426 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.78/1796.35	c   Constraints      : 6426 initial, 6458 maximal
1795.78/1796.35	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.78/1796.35	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.35	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1795.78/1796.35	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.35	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.35	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.35	c   probing          :       0.22          0          0          0          0          0          0          0          0
1795.78/1796.35	c   and              :       0.38          0          0          0          0          0          0          0          0
1795.78/1796.35	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.78/1796.35	c   root node        :          -          0          -          -          0          -          -          -          -
1795.78/1796.35	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.78/1796.35	c   integral         :          0          0          0       1082          0          1        127          0          0       2102
1795.78/1796.35	c   and              :       6226       4213      26087          2          1          3     373276     148374          0          0
1795.78/1796.35	c   logicor          :        200+         6       7881          2          1         10          0          0          0          0
1795.78/1796.35	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1795.78/1796.35	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.78/1796.35	c   integral         :     434.83       0.00       0.00     434.83       0.00
1795.78/1796.35	c   and              :      41.36      29.00      12.36       0.00       0.00
1795.78/1796.35	c   logicor          :       0.26       0.00       0.26       0.00       0.00
1795.78/1796.35	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.78/1796.35	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.78/1796.35	c   rootredcost      :       0.02          3          0          0
1795.78/1796.35	c   pseudoobj        :       0.68      25975          2          0
1795.78/1796.35	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.78/1796.35	c   propagation      :       0.00         15         15         32       18.0          0        0.0          -
1795.78/1796.35	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.78/1796.35	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.78/1796.35	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.78/1796.35	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.78/1796.35	c   applied globally :          -          -          -         32       18.0          -          -          -
1795.78/1796.35	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.78/1796.35	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.78/1796.35	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2416)
1795.78/1796.35	c   redcost          :       3.06       4221          0      17229          0          0
1795.78/1796.35	c   impliedbounds    :       0.02          6          0          0       2400          0
1795.78/1796.35	c   intobj           :       0.00          0          0          0          0          0
1795.78/1796.35	c   gomory           :       0.86          6          0          0       3000          0
1795.78/1796.35	c   strongcg         :       0.82          6          0          0       3000          0
1795.78/1796.35	c   cmir             :       4.87          6          0          0       2400          0
1795.78/1796.35	c   flowcover        :       1.19          6          0          0          0          0
1795.78/1796.35	c   clique           :       0.35          6          0          0         16          0
1795.78/1796.35	c   zerohalf         :       0.00          0          0          0          0          0
1795.78/1796.35	c   mcf              :       0.02          1          0          0          0          0
1795.78/1796.35	c Pricers            :       Time      Calls       Vars
1795.78/1796.35	c   problem variables:       0.00          0          0
1795.78/1796.35	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.78/1796.35	c   relpscost        :     434.82       1080          1        127          0          0       2102
1795.78/1796.35	c   pscost           :       0.00          0          0          0          0          0          0
1795.78/1796.35	c   inference        :       0.00          1          0          0          0          0          2
1795.78/1796.35	c   mostinf          :       0.00          0          0          0          0          0          0
1795.78/1796.35	c   leastinf         :       0.00          0          0          0          0          0          0
1795.78/1796.35	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.78/1796.35	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.78/1796.35	c   random           :       0.00          0          0          0          0          0          0
1795.78/1796.35	c Primal Heuristics  :       Time      Calls      Found
1795.78/1796.35	c   LP solutions     :       0.01          -          2
1795.78/1796.35	c   pseudo solutions :       0.00          -          0
1795.78/1796.35	c   intshifting      :       0.00          0          0
1795.78/1796.35	c   feaspump         :       0.00          0          0
1795.78/1796.35	c   oneopt           :       0.02          3          0
1795.78/1796.35	c   crossover        :       0.37          2          0
1795.78/1796.35	c   guideddiving     :      84.39         13          0
1795.78/1796.35	c   veclendiving     :      61.56         14          0
1795.78/1796.35	c   pscostdiving     :      69.22         15          0
1795.78/1796.35	c   fracdiving       :      75.50         18          0
1795.78/1796.35	c   linesearchdiving :      68.20         19          0
1795.78/1796.35	c   coefdiving       :      62.01         20          0
1795.78/1796.35	c   simplerounding   :       0.02          0          0
1795.78/1796.35	c   rounding         :       4.09        921          0
1795.78/1796.35	c   shifting         :       3.02        420          3
1795.78/1796.35	c   fixandinfer      :       0.00          0          0
1795.78/1796.35	c   intdiving        :       0.00          0          0
1795.78/1796.35	c   actconsdiving    :       0.00          0          0
1795.78/1796.35	c   objpscostdiving  :     247.15          5          0
1795.78/1796.35	c   rootsoldiving    :      12.82          6          0
1795.78/1796.35	c   octane           :       0.00          0          0
1795.78/1796.35	c   rens             :       0.48          1          0
1795.78/1796.35	c   rins             :       0.00          0          0
1795.78/1796.35	c   localbranching   :       0.00          0          0
1795.78/1796.35	c   mutation         :       0.00          0          0
1795.78/1796.35	c   dins             :       0.00          0          0
1795.78/1796.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.78/1796.35	c   primal LP        :       6.50          0          0       0.00       0.00
1795.78/1796.35	c   dual LP          :     576.92       5217     471339      90.35     816.99
1795.78/1796.35	c   barrier LP       :       0.00          0          0       0.00          -
1795.78/1796.35	c   diving/probing LP:     618.79      10735     357373      33.29     577.54
1795.78/1796.35	c   strong branching :     433.39       3115     337487     108.34     778.71
1795.78/1796.35	c     (at root node) :          -         18        853      47.39          -
1795.78/1796.35	c   conflict analysis:       0.00          0          0       0.00          -
1795.78/1796.35	c B&B Tree           :
1795.78/1796.35	c   number of runs   :          1
1795.78/1796.35	c   nodes            :       1531
1795.78/1796.35	c   nodes (total)    :       1531
1795.78/1796.35	c   nodes left       :        553
1795.78/1796.35	c   max depth        :         34
1795.78/1796.35	c   max depth (total):         34
1795.78/1796.35	c   backtracks       :        419 (27.4%)
1795.78/1796.35	c   delayed cutoffs  :          0
1795.78/1796.35	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.78/1796.35	c   avg switch length:       4.37
1795.78/1796.35	c   switching time   :       9.20
1795.78/1796.35	c Solution           :
1795.78/1796.35	c   Solutions found  :          5 (5 improvements)
1795.78/1796.35	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 348 nodes, 728.15 seconds, depth 15, found by <relaxation>)
1795.78/1796.35	c   Dual Bound       : +6.82885746114272e+00
1795.78/1796.35	c   Gap              :      61.08 %
1795.78/1796.35	c   Root Dual Bound  : +0.00000000000000e+00
1795.87/1796.50	c Time complete: 1795.97.

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-1870298-1245195998/watcher-1870298-1245195998 -o /tmp/evaluation-result-1870298-1245195998/solver-1870298-1245195998 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870298-1245195998.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: 1.02 1.01 1.00 3/65 5507
/proc/meminfo: memFree=1819592/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=6100 CPUtime=0
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 572 0 0 0 0 0 0 0 20 0 1 0 187198409 6246400 554 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/5507/statm: 1525 564 325 886 0 635 0

[startup+0.0816991 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 5507
/proc/meminfo: memFree=1819592/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=23960 CPUtime=0.07
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 5620 0 0 0 5 2 0 0 20 0 1 0 187198409 24535040 5248 1992294400 4194304 7823515 548682068736 18446744073709551615 4210732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 5990 5248 371 886 0 5100 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23960

[startup+0.101701 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 5507
/proc/meminfo: memFree=1819592/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=26088 CPUtime=0.09
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 6147 0 0 0 7 2 0 0 20 0 1 0 187198409 26714112 5775 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 6522 5775 385 886 0 5632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26088

[startup+0.301711 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 5507
/proc/meminfo: memFree=1819592/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=39148 CPUtime=0.29
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 9166 0 0 0 26 3 0 0 22 0 1 0 187198409 40087552 8794 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 9787 8794 405 886 0 8897 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39148

[startup+0.701751 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 5507
/proc/meminfo: memFree=1819592/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=45400 CPUtime=0.69
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 10873 0 0 0 51 18 0 0 25 0 1 0 187198409 46489600 10501 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 11350 10501 441 886 0 10460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45400

[startup+1.50183 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 5508
/proc/meminfo: memFree=1756992/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=71100 CPUtime=1.49
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 17171 0 0 0 129 20 0 0 25 0 1 0 187198409 72806400 16507 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 17775 16507 534 886 0 16885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71100

[startup+3.10199 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 5508
/proc/meminfo: memFree=1755072/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=74880 CPUtime=3.09
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 18380 0 0 0 277 32 0 0 25 0 1 0 187198409 76677120 17635 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 18720 17635 552 886 0 17830 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74880

[startup+6.30132 s]
/proc/loadavg: 1.18 1.04 1.01 2/66 5508
/proc/meminfo: memFree=1747776/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=78528 CPUtime=6.29
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 19661 0 0 0 593 36 0 0 25 0 1 0 187198409 80412672 18682 1992294400 4194304 7823515 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 19632 18682 552 886 0 18742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78528

[startup+12.702 s]
/proc/loadavg: 1.16 1.04 1.01 2/66 5508
/proc/meminfo: memFree=1742720/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=82008 CPUtime=12.69
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 28012 0 0 0 1226 43 0 0 25 0 1 0 187198409 83976192 19599 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 20502 19599 562 886 0 19612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82008

[startup+25.5023 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 5508
/proc/meminfo: memFree=1742720/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=82008 CPUtime=25.49
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 28013 0 0 0 2501 48 0 0 25 0 1 0 187198409 83976192 19600 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 20502 19600 563 886 0 19612 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82008

[startup+51.1028 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 5508
/proc/meminfo: memFree=1741440/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=84452 CPUtime=51.06
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 28399 0 0 0 5050 56 0 0 25 0 1 0 187198409 86478848 19986 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 21113 19986 568 886 0 20223 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 84452

[startup+102.306 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 5508
/proc/meminfo: memFree=1740928/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=84684 CPUtime=102.25
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 28547 0 0 0 10151 74 0 0 25 0 1 0 187198409 86716416 20134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 21171 20134 568 886 0 20281 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 84684

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5508
/proc/meminfo: memFree=1738752/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=86872 CPUtime=162.23
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 29098 0 0 0 16128 95 0 0 25 0 1 0 187198409 88956928 20685 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 21718 20685 568 886 0 20828 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 86872

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5508
/proc/meminfo: memFree=1736896/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=89036 CPUtime=222.22
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 29544 0 0 0 22109 113 0 0 25 0 1 0 187198409 91172864 21131 1992294400 4194304 7823515 548682068736 18446744073709551615 6099773 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 22259 21131 568 886 0 21369 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 89036

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5508
/proc/meminfo: memFree=1735808/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=89660 CPUtime=282.2
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 29800 0 0 0 28093 127 0 0 25 0 1 0 187198409 91811840 21387 1992294400 4194304 7823515 548682068736 18446744073709551615 6232468 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 22415 21387 568 886 0 21525 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 89660

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5508
/proc/meminfo: memFree=1735296/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=90060 CPUtime=342.18
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 29922 0 0 0 34076 142 0 0 25 0 1 0 187198409 92221440 21509 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 22515 21509 568 886 0 21625 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 90060

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5510
/proc/meminfo: memFree=1735104/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=90856 CPUtime=402.17
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 30002 0 0 0 40056 161 0 0 25 0 1 0 187198409 93036544 21589 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 22714 21589 568 886 0 21824 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 90856

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5510
/proc/meminfo: memFree=1733568/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=92424 CPUtime=462.15
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 30375 0 0 0 46040 175 0 0 25 0 1 0 187198409 94642176 21962 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 23106 21962 569 886 0 22216 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 92424

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5510
/proc/meminfo: memFree=1730688/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=95232 CPUtime=522.13
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 31086 0 0 0 52024 189 0 0 25 0 1 0 187198409 97517568 22673 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 23808 22673 569 886 0 22918 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 95232

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5510
/proc/meminfo: memFree=1729344/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=96092 CPUtime=582.12
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 31412 0 0 0 58008 204 0 0 25 0 1 0 187198409 98398208 22999 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 24023 22999 569 886 0 23133 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 96092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5510
/proc/meminfo: memFree=1728256/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=97316 CPUtime=642.1
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 31674 0 0 0 63990 220 0 0 25 0 1 0 187198409 99651584 23261 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 24329 23261 569 886 0 23439 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 97316

[startup+702.302 s]

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

/proc/meminfo: memFree=1717056/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=108056 CPUtime=1121.96
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 40328 0 0 0 111861 335 0 0 25 0 1 0 187198409 110649344 26016 1992294400 4194304 7823515 548682068736 18446744073709551615 4289593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 27014 26016 582 886 0 26124 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 108056

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1715392/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=109744 CPUtime=1181.94
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 40745 0 0 0 117846 348 0 0 25 0 1 0 187198409 112377856 26433 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 27436 26433 582 886 0 26546 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 109744

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692608/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1241.93
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46418 0 0 0 123829 364 0 0 25 0 1 0 187198409 137129984 32106 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32106 582 886 0 32589 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 133916

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692608/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1301.91
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46419 0 0 0 129813 378 0 0 25 0 1 0 187198409 137129984 32107 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32107 582 886 0 32589 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 133916

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692544/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1361.9
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46422 0 0 0 135797 393 0 0 25 0 1 0 187198409 137129984 32110 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32110 582 886 0 32589 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 133916

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692544/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1421.87
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46423 0 0 0 141780 407 0 0 25 0 1 0 187198409 137129984 32111 1992294400 4194304 7823515 548682068736 18446744073709551615 4898414 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32111 582 886 0 32589 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 133916

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692544/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1481.85
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46423 0 0 0 147769 416 0 0 25 0 1 0 187198409 137129984 32111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32111 582 886 0 32589 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 133916

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692480/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1541.84
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46423 0 0 0 153758 426 0 0 25 0 1 0 187198409 137129984 32111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32111 582 886 0 32589 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 133916

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692544/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1601.82
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46423 0 0 0 159745 437 0 0 25 0 1 0 187198409 137129984 32111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32111 582 886 0 32589 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 133916

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692544/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1661.81
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46423 0 0 0 165734 447 0 0 25 0 1 0 187198409 137129984 32111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32111 582 886 0 32589 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 133916

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692480/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1721.8
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46425 0 0 0 171719 461 0 0 25 0 1 0 187198409 137129984 32113 1992294400 4194304 7823515 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32113 582 886 0 32589 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 133916

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1781.77
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46499 0 0 0 177704 473 0 0 25 0 1 0 187198409 137129984 32187 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32187 582 886 0 32589 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 133916

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1784.97
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46499 0 0 0 178023 474 0 0 25 0 1 0 187198409 137129984 32187 1992294400 4194304 7823515 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32187 582 886 0 32589 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 133916

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1791.38
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46499 0 0 0 178662 476 0 0 25 0 1 0 187198409 137129984 32187 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32187 582 886 0 32589 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 133916

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1792.97
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46499 0 0 0 178821 476 0 0 25 0 1 0 187198409 137129984 32187 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32187 582 886 0 32589 0
Current children cumulated CPU time (s) 1792.97
Current children cumulated vsize (KiB) 133916

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1794.58
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46500 0 0 0 178981 477 0 0 25 0 1 0 187198409 137129984 32188 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32188 582 886 0 32589 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 133916

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1795.37
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46500 0 0 0 179060 477 0 0 25 0 1 0 187198409 137129984 32188 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32188 582 886 0 32589 0
Current children cumulated CPU time (s) 1795.37
Current children cumulated vsize (KiB) 133916

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1795.78
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46500 0 0 0 179101 477 0 0 25 0 1 0 187198409 137129984 32188 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32188 582 886 0 32589 0
Current children cumulated CPU time (s) 1795.78
Current children cumulated vsize (KiB) 133916

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5516
/proc/meminfo: memFree=1692096/2055920 swapFree=4169920/4192956
[pid=5507] ppid=5505 vsize=133916 CPUtime=1795.87
/proc/5507/stat : 5507 (pbscip.linux.x8) R 5505 5507 4784 0 -1 4194304 46502 0 0 0 179110 477 0 0 25 0 1 0 187198409 137129984 32190 1992294400 4194304 7823515 548682068736 18446744073709551615 4302021 0 0 4096 0 0 0 0 17 1 0 0
/proc/5507/statm: 33479 32190 584 886 0 32589 0
Current children cumulated CPU time (s) 1795.87
Current children cumulated vsize (KiB) 133916

Child status: 0
Real time (s): 1796.5
CPU time (s): 1795.98
CPU user time (s): 1791.19
CPU system time (s): 4.79327
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 133916

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

runsolver used 1.9597 second user time and 4.13237 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-17 01:46:38
IDJOB=1870298
IDBENCH=48148
IDSOLVER=683
FILE ID=node84/1870298-1245195998
PBS_JOBID= 9368323
Free space on /tmp= 66524 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_5.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-1870298-1245195998/watcher-1870298-1245195998 -o /tmp/evaluation-result-1870298-1245195998/solver-1870298-1245195998 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870298-1245195998.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=645901975

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1820008 kB
Buffers:         39160 kB
Cached:         118640 kB
SwapCached:      17164 kB
Active:          69048 kB
Inactive:       108320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820008 kB
SwapTotal:     4192956 kB
SwapFree:      4169920 kB
Dirty:            9908 kB
Writeback:           0 kB
Mapped:          25284 kB
Slab:            44500 kB
Committed_AS:   111308 kB
PageTables:       1396 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= 66512 MiB
End job on node84 at 2009-06-17 02:16:34