Trace number 3450753

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT-14 155.691 155.687

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 benchmark155.691
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.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3450753-1307111253.opb>
0.00/0.00	c original problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 865 constraints
0.00/0.00	c problem read
0.00/0.00	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.03	c (round 1) 0 del vars, 714 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 5012 impls, 99 clqs
0.00/0.03	c (round 2) 614 del vars, 714 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5012 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  614 deleted vars, 714 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  5012 implications, 0 cliques
0.00/0.04	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.04	c     100 constraints of type <knapsack>
0.00/0.04	c      50 constraints of type <setppc>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.1s|     1 |     0 |   382 |     - |2124k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.00/0.05	o -1
0.00/0.05	c R 0.1s|     1 |     0 |   382 |     - |2129k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
0.00/0.08	o -10
0.00/0.08	c y 0.1s|     1 |     0 |   382 |     - |2358k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.00/0.09	c   0.1s|     1 |     0 |   398 |     - |2374k|   0 | 100 | 100 | 156 | 100 | 167 |  16 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.09/0.10	c   0.1s|     1 |     0 |   402 |     - |2619k|   0 | 100 | 100 | 156 | 100 | 168 |  17 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.09/0.12	c   0.1s|     1 |     0 |   409 |     - |2824k|   0 | 100 | 100 | 156 | 100 | 173 |  22 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.09/0.14	c   0.1s|     1 |     0 |   414 |     - |2922k|   0 | 100 | 100 | 156 | 100 | 174 |  23 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.09/0.16	c   0.2s|     1 |     0 |   417 |     - |3031k|   0 | 100 | 100 | 156 | 100 | 176 |  25 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.09/0.18	c   0.2s|     1 |     0 |   421 |     - |3081k|   0 | 100 | 100 | 156 | 100 | 178 |  27 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
0.39/0.50	c   0.5s|     1 |     2 |   421 |     - |3082k|   0 | 100 | 100 | 156 | 100 | 178 |  27 |   0 |  30 |-2.500000e+01 |-1.000000e+01 |  60.00%
1.12/1.19	o -11
1.12/1.19	c p 1.2s|    27 |    18 |  1656 |  47.5 |3125k|  13 |   - | 100 | 156 | 100 | 165 |  27 |   0 | 418 |-2.458885e+01 |-1.100000e+01 |  55.26%
2.21/2.27	o -12
2.21/2.27	c * 2.3s|   201 |    82 |  6391 |  29.9 |3248k|  17 |   - | 100 | 156 | 100 | 165 |  27 |   0 | 769 |-2.394870e+01 |-1.200000e+01 |  49.89%
3.09/3.11	o -13
3.09/3.11	c l 3.1s|  1030 |   386 | 25571 |  24.4 |3869k|  45 |   - | 100 | 190 | 100 | 165 |  27 |  40 | 770 |-2.129065e+01 |-1.300000e+01 |  38.94%
14.21/14.24	c  14.2s| 10000 |  6230 |299717 |  29.9 |8947k|  45 |  41 | 100 | 409 | 100 | 165 |  27 | 418 | 775 |-1.876418e+01 |-1.300000e+01 |  30.72%
21.19/21.29	c  21.3s| 20000 |  9912 |475643 |  23.8 |  12M|  56 |  27 | 100 | 376 | 100 | 165 |  27 | 625 | 810 |-1.843953e+01 |-1.300000e+01 |  29.50%
26.99/27.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.99/27.09	c  27.1s| 30000 | 12446 |617057 |  20.6 |  15M|  58 |  22 | 100 | 333 | 100 | 165 |  27 | 799 | 909 |-1.825877e+01 |-1.300000e+01 |  28.80%
32.39/32.41	c  32.4s| 40000 | 14714 |744399 |  18.6 |  18M|  58 |   - | 100 | 388 | 100 | 165 |  27 |1001 | 998 |-1.810464e+01 |-1.300000e+01 |  28.20%
37.49/37.56	c  37.6s| 50000 | 16661 |867673 |  17.3 |  21M|  59 |   9 | 100 | 404 | 100 | 165 |  27 |1205 |1082 |-1.799230e+01 |-1.300000e+01 |  27.75%
37.49/37.57	o -14
37.49/37.57	c *37.6s| 50002 |  8386 |867675 |  17.3 |  12M|  59 |   - | 100 | 404 | 100 | 165 |  27 |1205 |1082 |-1.799230e+01 |-1.400000e+01 |  22.19%
42.59/42.60	c  42.6s| 60000 |  8984 |969243 |  16.1 |  13M|  59 |   - | 100 | 317 | 100 | 165 |  27 |1272 |1193 |-1.791059e+01 |-1.400000e+01 |  21.83%
47.49/47.50	c  47.5s| 70000 |  9516 |  1068k|  15.3 |  14M|  59 |   - | 100 | 321 | 100 | 165 |  27 |1355 |1299 |-1.783007e+01 |-1.400000e+01 |  21.48%
52.39/52.40	c  52.4s| 80000 | 10040 |  1167k|  14.6 |  15M|  59 |   - | 100 | 313 | 100 | 165 |  27 |1418 |1408 |-1.774002e+01 |-1.400000e+01 |  21.08%
57.10/57.21	c  57.2s| 90000 | 10500 |  1266k|  14.1 |  16M|  59 |   - | 100 | 310 | 100 | 165 |  27 |1477 |1533 |-1.766798e+01 |-1.400000e+01 |  20.76%
61.89/61.98	c  62.0s|100000 | 10850 |  1362k|  13.6 |  17M|  59 |  37 | 100 | 306 | 100 | 165 |  27 |1547 |1617 |-1.759906e+01 |-1.400000e+01 |  20.45%
66.59/66.61	c  66.6s|110000 | 11146 |  1454k|  13.2 |  18M|  59 |   - | 100 | 335 | 100 | 165 |  27 |1627 |1704 |-1.753303e+01 |-1.400000e+01 |  20.15%
71.19/71.21	c  71.2s|120000 | 11304 |  1545k|  12.9 |  18M|  59 |   - | 100 | 324 | 100 | 165 |  27 |1690 |1788 |-1.746270e+01 |-1.400000e+01 |  19.83%
75.69/75.73	c  75.7s|130000 | 11428 |  1633k|  12.6 |  19M|  59 |  34 | 100 | 313 | 100 | 165 |  27 |1739 |1879 |-1.739752e+01 |-1.400000e+01 |  19.53%
80.21/80.27	c  80.3s|140000 | 11528 |  1720k|  12.3 |  19M|  59 |  35 | 100 | 285 | 100 | 165 |  27 |1791 |1961 |-1.733239e+01 |-1.400000e+01 |  19.23%
84.89/84.93	c  84.9s|150000 | 11582 |  1811k|  12.1 |  19M|  59 |   - | 100 | 273 | 100 | 165 |  27 |1840 |2078 |-1.726032e+01 |-1.400000e+01 |  18.89%
89.40/89.45	c  89.5s|160000 | 11522 |  1899k|  11.9 |  20M|  59 |  36 | 100 | 271 | 100 | 165 |  27 |1876 |2164 |-1.720503e+01 |-1.400000e+01 |  18.63%
93.90/93.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.90/93.92	c  93.9s|170000 | 11336 |  1984k|  11.7 |  20M|  59 |   - | 100 | 266 | 100 | 165 |  27 |1909 |2255 |-1.714946e+01 |-1.400000e+01 |  18.36%
98.29/98.39	c  98.4s|180000 | 11058 |  2068k|  11.5 |  19M|  59 |  38 | 100 | 260 | 100 | 165 |  27 |1947 |2382 |-1.709321e+01 |-1.400000e+01 |  18.10%
102.70/102.77	c   103s|190000 | 10848 |  2150k|  11.3 |  20M|  59 |   - | 100 | 266 | 100 | 165 |  27 |1990 |2470 |-1.703499e+01 |-1.400000e+01 |  17.82%
107.09/107.16	c   107s|200000 | 10510 |  2231k|  11.2 |  19M|  59 |   - | 100 | 268 | 100 | 165 |  27 |2028 |2559 |-1.697059e+01 |-1.400000e+01 |  17.50%
111.49/111.54	c   112s|210000 | 10120 |  2312k|  11.0 |  19M|  59 |   - | 100 | 252 | 100 | 165 |  27 |2055 |2635 |-1.692060e+01 |-1.400000e+01 |  17.26%
115.89/115.94	c   116s|220000 |  9690 |  2394k|  10.9 |  19M|  59 |  33 | 100 | 246 | 100 | 165 |  27 |2093 |2712 |-1.686311e+01 |-1.400000e+01 |  16.98%
120.19/120.28	c   120s|230000 |  9218 |  2473k|  10.8 |  18M|  59 |   - | 100 | 244 | 100 | 165 |  27 |2126 |2825 |-1.679696e+01 |-1.400000e+01 |  16.65%
124.60/124.60	c   125s|240000 |  8742 |  2552k|  10.6 |  18M|  59 |   - | 100 | 235 | 100 | 165 |  27 |2155 |2898 |-1.672529e+01 |-1.400000e+01 |  16.29%
128.79/128.86	c   129s|250000 |  8134 |  2628k|  10.5 |  17M|  59 |   - | 100 | 224 | 100 | 165 |  27 |2172 |2975 |-1.664979e+01 |-1.400000e+01 |  15.91%
133.11/133.13	c   133s|260000 |  7416 |  2703k|  10.4 |  16M|  59 |  41 | 100 | 214 | 100 | 165 |  27 |2190 |3068 |-1.658484e+01 |-1.400000e+01 |  15.59%
137.30/137.40	c   137s|270000 |  6648 |  2779k|  10.3 |  15M|  59 |   - | 100 | 214 | 100 | 165 |  27 |2208 |3164 |-1.651144e+01 |-1.400000e+01 |  15.21%
141.50/141.55	c   142s|280000 |  5708 |  2851k|  10.2 |  14M|  59 |  38 | 100 | 203 | 100 | 165 |  27 |2223 |3229 |-1.642092e+01 |-1.400000e+01 |  14.74%
145.70/145.72	c   146s|290000 |  4632 |  2921k|  10.1 |  12M|  59 |  41 | 100 | 201 | 100 | 165 |  27 |2237 |3317 |-1.631303e+01 |-1.400000e+01 |  14.18%
149.80/149.85	c   150s|300000 |  3340 |  2990k|  10.0 |  10M|  59 |   - | 100 | 191 | 100 | 165 |  27 |2248 |3409 |-1.616527e+01 |-1.400000e+01 |  13.39%
153.80/153.83	c   154s|310000 |  1566 |  3052k|   9.8 |7808k|  59 |  38 | 100 | 192 | 100 | 165 |  27 |2266 |3490 |-1.590737e+01 |-1.400000e+01 |  11.99%
155.60/155.67	c 
155.60/155.67	c SCIP Status        : problem is solved [optimal solution found]
155.60/155.67	c Solving Time (sec) : 155.67
155.60/155.67	c Solving Nodes      : 314676
155.60/155.67	c Primal Bound       : -1.40000000000000e+01 (402 solutions)
155.60/155.67	c Dual Bound         : -1.40000000000000e+01
155.60/155.67	c Gap                : 0.00 %
155.60/155.67	s OPTIMUM FOUND
155.60/155.67	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 
155.60/155.67	v -x69 -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 
155.60/155.67	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 
155.60/155.67	v x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
155.60/155.67	c SCIP Status        : problem is solved [optimal solution found]
155.60/155.67	c Total Time         :     155.67
155.60/155.67	c   solving          :     155.67
155.60/155.67	c   presolving       :       0.03 (included in solving)
155.60/155.67	c   reading          :       0.00 (included in solving)
155.60/155.67	c Original Problem   :
155.60/155.67	c   Problem name     : HOME/instance-3450753-1307111253.opb
155.60/155.67	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
155.60/155.67	c   Constraints      : 865 initial, 865 maximal
155.60/155.67	c Presolved Problem  :
155.60/155.67	c   Problem name     : t_HOME/instance-3450753-1307111253.opb
155.60/155.67	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
155.60/155.67	c   Constraints      : 151 initial, 433 maximal
155.60/155.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
155.60/155.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   dualfix          :       0.00        614          0          0          0          0          0          0          0          0
155.60/155.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
155.60/155.67	c   pseudoboolean    :       0.00          0          0          0          0          0        714          0          0          0
155.60/155.67	c   root node        :          -          2          -          -          2          -          -          -          -          -
155.60/155.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
155.60/155.67	c   integral         :          0          0          0     162355          0        405          0        176        997          0          0     323086
155.60/155.67	c   knapsack         :        100          6     586062          2          0        400      31386        567     904760          0          0          0
155.60/155.67	c   setppc           :         50          6     584724          2          0        399       5783          0     116202          0          0          0
155.60/155.67	c   linear           :          1+         7     585494          2          0        399         19        281         38          0          0          0
155.60/155.67	c   logicor          :          0+         0     201929          0          0          0         50          2        978          0          0          0
155.60/155.67	c   countsols        :          0          0          0          2          0        403          0          0          0          0          0          0
155.60/155.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
155.60/155.67	c   integral         :       5.79       0.00       0.00       5.79       0.00       0.00       0.00
155.60/155.67	c   knapsack         :       3.28       0.00       3.26       0.00       0.00       0.01       0.01
155.60/155.67	c   setppc           :       0.45       0.00       0.45       0.00       0.00       0.00       0.00
155.60/155.67	c   linear           :       0.51       0.00       0.51       0.00       0.00       0.00       0.00
155.60/155.67	c   logicor          :       0.52       0.00       0.52       0.00       0.00       0.00       0.00
155.60/155.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
155.60/155.67	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
155.60/155.67	c   vbounds          :          0          0          0          0
155.60/155.67	c   rootredcost      :          5          0          0          0
155.60/155.67	c   pseudoobj        :     591408       3992        572       7177
155.60/155.67	c Propagator Timings :  TotalTime  Propagate    Resprop
155.60/155.67	c   vbounds          :       0.10       0.10       0.00
155.60/155.67	c   rootredcost      :       0.12       0.12       0.00
155.60/155.67	c   pseudoobj        :       1.12       1.11       0.01
155.60/155.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
155.60/155.67	c   propagation      :       0.05       1422       1412       7451       34.4          0        0.0          -
155.60/155.67	c   infeasible LP    :       0.01        425        425        867       17.8          0        0.0          0
155.60/155.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
155.60/155.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
155.60/155.67	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
155.60/155.67	c   applied globally :          -          -          -       2007       20.6          -          -          -
155.60/155.67	c   applied locally  :          -          -          -        269       41.4          -          -          -
155.60/155.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
155.60/155.67	c   cut pool         :       0.00          5          -          -         30          -    (maximal pool size: 312)
155.60/155.67	c   redcost          :       0.98     220750          0     195655          0          0
155.60/155.67	c   impliedbounds    :       0.00          6          0          0          0          0
155.60/155.67	c   intobj           :       0.00          0          0          0          0          0
155.60/155.67	c   gomory           :       0.03          6          0          0          0          0
155.60/155.67	c   cgmip            :       0.00          0          0          0          0          0
155.60/155.67	c   closecuts        :       0.00          0          0          0          0          0
155.60/155.67	c   strongcg         :       0.02          6          0          0        291          0
155.60/155.67	c   cmir             :       0.02          6          0          0         21          0
155.60/155.67	c   flowcover        :       0.02          6          0          0          0          0
155.60/155.67	c   clique           :       0.00          1          0          0          0          0
155.60/155.67	c   zerohalf         :       0.00          0          0          0          0          0
155.60/155.67	c   mcf              :       0.00          1          0          0          0          0
155.60/155.67	c   oddcycle         :       0.00          0          0          0          0          0
155.60/155.67	c   rapidlearning    :       0.02          1          0          0          0          5
155.60/155.67	c Pricers            :       Time      Calls       Vars
155.60/155.67	c   problem variables:       0.00          0          0
155.60/155.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
155.60/155.67	c   relpscost        :       5.70     162353        176        997          0          0     323086
155.60/155.67	c   pscost           :       0.00          0          0          0          0          0          0
155.60/155.67	c   inference        :       0.00          0          0          0          0          0          0
155.60/155.67	c   mostinf          :       0.00          0          0          0          0          0          0
155.60/155.67	c   leastinf         :       0.00          0          0          0          0          0          0
155.60/155.67	c   fullstrong       :       0.00          0          0          0          0          0          0
155.60/155.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
155.60/155.67	c   random           :       0.00          0          0          0          0          0          0
155.60/155.67	c Primal Heuristics  :       Time      Calls      Found
155.60/155.67	c   LP solutions     :       0.01          -          2
155.60/155.67	c   pseudo solutions :       0.00          -          0
155.60/155.67	c   feaspump         :       0.01          0          0
155.60/155.67	c   oneopt           :       0.07          5          0
155.60/155.67	c   crossover        :       0.22          1          0
155.60/155.67	c   linesearchdiving :       0.57        334          1
155.60/155.67	c   pscostdiving     :       0.78        334          1
155.60/155.67	c   fracdiving       :       0.58        334          0
155.60/155.67	c   veclendiving     :       0.78        334          0
155.60/155.67	c   guideddiving     :       0.59        334          0
155.60/155.67	c   coefdiving       :       0.79        335          0
155.60/155.67	c   rootsoldiving    :       0.54        168         75
155.60/155.67	c   objpscostdiving  :       1.09        168         80
155.60/155.67	c   trivial          :       0.00          2          1
155.60/155.67	c   shiftandpropagate:       0.00          0          0
155.60/155.67	c   simplerounding   :       0.04          0          0
155.60/155.67	c   zirounding       :       2.32          0          0
155.60/155.67	c   rounding         :       1.47      20259          1
155.60/155.67	c   shifting         :       3.72      18205        240
155.60/155.67	c   intshifting      :       0.00          0          0
155.60/155.67	c   twoopt           :       0.00          0          0
155.60/155.67	c   fixandinfer      :       0.00          0          0
155.60/155.67	c   clique           :       0.00          0          0
155.60/155.67	c   intdiving        :       0.00          0          0
155.60/155.67	c   actconsdiving    :       0.00          0          0
155.60/155.67	c   octane           :       0.00          0          0
155.60/155.67	c   rens             :       0.01          0          0
155.60/155.67	c   rins             :       0.00          0          0
155.60/155.67	c   localbranching   :       0.00          0          0
155.60/155.67	c   mutation         :       0.00          0          0
155.60/155.67	c   dins             :       0.00          0          0
155.60/155.67	c   vbounds          :       0.00          0          0
155.60/155.67	c   undercover       :       0.00          0          0
155.60/155.67	c   subnlp           :       0.05          0          0
155.60/155.67	c   trysol           :       0.06          0          0
155.60/155.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
155.60/155.67	c   primal LP        :       0.00          0          0       0.00          -
155.60/155.67	c   dual LP          :     108.17     332377    2943299       8.86   27210.19
155.60/155.67	c   lex dual LP      :       0.00          0          0       0.00          -
155.60/155.67	c   barrier LP       :       0.00          0          0       0.00          -
155.60/155.67	c   diving/probing LP:       4.52      28321     135613       4.79   29979.29
155.60/155.67	c   strong branching :       3.77       3544      83003      23.42   21989.57
155.60/155.67	c     (at root node) :          -         30       4623     154.10          -
155.60/155.67	c   conflict analysis:       0.00          0          0       0.00          -
155.60/155.67	c B&B Tree           :
155.60/155.67	c   number of runs   :          1
155.60/155.67	c   nodes            :     314676
155.60/155.67	c   nodes (total)    :     314676
155.60/155.67	c   nodes left       :          0
155.60/155.67	c   max depth        :         59
155.60/155.67	c   max depth (total):         59
155.60/155.67	c   backtracks       :      50110 (15.9%)
155.60/155.67	c   delayed cutoffs  :          1
155.60/155.67	c   repropagations   :       1652 (942 domain reductions, 0 cutoffs)
155.60/155.67	c   avg switch length:       7.26
155.60/155.67	c   switching time   :       6.70
155.60/155.67	c Solution           :
155.60/155.67	c   Solutions found  :        402 (7 improvements)
155.60/155.67	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
155.60/155.67	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 50002 nodes, 37.56 seconds, depth 30, found by <relaxation>)
155.60/155.67	c   Dual Bound       : -1.40000000000000e+01
155.60/155.67	c   Gap              :       0.00 %
155.60/155.67	c   Root Dual Bound  : -2.50000000000000e+01
155.60/155.67	c   Root Iterations  :        421
155.60/155.68	c Time complete: 155.68.

