Trace number 1870536

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)SAT-13 1796.49 1796.97

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1797.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870536-1245210533.opb>
0.00/0.04	c original problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24920 impls, 200 clqs
0.39/0.46	c    (0.3s) probing: 101/3290 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.46	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  24920 implications, 200 cliques
0.39/0.46	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.39/0.46	c     200 constraints of type <setppc>
0.39/0.46	c    3090 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c     100 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.24
0.39/0.47	c OPT-NLC
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/memory = c 1620
0.39/0.47	c # maximal time in seconds to run
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/time = c 1791
0.39/0.47	c # frequency for displaying node information lines
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.47	c display/freq = c 10000
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c start solving problem
0.39/0.47	c 
13.79/13.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.79/13.80	c  13.6s|     1 |     0 |  6831 |  15M|   0 |1819 |3290 |3391 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
13.79/13.81	o 0
13.79/13.81	c R13.6s|     1 |     0 |  6831 |  15M|   0 |1819 |3290 |3391 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-8.437695e-15 | 100.00%
16.29/16.37	c  16.1s|     1 |     0 |  7213 |  15M|   0 |1793 |3290 |3391 |3391 |3290 |6556 |  75 |   0 |   0 |-5.000000e+01 |-8.437695e-15 | 100.00%
20.28/20.37	c  20.1s|     1 |     0 |  8232 |  15M|   0 |1772 |3290 |3391 |3391 |3290 |6576 |  95 |   0 |   0 |-5.000000e+01 |-8.437695e-15 | 100.00%
20.28/20.39	o -2
20.28/20.39	c R20.1s|     1 |     0 |  8232 |  15M|   0 |1772 |3290 |3391 |3391 |3290 |6576 |  95 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
23.39/23.41	c  23.1s|     1 |     0 |  8961 |  15M|   0 |1774 |3290 |3391 |3391 |3290 |6606 | 125 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
27.39/27.48	c  27.2s|     1 |     0 | 10148 |  15M|   0 |1736 |3290 |3391 |3391 |3290 |6628 | 147 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
27.49/27.51	o -3
27.49/27.51	c s27.2s|     1 |     0 | 10148 |  15M|   0 |1736 |3290 |3391 |3391 |3290 |6628 | 147 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
31.38/31.43	c  31.1s|     1 |     0 | 11423 |  15M|   0 |1735 |3290 |3391 |3391 |3290 |6653 | 172 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
36.29/36.33	c  36.0s|     1 |     0 | 12954 |  15M|   0 |1755 |3290 |3391 |3391 |3290 |6680 | 199 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
108.77/108.85	c   108s|     1 |     2 | 12954 |  15M|   0 |1755 |3290 |3391 |3391 |3290 |6680 | 199 |   0 |  28 |-5.000000e+01 |-3.000000e+00 |  94.00%
260.12/260.29	o -4
260.12/260.29	c c 259s|    15 |    16 | 37953 |  16M|  14 |   - |3290 |3391 | 110 |3290 |2805 |1562 |   0 | 204 |-5.000000e+01 |-4.000000e+00 |  92.00%
273.51/273.61	o -13
273.51/273.61	c R 273s|    37 |    36 | 53621 |  16M|  23 |   - |3290 |3391 | 477 |3290 |2977 |2772 |   0 | 204 |-5.000000e+01 |-1.300000e+01 |  74.00%
1796.32/1796.89	c 
1796.32/1796.89	c SCIP Status        : solving was interrupted [time limit reached]
1796.32/1796.89	c Solving Time (sec) : 1791.01
1796.32/1796.89	c Solving Nodes      : 652
1796.32/1796.89	c Primal Bound       : -1.30000000000000e+01 (8 solutions)
1796.32/1796.89	c Dual Bound         : -4.33583066798861e+01
1796.32/1796.89	c Gap                : 70.02 %
1796.32/1796.89	c NODE         652
1796.32/1796.89	c DUAL BOUND   -43.3583
1796.32/1796.89	c PRIMAL BOUND -13
1796.32/1796.89	c GAP          0.700173
1796.32/1796.89	s SATISFIABLE
1796.32/1796.89	v -x197 x164 -x113 -x185 -x170 -x158 -x132 x171 -x135 -x150 -x104 -x166 -x160 -x144 x119 -x110 -x106 -x157 x146 -x114 -x192 -x180 
1796.32/1796.89	v -x161 -x145 -x128 -x122 -x154 -x112 -x151 -x124 x134 -x178 -x172 -x136 -x187 x181 -x168 x163 -x156 x152 -x131 -x118 -x117 -x109 
1796.32/1796.89	v -x105 -x198 -x190 -x200 -x183 -x123 -x153 -x182 x189 -x193 -x149 -x195 -x191 -x179 -x162 -x107 -x175 -x137 -x115 -x101 -x188 
1796.32/1796.89	v -x184 -x167 -x133 -x130 -x129 -x127 -x121 -x120 -x111 -x108 x155 -x199 -x138 -x148 -x174 -x139 -x143 -x116 -x196 -x176 -x142 
1796.32/1796.89	v -x103 -x140 x194 -x125 -x159 -x165 -x102 x177 -x173 x126 -x141 -x169 -x186 -x147 -x100 x99 x98 -x97 x96 x95 -x94 -x93 -x92 
1796.32/1796.89	v -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 
1796.32/1796.89	v x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 
1796.32/1796.89	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 
1796.32/1796.90	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.32/1796.90	c SCIP Status        : solving was interrupted [time limit reached]
1796.32/1796.90	c Solving Time       :    1791.01
1796.32/1796.90	c Original Problem   :
1796.32/1796.90	c   Problem name     : HOME/instance-1870536-1245210533.opb
1796.32/1796.90	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.32/1796.90	c   Constraints      : 3391 initial, 3391 maximal
1796.32/1796.90	c Presolved Problem  :
1796.32/1796.90	c   Problem name     : t_HOME/instance-1870536-1245210533.opb
1796.32/1796.90	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.32/1796.90	c   Constraints      : 3391 initial, 3466 maximal
1796.32/1796.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.32/1796.90	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   probing          :       0.08          0          0          0          0          0          0          0          0
1796.32/1796.90	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   and              :       0.12          0          0          0          0          0          0          0          0
1796.32/1796.90	c   linear           :       0.02          0          0          0          0          0          0          0          0
1796.32/1796.90	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.32/1796.90	c   root node        :          -          0          -          -          0          -          -          -          -
1796.32/1796.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.32/1796.90	c   integral         :          0          0          0        649          0          0        171          0          0       1162
1796.32/1796.90	c   setppc           :        200          6      24921          0          1         11       1852          0          0          0
1796.32/1796.90	c   and              :       3090       1525      24910          0          1         28      50256      36676          0          0
1796.32/1796.90	c   linear           :          1          6      24881          0          0          2          0          0          0          0
1796.32/1796.90	c   logicor          :        100+         6       1481          0          1          1        319          0          0          0
1796.32/1796.90	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.32/1796.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.32/1796.90	c   integral         :     564.69       0.00       0.00     564.69       0.00
1796.32/1796.90	c   setppc           :       0.41       0.00       0.41       0.00       0.00
1796.32/1796.90	c   and              :       6.72       2.98       3.74       0.00       0.00
1796.32/1796.90	c   linear           :       0.23       0.00       0.23       0.00       0.00
1796.32/1796.90	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1796.32/1796.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.32/1796.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.32/1796.90	c   rootredcost      :       0.01          3          0          0
1796.32/1796.90	c   pseudoobj        :       0.31      24758          3          0
1796.32/1796.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.32/1796.90	c   propagation      :       0.00         45         45         87       47.9          1       99.0          -
1796.32/1796.90	c   infeasible LP    :       0.00          3          3          5       65.0          0        0.0          0
1796.32/1796.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.32/1796.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.32/1796.90	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.32/1796.90	c   applied globally :          -          -          -         75       48.4          -          -          -
1796.32/1796.90	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.32/1796.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.32/1796.90	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 144)
1796.32/1796.90	c   redcost          :       0.61       1532          0        992          0          0
1796.32/1796.90	c   impliedbounds    :       0.01          6          0          0        164          0
1796.32/1796.90	c   intobj           :       0.00          0          0          0          0          0
1796.32/1796.90	c   gomory           :       2.48          6          0          0          0          0
1796.32/1796.90	c   strongcg         :       2.45          6          0          0          0          0
1796.32/1796.90	c   cmir             :       0.63          6          0          0          3          0
1796.32/1796.90	c   flowcover        :       0.50          6          0          0          0          0
1796.32/1796.90	c   clique           :       0.77          6          0          0         43          0
1796.32/1796.90	c   zerohalf         :       0.00          0          0          0          0          0
1796.32/1796.90	c   mcf              :       0.58          5          0          0         52          0
1796.32/1796.90	c Pricers            :       Time      Calls       Vars
1796.32/1796.90	c   problem variables:       0.00          0          0
1796.32/1796.90	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.32/1796.90	c   relpscost        :     564.69        649          0        171          0          0       1162
1796.32/1796.90	c   pscost           :       0.00          0          0          0          0          0          0
1796.32/1796.90	c   inference        :       0.00          1          0          0          0          0          2
1796.32/1796.90	c   mostinf          :       0.00          0          0          0          0          0          0
1796.32/1796.90	c   leastinf         :       0.00          0          0          0          0          0          0
1796.32/1796.90	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.32/1796.90	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.32/1796.90	c   random           :       0.00          0          0          0          0          0          0
1796.32/1796.90	c Primal Heuristics  :       Time      Calls      Found
1796.32/1796.90	c   LP solutions     :       0.00          -          0
1796.32/1796.90	c   pseudo solutions :       0.00          -          0
1796.32/1796.90	c   oneopt           :       0.00          3          0
1796.32/1796.90	c   pscostdiving     :      61.29          6          0
1796.32/1796.90	c   fracdiving       :      59.76         10          0
1796.32/1796.90	c   coefdiving       :     128.47         17          1
1796.32/1796.90	c   simplerounding   :       0.02          0          0
1796.32/1796.90	c   rounding         :       5.66       1555          3
1796.32/1796.90	c   shifting         :       1.07        171          4
1796.32/1796.90	c   intshifting      :       0.00          0          0
1796.32/1796.90	c   fixandinfer      :       0.00          0          0
1796.32/1796.90	c   feaspump         :       0.00          0          0
1796.32/1796.90	c   veclendiving     :      71.14          8          0
1796.32/1796.90	c   intdiving        :       0.00          0          0
1796.32/1796.90	c   actconsdiving    :       0.00          0          0
1796.32/1796.90	c   objpscostdiving  :      40.28          2          0
1796.32/1796.90	c   rootsoldiving    :      16.76          8          0
1796.32/1796.90	c   linesearchdiving :      49.48         17          0
1796.32/1796.90	c   guideddiving     :      68.16          7          0
1796.32/1796.90	c   octane           :       0.00          0          0
1796.32/1796.90	c   rens             :       0.01          0          0
1796.32/1796.90	c   rins             :       0.00          0          0
1796.32/1796.90	c   localbranching   :       0.00          0          0
1796.32/1796.90	c   mutation         :       0.00          0          0
1796.32/1796.90	c   crossover        :       0.17          2          0
1796.32/1796.90	c   dins             :       0.00          0          0
1796.32/1796.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.32/1796.90	c   primal LP        :       3.53          0          0       0.00       0.00
1796.32/1796.90	c   dual LP          :     701.96       1611     677659     420.64     965.38
1796.32/1796.90	c   barrier LP       :       0.00          0          0       0.00          -
1796.32/1796.90	c   diving/probing LP:     446.99      17164     570147      33.22    1275.53
1796.32/1796.90	c   strong branching :     564.43       1670     466777     279.51     826.99
1796.32/1796.90	c     (at root node) :          -         28      28000    1000.00          -
1796.32/1796.90	c   conflict analysis:       0.00          0          0       0.00          -
1796.32/1796.90	c B&B Tree           :
1796.32/1796.90	c   number of runs   :          1
1796.32/1796.90	c   nodes            :        652
1796.32/1796.90	c   nodes (total)    :        652
1796.32/1796.90	c   nodes left       :        513
1796.32/1796.90	c   max depth        :         64
1796.32/1796.90	c   max depth (total):         64
1796.32/1796.90	c   backtracks       :         95 (14.6%)
1796.32/1796.90	c   delayed cutoffs  :          0
1796.32/1796.90	c   repropagations   :        296 (400 domain reductions, 0 cutoffs)
1796.32/1796.90	c   avg switch length:       3.44
1796.32/1796.90	c   switching time   :       4.30
1796.32/1796.90	c Solution           :
1796.32/1796.90	c   Solutions found  :          8 (5 improvements)
1796.32/1796.90	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 37 nodes, 272.66 seconds, depth 23, found by <rounding>)
1796.32/1796.90	c   Dual Bound       : -4.33583066798861e+01
1796.32/1796.90	c   Gap              :      70.02 %
1796.32/1796.90	c   Root Dual Bound  : -5.00000000000000e+01
1796.42/1796.97	c Time complete: 1796.48.

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870536-1245210533/watcher-1870536-1245210533 -o /tmp/evaluation-result-1870536-1245210533/solver-1870536-1245210533 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870536-1245210533.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.93 1.03 1.00 3/64 10951
/proc/meminfo: memFree=1841160/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=4324 CPUtime=0
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 188650524 4427776 458 1992294400 4194304 7823515 548682068736 18446744073709551615 6825072 0 0 4096 0 0 0 0 17 1 0 0
/proc/10951/statm: 1082 464 300 886 0 192 0

