Trace number 3452410

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)-27 1800.06 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1797.66
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3452410-1307112102.opb>
0.00/0.01	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.04	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10264 impls, 200 clqs
0.00/0.08	c    (0.1s) probing: 101/1458 (6.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.08	c presolving (2 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  10264 implications, 200 cliques
0.00/0.08	c presolved problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1559 constraints
0.00/0.08	c     300 constraints of type <setppc>
0.00/0.08	c    1258 constraints of type <and>
0.00/0.08	c       1 constraints of type <linear>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.07
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.0.1.4
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1800
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/indicator/addCouplingCons = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.28/0.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.30	c t 0.3s|     1 |     0 |  1416 |     - |6408k|   0 | 745 |1458 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.28/0.30	o -6
0.28/0.30	c s 0.3s|     1 |     0 |  1416 |     - |6463k|   0 | 745 |1458 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 |-6.000000e+00 |  88.00%
1.29/1.37	o -7
1.29/1.37	c U 1.4s|     1 |     0 |  1416 |     - |6571k|   0 | 745 |1458 |1561 |1458 |2817 |   0 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
2.20/2.29	c   2.3s|     1 |     0 |  2047 |     - |7929k|   0 | 744 |1458 |1562 |1458 |2860 |  43 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
2.99/3.10	c   3.1s|     1 |     0 |  2395 |     - |9171k|   0 | 789 |1458 |1562 |1458 |2887 |  70 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
3.89/3.94	c   3.9s|     1 |     0 |  2639 |     - |  10M|   0 | 761 |1458 |1562 |1458 |2897 |  80 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
4.79/4.89	c   4.9s|     1 |     0 |  2913 |     - |  12M|   0 | 796 |1458 |1562 |1458 |2903 |  86 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
5.79/5.83	c   5.8s|     1 |     0 |  3222 |     - |  14M|   0 | 797 |1458 |1562 |1458 |2909 |  92 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
6.79/6.84	c   6.8s|     1 |     0 |  3620 |     - |  16M|   0 | 794 |1458 |1562 |1458 |2914 |  97 |   1 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
9.39/9.48	c   9.5s|     1 |     2 |  3620 |     - |  16M|   0 | 794 |1458 |1562 |1458 |2914 |  97 |   1 |  10 |-5.000000e+01 |-7.000000e+00 |  86.00%
46.39/46.42	o -21
46.39/46.42	c f46.4s|    30 |    31 | 90739 |3004.1 |  16M|  13 |   - |1458 |1566 |1458 |1408 |2066 |   5 | 206 |-4.983339e+01 |-2.100000e+01 |  57.86%
88.49/88.55	o -22
88.49/88.55	c f88.6s|    60 |    61 |336360 |5639.7 |  16M|  13 |   - |1458 |1600 |1458 |1487 |3525 |  39 | 270 |-4.901164e+01 |-2.200000e+01 |  55.11%
93.39/93.48	o -24
93.39/93.48	c l93.5s|    64 |    65 |368706 |5795.0 |  16M|  13 |   - |1458 |1610 |1458 |1428 |3690 |  49 | 270 |-4.901164e+01 |-2.400000e+01 |  51.03%
102.99/103.06	o -25
102.99/103.06	c l 103s|    76 |    77 |425667 |5627.3 |  16M|  13 |   - |1458 |1624 |1458 |1448 |4221 |  63 | 270 |-4.881748e+01 |-2.500000e+01 |  48.79%
242.39/242.43	o -26
242.39/242.43	c l 242s|   278 |   279 |  1253k|4512.8 |  16M|  21 |   - |1458 |1686 |1458 |1556 |9077 | 125 | 445 |-4.638713e+01 |-2.600000e+01 |  43.95%
253.69/253.76	o -27
253.69/253.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.69/253.76	c l 254s|   296 |   297 |  1320k|4463.9 |  16M|  21 |   - |1458 |1691 |1458 |1648 |9390 | 130 | 456 |-4.628756e+01 |-2.700000e+01 |  41.67%
1006.52/1006.55	c  1007s| 10000 |  2954 |  5697k| 569.4 |  25M|  76 |   - |1458 |1707 |1458 |1723 |  50k| 243 |1319 |-4.323159e+01 |-2.700000e+01 |  37.55%
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.01
1800.03/1800.01	c Solving Nodes      : 18383
1800.03/1800.01	c Primal Bound       : -2.70000000000000e+01 (13 solutions)
1800.03/1800.01	c Dual Bound         : -4.26368446714808e+01
1800.03/1800.01	c Gap                : 36.67 %
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v -x128 -x141 x182 -x146 -x136 -x166 -x181 -x185 -x156 x153 -x179 -x178 -x149 -x152 -x124 x133 -x188 x189 -x147 -x139 -x197 -x191 
1800.03/1800.01	v x163 x130 -x192 x194 -x106 -x170 -x140 -x109 x117 -x107 -x196 -x187 -x168 -x190 -x148 -x171 x161 -x160 x158 x154 -x151 -x114 
1800.03/1800.01	v -x173 -x199 -x176 -x177 -x193 x172 x143 -x135 x162 -x125 -x195 x120 -x200 -x157 x167 x134 -x113 x111 -x131 -x121 -x183 -x123 
1800.03/1800.01	v x174 x180 -x169 x198 -x159 x137 -x132 -x122 -x119 -x112 -x105 x118 x150 -x142 -x103 -x104 -x165 -x115 -x155 -x101 -x144 -x116 
1800.03/1800.01	v -x110 x108 x145 x186 -x129 -x126 -x138 -x164 -x127 -x175 -x184 -x102 x100 x99 -x98 -x97 x96 x95 -x94 -x93 x92 -x91 -x90 -x89 
1800.03/1800.01	v x88 -x87 -x86 -x85 x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 x76 x75 -x74 -x73 -x72 x71 -x70 x69 -x68 -x67 -x66 x65 x64 -x63 -x62 
1800.03/1800.01	v -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 x36 
1800.03/1800.01	v 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 
1800.03/1800.01	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Total Time         :    1800.01
1800.03/1800.01	c   solving          :    1800.01
1800.03/1800.01	c   presolving       :       0.07 (included in solving)
1800.03/1800.01	c   reading          :       0.01 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3452410-1307112102.opb
1800.03/1800.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 301 initial, 301 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3452410-1307112102.opb
1800.03/1800.01	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 1559 initial, 1752 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0      12801          0         75          0          7         23          0          0      25566
1800.03/1800.01	c   setppc           :        300          6     264267          0          2         70        276         68      41451          0          0          0
1800.03/1800.01	c   and              :       1258      25708     264197          0          2         69        451        193     518296      99468          0          0
1800.03/1800.01	c   linear           :          1          6     264000          0          0         12        101          0          0          0          0          0
1800.03/1800.01	c   logicor          :          0+         6      17389          0          0          0          2          0       8731          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0          2         16          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      92.12       0.00       0.00      92.12       0.00       0.00       0.00
1800.03/1800.01	c   setppc           :       0.83       0.00       0.83       0.00       0.00       0.00       0.00
1800.03/1800.01	c   and              :       6.13       2.93       3.19       0.00       0.00       0.00       0.00
1800.03/1800.01	c   linear           :       0.16       0.01       0.15       0.00       0.00       0.00       0.00
1800.03/1800.01	c   logicor          :       0.08       0.00       0.08       0.00       0.00       0.00       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :          0          0          0          0
1800.03/1800.01	c   rootredcost      :          7          0          0          0
1800.03/1800.01	c   pseudoobj        :     264484          4          2          0
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       0.06       0.06       0.00
1800.03/1800.01	c   rootredcost      :       0.05       0.05       0.00
1800.03/1800.01	c   pseudoobj        :       0.91       0.91       0.00
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       0.00        263        263        270        4.6          5       36.0          -
1800.03/1800.01	c   infeasible LP    :       0.00         12         12         35       66.5          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -        303       10.4          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 1040)
1800.03/1800.01	c   redcost          :       0.96      26804          0      69451          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          6          0          0        100          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       2.35          6          0          0          6          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       2.11          6          0          0       1750          0
1800.03/1800.01	c   cmir             :       0.12          6          0          0         15          0
1800.03/1800.01	c   flowcover        :       0.10          6          0          0         30          0
1800.03/1800.01	c   clique           :       0.12          6          0          0         38          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.12          1          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      92.11      12801          7         23          0          0      25566
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          2          0          0          0          0          4
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       0.01          7          0
1800.03/1800.01	c   veclendiving     :      56.50        135          0
1800.03/1800.01	c   coefdiving       :      74.07        150          0
1800.03/1800.01	c   fracdiving       :     129.42        197          2
1800.03/1800.01	c   linesearchdiving :     105.27        198          4
1800.03/1800.01	c   trivial          :       0.00          2          1
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       0.01          0          0
1800.03/1800.01	c   zirounding       :       1.21          0          0
1800.03/1800.01	c   rounding         :       1.44       2122          0
1800.03/1800.01	c   shifting         :       2.51       1916          3
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :      64.70        114          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :      13.89         36          0
1800.03/1800.01	c   rootsoldiving    :      12.51         23          0
1800.03/1800.01	c   guideddiving     :      71.81        137          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.01          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       1.10          5          2
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       1.08          1          1
1800.03/1800.01	c   subnlp           :       0.00          0          0
1800.03/1800.01	c   trysol           :       0.01          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :      11.97          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :    1137.53      29676    7269539     244.96    6390.66
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:     480.53     151542    3047912      20.11    6342.80
1800.03/1800.01	c   strong branching :      91.69       1911     509594     266.66    5557.50
1800.03/1800.01	c     (at root node) :          -         10      10000    1000.00          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :      18383
1800.03/1800.01	c   nodes (total)    :      18383
1800.03/1800.01	c   nodes left       :       7187
1800.03/1800.01	c   max depth        :         76
1800.03/1800.01	c   max depth (total):         76
1800.03/1800.01	c   backtracks       :       3505 (19.1%)
1800.03/1800.01	c   delayed cutoffs  :          1
1800.03/1800.01	c   repropagations   :       1252 (385 domain reductions, 0 cutoffs)
1800.03/1800.01	c   avg switch length:       5.80
1800.03/1800.01	c   switching time   :      14.10
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :         13 (9 improvements)
1800.03/1800.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 296 nodes, 253.76 seconds, depth 232, found by <linesearchdiving>)
1800.03/1800.01	c   Dual Bound       : -4.26368446714808e+01
1800.03/1800.01	c   Gap              :      36.67 %
1800.03/1800.01	c   Root Dual Bound  : -4.99999999999999e+01
1800.03/1800.01	c   Root Iterations  :       3620