Verifier Data

OK	-14

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-3450753-1307111253/watcher-3450753-1307111253 -o /tmp/evaluation-result-3450753-1307111253/solver-3450753-1307111253 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450753-1307111253.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.06 2.06 1.94 2/575 25320
/proc/meminfo: memFree=23557116/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=19040 CPUtime=0 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 3785 0 0 0 0 0 0 0 25 0 1 0 822723038 19496960 3480 33554432000 4194304 9163163 140733729704608 18446744073709551615 6919008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 5031 3484 509 1214 0 3813 0

[startup+0.093701 s]
/proc/loadavg: 2.06 2.06 1.94 2/575 25320
/proc/meminfo: memFree=23557116/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=30960 CPUtime=0.08 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 7368 0 0 0 8 0 0 0 25 0 1 0 822723038 31703040 6357 33554432000 4194304 9163163 140733729704608 18446744073709551615 6495658 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7740 6357 725 1214 0 6522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30960

[startup+0.100698 s]
/proc/loadavg: 2.06 2.06 1.94 2/575 25320
/proc/meminfo: memFree=23557116/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=30960 CPUtime=0.09 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 7368 0 0 0 9 0 0 0 25 0 1 0 822723038 31703040 6357 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7740 6357 725 1214 0 6522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30960

[startup+0.300647 s]
/proc/loadavg: 2.06 2.06 1.94 2/575 25320
/proc/meminfo: memFree=23557116/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=31028 CPUtime=0.29 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 7572 0 0 0 29 0 0 0 25 0 1 0 822723038 31772672 6561 33554432000 4194304 9163163 140733729704608 18446744073709551615 7390889 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7757 6561 732 1214 0 6539 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31028

