Trace number 2665104

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPT2 808.451 808.751

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=53-P2=2-P3=3-P4=59-P5=29-P6=47-P7=67-P8=37-P9=43-B.opb
MD5SUM25f560c7f1432359ec7ec03d2820d955
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark7.77182
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
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 constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665104-1276649726.opb>
0.00/0.01	c original problem has 486 variables (486 bin, 0 int, 0 impl, 0 cont) and 343 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.05/0.07	c (round 1) 9 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 0 upgd conss, 2304 impls, 0 clqs
0.05/0.07	c (round 2) 9 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 10 upgd conss, 2326 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 213/477 (44.7%) - 0 fixings, 0 aggregations, 43 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (3 rounds):
0.09/0.10	c  9 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 40 changed coefficients
0.09/0.10	c  2412 implications, 0 cliques
0.09/0.10	c presolved problem has 477 variables (477 bin, 0 int, 0 impl, 0 cont) and 343 constraints
0.09/0.10	c     323 constraints of type <and>
0.09/0.10	c       9 constraints of type <linear>
0.09/0.10	c      11 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.04
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1800
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 1620
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c heuristics/undercover/freq = 0
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     0 |    14 |     - |2002k|   0 |   4 | 477 | 343 | 477 | 666 |   0 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.2s|     1 |     0 |    26 |     - |2033k|   0 |  14 | 477 | 349 | 477 | 670 |   4 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.2s|     1 |     0 |    58 |     - |2070k|   0 |  18 | 477 | 349 | 477 | 682 |  16 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.2s|     1 |     0 |    96 |     - |2130k|   0 |  44 | 477 | 349 | 477 | 721 |  55 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.40/0.41	c   0.3s|     1 |     0 |   143 |     - |2180k|   0 |  66 | 477 | 349 | 477 | 742 |  76 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.40/0.47	c   0.3s|     1 |     0 |   245 |     - |2228k|   0 |  72 | 477 | 349 | 477 | 773 | 107 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.4s|     1 |     0 |   408 |     - |2274k|   0 |  85 | 477 | 349 | 477 | 799 | 133 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.8s|     1 |     2 |   408 |     - |2275k|   0 |  85 | 477 | 349 | 477 | 799 | 133 |   0 |  10 | 2.000000e+00 |      --      |    Inf 
47.58/47.61	c  44.0s| 10000 |  4103 |103182 |  10.3 |8396k|  90 |  34 | 477 |1781 | 477 | 350 |  38k|9014 |3155 | 2.000000e+00 |      --      |    Inf 
91.05/91.19	c  84.3s| 20000 |  7312 |205055 |  10.2 |  12M|  90 |   8 | 477 |2357 | 477 | 434 |  72k|  20k|4196 | 2.000000e+00 |      --      |    Inf 
137.04/137.15	c   127s| 30000 | 11602 |305936 |  10.2 |  17M|  90 |   5 | 477 |2349 | 477 | 436 | 109k|  29k|5701 | 2.000000e+00 |      --      |    Inf 
179.73/179.85	c   166s| 40000 | 15235 |394601 |   9.9 |  22M|  90 |  10 | 477 |2190 | 477 | 468 | 142k|  39k|6611 | 2.000000e+00 |      --      |    Inf 
218.73/218.88	c   202s| 50000 | 18307 |474380 |   9.5 |  26M|  90 |   - | 477 |3866 |   0 |   0 | 168k|  50k|7411 | 2.000000e+00 |      --      |    Inf 
264.80/264.94	c   244s| 60000 | 23428 |579643 |   9.7 |  31M|  90 |  32 | 477 |1854 | 477 | 434 | 204k|  58k|8233 | 2.000000e+00 |      --      |    Inf 
302.18/302.38	c   279s| 70000 | 26660 |656488 |   9.4 |  35M|  90 |  13 | 477 |2677 | 477 | 465 | 225k|  68k|8722 | 2.000000e+00 |      --      |    Inf 
342.06/342.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.06/342.28	c   316s| 80000 | 30089 |739583 |   9.2 |  40M|  90 |   - | 477 |2424 |   0 |   0 | 250k|  78k|9270 | 2.000000e+00 |      --      |    Inf 
385.64/385.82	c   356s| 90000 | 34934 |838976 |   9.3 |  45M|  90 |  20 | 477 |1738 | 477 | 485 | 281k|  86k|9958 | 2.000000e+00 |      --      |    Inf 
424.63/424.87	c   392s|100000 | 38523 |921459 |   9.2 |  49M|  90 |  16 | 477 |2656 | 477 | 426 | 306k|  95k|  10k| 2.000000e+00 |      --      |    Inf 
466.91/467.14	c   432s|110000 | 43735 |  1020k|   9.3 |  55M|  90 |  26 | 477 |2192 | 477 | 433 | 338k| 103k|  10k| 2.000000e+00 |      --      |    Inf 
510.40/510.60	c   472s|120000 | 48556 |  1120k|   9.3 |  60M|  90 |  30 | 477 |2396 | 477 | 378 | 371k| 111k|  11k| 2.000000e+00 |      --      |    Inf 
550.90/551.12	c   509s|130000 | 52115 |  1206k|   9.3 |  65M|  90 |   7 | 477 |3077 | 477 | 496 | 396k| 121k|  11k| 2.000000e+00 |      --      |    Inf 
591.17/591.41	c   546s|140000 | 56809 |  1292k|   9.2 |  70M|  90 |   6 | 477 |2502 | 477 | 536 | 422k| 129k|  12k| 2.000000e+00 |      --      |    Inf 
630.26/630.54	c   582s|150000 | 60940 |  1375k|   9.2 |  75M|  90 |  17 | 477 |2321 | 477 | 441 | 446k| 138k|  12k| 2.000000e+00 |      --      |    Inf 
672.05/672.34	c   621s|160000 | 65609 |  1467k|   9.2 |  81M|  90 |   - | 477 |2470 |   0 |   0 | 476k| 146k|  12k| 2.000000e+00 |      --      |    Inf 
712.54/712.82	c   658s|170000 | 70103 |  1553k|   9.1 |  86M|  90 |   7 | 477 |2700 | 477 | 511 | 501k| 155k|  13k| 2.000000e+00 |      --      |    Inf 
752.51/752.85	c   695s|180000 | 74055 |  1637k|   9.1 |  91M|  90 |   - | 477 |3551 |   0 |   0 | 526k| 164k|  13k| 2.000000e+00 |      --      |    Inf 
795.40/795.76	c   734s|190000 | 78935 |  1733k|   9.1 |  96M|  90 |   4 | 477 |2795 | 477 | 446 | 559k| 172k|  13k| 2.000000e+00 |      --      |    Inf 
808.39/808.71	o 2
808.39/808.71	c * 746s|193421 |     0 |  1762k|   9.1 |6090k|  90 |   - | 477 |3030 | 477 | 452 | 567k| 176k|  13k| 2.000000e+00 | 2.000000e+00 |   0.00%
808.39/808.71	c 
808.39/808.71	c SCIP Status        : problem is solved [optimal solution found]
808.39/808.71	c Solving Time (sec) : 746.25
808.39/808.71	c Solving Nodes      : 193421
808.39/808.71	c Primal Bound       : +2.00000000000000e+00 (1 solutions)
808.39/808.71	c Dual Bound         : +2.00000000000000e+00
808.39/808.71	c Gap                : 0.00 %
808.39/808.71	s OPTIMUM FOUND
808.39/808.71	v -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 x151 -x108 x107 x106 x105 x104 -x103 -x150 x149 -x148 -x147 x146 
808.39/808.71	v x145 -x102 -x101 -x100 x99 x98 -x97 x144 -x143 -x142 x141 -x140 x139 -x96 x95 x94 -x93 x92 -x91 -x138 -x137 x136 x135 -x134 
808.39/808.71	v x133 x90 -x89 -x88 x87 x86 -x85 -x132 x131 x130 x129 x128 -x127 x84 x83 x82 -x81 x80 -x79 -x126 -x125 -x124 x123 x122 x121 x78 
808.39/808.71	v -x77 x76 x75 x74 -x73 -x120 -x119 x118 -x117 x116 x115 x72 -x71 -x70 x69 x68 -x67 -x114 -x113 -x112 -x111 -x110 x109 -x66 
808.39/808.71	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 x40 x39 x38 x37 
808.39/808.71	v -x36 -x35 x34 x33 x32 x31 x30 -x29 x28 -x27 x26 x25 -x24 -x23 x22 x21 -x20 x19 x18 x17 -x16 x15 -x14 x13 x12 -x11 -x10 x9 x8 
808.39/808.71	v x7 -x6 -x5 -x4 -x3 x2 -x1 
808.39/808.71	c SCIP Status        : problem is solved [optimal solution found]
808.39/808.71	c Solving Time       :     746.25
808.39/808.71	c Original Problem   :
808.39/808.71	c   Problem name     : HOME/instance-2665104-1276649726.opb
808.39/808.71	c   Variables        : 486 (486 binary, 0 integer, 0 implicit integer, 0 continuous)
808.39/808.71	c   Constraints      : 343 initial, 343 maximal
808.39/808.71	c Presolved Problem  :
808.39/808.71	c   Problem name     : t_HOME/instance-2665104-1276649726.opb
808.39/808.71	c   Variables        : 477 (477 binary, 0 integer, 0 implicit integer, 0 continuous)
808.39/808.71	c   Constraints      : 343 initial, 4308 maximal
808.39/808.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
808.39/808.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
808.39/808.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
808.39/808.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
808.39/808.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
808.39/808.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
808.39/808.71	c   probing          :       0.02          0          0          0          0          0          0          0          0
808.39/808.71	c   and              :       0.01          0          0          0          0          0          0          0          0
808.39/808.71	c   linear           :       0.01          1          8          0          0          0          0          0         40
808.39/808.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
808.39/808.71	c   root node        :          -          0          -          -          0          -          -          -          -
808.39/808.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
808.39/808.71	c   integral         :          0          0          0     154477          0         37       1799          0          0     307004
808.39/808.71	c   and              :        323     356990     628028          0          0      15929     916536     567908          0          0
808.39/808.71	c   linear           :          9+         7     612098          0          0      48595     408289          0          0          0
808.39/808.71	c   logicor          :         11+         6     325525          1          0       2363     103293          0          0          0
808.39/808.71	c   countsols        :          0          0          0          1          0          0          0          0          0          0
808.39/808.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
808.39/808.71	c   integral         :      23.41       0.00       0.00      23.41       0.00
808.39/808.71	c   and              :      28.46      17.88      10.58       0.00       0.00
808.39/808.71	c   linear           :      20.91       0.00      20.91       0.00       0.00
808.39/808.71	c   logicor          :      17.05       0.00      17.05       0.00       0.00
808.39/808.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
808.39/808.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
808.39/808.71	c   vbounds          :       0.49          2          0          0
808.39/808.71	c   rootredcost      :       0.30          0          0          0
808.39/808.71	c   pseudoobj        :       0.85     627583          0          0
808.39/808.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
808.39/808.71	c   propagation      :      15.15      66887      66824     688579       46.5      14054       19.2          -
808.39/808.71	c   infeasible LP    :       0.16        538        534       3203       31.5        169       17.1          0
808.39/808.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
808.39/808.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
808.39/808.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
808.39/808.71	c   applied globally :          -          -          -     175794       25.7          -          -          -
808.39/808.71	c   applied locally  :          -          -          -        297       48.8          -          -          -
808.39/808.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
808.39/808.71	c   cut pool         :       0.00          5          -          -         33          -    (maximal pool size: 197)
808.39/808.71	c   redcost          :       5.69     356991          0          0          0          0
808.39/808.71	c   impliedbounds    :       0.00          6          0          0         85          0
808.39/808.71	c   intobj           :       0.00          0          0          0          0          0
808.39/808.71	c   cgmip            :       0.00          0          0          0          0          0
808.39/808.71	c   gomory           :       0.04          6          0          0         21          0
808.39/808.71	c   strongcg         :       0.03          6          0          0        142          0
808.39/808.71	c   cmir             :       0.04          6          0          0         64          0
808.39/808.71	c   flowcover        :       0.09          6          0          0        107          0
808.39/808.71	c   clique           :       0.00          1          0          0          0          0
808.39/808.71	c   zerohalf         :       0.00          0          0          0          0          0
808.39/808.71	c   mcf              :       0.00          1          0          0          0          0
808.39/808.71	c   rapidlearning    :       0.10          1          0          0          0          6
808.39/808.71	c Pricers            :       Time      Calls       Vars
808.39/808.71	c   problem variables:       0.00          0          0
808.39/808.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
808.39/808.71	c   relpscost        :      23.09     154476         37       1799          0          0     307004
808.39/808.71	c   pscost           :       0.00          0          0          0          0          0          0
808.39/808.71	c   inference        :       0.00          0          0          0          0          0          0
808.39/808.71	c   mostinf          :       0.00          0          0          0          0          0          0
808.39/808.71	c   leastinf         :       0.00          0          0          0          0          0          0
808.39/808.71	c   fullstrong       :       0.00          0          0          0          0          0          0
808.39/808.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
808.39/808.71	c   random           :       0.00          0          0          0          0          0          0
808.39/808.71	c Primal Heuristics  :       Time      Calls      Found
808.39/808.71	c   LP solutions     :       0.41          -          1
808.39/808.71	c   pseudo solutions :       0.00          -          0
808.39/808.71	c   oneopt           :       0.52          0          0
808.39/808.71	c   crossover        :       0.20          0          0
808.39/808.71	c   guideddiving     :       0.00          0          0
808.39/808.71	c   intshifting      :       0.00          0          0
808.39/808.71	c   rootsoldiving    :       1.94         34          0
808.39/808.71	c   objpscostdiving  :       1.53         63          0
808.39/808.71	c   pscostdiving     :       1.54        140          0
808.39/808.71	c   fracdiving       :       1.28        140          0
808.39/808.71	c   veclendiving     :       1.25        140          0
808.39/808.71	c   linesearchdiving :       1.09        140          0
808.39/808.71	c   coefdiving       :       1.30        141          0
808.39/808.71	c   feaspump         :       0.48         71          0
808.39/808.71	c   trivial          :       0.00          2          0
808.39/808.71	c   simplerounding   :       0.24          0          0
808.39/808.71	c   zirounding       :       0.18       1000          0
808.39/808.71	c   rounding         :       0.76       8567          0
808.39/808.71	c   shifting         :       4.48       2650          0
808.39/808.71	c   twoopt           :       0.00          0          0
808.39/808.71	c   fixandinfer      :       0.00          0          0
808.39/808.71	c   intdiving        :       0.00          0          0
808.39/808.71	c   actconsdiving    :       0.00          0          0
808.39/808.71	c   octane           :       0.00          0          0
808.39/808.71	c   rens             :       0.02          1          0
808.39/808.71	c   rins             :       0.00          0          0
808.39/808.71	c   localbranching   :       0.00          0          0
808.39/808.71	c   mutation         :       0.00          0          0
808.39/808.71	c   dins             :       0.00          0          0
808.39/808.71	c   undercover       :       0.01          1          0
808.39/808.71	c   nlp              :       0.11          0          0
808.39/808.71	c   trysol           :       0.30          0          0
808.39/808.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
808.39/808.71	c   primal LP        :      84.83          0          0       0.00       0.00
808.39/808.71	c   dual LP          :     432.09     372412    1696727       4.56    3926.79
808.39/808.71	c   lex dual LP      :       0.00          0          0       0.00          -
808.39/808.71	c   barrier LP       :       0.00          0          0       0.00          -
808.39/808.71	c   diving/probing LP:       8.15       7019      65998       9.40    8097.91
808.39/808.71	c   strong branching :      19.37      13969     110483       7.91    5703.82
808.39/808.71	c     (at root node) :          -         10       1974     197.40          -
808.39/808.71	c   conflict analysis:       0.00          0          0       0.00          -
808.39/808.71	c B&B Tree           :
808.39/808.71	c   number of runs   :          1
808.39/808.71	c   nodes            :     193421
808.39/808.71	c   nodes (total)    :     193421
808.39/808.71	c   nodes left       :          0
808.39/808.71	c   max depth        :         90
808.39/808.71	c   max depth (total):         90
808.39/808.71	c   backtracks       :      30674 (15.9%)
808.39/808.71	c   delayed cutoffs  :      33029
808.39/808.71	c   repropagations   :      90107 (394928 domain reductions, 25863 cutoffs)
808.39/808.71	c   avg switch length:       7.17
808.39/808.71	c   switching time   :     115.34
808.39/808.71	c Solution           :
808.39/808.71	c   Solutions found  :          1 (1 improvements)
808.39/808.71	c   First Solution   : +2.00000000000000e+00   (in run 1, after 193421 nodes, 745.84 seconds, depth 79, found by <relaxation>)
808.39/808.71	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 193421 nodes, 745.84 seconds, depth 79, found by <relaxation>)
808.39/808.71	c   Dual Bound       : +2.00000000000000e+00
808.39/808.71	c   Gap              :       0.00 %
808.39/808.71	c   Root Dual Bound  : +2.00000000000000e+00
808.39/808.71	c   Root Iterations  :        408
808.39/808.75	c Time complete: 808.44.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665104-1276649726/watcher-2665104-1276649726 -o /tmp/evaluation-result-2665104-1276649726/solver-2665104-1276649726 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665104-1276649726.opb -t 1800 -m 1800 

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.79 1.28 1.50 3/106 13816
/proc/meminfo: memFree=1535716/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=9288 CPUtime=0
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 6265408 9510912 986 1992294400 4194304 9819077 140735116533312 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13816/statm: 2322 996 371 1374 0 943 0

