Trace number 1870266

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 1796.22 1796.75

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
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.22
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 constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.03/0.05	c SCIP version 1.1.0.7
0.03/0.05	c LP-Solver SoPlex 1.4.1
0.03/0.05	c user parameter file <scip.set> not found - using default parameters
0.03/0.05	c read problem <HOME/instance-1870266-1245193358.opb>
0.03/0.05	c original problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.09/0.11	c start presolving problem
0.09/0.11	c presolving:
0.49/0.53	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 421224 impls, 0 clqs
0.79/0.89	c    (0.7s) probing: 101/6460 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.89	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.79/0.89	c presolving (2 rounds):
0.79/0.89	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.89	c  421224 implications, 0 cliques
0.79/0.89	c presolved problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.79/0.89	c    6260 constraints of type <and>
0.79/0.89	c     200 constraints of type <logicor>
0.79/0.89	c transformed objective value is always integral (scale: 1)
0.79/0.89	c Presolving Time: 0.65
0.79/0.90	c OPT-NLC
0.79/0.90	c -----------------------------------------------------------------------------------------------
0.79/0.90	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.90	c limits/memory = c 1620
0.79/0.90	c # maximal time in seconds to run
0.79/0.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.90	c limits/time = c 1791
0.79/0.90	c # frequency for displaying node information lines
0.79/0.90	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.90	c display/freq = c 10000
0.79/0.90	c -----------------------------------------------------------------------------------------------
0.79/0.90	c start solving problem
0.79/0.90	c 
0.99/1.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.07	c   0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6460 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.10	o 24
0.99/1.10	c s 0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6460 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
2.79/2.87	c   2.5s|     1 |     0 |  1000 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k| 402 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
4.19/4.29	c   3.9s|     1 |     0 |  1600 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
4.29/4.31	o 23
4.29/4.31	c s 3.9s|     1 |     0 |  1600 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
5.68/5.78	c   5.4s|     1 |     0 |  2200 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
5.79/5.81	o 18
5.79/5.81	c s 5.4s|     1 |     0 |  2200 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
7.29/7.35	c   6.9s|     1 |     0 |  2800 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  14k|1606 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
8.88/8.98	c   8.6s|     1 |     0 |  3401 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  14k|2011 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
10.78/10.81	c  10.4s|     1 |     0 |  4002 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
10.78/10.84	o 17
10.78/10.84	c s10.4s|     1 |     0 |  4002 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
12.28/12.34	c  11.9s|     1 |     2 |  4002 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  15k|2412 |   0 |  18 | 0.000000e+00 | 1.700000e+01 |    Inf 
716.28/716.57	o 13
716.28/716.57	c * 714s|   226 |   223 |345051 |  43M|  21 |   - |6460 |6499 |5617 |6460 |6312 |  64k|  39 |2094 | 6.187170e+00 | 1.300000e+01 | 110.11%
738.78/739.03	o 12
738.78/739.03	c * 736s|   235 |   221 |355209 |  43M|  21 |   - |6460 |6499 |2749 |6460 |6267 |  65k|  39 |2108 | 6.261521e+00 | 1.200000e+01 |  91.65%
822.65/822.98	o 11
822.65/822.98	c * 820s|   396 |   222 |399858 |  44M|  31 |   - |6460 |6499 |3464 |6460 |6305 |  71k|  39 |2260 | 6.371310e+00 | 1.100000e+01 |  72.65%
1795.97/1796.59	c 
1795.97/1796.59	c SCIP Status        : solving was interrupted [time limit reached]
1795.97/1796.59	c Solving Time (sec) : 1791.12
1795.97/1796.59	c Solving Nodes      : 2406
1795.97/1796.59	c Primal Bound       : +1.10000000000000e+01 (7 solutions)
1795.97/1796.59	c Dual Bound         : +6.75277212037864e+00
1795.97/1796.59	c Gap                : 62.90 %
1796.06/1796.60	c NODE         2406
1796.06/1796.60	c DUAL BOUND   6.75277
1796.06/1796.60	c PRIMAL BOUND 11
1796.06/1796.60	c GAP          0.628961
1796.06/1796.60	s SATISFIABLE
1796.06/1796.60	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1796.06/1796.60	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1796.06/1796.60	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1796.06/1796.60	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1796.06/1796.60	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1796.06/1796.60	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.06/1796.60	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 
1796.06/1796.60	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 
1796.06/1796.60	v -x18 x17 x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 x3 -x2 -x1 
1796.06/1796.60	c SCIP Status        : solving was interrupted [time limit reached]
1796.06/1796.60	c Solving Time       :    1791.12
1796.06/1796.60	c Original Problem   :
1796.06/1796.60	c   Problem name     : HOME/instance-1870266-1245193358.opb
1796.06/1796.60	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.06/1796.60	c   Constraints      : 6460 initial, 6460 maximal
1796.06/1796.60	c Presolved Problem  :
1796.06/1796.60	c   Problem name     : t_HOME/instance-1870266-1245193358.opb
1796.06/1796.60	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.06/1796.60	c   Constraints      : 6460 initial, 6500 maximal
1796.06/1796.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.06/1796.60	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1796.06/1796.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.60	c   implics          :       0.01          0          0          0          0          0          0          0          0
1796.06/1796.60	c   probing          :       0.21          0          0          0          0          0          0          0          0
1796.06/1796.60	c   and              :       0.37          0          0          0          0          0          0          0          0
1796.06/1796.60	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1796.06/1796.60	c   root node        :          -          0          -          -          0          -          -          -          -
1796.06/1796.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.06/1796.60	c   integral         :          0          0          0       1545          0          9        261          0          0       2954
1796.06/1796.60	c   and              :       6260       6112      26548          3          0          7     537510     148084          0          0
1796.06/1796.60	c   logicor          :        200+         6       8686          3          0          5          1          0          0          0
1796.06/1796.60	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1796.06/1796.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.06/1796.60	c   integral         :     513.08       0.00       0.00     513.08       0.00
1796.06/1796.60	c   and              :      52.53      39.63      12.90       0.00       0.00
1796.06/1796.60	c   logicor          :       0.18       0.00       0.18       0.00       0.00
1796.06/1796.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.06/1796.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.06/1796.60	c   rootredcost      :       0.02          4          0          0
1796.06/1796.60	c   pseudoobj        :       0.66      26410          5          0
1796.06/1796.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.06/1796.60	c   propagation      :       0.00         17         17         41       23.5          0        0.0          -
1796.06/1796.60	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.06/1796.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.06/1796.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.06/1796.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.06/1796.60	c   applied globally :          -          -          -         41       23.5          -          -          -
1796.06/1796.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.06/1796.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.06/1796.60	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2412)
1796.06/1796.60	c   redcost          :       4.06       6148          0      26767          0          0
1796.06/1796.60	c   impliedbounds    :       0.04          6          0          0       2400          0
1796.06/1796.60	c   intobj           :       0.00          0          0          0          0          0
1796.06/1796.60	c   gomory           :       0.84          6          0          0       3000          0
1796.06/1796.60	c   strongcg         :       0.87          6          0          0       3000          0
1796.06/1796.60	c   cmir             :       4.91          6          0          0       2400          0
1796.06/1796.60	c   flowcover        :       1.20          6          0          0          0          0
1796.06/1796.60	c   clique           :       0.35          6          0          0         12          0
1796.06/1796.60	c   zerohalf         :       0.00          0          0          0          0          0
1796.06/1796.60	c   mcf              :       0.03          1          0          0          0          0
1796.06/1796.60	c Pricers            :       Time      Calls       Vars
1796.06/1796.60	c   problem variables:       0.00          0          0
1796.06/1796.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.06/1796.60	c   relpscost        :     513.08       1542          9        261          0          0       2954
1796.06/1796.60	c   pscost           :       0.00          0          0          0          0          0          0
1796.06/1796.60	c   inference        :       0.00          0          0          0          0          0          0
1796.06/1796.60	c   mostinf          :       0.00          0          0          0          0          0          0
1796.06/1796.60	c   leastinf         :       0.00          0          0          0          0          0          0
1796.06/1796.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.06/1796.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.06/1796.60	c   random           :       0.00          0          0          0          0          0          0
1796.06/1796.60	c Primal Heuristics  :       Time      Calls      Found
1796.06/1796.60	c   LP solutions     :       0.01          -          3
1796.06/1796.60	c   pseudo solutions :       0.00          -          0
1796.06/1796.60	c   feaspump         :       0.00          0          0
1796.06/1796.60	c   oneopt           :       0.04          4          0
1796.06/1796.60	c   objpscostdiving  :      45.84          2          0
1796.06/1796.60	c   crossover        :       0.68          4          0
1796.06/1796.60	c   guideddiving     :      70.19         12          0
1796.06/1796.60	c   pscostdiving     :      84.59         12          0
1796.06/1796.60	c   coefdiving       :      37.55         13          0
1796.06/1796.60	c   fracdiving       :      57.12         13          0
1796.06/1796.60	c   linesearchdiving :      59.85         13          0
1796.06/1796.60	c   veclendiving     :      16.89         14          0
1796.06/1796.60	c   rootsoldiving    :      12.75          7          0
1796.06/1796.60	c   simplerounding   :       0.01          0          0
1796.06/1796.60	c   rounding         :       5.09       1127          0
1796.06/1796.60	c   shifting         :       4.32        677          4
1796.06/1796.60	c   intshifting      :       0.00          0          0
1796.06/1796.60	c   fixandinfer      :       0.00          0          0
1796.06/1796.60	c   intdiving        :       0.00          0          0
1796.06/1796.60	c   actconsdiving    :       0.00          0          0
1796.06/1796.60	c   octane           :       0.00          0          0
1796.06/1796.60	c   rens             :       0.48          1          0
1796.06/1796.60	c   rins             :       0.00          0          0
1796.06/1796.60	c   localbranching   :       0.00          0          0
1796.06/1796.60	c   mutation         :       0.00          0          0
1796.06/1796.60	c   dins             :       0.00          0          0
1796.06/1796.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.06/1796.60	c   primal LP        :       8.21          0          0       0.00       0.00
1796.06/1796.60	c   dual LP          :     758.88       7829     573849      73.30     756.18
1796.06/1796.60	c   barrier LP       :       0.00          0          0       0.00          -
1796.06/1796.60	c   diving/probing LP:     334.31       8722     221772      25.43     663.37
1796.06/1796.60	c   strong branching :     511.16       3871     388930     100.47     760.88
1796.06/1796.60	c     (at root node) :          -         18        833      46.28          -
1796.06/1796.60	c   conflict analysis:       0.00          0          0       0.00          -
1796.06/1796.60	c B&B Tree           :
1796.06/1796.60	c   number of runs   :          1
1796.06/1796.60	c   nodes            :       2406
1796.06/1796.60	c   nodes (total)    :       2406
1796.06/1796.60	c   nodes left       :        516
1796.06/1796.60	c   max depth        :         62
1796.06/1796.60	c   max depth (total):         62
1796.06/1796.60	c   backtracks       :        407 (16.9%)
1796.06/1796.60	c   delayed cutoffs  :          0
1796.06/1796.60	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.06/1796.60	c   avg switch length:       3.41
1796.06/1796.60	c   switching time   :      11.28
1796.06/1796.60	c Solution           :
1796.06/1796.60	c   Solutions found  :          7 (7 improvements)
1796.06/1796.60	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 396 nodes, 820.05 seconds, depth 22, found by <relaxation>)
1796.06/1796.60	c   Dual Bound       : +6.75277212037864e+00
1796.06/1796.60	c   Gap              :      62.90 %
1796.06/1796.60	c   Root Dual Bound  : +0.00000000000000e+00
1796.16/1796.75	c Time complete: 1796.21.

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 306
/proc/meminfo: memFree=1822464/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=6100 CPUtime=0
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 550 0 0 0 0 0 0 0 20 0 1 0 186933704 6246400 532 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/306/statm: 1525 542 325 886 0 635 0

