Trace number 3737653

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT-14 988.381 988.562

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_4.opb
MD5SUM3258ae2375db1ca5a9ce9d305f00baf0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark160.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-3737653-1338750269.opb>
0.00/0.01	c original problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 765 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5012 impls, 100 clqs
0.00/0.07	c    (0.0s) probing: 101/714 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.07	c presolving (2 rounds):
0.00/0.07	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  5012 implications, 100 cliques
0.00/0.07	c presolved problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 765 constraints
0.00/0.07	c     100 constraints of type <setppc>
0.00/0.07	c     614 constraints of type <and>
0.00/0.07	c       1 constraints of type <linear>
0.00/0.07	c      50 constraints of type <logicor>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.03
0.00/0.07	c OPT-NLC
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = c 13950
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = c 1791
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = c 10000
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving problem
0.00/0.07	c 
0.38/0.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.38/0.48	c   0.4s|     1 |     0 |  2690 |3441k|   0 | 451 | 714 | 765 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.38/0.48	o -5
0.38/0.48	c R 0.4s|     1 |     0 |  2690 |3458k|   0 | 451 | 714 | 765 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
0.79/0.82	c   0.8s|     1 |     0 |  2789 |5530k|   0 | 449 | 714 | 765 | 765 | 714 |1441 |  62 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.09/1.14	c   1.1s|     1 |     0 |  2860 |7845k|   0 | 441 | 714 | 765 | 765 | 714 |1455 |  76 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.38/1.45	c   1.4s|     1 |     0 |  2909 |9712k|   0 | 440 | 714 | 765 | 765 | 714 |1462 |  83 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.68/1.78	c   1.7s|     1 |     0 |  2999 |  12M|   0 | 433 | 714 | 765 | 765 | 714 |1469 |  90 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.99/2.09	c   2.0s|     1 |     0 |  3034 |  14M|   0 | 435 | 714 | 765 | 765 | 714 |1474 |  95 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
2.39/2.45	c   2.4s|     1 |     0 |  3095 |  16M|   0 | 434 | 714 | 765 | 765 | 714 |1482 | 103 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
9.59/9.68	c   9.6s|     1 |     2 |  3095 |  16M|   0 | 434 | 714 | 765 | 765 | 714 |1482 | 103 |   0 |  29 |-2.500000e+01 |-5.000000e+00 |  80.00%
14.48/14.53	o -7
14.48/14.53	c R14.4s|     9 |     8 |  6762 |  16M|   8 |  98 | 714 | 765 | 641 | 714 | 734 | 492 |   0 | 197 |-2.500000e+01 |-7.000000e+00 |  72.00%
15.49/15.58	o -8
15.49/15.58	c R15.4s|    11 |    10 |  6935 |  16M|  10 |  77 | 714 | 765 | 399 | 714 | 735 | 499 |   0 | 340 |-2.500000e+01 |-8.000000e+00 |  68.00%
15.49/15.58	o -9
15.49/15.58	c R15.4s|    11 |    10 |  6945 |  16M|  10 |  67 | 714 | 765 | 399 | 714 | 736 | 500 |   0 | 340 |-2.500000e+01 |-9.000000e+00 |  64.00%
15.79/15.87	o -10
15.79/15.87	c R15.7s|    14 |    12 |  7076 |  16M|  13 |   - | 714 | 765 | 141 | 714 | 740 | 505 |   0 | 421 |-2.500000e+01 |-1.000000e+01 |  60.00%
22.88/22.92	o -11
22.88/22.92	c *22.7s|    38 |    27 |  9653 |  16M|  20 |   - | 714 | 766 | 114 | 714 | 749 | 657 |   1 | 768 |-2.500000e+01 |-1.100000e+01 |  56.00%
23.09/23.19	o -12
23.09/23.19	c *22.9s|    96 |    22 | 11147 |  16M|  21 |   - | 714 | 766 | 102 | 714 | 732 | 699 |   1 | 811 |-2.500000e+01 |-1.200000e+01 |  52.00%
26.58/26.61	o -13
26.58/26.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.58/26.61	c f26.3s|   284 |    68 | 28966 |  17M|  37 |   - | 714 | 777 |  38 | 714 | 775 |1885 |  12 | 895 |-2.463444e+01 |-1.300000e+01 |  47.23%
128.36/128.43	c   127s| 10000 |  1984 |683500 |  24M|  51 |   - | 714 | 895 | 247 | 714 | 813 |  20k| 203 |3173 |-1.878472e+01 |-1.300000e+01 |  30.79%
186.34/186.41	c   184s| 20000 |  2722 |  1108k|  28M|  51 |  72 | 714 | 935 | 290 | 714 | 792 |  30k| 337 |4342 |-1.810508e+01 |-1.300000e+01 |  28.20%
239.44/239.55	c   237s| 30000 |  3193 |  1504k|  31M|  51 |  89 | 714 | 973 | 226 | 714 | 740 |  40k| 431 |5486 |-1.780368e+01 |-1.300000e+01 |  26.98%
287.73/287.82	c   284s| 40000 |  3647 |  1877k|  35M|  51 |   - | 714 | 996 | 180 | 714 | 797 |  49k| 514 |6267 |-1.759667e+01 |-1.300000e+01 |  26.12%
327.42/327.51	c   323s| 50000 |  4025 |  2219k|  37M|  51 | 101 | 714 |1042 | 311 | 714 | 806 |  57k| 634 |6279 |-1.742271e+01 |-1.300000e+01 |  25.38%
371.72/371.86	c   367s| 60000 |  4358 |  2560k|  39M|  51 | 153 | 714 |1061 | 553 | 714 | 719 |  64k| 777 |7120 |-1.729502e+01 |-1.300000e+01 |  24.83%
416.30/416.44	c   411s| 70000 |  4652 |  2906k|  42M|  51 | 109 | 714 |1090 | 358 | 714 | 739 |  71k| 873 |7872 |-1.718121e+01 |-1.300000e+01 |  24.34%
460.39/460.59	c   455s| 80000 |  4948 |  3254k|  44M|  52 |   - | 714 |1101 | 183 | 714 | 780 |  79k| 975 |8660 |-1.709183e+01 |-1.300000e+01 |  23.94%
505.19/505.38	c   499s| 90000 |  5238 |  3611k|  46M|  52 |   - | 714 |1123 | 190 | 714 | 722 |  87k|1054 |9401 |-1.699487e+01 |-1.300000e+01 |  23.51%
547.69/547.82	c   541s|100000 |  5462 |  3960k|  47M|  52 |   - | 714 |1121 | 318 | 714 | 813 |  94k|1114 |9849 |-1.690468e+01 |-1.300000e+01 |  23.10%
588.27/588.46	c   581s|110000 |  5660 |  4298k|  49M|  52 |   - | 714 |1162 | 195 | 714 | 787 | 100k|1213 |  10k|-1.682347e+01 |-1.300000e+01 |  22.73%
631.97/632.11	c   624s|120000 |  5861 |  4644k|  50M|  52 |   - | 714 |1164 | 307 | 714 | 831 | 107k|1272 |  11k|-1.673786e+01 |-1.300000e+01 |  22.33%
670.66/670.85	c   662s|130000 |  5979 |  4964k|  52M|  52 | 112 | 714 |1155 | 378 | 714 | 826 | 114k|1331 |  11k|-1.667619e+01 |-1.300000e+01 |  22.04%
708.86/709.02	c   700s|140000 |  6132 |  5285k|  53M|  52 | 129 | 714 |1167 | 663 | 714 | 742 | 120k|1410 |  11k|-1.661519e+01 |-1.300000e+01 |  21.76%
752.55/752.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.55/752.76	c   743s|150000 |  6336 |  5631k|  54M|  53 |  79 | 714 |1174 | 312 | 714 | 832 | 127k|1478 |  12k|-1.654234e+01 |-1.300000e+01 |  21.41%
790.94/791.15	c   781s|160000 |  6489 |  5959k|  55M|  53 |   - | 714 |1184 | 232 | 714 | 739 | 134k|1558 |  12k|-1.647424e+01 |-1.300000e+01 |  21.09%
830.54/830.79	c   820s|170000 |  6571 |  6285k|  56M|  53 | 102 | 714 |1188 | 281 | 714 | 835 | 140k|1618 |  13k|-1.642228e+01 |-1.300000e+01 |  20.84%
870.53/870.78	c   859s|180000 |  6665 |  6616k|  57M|  53 |   - | 714 |1187 | 524 | 714 | 741 | 146k|1669 |  13k|-1.636326e+01 |-1.300000e+01 |  20.55%
900.63/900.81	o -14
900.63/900.81	c * 889s|187748 |  2543 |  6866k|  28M|  53 |   - | 714 |1193 | 235 | 714 | 712 | 151k|1729 |  14k|-1.632369e+01 |-1.400000e+01 |  14.24%
909.43/909.69	c   898s|190000 |  2335 |  6944k|  27M|  53 |   - | 714 |1174 | 309 | 714 | 807 | 152k|1736 |  14k|-1.631536e+01 |-1.400000e+01 |  14.19%
951.62/951.83	c   939s|200000 |  1455 |  7289k|  25M|  53 | 132 | 714 |1117 | 321 | 714 | 840 | 157k|1745 |  14k|-1.620493e+01 |-1.400000e+01 |  13.61%
988.01/988.22	c   975s|210000 |    85 |  7594k|  18M|  53 |   - | 714 |1072 | 653 | 714 | 835 | 160k|1753 |  15k|-1.566013e+01 |-1.400000e+01 |  10.60%
988.31/988.54	c 
988.31/988.54	c SCIP Status        : problem is solved [optimal solution found]
988.31/988.54	c Solving Time (sec) : 975.57
988.31/988.54	c Solving Nodes      : 210127
988.31/988.54	c Primal Bound       : -1.40000000000000e+01 (12 solutions)
988.31/988.54	c Dual Bound         : -1.40000000000000e+01
988.31/988.54	c Gap                : 0.00 %
988.31/988.54	c NODE         210127
988.31/988.54	c DUAL BOUND   -14
988.31/988.54	c PRIMAL BOUND -14
988.31/988.54	c GAP          0
988.31/988.54	s OPTIMUM FOUND
988.31/988.54	v -x85 -x63 -x78 -x89 -x97 -x60 x87 -x72 -x56 -x82 -x99 x94 -x93 -x91 x61 -x57 -x81 x71 x83 -x73 x98 -x90 x74 x70 -x66 x62 x80 -x69 
988.31/988.54	v -x68 -x100 x92 -x53 -x54 -x65 -x55 -x51 -x96 -x67 -x59 -x58 -x95 x86 -x79 -x76 x88 -x64 -x77 -x75 -x84 x52 -x50 x49 -x48 -x47 
988.31/988.54	v x46 x45 -x44 x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 x35 x34 -x33 -x32 x31 -x30 -x29 -x28 x27 x26 -x25 -x24 x23 -x22 -x21 -x20 
988.31/988.54	v -x19 -x18 x17 -x16 -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
988.31/988.54	c SCIP Status        : problem is solved [optimal solution found]
988.31/988.54	c Solving Time       :     975.57
988.31/988.54	c Original Problem   :
988.31/988.54	c   Problem name     : HOME/instance-3737653-1338750269.opb
988.31/988.54	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
988.31/988.54	c   Constraints      : 765 initial, 765 maximal
988.31/988.54	c Presolved Problem  :
988.31/988.54	c   Problem name     : t_HOME/instance-3737653-1338750269.opb
988.31/988.54	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
988.31/988.54	c   Constraints      : 765 initial, 1204 maximal
988.31/988.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
988.31/988.54	c   trivial          :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   implics          :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   probing          :       0.01          0          0          0          0          0          0          0          0
988.31/988.54	c   setppc           :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   and              :       0.01          0          0          0          0          0          0          0          0
988.31/988.54	c   linear           :       0.01          0          0          0          0          0          0          0          0
988.31/988.54	c   logicor          :       0.00          0          0          0          0          0          0          0          0
988.31/988.54	c   root node        :          -         30          -          -         30          -          -          -          -
988.31/988.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
988.31/988.54	c   integral         :          0          0          0     108706          0        189       3188          0          0     214394
988.31/988.54	c   setppc           :        100          6     722089          3          0       1117     549946          0          0          0
988.31/988.54	c   and              :        614     180894     720972          3          0        278    6017474     161116          0          0
988.31/988.54	c   linear           :          1          6     720692          3          0         17         55          0          0          0
988.31/988.54	c   logicor          :         50+         6     214870          3          0          8     282383          0          0          0
988.31/988.54	c   countsols        :          0          0          0          3          0          0          0          0          0          0
988.31/988.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
988.31/988.54	c   integral         :     111.71       0.00       0.00     111.71       0.00
988.31/988.54	c   setppc           :       1.10       0.00       1.10       0.00       0.00
988.31/988.54	c   and              :       9.68       4.06       5.62       0.00       0.00
988.31/988.54	c   linear           :       2.30       0.00       2.30       0.00       0.00
988.31/988.54	c   logicor          :       1.00       0.00       1.00       0.00       0.00
988.31/988.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00
988.31/988.54	c Propagators        :       Time      Calls    Cutoffs    DomReds
988.31/988.54	c   rootredcost      :       0.16          8          0          0
988.31/988.54	c   pseudoobj        :       1.30     724590         34        870
988.31/988.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
988.31/988.54	c   propagation      :       0.01       1454       1441       1938       12.2         13       31.4          -
988.31/988.54	c   infeasible LP    :       0.00         33         33         58       27.9          0        0.0          0
988.31/988.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
988.31/988.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
988.31/988.54	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
988.31/988.54	c   applied globally :          -          -          -       1753        9.8          -          -          -
988.31/988.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
988.31/988.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
988.31/988.54	c   cut pool         :       0.01          5          -          -         37          -    (maximal pool size: 2009)
988.31/988.54	c   redcost          :       3.37     198175          0     837133          0          0
988.31/988.54	c   impliedbounds    :       0.00          6          0          0        120          0
988.31/988.54	c   intobj           :       0.00          0          0          0          0          0
988.31/988.54	c   gomory           :       0.85          6          0          0          0          0
988.31/988.54	c   strongcg         :       0.83          6          0          0       2716          0
988.31/988.54	c   cmir             :       0.06          6          0          0         22          0
988.31/988.54	c   flowcover        :       0.04          6          0          0         44          0
988.31/988.54	c   clique           :       0.03          6          0          0         39          0
988.31/988.54	c   zerohalf         :       0.00          0          0          0          0          0
988.31/988.54	c   mcf              :       0.00          1          0          0          0          0
988.31/988.54	c Pricers            :       Time      Calls       Vars
988.31/988.54	c   problem variables:       0.00          0          0
988.31/988.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
988.31/988.54	c   relpscost        :     111.66     108703        189       3188          0          0     214394
988.31/988.54	c   pscost           :       0.00          0          0          0          0          0          0
988.31/988.54	c   inference        :       0.00          0          0          0          0          0          0
988.31/988.54	c   mostinf          :       0.00          0          0          0          0          0          0
988.31/988.54	c   leastinf         :       0.00          0          0          0          0          0          0
988.31/988.54	c   fullstrong       :       0.00          0          0          0          0          0          0
988.31/988.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
988.31/988.54	c   random           :       0.00          0          0          0          0          0          0
988.31/988.54	c Primal Heuristics  :       Time      Calls      Found
988.31/988.54	c   LP solutions     :       0.03          -          3
988.31/988.54	c   pseudo solutions :       0.00          -          0
988.31/988.54	c   feaspump         :       0.00          0          0
988.31/988.54	c   oneopt           :       0.02          8          0
988.31/988.54	c   crossover        :       0.24         15          0
988.31/988.54	c   objpscostdiving  :       6.61         55          0
988.31/988.54	c   rootsoldiving    :       1.73         55          0
988.31/988.54	c   coefdiving       :       3.21        110          0
988.31/988.54	c   pscostdiving     :       2.33        110          0
988.31/988.54	c   linesearchdiving :       2.26        110          0
988.31/988.54	c   fracdiving       :       2.84        110          1
988.31/988.54	c   veclendiving     :       3.26        110          0
988.31/988.54	c   guideddiving     :       3.15        110          0
988.31/988.54	c   simplerounding   :       0.07          0          0
988.31/988.54	c   rounding         :       5.79      40405          5
988.31/988.54	c   shifting         :       1.19       3435          3
988.31/988.54	c   intshifting      :       0.00          0          0
988.31/988.54	c   fixandinfer      :       0.00          0          0
988.31/988.54	c   intdiving        :       0.00          0          0
988.31/988.54	c   actconsdiving    :       0.00          0          0
988.31/988.54	c   octane           :       0.00          0          0
988.31/988.54	c   rens             :       0.00          0          0
988.31/988.54	c   rins             :       0.00          0          0
988.31/988.54	c   localbranching   :       0.00          0          0
988.31/988.54	c   mutation         :       0.00          0          0
988.31/988.54	c   dins             :       0.00          0          0
988.31/988.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
988.31/988.54	c   primal LP        :       6.31          0          0       0.00       0.00
988.31/988.54	c   dual LP          :     752.03     268562    7397299      27.54    9836.44
988.31/988.54	c   barrier LP       :       0.00          0          0       0.00          -
988.31/988.54	c   diving/probing LP:      22.32      21290     200030       9.40    8961.92
988.31/988.54	c   strong branching :     108.03      15396    1052286      68.35    9740.68
988.31/988.54	c     (at root node) :          -         29      28144     970.48          -
988.31/988.54	c   conflict analysis:       0.00          0          0       0.00          -
988.31/988.54	c B&B Tree           :
988.31/988.54	c   number of runs   :          1
988.31/988.54	c   nodes            :     210127
988.31/988.54	c   nodes (total)    :     210127
988.31/988.54	c   nodes left       :          0
988.31/988.54	c   max depth        :         53
988.31/988.54	c   max depth (total):         53
988.31/988.54	c   backtracks       :      28957 (13.8%)
988.31/988.54	c   delayed cutoffs  :          5
988.31/988.54	c   repropagations   :      11626 (13836 domain reductions, 0 cutoffs)
988.31/988.54	c   avg switch length:       4.77
988.31/988.54	c   switching time   :      16.49
988.31/988.54	c Solution           :
988.31/988.54	c   Solutions found  :         12 (9 improvements)
988.31/988.54	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 187748 nodes, 888.97 seconds, depth 27, found by <relaxation>)
988.31/988.54	c   Dual Bound       : -1.40000000000000e+01
988.31/988.54	c   Gap              :       0.00 %
988.31/988.54	c   Root Dual Bound  : -2.49999999999987e+01
988.31/988.56	c Time complete: 988.37.