[startup+0.062335 s]
/proc/loadavg: 1.79 1.28 1.50 3/106 13816
/proc/meminfo: memFree=1535716/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=13904 CPUtime=0.05
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 2854 0 0 0 2 3 0 0 20 0 1 0 6265408 14237696 2164 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 3476 2164 473 1374 0 2097 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13904

[startup+0.10134 s]
/proc/loadavg: 1.79 1.28 1.50 3/106 13816
/proc/meminfo: memFree=1535716/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=14328 CPUtime=0.09
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 3779 0 0 0 5 4 0 0 20 0 1 0 6265408 14671872 2318 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 3582 2318 515 1374 0 2203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14328

[startup+0.301369 s]
/proc/loadavg: 1.79 1.28 1.50 3/106 13816
/proc/meminfo: memFree=1535716/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=27284 CPUtime=0.29
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 9142 0 0 0 18 11 0 0 20 0 1 0 6265408 27938816 5101 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 6821 5101 691 1374 0 5442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27284

[startup+0.701425 s]
/proc/loadavg: 1.79 1.28 1.50 3/106 13816
/proc/meminfo: memFree=1535716/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=22088 CPUtime=0.69
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 11566 0 0 0 56 13 0 0 21 0 1 0 6265408 22618112 3913 1992294400 4194304 9819077 140735116533312 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 5522 3913 705 1374 0 4143 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22088

