Trace number 1870216

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)SAT21 1797.91 1798.4

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_1.opb
MD5SUM7c4476530a00e5609896ce3ef5260c8d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1797.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint11
Maximum length of a constraint23
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)2482
Sum of products size (including duplicates)4964
Number of different products2482
Sum of products size4964

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.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1870216-1245189836.opb>
0.00/0.03	c original problem has 2682 variables (2682 bin, 0 int, 0 impl, 0 cont) and 2682 constraints
0.05/0.05	c start presolving problem
0.05/0.05	c presolving:
0.19/0.23	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71030 impls, 0 clqs
0.39/0.41	c    (0.2s) probing: 101/2682 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.41	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (2 rounds):
0.39/0.41	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.41	c  71030 implications, 0 cliques
0.39/0.41	c presolved problem has 2682 variables (2682 bin, 0 int, 0 impl, 0 cont) and 2682 constraints
0.39/0.41	c    2482 constraints of type <and>
0.39/0.41	c     200 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.19
0.39/0.41	c OPT-NLC
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = c 1620
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = c 1791
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = c 10000
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving problem
0.39/0.41	c 
0.39/0.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.3s|     1 |     0 |   400 |  13M|   0 | 400 |2682 |2682 |2682 |2682 |5164 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	o 57
0.49/0.51	c s 0.3s|     1 |     0 |   400 |  13M|   0 | 400 |2682 |2682 |2682 |2682 |5164 |   0 |   0 |   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
1.09/1.10	c   0.8s|     1 |     0 |  1000 |  13M|   0 | 400 |2682 |2682 |2682 |2682 |5566 | 402 |   0 |   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
1.59/1.68	c   1.4s|     1 |     0 |  1603 |  13M|   0 | 400 |2682 |2682 |2682 |2682 |5971 | 807 |   0 |   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
1.69/1.70	o 51
1.69/1.70	c s 1.4s|     1 |     0 |  1603 |  13M|   0 | 400 |2682 |2682 |2682 |2682 |5971 | 807 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
2.29/2.31	c   2.0s|     1 |     0 |  2205 |  14M|   0 | 400 |2682 |2682 |2682 |2682 |6374 |1210 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
2.29/2.33	o 43
2.29/2.33	c s 2.0s|     1 |     0 |  2205 |  14M|   0 | 400 |2682 |2682 |2682 |2682 |6374 |1210 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
2.89/2.98	c   2.7s|     1 |     0 |  2807 |  14M|   0 | 400 |2682 |2682 |2682 |2682 |6776 |1612 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
2.99/3.00	o 41
2.99/3.00	c s 2.7s|     1 |     0 |  2807 |  14M|   0 | 400 |2682 |2682 |2682 |2682 |6776 |1612 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
3.99/4.02	c   3.7s|     1 |     0 |  3743 |  14M|   0 | 845 |2682 |2682 |2682 |2682 |7178 |2014 |   0 |   0 | 1.161854e+01 | 4.100000e+01 | 252.88%
6.60/6.65	c   6.3s|     1 |     0 |  4655 |  15M|   0 |1351 |2682 |2682 |2682 |2682 |7434 |2270 |   0 |   0 | 1.373326e+01 | 4.100000e+01 | 198.55%
10.89/10.94	c  10.6s|     1 |     0 |  5239 |  16M|   0 |1572 |2682 |2682 |2682 |2682 |7535 |2371 |   0 |   0 | 1.458516e+01 | 4.100000e+01 | 181.11%
15.89/15.99	c  15.7s|     1 |     0 |  5524 |  16M|   0 |1577 |2682 |2682 |2682 |2682 |7574 |2410 |   0 |   0 | 1.474469e+01 | 4.100000e+01 | 178.07%
21.29/21.31	c  20.9s|     1 |     0 |  5712 |  16M|   0 |1668 |2682 |2682 |2682 |2682 |7595 |2431 |   0 |   0 | 1.477190e+01 | 4.100000e+01 | 177.55%
26.98/27.02	c  26.6s|     1 |     0 |  5836 |  16M|   0 |1716 |2682 |2682 |2682 |2682 |7610 |2446 |   0 |   0 | 1.479418e+01 | 4.100000e+01 | 177.14%
32.88/32.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.88/32.93	c  32.5s|     1 |     0 |  5909 |  16M|   0 |1774 |2682 |2682 |2682 |2682 |2726 |2456 |   0 |   0 | 1.480466e+01 | 4.100000e+01 | 176.94%
34.48/34.50	c  34.1s|     1 |     0 |  5980 |  16M|   0 |1731 |2682 |2682 |2682 |2682 |2732 |2462 |   0 |   0 | 1.481036e+01 | 4.100000e+01 | 176.83%
35.98/36.04	c  35.6s|     1 |     0 |  6001 |  16M|   0 |1766 |2682 |2682 |2682 |2682 |2742 |2472 |   0 |   0 | 1.481132e+01 | 4.100000e+01 | 176.82%
37.48/37.59	c  37.1s|     1 |     0 |  6015 |  16M|   0 |1780 |2682 |2682 |2682 |2682 |2746 |2476 |   0 |   0 | 1.481144e+01 | 4.100000e+01 | 176.81%
39.08/39.13	c  38.7s|     1 |     0 |  6020 |  16M|   0 |1792 |2682 |2682 |2682 |2682 |2748 |2478 |   0 |   0 | 1.481181e+01 | 4.100000e+01 | 176.81%
63.67/63.75	c  63.2s|     1 |     2 |  6020 |  16M|   0 |1792 |2682 |2682 |2682 |2682 |2748 |2478 |   0 |  76 | 1.481181e+01 | 4.100000e+01 | 176.81%
114.66/114.74	o 22
114.66/114.74	c * 114s|    21 |    13 |  9100 |  16M|  20 |   - |2682 |2682 |2274 |2682 |2837 |2771 |   0 | 532 | 1.493184e+01 | 2.200000e+01 |  47.34%
162.54/162.62	o 21
162.54/162.62	c * 162s|    99 |    46 | 21931 |  17M|  20 |   - |2682 |2682 |1736 |2682 |2841 |3557 |   0 | 709 | 1.508940e+01 | 2.100000e+01 |  39.17%
1797.80/1798.31	c 
1797.80/1798.31	c SCIP Status        : solving was interrupted [time limit reached]
1797.80/1798.31	c Solving Time (sec) : 1791.01
1797.80/1798.31	c Solving Nodes      : 9904
1797.80/1798.31	c Primal Bound       : +2.10000000000000e+01 (6 solutions)
1797.80/1798.31	c Dual Bound         : +1.66017258660412e+01
1797.80/1798.31	c Gap                : 26.49 %
1797.80/1798.32	c NODE         9904
1797.80/1798.32	c DUAL BOUND   16.6017
1797.80/1798.32	c PRIMAL BOUND 21
1797.80/1798.32	c GAP          0.264929
1797.80/1798.32	s SATISFIABLE
1797.80/1798.32	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 
1797.80/1798.32	v -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1797.80/1798.32	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1797.80/1798.32	v -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1797.80/1798.32	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 
1797.80/1798.32	v -x93 -x92 -x91 -x90 x89 -x88 x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 
1797.80/1798.32	v -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 
1797.80/1798.32	v -x42 -x41 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 
1797.80/1798.32	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1797.80/1798.32	c SCIP Status        : solving was interrupted [time limit reached]
1797.80/1798.32	c Solving Time       :    1791.01
1797.80/1798.32	c Original Problem   :
1797.80/1798.32	c   Problem name     : HOME/instance-1870216-1245189836.opb
1797.80/1798.32	c   Variables        : 2682 (2682 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.80/1798.32	c   Constraints      : 2682 initial, 2682 maximal
1797.80/1798.32	c Presolved Problem  :
1797.80/1798.32	c   Problem name     : t_HOME/instance-1870216-1245189836.opb
1797.80/1798.32	c   Variables        : 2682 (2682 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.80/1798.32	c   Constraints      : 2682 initial, 2684 maximal
1797.80/1798.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.80/1798.32	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.80/1798.32	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.80/1798.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.80/1798.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.80/1798.32	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.80/1798.32	c   probing          :       0.04          0          0          0          0          0          0          0          0
1797.80/1798.32	c   and              :       0.13          0          0          0          0          0          0          0          0
1797.80/1798.32	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.80/1798.32	c   root node        :          -          0          -          -          0          -          -          -          -
1797.80/1798.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.80/1798.32	c   integral         :          0          0          0       6138          0         77        919          0          0      11688
1797.80/1798.32	c   and              :       2482      16106      77544          2          1          2     541519      62397          0          0
1797.80/1798.32	c   logicor          :        200+        16      32633          2          1          0          9          0          0          0
1797.80/1798.32	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1797.80/1798.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.80/1798.32	c   integral         :     469.17       0.00       0.00     469.17       0.00
1797.80/1798.32	c   and              :      54.88      40.69      14.19       0.00       0.00
1797.80/1798.32	c   logicor          :       0.48       0.00       0.48       0.00       0.00
1797.80/1798.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.80/1798.32	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.80/1798.32	c   rootredcost      :       0.02          2          0          0
1797.80/1798.32	c   pseudoobj        :       1.42      77551          0          0
1797.80/1798.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.80/1798.32	c   propagation      :       0.00          2          2          2       10.0          0        0.0          -
1797.80/1798.32	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.80/1798.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.80/1798.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.80/1798.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.80/1798.32	c   applied globally :          -          -          -          2       10.0          -          -          -
1797.80/1798.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.80/1798.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.80/1798.32	c   cut pool         :       0.00         15          -          -          0          -    (maximal pool size: 2767)
1797.80/1798.32	c   redcost          :       2.89      16280          0     113744          0          0
1797.80/1798.32	c   impliedbounds    :       0.09         16          0          0       2650          0
1797.80/1798.32	c   intobj           :       0.00          0          0          0          0          0
1797.80/1798.32	c   gomory           :      18.12         16          0          0       2657          0
1797.80/1798.32	c   strongcg         :      14.70         16          0          0       3502          0
1797.80/1798.32	c   cmir             :       2.07         10          0          0       2000          0
1797.80/1798.32	c   flowcover        :       0.92         10          0          0          0          0
1797.80/1798.32	c   clique           :       0.14         16          0          0         21          0
1797.80/1798.32	c   zerohalf         :       0.00          0          0          0          0          0
1797.80/1798.32	c   mcf              :       0.00          1          0          0          0          0
1797.80/1798.32	c Pricers            :       Time      Calls       Vars
1797.80/1798.32	c   problem variables:       0.00          0          0
1797.80/1798.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.80/1798.32	c   relpscost        :     469.14       6136         77        919          0          0      11688
1797.80/1798.32	c   pscost           :       0.00          0          0          0          0          0          0
1797.80/1798.32	c   inference        :       0.00          1          0          0          0          0          2
1797.80/1798.32	c   mostinf          :       0.00          0          0          0          0          0          0
1797.80/1798.32	c   leastinf         :       0.00          0          0          0          0          0          0
1797.80/1798.32	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.80/1798.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.80/1798.32	c   random           :       0.00          0          0          0          0          0          0
1797.80/1798.32	c Primal Heuristics  :       Time      Calls      Found
1797.80/1798.32	c   LP solutions     :       0.00          -          2
1797.80/1798.32	c   pseudo solutions :       0.00          -          0
1797.80/1798.32	c   oneopt           :       0.05          3          0
1797.80/1798.32	c   crossover        :       0.24          3          0
1797.80/1798.32	c   pscostdiving     :      65.81         37          0
1797.80/1798.32	c   fracdiving       :      63.19         43          0
1797.80/1798.32	c   coefdiving       :      48.47         48          0
1797.80/1798.32	c   veclendiving     :      47.72         49          0
1797.80/1798.32	c   simplerounding   :       0.06          0          0
1797.80/1798.32	c   rounding         :       4.23       1774          0
1797.80/1798.32	c   shifting         :       4.74       1518          4
1797.80/1798.32	c   intshifting      :       0.00          0          0
1797.80/1798.32	c   fixandinfer      :       0.00          0          0
1797.80/1798.32	c   feaspump         :       0.00          0          0
1797.80/1798.32	c   intdiving        :       0.00          0          0
1797.80/1798.32	c   actconsdiving    :       0.00          0          0
1797.80/1798.32	c   objpscostdiving  :      42.13          5          0
1797.80/1798.32	c   rootsoldiving    :      10.32         15          0
1797.80/1798.32	c   linesearchdiving :      55.81         57          0
1797.80/1798.32	c   guideddiving     :      64.48         38          0
1797.80/1798.32	c   octane           :       0.00          0          0
1797.80/1798.32	c   rens             :       0.01          0          0
1797.80/1798.32	c   rins             :       0.00          0          0
1797.80/1798.32	c   localbranching   :       0.00          0          0
1797.80/1798.32	c   mutation         :       0.00          0          0
1797.80/1798.32	c   dins             :       0.00          0          0
1797.80/1798.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.80/1798.32	c   primal LP        :       7.14          0          0       0.00       0.00
1797.80/1798.32	c   dual LP          :     764.01      20518     967803      47.17    1266.74
1797.80/1798.32	c   barrier LP       :       0.00          0          0       0.00          -
1797.80/1798.32	c   diving/probing LP:     350.58      19539     428612      21.94    1222.58
1797.80/1798.32	c   strong branching :     464.42       5960     609215     102.22    1311.78
1797.80/1798.32	c     (at root node) :          -         76      24803     326.36          -
1797.80/1798.32	c   conflict analysis:       0.00          0          0       0.00          -
1797.80/1798.32	c B&B Tree           :
1797.80/1798.32	c   number of runs   :          1
1797.80/1798.32	c   nodes            :       9904
1797.80/1798.32	c   nodes (total)    :       9904
1797.80/1798.32	c   nodes left       :       1773
1797.80/1798.32	c   max depth        :         36
1797.80/1798.32	c   max depth (total):         36
1797.80/1798.32	c   backtracks       :       1944 (19.6%)
1797.80/1798.32	c   delayed cutoffs  :          0
1797.80/1798.32	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.80/1798.32	c   avg switch length:       3.68
1797.80/1798.32	c   switching time   :      10.96
1797.80/1798.32	c Solution           :
1797.80/1798.32	c   Solutions found  :          6 (6 improvements)
1797.80/1798.32	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 99 nodes, 161.73 seconds, depth 20, found by <relaxation>)
1797.80/1798.32	c   Dual Bound       : +1.66017258660412e+01
1797.80/1798.32	c   Gap              :      26.49 %
1797.80/1798.32	c   Root Dual Bound  : +1.48118091182205e+01
1797.80/1798.40	c Time complete: 1797.9.

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870216-1245189836/watcher-1870216-1245189836 -o /tmp/evaluation-result-1870216-1245189836/solver-1870216-1245189836 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870216-1245189836.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 0.99 3/64 13349
/proc/meminfo: memFree=1843120/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=4328 CPUtime=0
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 71686406 4431872 468 1992294400 4194304 7823515 548682068736 18446744073709551615 6124816 0 0 4096 0 0 0 0 17 1 0 0
/proc/13349/statm: 1162 479 312 886 0 272 0

[startup+0.0549811 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 13349
/proc/meminfo: memFree=1843120/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=17736 CPUtime=0.05
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 4059 0 0 0 4 1 0 0 18 0 1 0 71686406 18161664 3687 1992294400 4194304 7823515 548682068736 18446744073709551615 4690362 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 4434 3687 385 886 0 3544 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17736

[startup+0.101987 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 13349
/proc/meminfo: memFree=1843120/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=22476 CPUtime=0.09
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 5016 0 0 0 8 1 0 0 18 0 1 0 71686406 23015424 4644 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 5619 4644 405 886 0 4729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22476

[startup+0.302009 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 13349
/proc/meminfo: memFree=1843120/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=23780 CPUtime=0.29
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 5366 0 0 0 14 15 0 0 19 0 1 0 71686406 24350720 4994 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 5945 4994 427 886 0 5055 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23780

[startup+0.701054 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 13349
/proc/meminfo: memFree=1843120/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=35120 CPUtime=0.69
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 8389 0 0 0 49 20 0 0 22 0 1 0 71686406 35962880 7919 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 8780 7919 534 886 0 7890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35120

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1812776/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=36884 CPUtime=1.49
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 8997 0 0 0 125 24 0 0 25 0 1 0 71686406 37769216 8438 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 9221 8438 552 886 0 8331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36884

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1810344/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=39576 CPUtime=3.09
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 9699 0 0 0 283 26 0 0 25 0 1 0 71686406 40525824 9139 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 9894 9139 552 886 0 9004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39576

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1805736/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=46336 CPUtime=6.29
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 11297 0 0 0 601 28 0 0 25 0 1 0 71686406 47448064 10699 1992294400 4194304 7823515 548682068736 18446744073709551615 6177555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 11584 10699 553 886 0 10694 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46336

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1797096/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=51324 CPUtime=12.69
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 12654 0 0 0 1238 31 0 0 25 0 1 0 71686406 52555776 11946 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 12831 11946 553 886 0 11941 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51324

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1795688/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=52736 CPUtime=25.49
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 13010 0 0 0 2513 36 0 0 25 0 1 0 71686406 54001664 12302 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13184 12302 553 886 0 12294 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52736

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1795496/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=52736 CPUtime=51.07
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 13083 0 0 0 5064 43 0 0 25 0 1 0 71686406 54001664 12375 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13184 12375 558 886 0 12294 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52736

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 13350
/proc/meminfo: memFree=1795496/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=52736 CPUtime=102.26
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 13083 0 0 0 10167 59 0 0 25 0 1 0 71686406 54001664 12375 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13184 12375 558 886 0 12294 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52736

[startup+162.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 13350
/proc/meminfo: memFree=1795432/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=52736 CPUtime=162.24
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 13086 0 0 0 16143 81 0 0 25 0 1 0 71686406 54001664 12378 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13184 12378 561 886 0 12294 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52736

[startup+222.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 13350
/proc/meminfo: memFree=1792488/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=55392 CPUtime=222.23
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 16063 0 0 0 22118 105 0 0 25 0 1 0 71686406 56721408 13063 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13848 13063 573 886 0 12958 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55392

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1794088/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=54200 CPUtime=282.21
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 19061 0 0 0 28093 128 0 0 25 0 1 0 71686406 55500800 12723 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13550 12723 573 886 0 12660 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 54200

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1793128/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=54888 CPUtime=342.19
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 19272 0 0 0 34070 149 0 0 25 0 1 0 71686406 56205312 12934 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13722 12934 573 886 0 12832 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 54888

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1793000/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=55032 CPUtime=402.18
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 19288 0 0 0 40046 172 0 0 25 0 1 0 71686406 56352768 12950 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13758 12950 573 886 0 12868 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 55032

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1792872/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=54980 CPUtime=462.17
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 22894 0 0 0 46020 197 0 0 25 0 1 0 71686406 56299520 12979 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13745 12979 573 886 0 12855 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 54980

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1792616/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=55504 CPUtime=522.15
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 22968 0 0 0 51996 219 0 0 25 0 1 0 71686406 56836096 13053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13876 13053 573 886 0 12986 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 55504

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1792296/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=55788 CPUtime=582.12
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 23039 0 0 0 57972 240 0 0 25 0 1 0 71686406 57126912 13124 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13947 13124 573 886 0 13057 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 55788

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1791976/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=55788 CPUtime=642.12
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 23107 0 0 0 63949 263 0 0 25 0 1 0 71686406 57126912 13192 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 13947 13192 573 886 0 13057 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 55788

[startup+702.302 s]

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

/proc/meminfo: memFree=1786216/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=61672 CPUtime=1062.01
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 25599 0 0 0 105785 416 0 0 25 0 1 0 71686406 63152128 14601 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 15418 14601 573 886 0 14528 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 61672

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1785384/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=62344 CPUtime=1121.99
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 25820 0 0 0 111763 436 0 0 25 0 1 0 71686406 63840256 14822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 15586 14822 573 886 0 14696 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 62344

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1783912/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=63840 CPUtime=1181.97
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 26221 0 0 0 117738 459 0 0 25 0 1 0 71686406 65372160 15182 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 15960 15182 573 886 0 15070 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 63840

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1782760/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=65148 CPUtime=1241.95
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 27471 0 0 0 123715 480 0 0 25 0 1 0 71686406 66711552 15455 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 16287 15455 573 886 0 15397 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 65148

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1781544/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=66272 CPUtime=1301.94
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 27805 0 0 0 129691 503 0 0 25 0 1 0 71686406 67862528 15745 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 16568 15745 573 886 0 15678 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 66272

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1781352/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=66272 CPUtime=1361.92
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 27850 0 0 0 135669 523 0 0 25 0 1 0 71686406 67862528 15790 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 16568 15790 573 886 0 15678 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 66272

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1780392/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=67116 CPUtime=1421.91
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 28076 0 0 0 141646 545 0 0 25 0 1 0 71686406 68726784 16013 1992294400 4194304 7823515 548682068736 18446744073709551615 5839711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 16779 16013 573 886 0 15889 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 67116

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1779624/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=67896 CPUtime=1481.89
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 28256 0 0 0 147624 565 0 0 25 0 1 0 71686406 69525504 16193 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 16974 16193 573 886 0 16084 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 67896

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1779240/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=68516 CPUtime=1541.88
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 28380 0 0 0 153601 587 0 0 25 0 1 0 71686406 70160384 16317 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17129 16317 573 886 0 16239 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 68516

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1778664/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=68992 CPUtime=1601.86
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 28530 0 0 0 159576 610 0 0 25 0 1 0 71686406 70647808 16467 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17248 16467 573 886 0 16358 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 68992

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1778024/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=69576 CPUtime=1661.84
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 28677 0 0 0 165555 629 0 0 25 0 1 0 71686406 71245824 16614 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17394 16614 573 886 0 16504 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 69576

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1777256/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=70240 CPUtime=1721.82
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 28848 0 0 0 171530 652 0 0 25 0 1 0 71686406 71925760 16785 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17560 16785 573 886 0 16670 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 70240

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776552/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=70972 CPUtime=1781.81
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29014 0 0 0 177507 674 0 0 25 0 1 0 71686406 72675328 16951 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17743 16951 573 886 0 16853 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 70972

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776360/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=70972 CPUtime=1791.41
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29056 0 0 0 178463 678 0 0 25 0 1 0 71686406 72675328 16993 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17743 16993 573 886 0 16853 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 70972

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776360/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=70972 CPUtime=1794.61
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29056 0 0 0 178783 678 0 0 25 0 1 0 71686406 72675328 16993 1992294400 4194304 7823515 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17743 16993 573 886 0 16853 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 70972

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776360/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=70972 CPUtime=1796.2
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29057 0 0 0 178941 679 0 0 25 0 1 0 71686406 72675328 16994 1992294400 4194304 7823515 548682068736 18446744073709551615 6243007 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17743 16994 573 886 0 16853 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (KiB) 70972

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776360/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=71144 CPUtime=1797
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29058 0 0 0 179021 679 0 0 25 0 1 0 71686406 72851456 16995 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17786 16995 573 886 0 16896 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 71144

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776360/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=71144 CPUtime=1797.4
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29058 0 0 0 179061 679 0 0 25 0 1 0 71686406 72851456 16995 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17786 16995 573 886 0 16896 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (KiB) 71144

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13350
/proc/meminfo: memFree=1776360/2055920 swapFree=4192952/4192956
[pid=13349] ppid=13347 vsize=71144 CPUtime=1797.8
/proc/13349/stat : 13349 (pbscip.linux.x8) R 13347 13349 12171 0 -1 4194304 29058 0 0 0 179101 679 0 0 25 0 1 0 71686406 72851456 16995 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13349/statm: 17786 16995 573 886 0 16896 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 71144

Child status: 0
Real time (s): 1798.4
CPU time (s): 1797.91
CPU user time (s): 1791.1
CPU system time (s): 6.81096
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 71144

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

runsolver used 1.27481 second user time and 3.81342 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-17 00:03:56
IDJOB=1870216
IDBENCH=48107
IDSOLVER=683
FILE ID=node20/1870216-1245189836
PBS_JOBID= 9368283
Free space on /tmp= 66324 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_10_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870216-1245189836/watcher-1870216-1245189836 -o /tmp/evaluation-result-1870216-1245189836/solver-1870216-1245189836 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870216-1245189836.opb

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

MD5SUM BENCH= 7c4476530a00e5609896ce3ef5260c8d
RANDOM SEED=657741636

node20.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.234
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.234
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:       1843536 kB
Buffers:         43360 kB
Cached:          84544 kB
SwapCached:          4 kB
Active:          54596 kB
Inactive:        86740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843536 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            9868 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            57092 kB
Committed_AS:   143204 kB
PageTables:       1400 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= 66312 MiB
End job on node20 at 2009-06-17 00:33:54