Verifier Data

OK	-14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737653-1338750269/watcher-3737653-1338750269 -o /tmp/evaluation-result-3737653-1338750269/solver-3737653-1338750269 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737653-1338750269.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8730
/proc/meminfo: memFree=30428288/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=6120 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 589 0 0 0 0 0 0 0 20 0 1 0 341151434 6266880 542 33554432000 4194304 7823515 140734237420640 140734208152040 4402248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 1530 554 325 887 0 640 0

[startup+0.105755 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8730
/proc/meminfo: memFree=30428288/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=17760 CPUtime=0.09 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 4052 0 0 0 6 3 0 0 20 0 1 0 341151434 18186240 3610 33554432000 4194304 7823515 140734237420640 140734208152040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 4440 3611 520 887 0 3550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17760

[startup+0.200328 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8730
/proc/meminfo: memFree=30428288/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=18664 CPUtime=0.18 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 4235 0 0 0 15 3 0 0 20 0 1 0 341151434 19111936 3791 33554432000 4194304 7823515 140734237420640 140734208152040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 4666 3792 523 887 0 3776 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 18664

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8730
/proc/meminfo: memFree=30428288/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=18664 CPUtime=0.28 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 4270 0 0 0 25 3 0 0 20 0 1 0 341151434 19111936 3826 33554432000 4194304 7823515 140734237420640 140734208152040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 4666 3826 523 887 0 3776 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18664

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8730
/proc/meminfo: memFree=30428288/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=20424 CPUtime=0.69 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 4746 0 0 0 65 4 0 0 20 0 1 0 341151434 20914176 4302 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 5106 4302 545 887 0 4216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20424

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8731
/proc/meminfo: memFree=30407316/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=29368 CPUtime=1.48 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 7009 0 0 0 144 4 0 0 20 0 1 0 341151434 30072832 6550 33554432000 4194304 7823515 140734237420640 140734237415832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 7342 6550 565 887 0 6452 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29368

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8731
/proc/meminfo: memFree=30398264/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=40376 CPUtime=3.08 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 9850 0 0 0 303 5 0 0 20 0 1 0 341151434 41345024 9358 33554432000 4194304 7823515 140734237420640 140734237415832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 10094 9358 569 887 0 9204 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40376

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8731
/proc/meminfo: memFree=30392320/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=40376 CPUtime=6.28 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 9850 0 0 0 621 7 0 0 20 0 1 0 341151434 41345024 9358 33554432000 4194304 7823515 140734237420640 140734237415336 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 10094 9358 569 887 0 9204 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40376

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8808
/proc/meminfo: memFree=30454236/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=38296 CPUtime=12.68 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 9990 0 0 0 1257 11 0 0 20 0 1 0 341151434 39215104 8820 33554432000 4194304 7823515 140734237420640 140734237415688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 9574 8820 571 887 0 8684 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38296

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8809
/proc/meminfo: memFree=30445604/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=38296 CPUtime=25.48 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 10004 0 0 0 2523 25 0 0 20 0 1 0 341151434 39215104 9169 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 9574 9169 575 887 0 8684 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38296

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8809
/proc/meminfo: memFree=30441216/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=40320 CPUtime=51.07 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 14568 0 0 0 5058 49 0 0 20 0 1 0 341151434 41287680 9714 33554432000 4194304 7823515 140734237420640 140734237415688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 10080 9714 586 887 0 9190 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40320

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8809
/proc/meminfo: memFree=30434448/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=45660 CPUtime=102.27 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 21887 0 0 0 10119 108 0 0 20 0 1 0 341151434 46755840 11016 33554432000 4194304 7823515 140734237420640 140734237416568 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 11415 11016 586 887 0 10525 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 45660

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8809
/proc/meminfo: memFree=30428496/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=52916 CPUtime=162.25 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 25682 0 0 0 16041 184 0 0 20 0 1 0 341151434 54185984 12863 33554432000 4194304 7823515 140734237420640 140734237415608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 13229 12863 586 887 0 12339 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 52916

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8809
/proc/meminfo: memFree=30421732/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=59456 CPUtime=222.25 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 29186 0 0 0 21960 265 0 0 20 0 1 0 341151434 60882944 14512 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 14864 14512 586 887 0 13974 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 59456

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 8809
/proc/meminfo: memFree=30416764/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=64020 CPUtime=282.23 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 30346 0 0 0 27882 341 0 0 20 0 1 0 341151434 65556480 15668 33554432000 4194304 7823515 140734237420640 140734237416440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 16005 15668 586 887 0 15115 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 64020

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8813
/proc/meminfo: memFree=30411788/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=68760 CPUtime=342.21 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 33384 0 0 0 33800 421 0 0 20 0 1 0 341151434 70410240 16849 33554432000 4194304 7823515 140734237420640 140734237416440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 17190 16849 586 887 0 16300 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 68760

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8813
/proc/meminfo: memFree=30405468/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=73796 CPUtime=402.21 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 34621 0 0 0 39725 496 0 0 20 0 1 0 341151434 75567104 18083 33554432000 4194304 7823515 140734237420640 140734237416328 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 18449 18083 586 887 0 17559 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 73796

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8813
/proc/meminfo: memFree=30399260/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=79316 CPUtime=462.2 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 35948 0 0 0 45645 575 0 0 20 0 1 0 341151434 81219584 19418 33554432000 4194304 7823515 140734237420640 140734237416440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 19829 19418 586 887 0 18939 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 79316

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8813
/proc/meminfo: memFree=30395284/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=81716 CPUtime=522.19 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 36593 0 0 0 51564 655 0 0 20 0 1 0 341151434 83677184 20062 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 20429 20062 586 887 0 19539 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 81716

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8813
/proc/meminfo: memFree=30390944/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=86040 CPUtime=582.18 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 39469 0 0 0 57489 729 0 0 20 0 1 0 341151434 88104960 21146 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 21510 21146 586 887 0 20620 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 86040

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8814
/proc/meminfo: memFree=30385788/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=88732 CPUtime=642.16 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 40167 0 0 0 63411 805 0 0 20 0 1 0 341151434 90861568 21841 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 22183 21841 586 887 0 21293 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 88732

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8814
/proc/meminfo: memFree=30381816/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=91492 CPUtime=702.16 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 40795 0 0 0 69332 884 0 0 20 0 1 0 341151434 93687808 22467 33554432000 4194304 7823515 140734237420640 140734237416440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 22873 22467 586 887 0 21983 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 91492

[startup+762.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8814
/proc/meminfo: memFree=30378220/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=94276 CPUtime=762.15 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 41514 0 0 0 75247 968 0 0 20 0 1 0 341151434 96538624 23186 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 23569 23186 586 887 0 22679 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 94276

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8814
/proc/meminfo: memFree=30376356/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=95760 CPUtime=822.13 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 41934 0 0 0 81162 1051 0 0 20 0 1 0 341151434 98058240 23604 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 23940 23604 586 887 0 23050 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 95760

[startup+882.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 8814
/proc/meminfo: memFree=30373876/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=97828 CPUtime=882.13 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 42423 0 0 0 87075 1138 0 0 20 0 1 0 341151434 100175872 24093 33554432000 4194304 7823515 140734237420640 140734237416440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 24457 24093 586 887 0 23567 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 97828

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8818
/proc/meminfo: memFree=30371072/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100492 CPUtime=942.11 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 52095 0 0 0 92995 1216 0 0 20 0 1 0 341151434 102903808 24780 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25123 24780 586 887 0 24233 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 100492

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

[startup+947.207 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8818
/proc/meminfo: memFree=30371072/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100640 CPUtime=947.02 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 52103 0 0 0 93479 1223 0 0 20 0 1 0 341151434 103055360 24788 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25160 24788 586 887 0 24270 0
Current children cumulated CPU time (s) 947.02
Current children cumulated vsize (KiB) 100640

[startup+972.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100544 CPUtime=972.61 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53894 0 0 0 96004 1257 0 0 20 0 1 0 341151434 102957056 24777 33554432000 4194304 7823515 140734237420640 140734237417400 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25136 24777 586 887 0 24246 0
Current children cumulated CPU time (s) 972.61
Current children cumulated vsize (KiB) 100544

[startup+979.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100544 CPUtime=979.01 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53894 0 0 0 96636 1265 0 0 20 0 1 0 341151434 102957056 24777 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25136 24777 586 887 0 24246 0
Current children cumulated CPU time (s) 979.01
Current children cumulated vsize (KiB) 100544

[startup+982.407 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100868 CPUtime=982.22 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53935 0 0 0 96952 1270 0 0 20 0 1 0 341151434 103288832 24818 33554432000 4194304 7823515 140734237420640 140734237416328 6177559 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25217 24818 586 887 0 24327 0
Current children cumulated CPU time (s) 982.22
Current children cumulated vsize (KiB) 100868

[startup+985.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100868 CPUtime=985.41 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53935 0 0 0 97267 1274 0 0 20 0 1 0 341151434 103288832 24818 33554432000 4194304 7823515 140734237420640 140734237416328 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25217 24818 586 887 0 24327 0
Current children cumulated CPU time (s) 985.41
Current children cumulated vsize (KiB) 100868

[startup+987.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100868 CPUtime=987.01 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53935 0 0 0 97424 1277 0 0 20 0 1 0 341151434 103288832 24818 33554432000 4194304 7823515 140734237420640 140734237415976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25217 24818 586 887 0 24327 0
Current children cumulated CPU time (s) 987.01
Current children cumulated vsize (KiB) 100868

[startup+988 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100868 CPUtime=987.81 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53935 0 0 0 97503 1278 0 0 20 0 1 0 341151434 103288832 24818 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25217 24818 586 887 0 24327 0
Current children cumulated CPU time (s) 987.81
Current children cumulated vsize (KiB) 100868

[startup+988.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100868 CPUtime=988.21 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53935 0 0 0 97542 1279 0 0 20 0 1 0 341151434 103288832 24818 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25217 24818 586 887 0 24327 0
Current children cumulated CPU time (s) 988.21
Current children cumulated vsize (KiB) 100868

[startup+988.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8818
/proc/meminfo: memFree=30371196/32873844 swapFree=7900/7900
[pid=8730] ppid=8728 vsize=100868 CPUtime=988.31 cores=1,3,5,7
/proc/8730/stat : 8730 (pbscip.linux.x8) R 8728 8730 8610 0 -1 4202496 53935 0 0 0 97552 1279 0 0 20 0 1 0 341151434 103288832 24818 33554432000 4194304 7823515 140734237420640 140734237416392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/8730/statm: 25217 24818 586 887 0 24327 0
Current children cumulated CPU time (s) 988.31
Current children cumulated vsize (KiB) 100868

Child status: 0
Real time (s): 988.562
CPU time (s): 988.381
CPU user time (s): 975.585
CPU system time (s): 12.7961
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 100868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 975.585
system time used= 12.7961
maximum resident set size= 106020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53940
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= 39
involuntary context switches= 1024

runsolver used 1.45778 second user time and 4.07738 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 21:04:29
IDJOB=3737653
IDBENCH=48277
IDSOLVER=2321
FILE ID=node137/3737653-1338750269
RUNJOBID= node137-1338748474-8627
PBS_JOBID= 14636788
Free space on /tmp= 70316 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737653-1338750269/watcher-3737653-1338750269 -o /tmp/evaluation-result-3737653-1338750269/solver-3737653-1338750269 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737653-1338750269.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=620003884

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30429032 kB
Buffers:          273956 kB
Cached:          1247264 kB
SwapCached:         5796 kB
Active:           911792 kB
Inactive:         709884 kB
Active(anon):      95532 kB
Inactive(anon):     7172 kB
Active(file):     816260 kB
Inactive(file):   702712 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              9724 kB
Writeback:             0 kB
AnonPages:        195796 kB
Mapped:            11376 kB
Shmem:                 0 kB
Slab:             684448 kB
SReclaimable:     125676 kB
SUnreclaim:       558772 kB
KernelStack:        1480 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     218916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70304 MiB
End job on node137 at 2012-06-03 21:20:58