[startup+1.50154 s]
/proc/loadavg: 1.79 1.28 1.50 2/107 13817
/proc/meminfo: memFree=1522192/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=20688 CPUtime=1.49
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 12599 0 0 0 134 15 0 0 23 0 1 0 6265408 21184512 3932 1992294400 4194304 9819077 140735116533312 18446744073709551615 6567639 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 5172 3932 717 1374 0 3793 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20688

[startup+3.10077 s]
/proc/loadavg: 1.79 1.28 1.50 2/107 13817
/proc/meminfo: memFree=1522068/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=21440 CPUtime=3.09
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 15797 0 0 0 291 18 0 0 25 0 1 0 6265408 21954560 3937 1992294400 4194304 9819077 140735116533312 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 5360 3937 719 1374 0 3981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21440

[startup+6.30122 s]
/proc/loadavg: 1.73 1.28 1.50 2/107 13817
/proc/meminfo: memFree=1521944/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=21920 CPUtime=6.29
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 25439 0 0 0 599 30 0 0 25 0 1 0 6265408 22446080 3968 1992294400 4194304 9819077 140735116533312 18446744073709551615 6364915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 5480 3968 719 1374 0 4101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21920

[startup+12.7011 s]
/proc/loadavg: 1.67 1.27 1.50 2/107 13817
/proc/meminfo: memFree=1521200/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=21456 CPUtime=12.69
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 64988 0 0 0 1193 76 0 0 25 0 1 0 6265408 21970944 4274 1992294400 4194304 9819077 140735116533312 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 5508 4277 726 1374 0 4129 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21456