[startup+0.700575 s]
/proc/loadavg: 2.06 2.06 1.94 2/575 25320
/proc/meminfo: memFree=23557116/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=31028 CPUtime=0.69 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 7573 0 0 0 68 1 0 0 25 0 1 0 822723038 31772672 6562 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7757 6562 733 1214 0 6539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31028

[startup+1.50045 s]
/proc/loadavg: 2.06 2.06 1.94 3/576 25321
/proc/meminfo: memFree=23343088/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=31028 CPUtime=1.49 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 7574 0 0 0 147 2 0 0 25 0 1 0 822723038 31772672 6563 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7757 6563 734 1214 0 6539 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31028

[startup+3.10017 s]
/proc/loadavg: 2.06 2.06 1.94 3/576 25321
/proc/meminfo: memFree=23317544/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=31028 CPUtime=3.09 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 7712 0 0 0 303 6 0 0 25 0 1 0 822723038 31772672 6701 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7757 6701 737 1214 0 6539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31028

[startup+6.30059 s]
/proc/loadavg: 2.14 2.08 1.95 3/576 25321
/proc/meminfo: memFree=23260832/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=33584 CPUtime=6.29 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 8862 0 0 0 616 13 0 0 25 0 1 0 822723038 34390016 7420 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 8396 7420 741 1214 0 7178 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33584