Verifier Data

OK	-27

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452410-1307112102/watcher-3452410-1307112102 -o /tmp/evaluation-result-3452410-1307112102/solver-3452410-1307112102 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452410-1307112102.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.22 2.05 1.95 3/527 10402
/proc/meminfo: memFree=24757352/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=10260 CPUtime=0 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 901440824 10506240 1517 33554432000 4194304 9128323 140736575628640 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10402/statm: 2565 1517 401 1205 0 1356 0

[startup+0.113525 s]
/proc/loadavg: 2.22 2.05 1.95 3/527 10402
/proc/meminfo: memFree=24757352/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=28096 CPUtime=0.1 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 6243 0 0 0 10 0 0 0 25 0 1 0 901440824 28770304 5868 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 7024 5868 641 1205 0 5815 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28096

[startup+0.200498 s]
/proc/loadavg: 2.22 2.05 1.95 3/527 10402
/proc/meminfo: memFree=24757352/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=28968 CPUtime=0.18 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 6472 0 0 0 18 0 0 0 25 0 1 0 901440824 29663232 6095 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 7242 6095 640 1205 0 6033 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 28968

[startup+0.300479 s]
/proc/loadavg: 2.22 2.05 1.95 3/527 10402
/proc/meminfo: memFree=24757352/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=28780 CPUtime=0.28 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 6529 0 0 0 28 0 0 0 25 0 1 0 901440824 29470720 6105 33554432000 4194304 9128323 140736575628640 18446744073709551615 7356813 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 7195 6105 644 1205 0 5986 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28780