[startup+25.501 s]
/proc/loadavg: 1.59 1.28 1.50 2/107 13817
/proc/meminfo: memFree=1517728/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=25908 CPUtime=25.49
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 174177 0 0 0 2370 179 0 0 25 0 1 0 6265408 26529792 5060 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 6477 5060 726 1374 0 5098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25908

[startup+51.1016 s]
/proc/loadavg: 1.39 1.25 1.48 2/107 13817
/proc/meminfo: memFree=1514008/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=29404 CPUtime=51.08
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 384301 0 0 0 4726 382 0 0 25 0 1 0 6265408 30109696 5994 1992294400 4194304 9819077 140735116533312 18446744073709551615 6361115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 7351 5994 726 1374 0 5972 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29404

[startup+102.309 s]
/proc/loadavg: 1.17 1.21 1.45 2/107 13819
/proc/meminfo: memFree=1508552/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=34488 CPUtime=102.26
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 796372 0 0 0 9448 778 0 0 25 0 1 0 6265408 35315712 7349 1992294400 4194304 9819077 140735116533312 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 8622 7349 726 1374 0 7243 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34488

[startup+162.301 s]
/proc/loadavg: 1.06 1.17 1.42 2/107 13821
/proc/meminfo: memFree=1499376/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=43808 CPUtime=162.23
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 1291208 0 0 0 14966 1257 0 0 25 0 1 0 6265408 44859392 9627 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 10952 9627 726 1374 0 9573 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 43808