[startup+12.7004 s]
/proc/loadavg: 2.13 2.08 1.95 3/576 25321
/proc/meminfo: memFree=23252932/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=31028 CPUtime=12.69 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 9443 0 0 0 1241 28 0 0 25 0 1 0 822723038 31772672 6797 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 7757 6797 741 1214 0 6539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31028

[startup+25.5011 s]
/proc/loadavg: 2.10 2.07 1.95 3/576 25321
/proc/meminfo: memFree=23217720/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=38512 CPUtime=25.49 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 16199 0 0 0 2485 64 0 0 25 0 1 0 822723038 39436288 8588 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 9628 8588 741 1214 0 8410 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38512

[startup+51.1004 s]
/proc/loadavg: 2.06 2.06 1.95 3/576 25322
/proc/meminfo: memFree=23201872/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=45012 CPUtime=51.09 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 29360 0 0 0 4981 128 0 0 25 0 1 0 822723038 46092288 10338 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11253 10338 741 1214 0 10035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45012

[startup+102.321 s]
/proc/loadavg: 2.03 2.05 1.95 3/576 25323
/proc/meminfo: memFree=23155516/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=102.31 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 32782 0 0 0 9970 261 0 0 25 0 1 0 822723038 47443968 10571 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10571 741 1214 0 10365 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 46332

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