[startup+0.0989269 s]
/proc/loadavg: 0.93 1.03 1.00 3/64 10951
/proc/meminfo: memFree=1841160/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=21908 CPUtime=0.08
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 4863 0 0 0 7 1 0 0 18 0 1 0 188650524 22433792 4491 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 5477 4491 404 886 0 4587 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21908

[startup+0.101926 s]
/proc/loadavg: 0.93 1.03 1.00 3/64 10951
/proc/meminfo: memFree=1841160/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=21908 CPUtime=0.09
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 4863 0 0 0 7 2 0 0 18 0 1 0 188650524 22433792 4491 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 5477 4491 404 886 0 4587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21908

[startup+0.301949 s]
/proc/loadavg: 0.93 1.03 1.00 3/64 10951
/proc/meminfo: memFree=1841160/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=25568 CPUtime=0.29
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 5810 0 0 0 18 11 0 0 19 0 1 0 188650524 26181632 5438 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 6392 5438 436 886 0 5502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25568

[startup+0.701993 s]
/proc/loadavg: 0.93 1.03 1.00 3/64 10951
/proc/meminfo: memFree=1841160/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=38456 CPUtime=0.69
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 9170 0 0 0 51 18 0 0 22 0 1 0 188650524 39378944 8617 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 9614 8617 520 886 0 8724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38456