[startup+222.301 s]
/proc/loadavg: 1.02 1.14 1.39 2/107 13821
/proc/meminfo: memFree=1491936/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=51176 CPUtime=222.21
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 1763877 0 0 0 20490 1731 0 0 25 0 1 0 6265408 52404224 11476 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 12794 11476 726 1374 0 11415 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51176

[startup+282.301 s]
/proc/loadavg: 1.01 1.11 1.36 2/107 13823
/proc/meminfo: memFree=1483008/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=60104 CPUtime=282.2
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 2213030 0 0 0 26045 2175 0 0 25 0 1 0 6265408 61546496 13700 1992294400 4194304 9819077 140735116533312 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 15026 13700 726 1374 0 13647 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 60104

[startup+342.301 s]
/proc/loadavg: 1.00 1.09 1.34 2/107 13834
/proc/meminfo: memFree=1476064/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=66100 CPUtime=342.16
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 2667485 0 0 0 31569 2647 0 0 25 0 1 0 6265408 67686400 15245 1992294400 4194304 9819077 140735116533312 18446744073709551615 7292262 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 16525 15245 726 1374 0 15146 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 66100

[startup+402.302 s]
/proc/loadavg: 1.00 1.07 1.32 2/107 13836
/proc/meminfo: memFree=1466268/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=78180 CPUtime=402.14
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 3100661 0 0 0 37121 3093 0 0 25 0 1 0 6265408 80056320 17896 1992294400 4194304 9819077 140735116533312 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 19545 17896 726 1374 0 18166 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 78180