[startup+0.70042 s]
/proc/loadavg: 2.22 2.05 1.95 3/527 10402
/proc/meminfo: memFree=24757352/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=47844 CPUtime=0.69 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 16040 0 0 0 66 3 0 0 25 0 1 0 901440824 48992256 10858 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 11961 10858 731 1205 0 10752 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47844

[startup+1.50032 s]
/proc/loadavg: 2.20 2.05 1.95 3/528 10403
/proc/meminfo: memFree=24667816/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=53992 CPUtime=1.49 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 19671 0 0 0 145 4 0 0 25 0 1 0 901440824 55287808 12353 33554432000 4194304 9128323 140736575628640 18446744073709551615 6637216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13498 12353 743 1205 0 12289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53992

[startup+3.10099 s]
/proc/loadavg: 2.20 2.05 1.95 3/528 10403
/proc/meminfo: memFree=24650896/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=53992 CPUtime=3.09 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 19687 0 0 0 304 5 0 0 25 0 1 0 901440824 55287808 12369 33554432000 4194304 9128323 140736575628640 18446744073709551615 5870744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13498 12369 746 1205 0 12289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53992

[startup+6.30047 s]
/proc/loadavg: 2.20 2.05 1.95 3/528 10403
/proc/meminfo: memFree=24639900/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=53992 CPUtime=6.29 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 19689 0 0 0 623 6 0 0 25 0 1 0 901440824 55287808 12371 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13498 12371 746 1205 0 12289 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53992

