Trace number 1870318

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.21 1796.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
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.79
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 constraint46
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)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


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

Solver Data

0.04/0.05	c SCIP version 1.1.0.7
0.04/0.05	c LP-Solver SoPlex 1.4.1
0.04/0.05	c user parameter file <scip.set> not found - using default parameters
0.04/0.05	c read problem <HOME/instance-1870318-1245197493.opb>
0.04/0.05	c original problem has 6416 variables (6416 bin, 0 int, 0 impl, 0 cont) and 6416 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, 413032 impls, 0 clqs
0.79/0.89	c    (0.7s) probing: 101/6416 (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  413032 implications, 0 cliques
0.79/0.89	c presolved problem has 6416 variables (6416 bin, 0 int, 0 impl, 0 cont) and 6416 constraints
0.79/0.89	c    6216 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.63
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 
1.00/1.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.00/1.07	c   0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.09	o 26
1.00/1.09	c s 0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
2.79/2.85	c   2.5s|     1 |     0 |  1000 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
4.19/4.26	c   3.9s|     1 |     0 |  1600 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  13k| 802 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
4.19/4.29	o 25
4.19/4.29	c s 3.9s|     1 |     0 |  1600 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  13k| 802 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
5.69/5.75	c   5.4s|     1 |     0 |  2200 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
7.29/7.30	c   6.9s|     1 |     0 |  2801 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  14k|1608 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
8.89/8.90	c   8.5s|     1 |     0 |  3401 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  14k|2010 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
8.89/8.93	o 18
8.89/8.93	c s 8.5s|     1 |     0 |  3401 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  14k|2010 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
11.29/11.32	c  10.9s|     1 |     0 |  4001 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  15k|2411 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
13.09/13.13	c  12.6s|     1 |     2 |  4001 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  15k|2411 |   0 |  19 | 0.000000e+00 | 1.800000e+01 |    Inf 
475.56/475.71	o 14
475.56/475.71	c * 474s|   146 |   142 |229922 |  42M|  25 |   - |6416 |6430 |5549 |6416 |6033 |  52k|  14 |1839 | 5.926143e+00 | 1.400000e+01 | 136.24%
476.06/476.24	o 13
476.06/476.24	c * 474s|   151 |   138 |230225 |  42M|  25 |   - |6416 |6430 |2328 |6416 |6010 |  52k|  14 |1839 | 5.926143e+00 | 1.300000e+01 | 119.37%
562.74/563.00	o 12
562.74/563.00	c * 561s|   282 |   134 |273344 |  42M|  28 |   - |6416 |6431 |2025 |6416 |6036 |  56k|  15 |1948 | 5.961914e+00 | 1.200000e+01 | 101.28%
1346.84/1347.28	o 11
1346.84/1347.28	c *1343s|  1704 |   251 |626488 |  44M|  45 |   - |6416 |6438 |2882 |6416 |6916 |  88k|  22 |3052 | 6.401570e+00 | 1.100000e+01 |  71.83%
1796.03/1796.53	c 
1796.03/1796.53	c SCIP Status        : solving was interrupted [time limit reached]
1796.03/1796.53	c Solving Time (sec) : 1791.18
1796.03/1796.53	c Solving Nodes      : 2229
1796.03/1796.53	c Primal Bound       : +1.10000000000000e+01 (7 solutions)
1796.03/1796.53	c Dual Bound         : +6.66836676290048e+00
1796.03/1796.53	c Gap                : 64.96 %
1796.03/1796.54	c NODE         2229
1796.03/1796.54	c DUAL BOUND   6.66837
1796.03/1796.54	c PRIMAL BOUND 11
1796.03/1796.54	c GAP          0.649579
1796.03/1796.54	s SATISFIABLE
1796.03/1796.54	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1796.03/1796.54	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1796.03/1796.54	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1796.03/1796.54	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1796.03/1796.54	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1796.03/1796.54	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.03/1796.54	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.03/1796.54	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.03/1796.54	v -x18 x17 -x16 -x15 -x14 x13 -x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.03/1796.54	c SCIP Status        : solving was interrupted [time limit reached]
1796.03/1796.54	c Solving Time       :    1791.18
1796.03/1796.54	c Original Problem   :
1796.03/1796.54	c   Problem name     : HOME/instance-1870318-1245197493.opb
1796.03/1796.54	c   Variables        : 6416 (6416 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.03/1796.54	c   Constraints      : 6416 initial, 6416 maximal
1796.03/1796.54	c Presolved Problem  :
1796.03/1796.54	c   Problem name     : t_HOME/instance-1870318-1245197493.opb
1796.03/1796.54	c   Variables        : 6416 (6416 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.03/1796.54	c   Constraints      : 6416 initial, 6443 maximal
1796.03/1796.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.03/1796.54	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.03/1796.54	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.03/1796.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.03/1796.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.03/1796.54	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.03/1796.54	c   probing          :       0.22          0          0          0          0          0          0          0          0
1796.03/1796.54	c   and              :       0.37          0          0          0          0          0          0          0          0
1796.03/1796.54	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1796.03/1796.54	c   root node        :          -          0          -          -          0          -          -          -          -
1796.03/1796.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.03/1796.54	c   integral         :          0          0          0       1530          0         12        239          0          0       2916
1796.03/1796.54	c   and              :       6216       5276      30796          5          0          8     473006     138763          0          0
1796.03/1796.54	c   logicor          :        200+         6       9674          4          0          5          2          0          0          0
1796.03/1796.54	c   countsols        :          0          0          0          4          0          0          0          0          0          0
1796.03/1796.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.03/1796.54	c   integral         :     474.38       0.00       0.00     474.38       0.00
1796.03/1796.54	c   and              :      49.70      35.37      14.33       0.00       0.00
1796.03/1796.54	c   logicor          :       0.27       0.00       0.27       0.00       0.00
1796.03/1796.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.03/1796.54	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.03/1796.54	c   rootredcost      :       0.03          5          0          0
1796.03/1796.54	c   pseudoobj        :       0.75      30676          3          0
1796.03/1796.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.03/1796.54	c   propagation      :       0.00         16         16         28       23.2          0        0.0          -
1796.03/1796.54	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.03/1796.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.03/1796.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.03/1796.54	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.03/1796.54	c   applied globally :          -          -          -         28       23.2          -          -          -
1796.03/1796.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.03/1796.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.03/1796.54	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2411)
1796.03/1796.54	c   redcost          :       3.52       5299          0      22508          0          0
1796.03/1796.54	c   impliedbounds    :       0.04          6          0          0       2400          0
1796.03/1796.54	c   intobj           :       0.00          0          0          0          0          0
1796.03/1796.54	c   gomory           :       0.86          6          0          0       3000          0
1796.03/1796.54	c   strongcg         :       0.84          6          0          0       3000          0
1796.03/1796.54	c   cmir             :       5.47          6          0          0       2400          0
1796.03/1796.54	c   flowcover        :       1.25          6          0          0          0          0
1796.03/1796.54	c   clique           :       0.35          6          0          0         11          0
1796.03/1796.54	c   zerohalf         :       0.00          0          0          0          0          0
1796.03/1796.54	c   mcf              :       0.02          1          0          0          0          0
1796.03/1796.54	c Pricers            :       Time      Calls       Vars
1796.03/1796.54	c   problem variables:       0.00          0          0
1796.03/1796.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.03/1796.54	c   relpscost        :     474.38       1525         12        239          0          0       2916
1796.03/1796.54	c   pscost           :       0.00          0          0          0          0          0          0
1796.03/1796.54	c   inference        :       0.00          0          0          0          0          0          0
1796.03/1796.54	c   mostinf          :       0.00          0          0          0          0          0          0
1796.03/1796.54	c   leastinf         :       0.00          0          0          0          0          0          0
1796.03/1796.54	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.03/1796.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.03/1796.54	c   random           :       0.00          0          0          0          0          0          0
1796.03/1796.54	c Primal Heuristics  :       Time      Calls      Found
1796.03/1796.54	c   LP solutions     :       0.02          -          4
1796.03/1796.54	c   pseudo solutions :       0.00          -          0
1796.03/1796.54	c   intshifting      :       0.00          0          0
1796.03/1796.54	c   oneopt           :       0.03          5          0
1796.03/1796.54	c   rootsoldiving    :      12.99          7          0
1796.03/1796.54	c   guideddiving     :      93.36         14          0
1796.03/1796.54	c   pscostdiving     :      81.26         14          0
1796.03/1796.54	c   linesearchdiving :      88.29         17          0
1796.03/1796.54	c   veclendiving     :      74.15         18          0
1796.03/1796.54	c   coefdiving       :      45.86         19          0
1796.03/1796.54	c   fracdiving       :      71.96         19          0
1796.03/1796.54	c   simplerounding   :       0.00          0          0
1796.03/1796.54	c   rounding         :       3.72        992          0
1796.03/1796.54	c   shifting         :       2.90        527          3
1796.03/1796.54	c   fixandinfer      :       0.00          0          0
1796.03/1796.54	c   feaspump         :       0.00          0          0
1796.03/1796.54	c   intdiving        :       0.00          0          0
1796.03/1796.54	c   actconsdiving    :       0.00          0          0
1796.03/1796.54	c   objpscostdiving  :      59.89          3          0
1796.03/1796.54	c   octane           :       0.00          0          0
1796.03/1796.54	c   rens             :       0.51          1          0
1796.03/1796.54	c   rins             :       0.00          0          0
1796.03/1796.54	c   localbranching   :       0.00          0          0
1796.03/1796.54	c   mutation         :       0.00          0          0
1796.03/1796.54	c   crossover        :       0.49          3          0
1796.03/1796.54	c   dins             :       0.00          0          0
1796.03/1796.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.03/1796.54	c   primal LP        :       6.92          0          0       0.00       0.00
1796.03/1796.54	c   dual LP          :     673.03       6537     518570      79.33     770.50
1796.03/1796.54	c   barrier LP       :       0.00          0          0       0.00          -
1796.03/1796.54	c   diving/probing LP:     463.85      11133     294332      26.44     634.54
1796.03/1796.54	c   strong branching :     472.21       3614     360426      99.73     763.27
1796.03/1796.54	c     (at root node) :          -         19        892      46.95          -
1796.03/1796.54	c   conflict analysis:       0.00          0          0       0.00          -
1796.03/1796.54	c B&B Tree           :
1796.03/1796.54	c   number of runs   :          1
1796.03/1796.54	c   nodes            :       2229
1796.03/1796.54	c   nodes (total)    :       2229
1796.03/1796.54	c   nodes left       :        418
1796.03/1796.54	c   max depth        :         45
1796.03/1796.54	c   max depth (total):         45
1796.03/1796.54	c   backtracks       :        399 (17.9%)
1796.03/1796.54	c   delayed cutoffs  :          0
1796.03/1796.54	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.03/1796.54	c   avg switch length:       3.38
1796.03/1796.54	c   switching time   :       9.59
1796.03/1796.54	c Solution           :
1796.03/1796.54	c   Solutions found  :          7 (7 improvements)
1796.03/1796.54	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 1704 nodes, 1342.98 seconds, depth 33, found by <relaxation>)
1796.03/1796.54	c   Dual Bound       : +6.66836676290048e+00
1796.03/1796.54	c   Gap              :      64.96 %
1796.03/1796.54	c   Root Dual Bound  : +0.00000000000000e+00
1796.13/1796.68	c Time complete: 1796.2.

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-1870318-1245197493/watcher-1870318-1245197493 -o /tmp/evaluation-result-1870318-1245197493/solver-1870318-1245197493 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870318-1245197493.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.00 1.00 1.00 3/64 10669
/proc/meminfo: memFree=1818684/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=6100 CPUtime=0
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 532 0 0 0 0 0 0 0 20 0 1 0 187347223 6246400 514 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/10669/statm: 1525 524 325 886 0 635 0

[startup+0.047587 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10669
/proc/meminfo: memFree=1818684/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=15656 CPUtime=0.04
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 3225 0 0 0 3 1 0 0 20 0 1 0 187347223 16031744 3207 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/10669/statm: 3914 3207 356 886 0 3024 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15656

[startup+0.10259 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10669
/proc/meminfo: memFree=1818684/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=26076 CPUtime=0.09
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 6155 0 0 0 7 2 0 0 20 0 1 0 187347223 26701824 5783 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 6519 5783 385 886 0 5629 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26076

[startup+0.301612 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10669
/proc/meminfo: memFree=1818684/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=41560 CPUtime=0.29
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 9771 0 0 0 25 4 0 0 22 0 1 0 187347223 42557440 9399 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 10390 9399 405 886 0 9500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41560

[startup+0.702651 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10669
/proc/meminfo: memFree=1818684/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=47152 CPUtime=0.69
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 11300 0 0 0 50 19 0 0 25 0 1 0 187347223 48283648 10928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 11788 10928 441 886 0 10898 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47152

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1754356/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=73024 CPUtime=1.49
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 17664 0 0 0 127 22 0 0 25 0 1 0 187347223 74776576 17002 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 18256 17002 534 886 0 17366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73024

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1752308/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=76700 CPUtime=3.09
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 18811 0 0 0 276 33 0 0 25 0 1 0 187347223 78540800 18082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 19175 18082 552 886 0 18285 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76700

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1744820/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=80512 CPUtime=6.29
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 20153 0 0 0 593 36 0 0 25 0 1 0 187347223 82444288 19193 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 20128 19193 552 886 0 19238 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80512

[startup+12.7019 s]
/proc/loadavg: 1.31 1.07 1.02 2/65 10670
/proc/meminfo: memFree=1739972/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=83604 CPUtime=12.68
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 28444 0 0 0 1222 46 0 0 25 0 1 0 187347223 85610496 19990 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 20901 19990 562 886 0 20011 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83604

[startup+25.5012 s]
/proc/loadavg: 1.57 1.13 1.04 2/65 10670
/proc/meminfo: memFree=1740036/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=83604 CPUtime=25.48
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 28446 0 0 0 2495 53 0 0 25 0 1 0 187347223 85610496 19992 1992294400 4194304 7823515 548682068736 18446744073709551615 5839511 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 20901 19992 563 886 0 20011 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83604

[startup+51.1018 s]
/proc/loadavg: 1.61 1.18 1.06 2/65 10670
/proc/meminfo: memFree=1740164/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=84036 CPUtime=51.07
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 28528 0 0 0 5047 60 0 0 25 0 1 0 187347223 86052864 20074 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 21009 20074 564 886 0 20119 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84036

[startup+102.305 s]
/proc/loadavg: 1.24 1.15 1.06 2/65 10671
/proc/meminfo: memFree=1739012/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=85488 CPUtime=102.26
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 28787 0 0 0 10149 77 0 0 25 0 1 0 187347223 87539712 20333 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 21372 20333 564 886 0 20482 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85488

[startup+162.301 s]
/proc/loadavg: 1.09 1.12 1.05 2/65 10671
/proc/meminfo: memFree=1738372/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=86208 CPUtime=162.24
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 28993 0 0 0 16127 97 0 0 25 0 1 0 187347223 88276992 20539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 21552 20539 564 886 0 20662 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86208

[startup+222.301 s]
/proc/loadavg: 1.03 1.09 1.04 2/65 10671
/proc/meminfo: memFree=1737284/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=87452 CPUtime=222.23
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 29275 0 0 0 22110 113 0 0 25 0 1 0 187347223 89550848 20821 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 21863 20821 564 886 0 20973 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87452

[startup+282.302 s]
/proc/loadavg: 1.01 1.07 1.04 2/65 10671
/proc/meminfo: memFree=1735300/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=89784 CPUtime=282.21
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 29766 0 0 0 28090 131 0 0 25 0 1 0 187347223 91938816 21312 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 22446 21312 568 886 0 21556 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89784

[startup+342.302 s]
/proc/loadavg: 1.00 1.06 1.03 2/65 10671
/proc/meminfo: memFree=1734148/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=90576 CPUtime=342.19
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 30061 0 0 0 34073 146 0 0 25 0 1 0 187347223 92749824 21607 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 22644 21607 568 886 0 21754 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 90576

[startup+402.301 s]
/proc/loadavg: 1.00 1.05 1.03 2/65 10671
/proc/meminfo: memFree=1733508/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=91160 CPUtime=402.18
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 30208 0 0 0 40055 163 0 0 25 0 1 0 187347223 93347840 21754 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 22790 21754 569 886 0 21900 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 91160

[startup+462.301 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 10671
/proc/meminfo: memFree=1730372/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=94288 CPUtime=462.16
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 30992 0 0 0 46038 178 0 0 25 0 1 0 187347223 96550912 22538 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 23572 22538 569 886 0 22682 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 94288

[startup+522.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 10671
/proc/meminfo: memFree=1728196/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=96384 CPUtime=522.15
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 31532 0 0 0 52022 193 0 0 25 0 1 0 187347223 98697216 23078 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 24096 23078 569 886 0 23206 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 96384

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 10671
/proc/meminfo: memFree=1725316/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=99368 CPUtime=582.13
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 32251 0 0 0 58005 208 0 0 25 0 1 0 187347223 101752832 23797 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 24842 23797 569 886 0 23952 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 99368

[startup+642.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10671
/proc/meminfo: memFree=1723972/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=100560 CPUtime=642.13
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 32564 0 0 0 63988 225 0 0 25 0 1 0 187347223 102973440 24110 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 25140 24110 569 886 0 24250 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 100560

[startup+702.303 s]

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

/proc/meminfo: memFree=1711364/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=112968 CPUtime=1122
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 46703 0 0 0 111861 339 0 0 25 0 1 0 187347223 115679232 27217 1992294400 4194304 7823515 548682068736 18446744073709551615 6237308 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 28242 27217 573 886 0 27352 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 112968

[startup+1182.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/65 10671
/proc/meminfo: memFree=1708996/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=115272 CPUtime=1181.98
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 47283 0 0 0 117846 352 0 0 25 0 1 0 187347223 118038528 27797 1992294400 4194304 7823515 548682068736 18446744073709551615 6208499 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 28818 27797 573 886 0 27928 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 115272

[startup+1242.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/65 10671
/proc/meminfo: memFree=1706692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=117428 CPUtime=1241.96
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 47940 0 0 0 123832 364 0 0 25 0 1 0 187347223 120246272 28340 1992294400 4194304 7823515 548682068736 18446744073709551615 6131010 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 29357 28340 573 886 0 28467 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 117428

[startup+1302.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 10671
/proc/meminfo: memFree=1705924/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=118056 CPUtime=1301.96
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 48120 0 0 0 129818 378 0 0 25 0 1 0 187347223 120889344 28520 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 29514 28520 573 886 0 28624 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 118056

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10671
/proc/meminfo: memFree=1705220/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=118860 CPUtime=1361.93
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 54023 0 0 0 135801 392 0 0 25 0 1 0 187347223 121712640 28699 1992294400 4194304 7823515 548682068736 18446744073709551615 6208537 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 29715 28699 573 886 0 28825 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 118860

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10671
/proc/meminfo: memFree=1703812/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=120260 CPUtime=1421.92
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 54366 0 0 0 141789 403 0 0 25 0 1 0 187347223 123146240 29042 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 30065 29042 573 886 0 29175 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 120260

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10671
/proc/meminfo: memFree=1703684/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=120396 CPUtime=1481.91
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 54400 0 0 0 147773 418 0 0 25 0 1 0 187347223 123285504 29076 1992294400 4194304 7823515 548682068736 18446744073709551615 4776853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 30099 29076 573 886 0 29209 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 120396

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1701636/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=122432 CPUtime=1541.89
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 54912 0 0 0 153757 432 0 0 25 0 1 0 187347223 125370368 29588 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 30608 29588 573 886 0 29718 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 122432

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1700292/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=124100 CPUtime=1601.87
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55256 0 0 0 159743 444 0 0 25 0 1 0 187347223 127078400 29932 1992294400 4194304 7823515 548682068736 18446744073709551615 6254094 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31025 29932 573 886 0 30135 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 124100

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1699396/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=124648 CPUtime=1661.85
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55463 0 0 0 165728 457 0 0 25 0 1 0 187347223 127639552 30139 1992294400 4194304 7823515 548682068736 18446744073709551615 6109407 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31162 30139 573 886 0 30272 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 124648

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1699396/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=124648 CPUtime=1721.84
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55464 0 0 0 171714 470 0 0 25 0 1 0 187347223 127639552 30140 1992294400 4194304 7823515 548682068736 18446744073709551615 6211603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31162 30140 573 886 0 30272 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 124648

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1699012/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125240 CPUtime=1781.82
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55503 0 0 0 177701 481 0 0 25 0 1 0 187347223 128245760 30179 1992294400 4194304 7823515 548682068736 18446744073709551615 6206188 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31310 30179 573 886 0 30420 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 125240

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1785.03
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55588 0 0 0 178021 482 0 0 25 0 1 0 187347223 128634880 30264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30264 573 886 0 30515 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 125620

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1791.43
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55588 0 0 0 178660 483 0 0 25 0 1 0 187347223 128634880 30264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30264 573 886 0 30515 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 125620

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1794.62
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55588 0 0 0 178979 483 0 0 25 0 1 0 187347223 128634880 30264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30264 573 886 0 30515 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 125620

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1795.42
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55588 0 0 0 179059 483 0 0 25 0 1 0 187347223 128634880 30264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30264 573 886 0 30515 0
Current children cumulated CPU time (s) 1795.42
Current children cumulated vsize (KiB) 125620

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1795.83
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55588 0 0 0 179099 484 0 0 25 0 1 0 187347223 128634880 30264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30264 573 886 0 30515 0
Current children cumulated CPU time (s) 1795.83
Current children cumulated vsize (KiB) 125620

[startup+1796.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1796.03
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55588 0 0 0 179119 484 0 0 25 0 1 0 187347223 128634880 30264 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30264 573 886 0 30515 0
Current children cumulated CPU time (s) 1796.03
Current children cumulated vsize (KiB) 125620

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10671
/proc/meminfo: memFree=1698692/2055920 swapFree=4178716/4192956
[pid=10669] ppid=10667 vsize=125620 CPUtime=1796.13
/proc/10669/stat : 10669 (pbscip.linux.x8) R 10667 10669 10598 0 -1 4194304 55590 0 0 0 179129 484 0 0 25 0 1 0 187347223 128634880 30266 1992294400 4194304 7823515 548682068736 18446744073709551615 5875131 0 0 4096 0 0 0 0 17 1 0 0
/proc/10669/statm: 31405 30266 575 886 0 30515 0
Current children cumulated CPU time (s) 1796.13
Current children cumulated vsize (KiB) 125620

Child status: 0
Real time (s): 1796.68
CPU time (s): 1796.21
CPU user time (s): 1791.35
CPU system time (s): 4.85926
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 142120

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

runsolver used 1.71774 second user time and 4.29035 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 02:11:33
IDJOB=1870318
IDBENCH=48158
IDSOLVER=683
FILE ID=node90/1870318-1245197493
PBS_JOBID= 9368341
Free space on /tmp= 66528 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_3.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-1870318-1245197493/watcher-1870318-1245197493 -o /tmp/evaluation-result-1870318-1245197493/solver-1870318-1245197493 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870318-1245197493.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=1510500061

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1819164 kB
Buffers:         36216 kB
Cached:         135896 kB
SwapCached:       8428 kB
Active:          78920 kB
Inactive:       103784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819164 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            9916 kB
Writeback:           0 kB
Mapped:          16208 kB
Slab:            40060 kB
Committed_AS:   121596 kB
PageTables:       1436 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= 66520 MiB
End job on node90 at 2009-06-17 02:41:30