[startup+462.301 s]
/proc/loadavg: 1.00 1.05 1.29 2/107 13838
/proc/meminfo: memFree=1457960/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=84772 CPUtime=462.11
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 3498448 0 0 0 42699 3512 0 0 25 0 1 0 6265408 86806528 19905 1992294400 4194304 9819077 140735116533312 18446744073709551615 8678422 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 21193 19905 726 1374 0 19814 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 84772

[startup+522.301 s]
/proc/loadavg: 1.03 1.06 1.27 2/107 13838
/proc/meminfo: memFree=1448040/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=94304 CPUtime=522.09
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 3948494 0 0 0 48247 3962 0 0 25 0 1 0 6265408 96567296 22301 1992294400 4194304 9819077 140735116533312 18446744073709551615 4994522 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 23576 22301 726 1374 0 22197 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 94304

[startup+582.301 s]
/proc/loadavg: 1.01 1.04 1.26 2/107 13840
/proc/meminfo: memFree=1441716/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=99136 CPUtime=582.08
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 4406743 0 0 0 53785 4423 0 0 25 0 1 0 6265408 101515264 23868 1992294400 4194304 9819077 140735116533312 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 24975 23872 726 1374 0 23596 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 99136

[startup+642.301 s]
/proc/loadavg: 1.00 1.03 1.24 2/107 13842
/proc/meminfo: memFree=1430556/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=111544 CPUtime=642.06
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 4892356 0 0 0 59296 4910 0 0 25 0 1 0 6265408 114221056 26647 1992294400 4194304 9819077 140735116533312 18446744073709551615 8656404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 27886 26647 726 1374 0 26507 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 111544

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 1.22 2/107 13844
/proc/meminfo: memFree=1421008/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=123004 CPUtime=702.03
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 5365886 0 0 0 64818 5385 0 0 25 0 1 0 6265408 125956096 29024 1992294400 4194304 9819077 140735116533312 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 30751 29024 726 1374 0 29372 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 123004