[startup+12.7004 s]
/proc/loadavg: 2.17 2.05 1.95 3/528 10404
/proc/meminfo: memFree=24637172/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=55016 CPUtime=12.69 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 20146 0 0 0 1259 10 0 0 25 0 1 0 901440824 56336384 12828 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13754 12828 748 1205 0 12545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55016

[startup+25.5011 s]
/proc/loadavg: 2.14 2.05 1.95 3/528 10404
/proc/meminfo: memFree=24636288/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=55016 CPUtime=25.49 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 20146 0 0 0 2530 19 0 0 25 0 1 0 901440824 56336384 12828 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13754 12828 748 1205 0 12545 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55016

[startup+51.1006 s]
/proc/loadavg: 2.09 2.04 1.95 3/528 10405
/proc/meminfo: memFree=24618296/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=55016 CPUtime=51.09 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 20147 0 0 0 5072 37 0 0 25 0 1 0 901440824 56336384 12829 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13754 12829 748 1205 0 12545 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55016

[startup+102.301 s]
/proc/loadavg: 2.18 2.07 1.96 3/528 10406
/proc/meminfo: memFree=24616444/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=55016 CPUtime=102.3 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 20151 0 0 0 10153 77 0 0 25 0 1 0 901440824 56336384 12833 33554432000 4194304 9128323 140736575628640 18446744073709551615 7327937 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13754 12833 749 1205 0 12545 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55016

[startup+162.301 s]
/proc/loadavg: 2.13 2.07 1.96 3/528 10407
/proc/meminfo: memFree=24615620/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=55016 CPUtime=162.29 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 20152 0 0 0 16106 123 0 0 25 0 1 0 901440824 56336384 12834 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13754 12834 749 1205 0 12545 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 55016

[startup+222.321 s]
/proc/loadavg: 2.05 2.05 1.96 3/528 10409
/proc/meminfo: memFree=24617172/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=55016 CPUtime=222.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 20154 0 0 0 22063 168 0 0 25 0 1 0 901440824 56336384 12836 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13754 12836 749 1205 0 12545 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 55016

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 1.96 3/528 10411
/proc/meminfo: memFree=24619340/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=53992 CPUtime=282.29 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 22938 0 0 0 28016 213 0 0 25 0 1 0 901440824 55287808 12615 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13498 12615 751 1205 0 12289 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 53992

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.96 3/528 10412
/proc/meminfo: memFree=24424980/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=53992 CPUtime=342.3 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 22938 0 0 0 33972 258 0 0 25 0 1 0 901440824 55287808 12615 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13498 12615 751 1205 0 12289 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 53992