[startup+0.0376951 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 306
/proc/meminfo: memFree=1822464/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=14552 CPUtime=0.03
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 2874 0 0 0 2 1 0 0 20 0 1 0 186933704 14901248 2856 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/306/statm: 3638 2865 356 886 0 2748 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14552

[startup+0.101679 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 306
/proc/meminfo: memFree=1822464/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=26312 CPUtime=0.09
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 6193 0 0 0 7 2 0 0 20 0 1 0 186933704 26943488 5821 1992294400 4194304 7823515 548682068736 18446744073709551615 4686182 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 6578 5821 385 886 0 5688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26312

[startup+0.301702 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 306
/proc/meminfo: memFree=1822464/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=39344 CPUtime=0.29
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 9218 0 0 0 26 3 0 0 22 0 1 0 186933704 40288256 8846 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 9836 8846 405 886 0 8946 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39344

[startup+0.701748 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 306
/proc/meminfo: memFree=1822464/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=45408 CPUtime=0.69
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 10861 0 0 0 51 18 0 0 25 0 1 0 186933704 46497792 10489 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 11352 10489 441 886 0 10462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45408

[startup+1.50184 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1759864/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=71312 CPUtime=1.49
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 17221 0 0 0 127 22 0 0 25 0 1 0 186933704 73023488 16554 1992294400 4194304 7823515 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 17828 16554 534 886 0 16938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71312

[startup+3.10103 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1757944/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=74956 CPUtime=3.09
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 18422 0 0 0 277 32 0 0 25 0 1 0 186933704 76754944 17685 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 18739 17685 552 886 0 17849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74956

[startup+6.30241 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1749504/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=79580 CPUtime=6.29
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 19936 0 0 0 594 35 0 0 25 0 1 0 186933704 81489920 18971 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 19895 18971 552 886 0 19005 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79580

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1744896/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=82672 CPUtime=12.68
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 28096 0 0 0 1225 43 0 0 25 0 1 0 186933704 84656128 19783 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 20668 19783 562 886 0 19778 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82672

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1744896/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=82672 CPUtime=25.49
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 28101 0 0 0 2499 50 0 0 25 0 1 0 186933704 84656128 19788 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 20668 19788 567 886 0 19778 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82672

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1744000/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=83936 CPUtime=51.08
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 28387 0 0 0 5050 58 0 0 25 0 1 0 186933704 85950464 20074 1992294400 4194304 7823515 548682068736 18446744073709551615 4265926 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 20984 20074 568 886 0 20094 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83936

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1742848/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=85572 CPUtime=102.26
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 28681 0 0 0 10154 72 0 0 25 0 1 0 186933704 87625728 20368 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 21393 20368 568 886 0 20503 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85572

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1742720/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=85572 CPUtime=162.25
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 28697 0 0 0 16131 94 0 0 25 0 1 0 186933704 87625728 20384 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 21393 20384 568 886 0 20503 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 85572

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1740808/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=87492 CPUtime=222.22
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 29173 0 0 0 22110 112 0 0 25 0 1 0 186933704 89591808 20860 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 21873 20860 568 886 0 20983 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87492

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1738568/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=89632 CPUtime=282.21
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 29730 0 0 0 28095 126 0 0 25 0 1 0 186933704 91783168 21417 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 22408 21417 568 886 0 21518 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89632

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1736904/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=91316 CPUtime=342.19
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 30136 0 0 0 34078 141 0 0 25 0 1 0 186933704 93507584 21822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 22829 21822 568 886 0 21939 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 91316

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1736904/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=91316 CPUtime=402.17
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 30136 0 0 0 40060 157 0 0 25 0 1 0 186933704 93507584 21822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 22829 21822 568 886 0 21939 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 91316

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1735048/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=93148 CPUtime=462.15
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 30595 0 0 0 46045 170 0 0 25 0 1 0 186933704 95383552 22281 1992294400 4194304 7823515 548682068736 18446744073709551615 6130931 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 23287 22281 569 886 0 22397 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 93148

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1734984/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=93148 CPUtime=522.14
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 30595 0 0 0 52031 183 0 0 25 0 1 0 186933704 95383552 22281 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 23287 22281 569 886 0 22397 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 93148

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1733448/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=95120 CPUtime=582.12
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 30984 0 0 0 58014 198 0 0 25 0 1 0 186933704 97402880 22670 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 23780 22670 569 886 0 22890 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 95120

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1732680/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=95528 CPUtime=642.11
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 31178 0 0 0 64000 211 0 0 25 0 1 0 186933704 97820672 22864 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 23882 22864 569 886 0 22992 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 95528

[startup+702.301 s]

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

/proc/meminfo: memFree=1719880/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=107968 CPUtime=1061.97
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 45606 0 0 0 105878 319 0 0 25 0 1 0 186933704 110559232 25998 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 26992 25998 573 886 0 26102 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 107968

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1720904/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=107292 CPUtime=1121.96
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 46246 0 0 0 111864 332 0 0 25 0 1 0 186933704 109867008 25739 1992294400 4194304 7823515 548682068736 18446744073709551615 4898414 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 26823 25739 573 886 0 25933 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 107292

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1718216/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=109572 CPUtime=1181.95
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 46966 0 0 0 117849 346 0 0 25 0 1 0 186933704 112201728 26396 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 27393 26396 573 886 0 26503 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 109572

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1717448/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=110288 CPUtime=1241.92
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 52956 0 0 0 123829 363 0 0 25 0 1 0 186933704 112934912 26581 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 27572 26581 573 886 0 26682 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 110288

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1717064/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=110616 CPUtime=1301.91
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 53051 0 0 0 129816 375 0 0 25 0 1 0 186933704 113270784 26676 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 27654 26676 573 886 0 26764 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 110616

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1716168/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=111528 CPUtime=1361.89
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 53257 0 0 0 135803 386 0 0 25 0 1 0 186933704 114204672 26882 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 27882 26882 573 886 0 26992 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 111528

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1714952/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=113048 CPUtime=1421.88
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 53554 0 0 0 141789 399 0 0 25 0 1 0 186933704 115761152 27179 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 28262 27179 573 886 0 27372 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 113048

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1713160/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=114504 CPUtime=1481.85
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 54004 0 0 0 147774 411 0 0 25 0 1 0 186933704 117252096 27629 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 28626 27629 573 886 0 27736 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 114504

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1712904/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=114672 CPUtime=1541.84
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 54058 0 0 0 153760 424 0 0 25 0 1 0 186933704 117424128 27683 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 28668 27683 573 886 0 27778 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 114672

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1711368/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=116212 CPUtime=1601.82
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 54446 0 0 0 159742 440 0 0 25 0 1 0 186933704 119001088 28065 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 29053 28065 573 886 0 28163 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 116212

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1710472/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=117056 CPUtime=1661.8
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 60471 0 0 0 165722 458 0 0 25 0 1 0 186933704 119865344 28279 1992294400 4194304 7823515 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 29264 28279 582 886 0 28374 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 117056

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1709000/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=118512 CPUtime=1721.78
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 60840 0 0 0 171705 473 0 0 25 0 1 0 186933704 121356288 28648 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 29628 28648 582 886 0 28738 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 118512

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1707528/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1781.77
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62300 0 0 0 177692 485 0 0 25 0 1 0 186933704 124022784 29179 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 30279 29179 582 886 0 29389 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 121116

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1706824/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1784.97
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62300 0 0 0 178011 486 0 0 25 0 1 0 186933704 124022784 29179 1992294400 4194304 7823515 548682068736 18446744073709551615 6254084 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 30279 29179 582 886 0 29389 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 121116

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1706824/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1791.36
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62301 0 0 0 178648 488 0 0 25 0 1 0 186933704 124022784 29180 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 30279 29180 582 886 0 29389 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 121116

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1706824/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1794.57
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62303 0 0 0 178968 489 0 0 25 0 1 0 186933704 124022784 29182 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 30279 29182 582 886 0 29389 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 121116

[startup+1795.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1706824/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1795.36
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62303 0 0 0 179047 489 0 0 25 0 1 0 186933704 124022784 29182 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 30279 29182 582 886 0 29389 0
Current children cumulated CPU time (s) 1795.36
Current children cumulated vsize (KiB) 121116

[startup+1796.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1706824/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1795.76
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62303 0 0 0 179087 489 0 0 25 0 1 0 186933704 124022784 29182 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/306/statm: 30279 29182 582 886 0 29389 0
Current children cumulated CPU time (s) 1795.76
Current children cumulated vsize (KiB) 121116

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 307
/proc/meminfo: memFree=1706824/2055920 swapFree=4182380/4192956
[pid=306] ppid=304 vsize=121116 CPUtime=1796.16
/proc/306/stat : 306 (pbscip.linux.x8) R 304 306 31677 0 -1 4194304 62305 0 0 0 179126 490 0 0 25 0 1 0 186933704 124022784 29184 1992294400 4194304 7823515 548682068736 18446744073709551615 5100743 0 0 4096 0 0 0 0 17 1 0 0
/proc/306/statm: 30279 29184 584 886 0 29389 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 121116

Child status: 0
Real time (s): 1796.75
CPU time (s): 1796.22
CPU user time (s): 1791.3
CPU system time (s): 4.92025
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 140300

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

runsolver used 1.40579 second user time and 3.77942 second system time

The end

Launcher Data

Begin job on node75 at 2009-06-17 01:02:38
IDJOB=1870266
IDBENCH=48132
IDSOLVER=683
FILE ID=node75/1870266-1245193358
PBS_JOBID= 9368304
Free space on /tmp= 66428 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_4.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-1870266-1245193358/watcher-1870266-1245193358 -o /tmp/evaluation-result-1870266-1245193358/solver-1870266-1245193358 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870266-1245193358.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1000527559

node75.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.236
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.236
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:       1822944 kB
Buffers:         37812 kB
Cached:         125144 kB
SwapCached:       4596 kB
Active:          67676 kB
Inactive:       103036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822944 kB
SwapTotal:     4192956 kB
SwapFree:      4182380 kB
Dirty:            9920 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            48204 kB
Committed_AS:   106968 kB
PageTables:       1420 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= 66420 MiB
End job on node75 at 2009-06-17 01:32:35