[startup+1.50208 s]
/proc/loadavg: 0.93 1.03 1.00 2/65 10952
/proc/meminfo: memFree=1807872/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=40320 CPUtime=1.49
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 9714 0 0 0 130 19 0 0 25 0 1 0 188650524 41287680 9150 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 10080 9150 523 886 0 9190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40320

[startup+3.10126 s]
/proc/loadavg: 0.93 1.03 1.00 2/65 10952
/proc/meminfo: memFree=1806336/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=40320 CPUtime=3.09
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 9754 0 0 0 290 19 0 0 25 0 1 0 188650524 41287680 9190 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 10080 9190 523 886 0 9190 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40320

[startup+6.30161 s]
/proc/loadavg: 0.93 1.03 1.00 2/65 10952
/proc/meminfo: memFree=1804800/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=41556 CPUtime=6.28
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 10093 0 0 0 609 19 0 0 25 0 1 0 188650524 42553344 9529 1992294400 4194304 7823515 548682068736 18446744073709551615 6205817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 10389 9529 523 886 0 9499 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41556

[startup+12.7013 s]
/proc/loadavg: 0.94 1.03 1.00 2/65 10952
/proc/meminfo: memFree=1804168/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=43120 CPUtime=12.69
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 10498 0 0 0 1248 21 0 0 25 0 1 0 188650524 44154880 9726 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 10780 9726 523 886 0 9890 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43120