[startup+402.301 s]
/proc/loadavg: 2.16 2.06 1.97 3/528 10414
/proc/meminfo: memFree=24451236/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=53992 CPUtime=402.3 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 22939 0 0 0 39925 305 0 0 25 0 1 0 901440824 55287808 12616 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13498 12616 751 1205 0 12289 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 53992

[startup+462.301 s]
/proc/loadavg: 2.13 2.06 1.98 3/528 10415
/proc/meminfo: memFree=24451164/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=54284 CPUtime=462.3 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 22966 0 0 0 45883 347 0 0 25 0 1 0 901440824 55586816 12643 33554432000 4194304 9128323 140736575628640 18446744073709551615 7358997 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13571 12643 751 1205 0 12362 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 54284

[startup+522.301 s]
/proc/loadavg: 2.05 2.05 1.98 3/528 10417
/proc/meminfo: memFree=24451360/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=54284 CPUtime=522.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 22976 0 0 0 51839 392 0 0 25 0 1 0 901440824 55586816 12653 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13571 12653 751 1205 0 12362 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 54284

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 1.98 3/528 10419
/proc/meminfo: memFree=24450932/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=54476 CPUtime=582.3 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 23005 0 0 0 57795 435 0 0 25 0 1 0 901440824 55783424 12682 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 13619 12682 751 1205 0 12410 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 54476

[startup+642.301 s]

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