[startup+127.9 s]
/proc/loadavg: 2.02 2.05 1.95 3/576 25324
/proc/meminfo: memFree=23167868/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=127.9 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 32782 0 0 0 12471 319 0 0 25 0 1 0 822723038 47443968 10571 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10571 741 1214 0 10365 0
Current children cumulated CPU time (s) 127.9
Current children cumulated vsize (KiB) 46332

[startup+140.701 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23159176/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=140.71 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 13718 353 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 140.71
Current children cumulated vsize (KiB) 46332

[startup+147.101 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23173684/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=147.09 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 14340 369 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 147.09
Current children cumulated vsize (KiB) 46332

[startup+150.3 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23174052/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=150.29 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 14652 377 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 5842623 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 150.29
Current children cumulated vsize (KiB) 46332

[startup+153.501 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23172068/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=153.49 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 14964 385 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 153.49
Current children cumulated vsize (KiB) 46332

[startup+154.301 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23172068/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=154.3 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 15043 387 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 154.3
Current children cumulated vsize (KiB) 46332

[startup+155.121 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23172056/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=155.12 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 15123 389 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 155.12
Current children cumulated vsize (KiB) 46332

[startup+155.5 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23172056/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=155.5 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 15160 390 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 155.5
Current children cumulated vsize (KiB) 46332

[startup+155.6 s]
/proc/loadavg: 2.01 2.04 1.95 3/576 25325
/proc/meminfo: memFree=23172056/32951124 swapFree=58940260/67111528
[pid=25320] ppid=25318 vsize=46332 CPUtime=155.6 cores=0,2,4,6
/proc/25320/stat : 25320 (scip-2.0.1.4b.l) R 25318 25320 23203 0 -1 4202496 34449 0 0 0 15170 390 0 0 25 0 1 0 822723038 47443968 10668 33554432000 4194304 9163163 140733729704608 18446744073709551615 5734407 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25320/statm: 11583 10668 741 1214 0 10365 0
Current children cumulated CPU time (s) 155.6
Current children cumulated vsize (KiB) 46332

Child status: 0
Real time (s): 155.687
CPU time (s): 155.691
CPU user time (s): 151.782
CPU system time (s): 3.90941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 51340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.782
system time used= 3.90941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34454
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= 5
involuntary context switches= 195

runsolver used 0.948855 second user time and 2.02969 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 16:27:33
IDJOB=3450753
IDBENCH=48277
IDSOLVER=1948
FILE ID=node139/3450753-1307111253
RUNJOBID= node139-1307109450-25184
PBS_JOBID= 13497985
Free space on /tmp= 73452 MiB

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

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

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=192618854

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23558264 kB
Buffers:        247304 kB
Cached:         600284 kB
SwapCached:       3628 kB
Active:        8601644 kB
Inactive:       488680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23558264 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           26048 kB
Writeback:           0 kB
AnonPages:     8240504 kB
Mapped:          34368 kB
Slab:           152676 kB
PageTables:      79092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170930704 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= 73440 MiB
End job on node139 at 2011-06-03 16:30:09