[startup+25.5017 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 10952
/proc/meminfo: memFree=1800840/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=45788 CPUtime=25.48
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 11508 0 0 0 2521 27 0 0 25 0 1 0 188650524 46886912 10613 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11447 10613 568 886 0 10557 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45788

[startup+51.1015 s]
/proc/loadavg: 1.08 1.06 1.00 2/65 10952
/proc/meminfo: memFree=1798216/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=48112 CPUtime=51.08
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 12160 0 0 0 5076 32 0 0 25 0 1 0 188650524 49266688 11265 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 12028 11265 572 886 0 11138 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48112

[startup+102.305 s]
/proc/loadavg: 1.17 1.08 1.01 2/65 10952
/proc/meminfo: memFree=1798088/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=48112 CPUtime=102.27
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 12202 0 0 0 10187 40 0 0 25 0 1 0 188650524 49266688 11307 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 12028 11307 572 886 0 11138 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 48112

[startup+162.302 s]
/proc/loadavg: 1.18 1.09 1.02 2/65 10952
/proc/meminfo: memFree=1799112/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=47332 CPUtime=162.24
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 12488 0 0 0 16171 53 0 0 25 0 1 0 188650524 48467968 11040 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11833 11040 574 886 0 10943 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47332

[startup+222.301 s]
/proc/loadavg: 1.13 1.09 1.01 2/65 10952
/proc/meminfo: memFree=1799112/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=47332 CPUtime=222.23
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 12488 0 0 0 22153 70 0 0 25 0 1 0 188650524 48467968 11040 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11833 11040 574 886 0 10943 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 47332

[startup+282.302 s]
/proc/loadavg: 1.05 1.07 1.01 2/65 10954
/proc/meminfo: memFree=1798792/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=47332 CPUtime=282.21
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 12493 0 0 0 28135 86 0 0 25 0 1 0 188650524 48467968 11045 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11833 11045 578 886 0 10943 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 47332

[startup+342.301 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 10954
/proc/meminfo: memFree=1799496/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=46392 CPUtime=342.2
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 15557 0 0 0 34112 108 0 0 25 0 1 0 188650524 47505408 10890 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11598 10890 586 886 0 10708 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 46392

[startup+402.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 10954
/proc/meminfo: memFree=1799048/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=46964 CPUtime=402.19
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 15662 0 0 0 40094 125 0 0 25 0 1 0 188650524 48091136 10995 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11741 10995 586 886 0 10851 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 46964

[startup+462.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 10954
/proc/meminfo: memFree=1798280/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=47728 CPUtime=462.17
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 15853 0 0 0 46076 141 0 0 25 0 1 0 188650524 48873472 11186 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 11932 11186 586 886 0 11042 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 47728

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10954
/proc/meminfo: memFree=1797768/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=48656 CPUtime=522.15
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 15969 0 0 0 52058 157 0 0 25 0 1 0 188650524 49823744 11302 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 12164 11302 586 886 0 11274 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 48656

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10954
/proc/meminfo: memFree=1797832/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=48656 CPUtime=582.14
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 15975 0 0 0 58043 171 0 0 25 0 1 0 188650524 49823744 11308 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 12164 11308 586 886 0 11274 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 48656

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10954
/proc/meminfo: memFree=1797320/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=48868 CPUtime=642.12
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 16866 0 0 0 64024 188 0 0 25 0 1 0 188650524 50040832 11431 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 12217 11431 586 886 0 11327 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 48868

[startup+702.302 s]

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

/proc/meminfo: memFree=1793160/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=52984 CPUtime=1062.01
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 19539 0 0 0 105883 318 0 0 25 0 1 0 188650524 54255616 12382 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13246 12382 586 886 0 12356 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 52984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1793032/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=52984 CPUtime=1121.99
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 19576 0 0 0 111864 335 0 0 25 0 1 0 188650524 54255616 12419 1992294400 4194304 7823515 548682068736 18446744073709551615 4265884 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13246 12419 586 886 0 12356 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 52984

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1792968/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=52984 CPUtime=1181.98
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 19581 0 0 0 117846 352 0 0 25 0 1 0 188650524 54255616 12424 1992294400 4194304 7823515 548682068736 18446744073709551615 6110670 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13246 12424 586 886 0 12356 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 52984

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1792904/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=52984 CPUtime=1241.95
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 19582 0 0 0 123825 370 0 0 25 0 1 0 188650524 54255616 12425 1992294400 4194304 7823515 548682068736 18446744073709551615 6205839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13246 12425 586 886 0 12356 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 52984

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1792648/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=52976 CPUtime=1301.94
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 20276 0 0 0 129809 385 0 0 25 0 1 0 188650524 54247424 12478 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13244 12478 586 886 0 12354 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 52976

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1792648/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=53116 CPUtime=1361.92
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 20294 0 0 0 135790 402 0 0 25 0 1 0 188650524 54390784 12496 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13279 12496 586 886 0 12389 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 53116

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1792072/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=53304 CPUtime=1421.92
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 20427 0 0 0 141771 421 0 0 25 0 1 0 188650524 54583296 12629 1992294400 4194304 7823515 548682068736 18446744073709551615 5978792 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13326 12629 586 886 0 12436 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 53304

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1792840/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=52760 CPUtime=1481.89
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 20868 0 0 0 147751 438 0 0 25 0 1 0 188650524 54026240 12430 1992294400 4194304 7823515 548682068736 18446744073709551615 6180440 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13190 12430 586 886 0 12300 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 52760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1791624/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=53808 CPUtime=1541.88
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 21159 0 0 0 153731 457 0 0 25 0 1 0 188650524 55099392 12721 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13452 12721 588 886 0 12562 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 53808

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1790728/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=54576 CPUtime=1601.87
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 21389 0 0 0 159710 477 0 0 25 0 1 0 188650524 55885824 12951 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 13644 12951 588 886 0 12754 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 54576

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789640/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56048 CPUtime=1661.85
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 21636 0 0 0 165690 495 0 0 25 0 1 0 188650524 57393152 13198 1992294400 4194304 7823515 548682068736 18446744073709551615 6211354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14012 13198 588 886 0 13122 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 56048

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789448/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56048 CPUtime=1721.83
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 21673 0 0 0 171669 514 0 0 25 0 1 0 188650524 57393152 13235 1992294400 4194304 7823515 548682068736 18446744073709551615 5924484 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14012 13235 588 886 0 13122 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 56048

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789832/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1781.82
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25510 0 0 0 177648 534 0 0 25 0 1 0 188650524 57610240 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6109407 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13274 588 886 0 13175 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 56260

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 10960
/proc/meminfo: memFree=1789256/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1785.02
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25510 0 0 0 177968 534 0 0 25 0 1 0 188650524 57610240 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13274 588 886 0 13175 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 56260

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789256/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1791.41
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25510 0 0 0 178606 535 0 0 25 0 1 0 188650524 57610240 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13274 588 886 0 13175 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 56260

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789256/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1794.61
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25510 0 0 0 178925 536 0 0 25 0 1 0 188650524 57610240 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13274 588 886 0 13175 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 56260

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789256/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1795.41
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25510 0 0 0 179005 536 0 0 25 0 1 0 188650524 57610240 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13274 588 886 0 13175 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (KiB) 56260

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789256/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1796.22
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25510 0 0 0 179085 537 0 0 25 0 1 0 188650524 57610240 13274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13274 588 886 0 13175 0
Current children cumulated CPU time (s) 1796.22
Current children cumulated vsize (KiB) 56260

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10960
/proc/meminfo: memFree=1789256/2055920 swapFree=4181916/4192956
[pid=10951] ppid=10949 vsize=56260 CPUtime=1796.42
/proc/10951/stat : 10951 (pbscip.linux.x8) R 10949 10951 10801 0 -1 4194304 25512 0 0 0 179105 537 0 0 25 0 1 0 188650524 57610240 13276 1992294400 4194304 7823515 548682068736 18446744073709551615 4220002 0 0 4096 0 0 0 0 17 1 0 0
/proc/10951/statm: 14065 13276 590 886 0 13175 0
Current children cumulated CPU time (s) 1796.42
Current children cumulated vsize (KiB) 56260

Child status: 0
Real time (s): 1796.97
CPU time (s): 1796.49
CPU user time (s): 1791.11
CPU system time (s): 5.37918
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 66660

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

runsolver used 1.2858 second user time and 3.9514 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-17 05:48:53
IDJOB=1870536
IDBENCH=48267
IDSOLVER=683
FILE ID=node37/1870536-1245210533
PBS_JOBID= 9368391
Free space on /tmp= 66168 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/bsg/normalized-bsg_100_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-1870536-1245210533/watcher-1870536-1245210533 -o /tmp/evaluation-result-1870536-1245210533/solver-1870536-1245210533 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870536-1245210533.opb

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=1387874997

node37.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841576 kB
Buffers:         18744 kB
Cached:         111060 kB
SwapCached:       5040 kB
Active:          21380 kB
Inactive:       116440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841576 kB
SwapTotal:     4192956 kB
SwapFree:      4181916 kB
Dirty:            9912 kB
Writeback:           0 kB
Mapped:          14280 kB
Slab:            62488 kB
Committed_AS:   178996 kB
PageTables:       1376 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= 66156 MiB
End job on node37 at 2009-06-17 06:18:50