[startup+882.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 10427
/proc/meminfo: memFree=24444548/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=60856 CPUtime=882.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 28282 0 0 0 87579 654 0 0 25 0 1 0 901440824 62316544 14273 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 15214 14273 757 1205 0 14005 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 60856

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 10428
/proc/meminfo: memFree=24430476/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=76732 CPUtime=942.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 31945 0 0 0 93534 697 0 0 25 0 1 0 901440824 78573568 17936 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 19183 17936 757 1205 0 17974 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 76732

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 10430
/proc/meminfo: memFree=24430428/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=76732 CPUtime=1002.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 31945 0 0 0 99490 741 0 0 25 0 1 0 901440824 78573568 17936 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 19183 17936 757 1205 0 17974 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 76732

[startup+1062.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 10431
/proc/meminfo: memFree=24430232/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=76732 CPUtime=1062.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 31948 0 0 0 105443 788 0 0 25 0 1 0 901440824 78573568 17939 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 19183 17939 757 1205 0 17974 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 76732

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/528 10433
/proc/meminfo: memFree=24429184/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1122.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 32988 0 0 0 111398 833 0 0 25 0 1 0 901440824 77697024 18106 33554432000 4194304 9128323 140736575628640 18446744073709551615 7112521 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18106 757 1205 0 17760 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 75876

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 10444
/proc/meminfo: memFree=24426436/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1182.31 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 32989 0 0 0 117354 877 0 0 25 0 1 0 901440824 77697024 18107 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18107 757 1205 0 17760 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 75876

[startup+1242.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/528 10445
/proc/meminfo: memFree=24426004/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1242.32 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 34596 0 0 0 123313 919 0 0 25 0 1 0 901440824 77697024 18107 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18107 757 1205 0 17760 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 75876

[startup+1302.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/528 10447
/proc/meminfo: memFree=24424956/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1302.32 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 34599 0 0 0 129271 961 0 0 25 0 1 0 901440824 77697024 18110 33554432000 4194304 9128323 140736575628640 18446744073709551615 7343129 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18110 757 1205 0 17760 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 75876

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/528 10448
/proc/meminfo: memFree=24425136/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1362.32 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 34600 0 0 0 135225 1007 0 0 25 0 1 0 901440824 77697024 18111 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18111 757 1205 0 17760 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 75876

[startup+1422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 10450
/proc/meminfo: memFree=24426452/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1422.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 34600 0 0 0 141184 1049 0 0 25 0 1 0 901440824 77697024 18111 33554432000 4194304 9128323 140736575628640 18446744073709551615 7313165 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18111 757 1205 0 17760 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 75876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 10452
/proc/meminfo: memFree=24425636/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=75876 CPUtime=1482.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 34603 0 0 0 147138 1095 0 0 25 0 1 0 901440824 77697024 18114 33554432000 4194304 9128323 140736575628640 18446744073709551615 7357359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 18969 18114 757 1205 0 17760 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 75876

[startup+1542.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 10453
/proc/meminfo: memFree=24425940/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=76788 CPUtime=1542.35 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 34763 0 0 0 153096 1139 0 0 25 0 1 0 901440824 78630912 18274 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 19197 18274 757 1205 0 17988 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 76788

[startup+1602.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/528 10455
/proc/meminfo: memFree=24425512/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=78136 CPUtime=1602.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 35159 0 0 0 159053 1180 0 0 25 0 1 0 901440824 80011264 18670 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 19534 18670 757 1205 0 18325 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 78136

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/528 10457
/proc/meminfo: memFree=24423576/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=80292 CPUtime=1662.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 35675 0 0 0 165013 1220 0 0 25 0 1 0 901440824 82219008 19184 33554432000 4194304 9128323 140736575628640 18446744073709551615 7357719 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 20073 19184 757 1205 0 18864 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 80292

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/528 10458
/proc/meminfo: memFree=24421416/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=82212 CPUtime=1722.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 36188 0 0 0 170968 1265 0 0 25 0 1 0 901440824 84185088 19697 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 20553 19697 757 1205 0 19344 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 82212

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 10460
/proc/meminfo: memFree=24419500/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=83280 CPUtime=1782.33 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 36430 0 0 0 176923 1310 0 0 25 0 1 0 901440824 85278720 19939 33554432000 4194304 9128323 140736575628640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 20820 19939 757 1205 0 19611 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 83280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 10461
/proc/meminfo: memFree=24915992/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=84616 CPUtime=1800.04 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 36765 0 0 0 178682 1322 0 0 25 0 1 0 901440824 86646784 20274 33554432000 4194304 9128323 140736575628640 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 21154 20274 757 1205 0 19945 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 10461
/proc/meminfo: memFree=24915992/32951124 swapFree=56241860/67111528
[pid=10402] ppid=10400 vsize=84616 CPUtime=1800.04 cores=0,2,4,6
/proc/10402/stat : 10402 (scip-2.0.1.4.li) R 10400 10402 5807 0 -1 4202496 36765 0 0 0 178682 1322 0 0 25 0 1 0 901440824 86646784 20274 33554432000 4194304 9128323 140736575628640 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10402/statm: 21154 20274 757 1205 0 19945 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1786.84
CPU system time (s): 13.227
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.84
system time used= 13.227
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36767
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= 3
involuntary context switches= 21513

runsolver used 10.1375 second user time and 20.9798 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 16:41:42
IDJOB=3452410
IDBENCH=48274
IDSOLVER=1949
FILE ID=node119/3452410-1307112102
RUNJOBID= node119-1307110299-10276
PBS_JOBID= 13497988
Free space on /tmp= 73620 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_4.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452410-1307112102/watcher-3452410-1307112102 -o /tmp/evaluation-result-3452410-1307112102/solver-3452410-1307112102 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452410-1307112102.opb -t 1800 -m 15500

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

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=1706464200

node119.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24760484 kB
Buffers:        201768 kB
Cached:         557752 kB
SwapCached:      59076 kB
Active:         922944 kB
Inactive:      6971336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24760484 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           25268 kB
Writeback:           0 kB
AnonPages:     7078924 kB
Mapped:          35572 kB
Slab:           148748 kB
PageTables:      79952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164133528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node119 at 2011-06-03 17:11:44