[startup+762.309 s]
/proc/loadavg: 1.00 1.02 1.20 2/107 13846
/proc/meminfo: memFree=1413444/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=130332 CPUtime=762.01
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 5838081 0 0 0 70340 5861 0 0 25 0 1 0 6265408 133459968 30905 1992294400 4194304 9819077 140735116533312 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 32583 30905 726 1374 0 31204 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 130332

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.02 1.20 2/107 13846
/proc/meminfo: memFree=1413444/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=129900 CPUtime=767.6
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 5882858 0 0 0 70856 5904 0 0 25 0 1 0 6265408 133017600 30903 1992294400 4194304 9819077 140735116533312 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 32522 30903 726 1374 0 31143 0
Current children cumulated CPU time (s) 767.6
Current children cumulated vsize (KiB) 129900

[startup+793.501 s]
/proc/loadavg: 1.00 1.02 1.19 2/107 13846
/proc/meminfo: memFree=1410344/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=133280 CPUtime=793.19
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6084306 0 0 0 73216 6103 0 0 25 0 1 0 6265408 136478720 31674 1992294400 4194304 9819077 140735116533312 18446744073709551615 6590267 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33320 31674 726 1374 0 31941 0
Current children cumulated CPU time (s) 793.19
Current children cumulated vsize (KiB) 133280

[startup+799.9 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 13846
/proc/meminfo: memFree=1409104/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=134516 CPUtime=799.59
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6134589 0 0 0 73804 6155 0 0 25 0 1 0 6265408 137744384 31986 1992294400 4194304 9819077 140735116533312 18446744073709551615 6361876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33629 31986 726 1374 0 32250 0
Current children cumulated CPU time (s) 799.59
Current children cumulated vsize (KiB) 134516

[startup+803.102 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 13846
/proc/meminfo: memFree=1409104/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=134516 CPUtime=802.79
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6158609 0 0 0 74102 6177 0 0 25 0 1 0 6265408 137744384 31989 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33629 31989 726 1374 0 32250 0
Current children cumulated CPU time (s) 802.79
Current children cumulated vsize (KiB) 134516

[startup+806.308 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 13846
/proc/meminfo: memFree=1408980/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=134492 CPUtime=806
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6183594 0 0 0 74400 6200 0 0 25 0 1 0 6265408 137719808 31990 1992294400 4194304 9819077 140735116533312 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33623 31990 726 1374 0 32244 0
Current children cumulated CPU time (s) 806
Current children cumulated vsize (KiB) 134492

[startup+807.901 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 13846
/proc/meminfo: memFree=1408608/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=135132 CPUtime=807.59
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6195482 0 0 0 74547 6212 0 0 25 0 1 0 6265408 138375168 32122 1992294400 4194304 9819077 140735116533312 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33783 32122 726 1374 0 32404 0
Current children cumulated CPU time (s) 807.59
Current children cumulated vsize (KiB) 135132

[startup+808.302 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 13846
/proc/meminfo: memFree=1408608/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=134784 CPUtime=808
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6199161 0 0 0 74584 6216 0 0 25 0 1 0 6265408 138018816 32149 1992294400 4194304 9819077 140735116533312 18446744073709551615 7226827 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33696 32151 726 1374 0 32317 0
Current children cumulated CPU time (s) 808
Current children cumulated vsize (KiB) 134784

[startup+808.702 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 13846
/proc/meminfo: memFree=1408484/2059040 swapFree=4192956/4192956
[pid=13816] ppid=13814 vsize=135164 CPUtime=808.39
/proc/13816/stat : 13816 (pbscip.linux.x8) R 13814 13816 11867 0 -1 4202496 6199233 0 0 0 74623 6216 0 0 25 0 1 0 6265408 138407936 32153 1992294400 4194304 9819077 140735116533312 18446744073709551615 6028169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13816/statm: 33791 32153 726 1374 0 32412 0
Current children cumulated CPU time (s) 808.39
Current children cumulated vsize (KiB) 135164

Child status: 0
Real time (s): 808.751
CPU time (s): 808.451
CPU user time (s): 746.276
CPU system time (s): 62.1755
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 136088

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

runsolver used 1.43878 second user time and 3.72443 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 02:55:26
IDJOB=2665104
IDBENCH=48047
IDSOLVER=1168
FILE ID=node039/2665104-1276649726
PBS_JOBID= 11172427
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=5-P1=53-P2=2-P3=3-P4=59-P5=29-P6=47-P7=67-P8=37-P9=43-B.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665104-1276649726/watcher-2665104-1276649726 -o /tmp/evaluation-result-2665104-1276649726/solver-2665104-1276649726 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665104-1276649726.opb -t 1800 -m 1800

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

MD5SUM BENCH= 25f560c7f1432359ec7ec03d2820d955
RANDOM SEED=353767119

node039.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
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.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1536120 kB
Buffers:         99464 kB
Cached:         294600 kB
SwapCached:          0 kB
Active:         150436 kB
Inactive:       302964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1536120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6340 kB
Writeback:           0 kB
AnonPages:       59396 kB
Mapped:          15392 kB
Slab:            47664 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62544 MiB
End job on node039 at 2010-06-16 03:08:55