Trace number 3447457

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.08 1800.05

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-6.ucl--soft-0-100-0.wbo
MD5SUMb1fb405af1ad97be8e8be6f605703dc4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.018997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables719
Total number of constraints593
Number of soft constraints593
Number of constraints which are clauses371
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints222
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 31065
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 31064
Biggest number in a constraint 773
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2306
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.4 [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-3447457-1307901741.wbo>
0.00/0.01	c original problem has 1312 variables (1312 bin, 0 int, 0 impl, 0 cont) and 594 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	o 31064
0.01/0.02	c feasible solution found by trivial heuristic, objective value  3.106400e+04
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 115 chg sides, 230 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.01/0.02	c (round 2) 0 del vars, 1 del conss, 0 add conss, 593 chg bounds, 115 chg sides, 230 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.01/0.04	c    (0.0s) probing: 101/1312 (7.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.04	c presolving (3 rounds):
0.01/0.04	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 593 tightened bounds, 0 added holes, 115 changed sides, 230 changed coefficients
0.01/0.04	c  593 implications, 0 cliques
0.01/0.04	c presolved problem has 1905 variables (1312 bin, 0 int, 593 impl, 0 cont) and 1186 constraints
0.01/0.04	c     593 constraints of type <linear>
0.01/0.04	c     593 constraints of type <indicator>
0.01/0.04	c transformed objective value is always integral (scale: 1)
0.01/0.04	c Presolving Time: 0.03
0.01/0.04	c - non default parameters ----------------------------------------------------------------------
0.01/0.04	c # SCIP version 2.0.1.4
0.01/0.04	c 
0.01/0.04	c # frequency for displaying node information lines
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.04	c display/freq = 10000
0.01/0.04	c 
0.01/0.04	c # maximal time in seconds to run
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04	c limits/time = 1800
0.01/0.04	c 
0.01/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04	c limits/memory = 13950
0.01/0.04	c 
0.01/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.04	c # [type: int, range: [1,2], default: 1]
0.01/0.04	c timing/clocktype = 2
0.01/0.04	c 
0.01/0.04	c # belongs reading time to solving time?
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c timing/reading = TRUE
0.01/0.04	c 
0.01/0.04	c # should presolving try to simplify inequalities
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c constraints/linear/simplifyinequalities = TRUE
0.01/0.04	c 
0.01/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c constraints/indicator/addCouplingCons = TRUE
0.01/0.04	c 
0.01/0.04	c # should presolving try to simplify knapsacks
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.04	c 
0.01/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.04	c separating/rapidlearning/freq = 0
0.01/0.04	c 
0.01/0.04	c -----------------------------------------------------------------------------------------------
0.01/0.04	c start solving
0.01/0.04	c 
0.01/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.01/0.05	c t 0.0s|     1 |     0 |   172 |     - |5499k|   0 |  81 |1905 |1779 |1905 | 593 |   0 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   312 |     - |5998k|   0 | 103 |1905 |1779 |1905 | 721 | 128 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   539 |     - |6230k|   0 | 211 |1905 |1779 |1905 | 816 | 223 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |   757 |     - |6502k|   0 | 222 |1905 |1779 |1905 | 947 | 354 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |  1033 |     - |6758k|   0 | 260 |1905 |1779 |1905 |1035 | 442 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1385 |     - |6970k|   0 | 242 |1905 |1779 |1905 |1125 | 532 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |  1721 |     - |7182k|   0 | 286 |1905 |1779 |1905 |1199 | 606 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
1.09/1.16	c   1.2s|     1 |     2 |  1721 |     - |7253k|   0 | 286 |1905 |1779 |1905 |1199 | 606 |   0 |  33 | 0.000000e+00 | 3.106400e+04 |    Inf 
45.69/45.79	c  45.8s| 10000 |  9991 |199781 |  19.8 |  22M| 125 |  62 |1905 |1784 |1905 |1091 | 606 |   5 |4732 | 0.000000e+00 | 3.106400e+04 |    Inf 
72.99/73.07	c  73.1s| 20000 | 19989 |358867 |  17.9 |  33M| 125 |  30 |1905 |1790 |1905 |1091 | 606 |  11 |4990 | 0.000000e+00 | 3.106400e+04 |    Inf 
99.29/99.37	c  99.4s| 30000 | 29981 |504605 |  16.8 |  45M| 127 |  56 |1905 |1798 |1905 |1091 | 606 |  19 |6049 | 0.000000e+00 | 3.106400e+04 |    Inf 
125.59/125.63	c   126s| 40000 | 39971 |643267 |  16.0 |  56M| 139 |  38 |1905 |1804 |1905 |1091 | 606 |  25 |7147 | 0.000000e+00 | 3.106400e+04 |    Inf 
148.99/149.05	c   149s| 50000 | 49971 |756061 |  15.1 |  68M| 175 |  64 |1905 |1804 |1905 |1091 | 606 |  25 |8293 | 0.000000e+00 | 3.106400e+04 |    Inf 
171.79/171.82	c   172s| 60000 | 59965 |867203 |  14.4 |  79M| 175 |  85 |1905 |1807 |1905 |1091 | 606 |  28 |9169 | 0.000000e+00 | 3.106400e+04 |    Inf 
191.19/191.25	c   191s| 70000 | 69959 |959077 |  13.7 |  91M| 195 |  34 |1905 |1807 |1905 | 869 | 606 |  31 |  10k| 0.000000e+00 | 3.106400e+04 |    Inf 
203.99/204.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.99/204.07	c   204s| 80000 | 79957 |  1007k|  12.6 | 101M| 211 |  70 |1905 |1806 |1905 | 869 | 606 |  32 |  10k| 0.000000e+00 | 3.106400e+04 |    Inf 
215.49/215.58	c   216s| 90000 | 89957 |  1050k|  11.7 | 112M| 211 |   6 |1905 |1804 |1905 | 869 | 606 |  32 |  10k| 0.000000e+00 | 3.106400e+04 |    Inf 
226.79/226.89	c   227s|100000 | 99957 |  1094k|  10.9 | 123M| 211 |  29 |1905 |1804 |1905 | 869 | 636 |  32 |  11k| 0.000000e+00 | 3.106400e+04 |    Inf 
232.89/232.96	o 2197
232.89/232.96	c * 233s|105796 |105734 |  1118k|  10.6 | 129M| 215 |   - |1905 |1803 |1905 | 878 | 716 |  32 |  11k| 0.000000e+00 | 2.197000e+03 |    Inf 
244.99/245.08	c   245s|110000 |109938 |  1164k|  10.6 | 133M| 215 |  82 |1905 |1803 |1905 | 869 | 716 |  33 |  11k| 0.000000e+00 | 2.197000e+03 |    Inf 
272.50/272.52	c   273s|120000 |119938 |  1255k|  10.4 | 144M| 241 |  59 |1905 |1807 |1905 | 869 | 719 |  39 |  12k| 0.000000e+00 | 2.197000e+03 |    Inf 
291.50/291.57	c   292s|130000 |129936 |  1336k|  10.3 | 155M| 243 |  48 |1905 |1811 |1905 | 869 | 734 |  43 |  12k| 0.000000e+00 | 2.197000e+03 |    Inf 
308.60/308.69	c   309s|140000 |139936 |  1409k|  10.1 | 165M| 263 |  43 |1905 |1810 |1905 | 869 | 884 |  43 |  13k| 0.000000e+00 | 2.197000e+03 |    Inf 
325.40/325.49	c   325s|150000 |149936 |  1484k|   9.9 | 176M| 263 |  58 |1905 |1810 |1905 | 869 |1082 |  44 |  13k| 0.000000e+00 | 2.197000e+03 |    Inf 
340.30/340.30	c   340s|160000 |159932 |  1545k|   9.7 | 187M| 263 |  45 |1905 |1812 |1905 | 869 |1519 |  46 |  14k| 0.000000e+00 | 2.197000e+03 |    Inf 
355.10/355.12	c   355s|170000 |169932 |  1602k|   9.4 | 197M| 272 |  67 |1905 |1813 |1905 | 869 |1882 |  47 |  14k| 0.000000e+00 | 2.197000e+03 |    Inf 
368.70/368.79	c   369s|180000 |179932 |  1654k|   9.2 | 208M| 272 |   1 |1905 |1813 |1905 | 869 |2385 |  47 |  14k| 0.000000e+00 | 2.197000e+03 |    Inf 
382.30/382.38	c   382s|190000 |189932 |  1705k|   9.0 | 218M| 272 |  45 |1905 |1813 |1905 | 869 |2727 |  48 |  15k| 0.000000e+00 | 2.197000e+03 |    Inf 
396.80/396.82	c   397s|200000 |199932 |  1761k|   8.8 | 229M| 272 |  55 |1905 |1826 |1905 | 869 |2963 |  61 |  15k| 0.000000e+00 | 2.197000e+03 |    Inf 
411.10/411.15	c   411s|210000 |209932 |  1818k|   8.7 | 239M| 275 |  14 |1905 |1826 |1905 | 869 |3093 |  61 |  15k| 0.000000e+00 | 2.197000e+03 |    Inf 
424.60/424.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.60/424.66	c   425s|220000 |219932 |  1869k|   8.5 | 249M| 275 |  14 |1905 |1827 |1905 | 869 |3345 |  62 |  16k| 0.000000e+00 | 2.197000e+03 |    Inf 
439.00/439.03	c   439s|230000 |229932 |  1927k|   8.4 | 260M| 275 |  33 |1905 |1884 |1905 | 869 |3831 | 119 |  16k| 0.000000e+00 | 2.197000e+03 |    Inf 
455.10/455.16	c   455s|240000 |239932 |  1993k|   8.3 | 271M| 275 |  24 |1905 |1883 |1905 | 869 |4498 | 122 |  16k| 0.000000e+00 | 2.197000e+03 |    Inf 
470.39/470.47	c   470s|250000 |249932 |  2059k|   8.2 | 282M| 275 |  42 |1905 |1885 |1905 | 869 |4498 | 124 |  17k| 0.000000e+00 | 2.197000e+03 |    Inf 
485.20/485.22	c   485s|260000 |259932 |  2122k|   8.2 | 293M| 275 |  37 |1905 |1882 |1905 | 869 |4498 | 124 |  17k| 0.000000e+00 | 2.197000e+03 |    Inf 
501.09/501.13	c   501s|270000 |269932 |  2193k|   8.1 | 304M| 275 |  31 |1905 |1879 |1905 | 869 |4498 | 126 |  18k| 0.000000e+00 | 2.197000e+03 |    Inf 
515.59/515.68	c   516s|280000 |279932 |  2253k|   8.0 | 316M| 275 |  39 |1905 |1916 |1905 | 869 |4498 | 169 |  18k| 0.000000e+00 | 2.197000e+03 |    Inf 
531.40/531.48	c   531s|290000 |289932 |  2326k|   8.0 | 327M| 275 |  44 |1905 |1922 |1905 | 869 |4498 | 184 |  19k| 0.000000e+00 | 2.197000e+03 |    Inf 
545.20/545.26	c   545s|300000 |299932 |  2383k|   7.9 | 338M| 275 |  13 |1905 |1929 |1905 | 869 |4604 | 205 |  19k| 0.000000e+00 | 2.197000e+03 |    Inf 
559.20/559.27	c   559s|310000 |309928 |  2440k|   7.9 | 349M| 275 |  21 |1905 |1920 |1905 | 869 |4744 | 207 |  19k| 0.000000e+00 | 2.197000e+03 |    Inf 
572.79/572.83	c   573s|320000 |319928 |  2494k|   7.8 | 359M| 275 |  11 |1905 |1928 |1905 | 869 |4903 | 230 |  20k| 0.000000e+00 | 2.197000e+03 |    Inf 
586.40/586.47	c   586s|330000 |329928 |  2548k|   7.7 | 370M| 275 |  72 |1905 |1936 |1905 | 869 |5018 | 251 |  20k| 0.000000e+00 | 2.197000e+03 |    Inf 
600.90/600.92	c   601s|340000 |339928 |  2608k|   7.7 | 380M| 275 |  35 |1905 |1935 |1905 | 869 |5089 | 261 |  20k| 0.000000e+00 | 2.197000e+03 |    Inf 
614.60/614.66	c   615s|350000 |349928 |  2660k|   7.6 | 391M| 275 |  81 |1905 |1931 |1905 | 869 |5248 | 261 |  20k| 0.000000e+00 | 2.197000e+03 |    Inf 
628.90/628.90	c   629s|360000 |359926 |  2720k|   7.6 | 402M| 275 |  22 |1905 |1996 |1905 | 869 |5383 | 334 |  21k| 0.000000e+00 | 2.197000e+03 |    Inf 
642.20/642.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
642.20/642.25	c   642s|370000 |369924 |  2775k|   7.5 | 412M| 275 |  25 |1905 |2003 |1905 | 869 |5758 | 350 |  21k| 0.000000e+00 | 2.197000e+03 |    Inf 
657.10/657.19	c   657s|380000 |379924 |  2834k|   7.5 | 423M| 275 |  10 |1905 |2000 |1905 | 869 |6134 | 350 |  21k| 0.000000e+00 | 2.197000e+03 |    Inf 
670.00/670.07	c   670s|390000 |389924 |  2883k|   7.4 | 433M| 278 |  29 |1905 |1999 |1905 | 869 |6932 | 350 |  21k| 0.000000e+00 | 2.197000e+03 |    Inf 
685.20/685.25	c   685s|400000 |399924 |  2941k|   7.3 | 444M| 279 |   2 |1905 |2059 |1905 | 869 |7774 | 414 |  22k| 0.000000e+00 | 2.197000e+03 |    Inf 
698.90/698.91	c   699s|410000 |409924 |  2994k|   7.3 | 455M| 279 |  15 |1905 |2055 |1905 | 869 |8168 | 414 |  22k| 0.000000e+00 | 2.197000e+03 |    Inf 
713.40/713.45	c   713s|420000 |419924 |  3054k|   7.3 | 465M| 279 |   5 |1905 |2051 |1905 | 869 |8433 | 420 |  23k| 0.000000e+00 | 2.197000e+03 |    Inf 
726.60/726.66	c   727s|430000 |429924 |  3107k|   7.2 | 476M| 279 |  20 |1905 |2047 |1905 | 869 |9361 | 422 |  23k| 0.000000e+00 | 2.197000e+03 |    Inf 
741.41/741.45	c   741s|440000 |439922 |  3164k|   7.2 | 486M| 279 |  33 |1905 |2042 |1905 | 869 |9766 | 431 |  23k| 0.000000e+00 | 2.197000e+03 |    Inf 
755.20/755.28	c   755s|450000 |449922 |  3214k|   7.1 | 497M| 279 |  19 |1905 |2040 |1905 | 869 |  10k| 431 |  23k| 0.000000e+00 | 2.197000e+03 |    Inf 
768.30/768.35	c   768s|460000 |459922 |  3270k|   7.1 | 507M| 279 |   9 |1905 |2036 |1905 | 869 |  10k| 435 |  24k| 0.000000e+00 | 2.197000e+03 |    Inf 
779.20/779.21	c   779s|470000 |469922 |  3317k|   7.1 | 517M| 279 |   9 |1905 |2032 |1905 | 869 |  10k| 435 |  24k| 0.000000e+00 | 2.197000e+03 |    Inf 
790.01/790.09	c   790s|480000 |479920 |  3365k|   7.0 | 528M| 279 |   3 |1905 |2032 |1905 | 869 |  11k| 436 |  24k| 0.000000e+00 | 2.197000e+03 |    Inf 
802.70/802.78	c   803s|490000 |489920 |  3416k|   7.0 | 538M| 279 |  44 |1905 |2028 |1905 | 869 |  11k| 436 |  24k| 0.000000e+00 | 2.197000e+03 |    Inf 
818.80/818.86	c   819s|500000 |499920 |  3474k|   6.9 | 548M| 279 |  36 |1905 |2027 |1905 | 869 |  12k| 438 |  25k| 0.000000e+00 | 2.197000e+03 |    Inf 
833.41/833.44	c   833s|510000 |509920 |  3526k|   6.9 | 559M| 280 |  25 |1905 |2029 |1905 | 869 |  12k| 442 |  25k| 0.000000e+00 | 2.197000e+03 |    Inf 
848.51/848.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.51/848.54	c   849s|520000 |519920 |  3584k|   6.9 | 569M| 280 |  31 |1905 |2019 |1905 | 869 |  12k| 442 |  25k| 0.000000e+00 | 2.197000e+03 |    Inf 
866.60/866.67	c   867s|530000 |529920 |  3656k|   6.9 | 580M| 280 |  28 |1905 |2041 |1905 | 869 |  12k| 473 |  26k| 0.000000e+00 | 2.197000e+03 |    Inf 
881.01/881.03	c   881s|540000 |539920 |  3720k|   6.9 | 591M| 280 |  22 |1905 |2039 |1905 | 869 |  12k| 473 |  26k| 0.000000e+00 | 2.197000e+03 |    Inf 
895.00/895.03	c   895s|550000 |549920 |  3776k|   6.9 | 601M| 280 |   2 |1905 |2038 |1905 | 869 |  13k| 473 |  26k| 0.000000e+00 | 2.197000e+03 |    Inf 
910.31/910.32	c   910s|560000 |559920 |  3839k|   6.9 | 612M| 280 |  31 |1905 |2036 |1905 | 869 |  13k| 473 |  27k| 0.000000e+00 | 2.197000e+03 |    Inf 
924.30/924.39	c   924s|570000 |569920 |  3898k|   6.8 | 622M| 280 |  28 |1905 |2061 |1905 | 869 |  14k| 500 |  27k| 0.000000e+00 | 2.197000e+03 |    Inf 
938.20/938.28	c   938s|580000 |579920 |  3957k|   6.8 | 633M| 280 |  38 |1905 |2071 |1905 | 869 |  14k| 512 |  27k| 0.000000e+00 | 2.197000e+03 |    Inf 
952.40/952.50	c   952s|590000 |589920 |  4017k|   6.8 | 643M| 280 |   5 |1905 |2069 |1905 | 869 |  14k| 512 |  27k| 0.000000e+00 | 2.197000e+03 |    Inf 
967.11/967.18	c   967s|600000 |599920 |  4078k|   6.8 | 654M| 280 |  54 |1905 |2060 |1905 | 869 |  14k| 512 |  27k| 0.000000e+00 | 2.197000e+03 |    Inf 
981.11/981.15	c   981s|610000 |609920 |  4135k|   6.8 | 664M| 280 |  46 |1905 |2046 |1905 |1091 |  15k| 512 |  28k| 0.000000e+00 | 2.197000e+03 |    Inf 
994.80/994.80	c   995s|620000 |619920 |  4190k|   6.8 | 675M| 280 |   3 |1905 |2042 |1905 | 869 |  15k| 514 |  28k| 0.000000e+00 | 2.197000e+03 |    Inf 
1008.61/1008.63	c  1009s|630000 |629920 |  4244k|   6.7 | 685M| 280 |  30 |1905 |2040 |1905 | 869 |  15k| 517 |  28k| 0.000000e+00 | 2.197000e+03 |    Inf 
1022.00/1022.00	c  1022s|640000 |639920 |  4298k|   6.7 | 696M| 280 |  25 |1905 |2039 |1905 | 869 |  15k| 517 |  28k| 0.000000e+00 | 2.197000e+03 |    Inf 
1034.51/1034.56	c  1035s|650000 |649918 |  4351k|   6.7 | 706M| 280 |  34 |1905 |2037 |1905 | 869 |  16k| 518 |  29k| 0.000000e+00 | 2.197000e+03 |    Inf 
1046.90/1046.94	c  1047s|660000 |659918 |  4403k|   6.7 | 717M| 280 |  37 |1905 |2035 |1905 | 869 |  17k| 518 |  29k| 0.000000e+00 | 2.197000e+03 |    Inf 
1060.00/1060.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.00/1060.05	c  1060s|670000 |669918 |  4456k|   6.6 | 727M| 280 |  33 |1905 |2032 |1905 | 869 |  17k| 518 |  29k| 0.000000e+00 | 2.197000e+03 |    Inf 
1073.01/1073.02	c  1073s|680000 |679918 |  4513k|   6.6 | 737M| 281 |  31 |1905 |2028 |1905 | 869 |  17k| 518 |  29k| 0.000000e+00 | 2.197000e+03 |    Inf 
1086.71/1086.78	c  1087s|690000 |689918 |  4566k|   6.6 | 748M| 281 |  44 |1905 |2025 |1905 | 869 |  18k| 518 |  29k| 0.000000e+00 | 2.197000e+03 |    Inf 
1104.61/1104.60	c  1105s|700000 |699918 |  4634k|   6.6 | 758M| 281 |  10 |1905 |2048 |1905 | 869 |  18k| 551 |  29k| 0.000000e+00 | 2.197000e+03 |    Inf 
1118.71/1118.76	c  1119s|710000 |709918 |  4693k|   6.6 | 769M| 281 |  29 |1905 |2043 |1905 | 869 |  18k| 552 |  30k| 0.000000e+00 | 2.197000e+03 |    Inf 
1133.21/1133.26	c  1133s|720000 |719918 |  4750k|   6.6 | 779M| 281 |  30 |1905 |2037 |1905 | 869 |  19k| 552 |  30k| 0.000000e+00 | 2.197000e+03 |    Inf 
1147.01/1147.09	c  1147s|730000 |729918 |  4809k|   6.6 | 790M| 281 |  25 |1905 |2028 |1905 | 869 |  19k| 552 |  30k| 0.000000e+00 | 2.197000e+03 |    Inf 
1162.31/1162.33	c  1162s|740000 |739916 |  4871k|   6.6 | 800M| 281 | 169 |1905 |2021 |1905 |1091 |  19k| 553 |  31k| 0.000000e+00 | 2.197000e+03 |    Inf 
1176.81/1176.87	c  1177s|750000 |749916 |  4935k|   6.6 | 811M| 281 |  25 |1905 |2027 |1905 | 869 |  19k| 582 |  31k| 0.000000e+00 | 2.197000e+03 |    Inf 
1191.10/1191.18	c  1191s|760000 |759916 |  5000k|   6.6 | 821M| 281 |  30 |1905 |2020 |1905 | 869 |  20k| 583 |  31k| 0.000000e+00 | 2.197000e+03 |    Inf 
1205.71/1205.79	c  1206s|770000 |769916 |  5063k|   6.6 | 832M| 281 |  32 |1905 |2021 |1905 | 869 |  20k| 592 |  31k| 0.000000e+00 | 2.197000e+03 |    Inf 
1220.21/1220.22	c  1220s|780000 |779916 |  5130k|   6.6 | 843M| 281 |  31 |1905 |2011 |1905 | 869 |  20k| 594 |  32k| 0.000000e+00 | 2.197000e+03 |    Inf 
1233.81/1233.82	c  1234s|790000 |789916 |  5188k|   6.6 | 853M| 281 |  44 |1905 |2046 |1905 | 869 |  20k| 644 |  32k| 0.000000e+00 | 2.197000e+03 |    Inf 
1248.61/1248.65	c  1249s|800000 |799916 |  5256k|   6.6 | 864M| 281 |  30 |1905 |2031 |1905 | 869 |  20k| 644 |  32k| 0.000000e+00 | 2.197000e+03 |    Inf 
1263.51/1263.57	c  1264s|810000 |809916 |  5320k|   6.6 | 875M| 281 |  30 |1905 |2022 |1905 | 869 |  20k| 644 |  32k| 0.000000e+00 | 2.197000e+03 |    Inf 
1277.51/1277.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1277.51/1277.55	c  1278s|820000 |819916 |  5383k|   6.6 | 885M| 281 |  51 |1905 |2014 |1905 | 869 |  20k| 646 |  32k| 0.000000e+00 | 2.197000e+03 |    Inf 
1292.41/1292.47	c  1292s|830000 |829916 |  5448k|   6.6 | 896M| 281 |  56 |1905 |2009 |1905 | 869 |  20k| 654 |  33k| 0.000000e+00 | 2.197000e+03 |    Inf 
1306.81/1306.86	c  1307s|840000 |839916 |  5514k|   6.6 | 907M| 281 |  31 |1905 |2061 |1905 | 869 |  20k| 715 |  33k| 0.000000e+00 | 2.197000e+03 |    Inf 
1320.81/1320.87	c  1321s|850000 |849916 |  5577k|   6.6 | 918M| 281 |  30 |1905 |2088 |1905 | 869 |  20k| 757 |  33k| 0.000000e+00 | 2.197000e+03 |    Inf 
1335.01/1335.05	c  1335s|860000 |859916 |  5642k|   6.6 | 928M| 281 |  27 |1905 |2094 |1905 | 869 |  20k| 773 |  33k| 0.000000e+00 | 2.197000e+03 |    Inf 
1349.51/1349.60	c  1350s|870000 |869916 |  5707k|   6.6 | 939M| 281 |  27 |1905 |2093 |1905 | 869 |  20k| 773 |  33k| 0.000000e+00 | 2.197000e+03 |    Inf 
1364.91/1364.90	c  1365s|880000 |879916 |  5780k|   6.6 | 950M| 281 |  50 |1905 |2091 |1905 | 869 |  20k| 773 |  34k| 0.000000e+00 | 2.197000e+03 |    Inf 
1378.91/1378.90	c  1379s|890000 |889916 |  5843k|   6.6 | 961M| 281 |  30 |1905 |2110 |1905 | 869 |  21k| 810 |  34k| 0.000000e+00 | 2.197000e+03 |    Inf 
1393.72/1393.74	c  1394s|900000 |899916 |  5909k|   6.6 | 971M| 281 |  48 |1905 |2096 |1905 | 869 |  21k| 812 |  34k| 0.000000e+00 | 2.197000e+03 |    Inf 
1408.61/1408.61	c  1409s|910000 |909916 |  5977k|   6.6 | 982M| 281 |  23 |1905 |2096 |1905 | 869 |  21k| 832 |  34k| 0.000000e+00 | 2.197000e+03 |    Inf 
1422.91/1422.95	c  1423s|920000 |919916 |  6041k|   6.6 | 993M| 281 |  26 |1905 |2086 |1905 | 869 |  21k| 832 |  35k| 0.000000e+00 | 2.197000e+03 |    Inf 
1437.72/1437.77	c  1438s|930000 |929916 |  6107k|   6.6 |1004M| 281 |  48 |1905 |2081 |1905 | 869 |  21k| 832 |  35k| 0.000000e+00 | 2.197000e+03 |    Inf 
1452.31/1452.32	c  1452s|940000 |939916 |  6173k|   6.6 |1014M| 281 |  34 |1905 |2093 |1905 | 869 |  21k| 884 |  35k| 0.000000e+00 | 2.197000e+03 |    Inf 
1467.32/1467.31	c  1467s|950000 |949916 |  6243k|   6.6 |1025M| 281 |  49 |1905 |2094 |1905 | 869 |  21k| 893 |  35k| 0.000000e+00 | 2.197000e+03 |    Inf 
1481.72/1481.77	c  1482s|960000 |959916 |  6307k|   6.6 |1036M| 281 |  31 |1905 |2110 |1905 | 869 |  21k| 922 |  35k| 0.000000e+00 | 2.197000e+03 |    Inf 
1496.21/1496.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1496.21/1496.27	c  1496s|970000 |969916 |  6374k|   6.6 |1047M| 281 |  43 |1905 |2095 |1905 | 869 |  21k| 922 |  35k| 0.000000e+00 | 2.197000e+03 |    Inf 
1511.42/1511.41	c  1511s|980000 |979916 |  6442k|   6.6 |1057M| 281 |  44 |1905 |2095 |1905 | 869 |  21k| 934 |  36k| 0.000000e+00 | 2.197000e+03 |    Inf 
1524.91/1524.94	c  1525s|990000 |989916 |  6504k|   6.6 |1068M| 281 |  32 |1905 |2119 |1905 | 869 |  21k| 970 |  36k| 0.000000e+00 | 2.197000e+03 |    Inf 
1539.71/1539.79	c  1540s|  1000k|999916 |  6571k|   6.6 |1079M| 281 |  29 |1905 |2120 |1905 | 869 |  21k| 994 |  36k| 0.000000e+00 | 2.197000e+03 |    Inf 
1555.12/1555.15	c  1555s|  1010k|  1009k|  6642k|   6.6 |1090M| 281 |  28 |1905 |2100 |1905 | 869 |  21k| 994 |  36k| 0.000000e+00 | 2.197000e+03 |    Inf 
1569.62/1569.62	c  1570s|  1020k|  1019k|  6708k|   6.6 |1100M| 281 |  48 |1905 |2095 |1905 | 869 |  21k| 996 |  36k| 0.000000e+00 | 2.197000e+03 |    Inf 
1584.51/1584.59	c  1585s|  1030k|  1029k|  6776k|   6.6 |1111M| 281 |  28 |1905 |2087 |1905 | 869 |  21k| 996 |  37k| 0.000000e+00 | 2.197000e+03 |    Inf 
1600.12/1600.15	c  1600s|  1040k|  1039k|  6850k|   6.6 |1122M| 281 |  28 |1905 |2080 |1905 | 869 |  21k|1000 |  37k| 0.000000e+00 | 2.197000e+03 |    Inf 
1614.91/1614.95	c  1615s|  1050k|  1049k|  6921k|   6.6 |1133M| 281 |  44 |1905 |2073 |1905 | 869 |  21k|1000 |  37k| 0.000000e+00 | 2.197000e+03 |    Inf 
1633.81/1633.84	c  1634s|  1060k|  1059k|  7029k|   6.6 |1144M| 281 |  30 |1905 |2062 |1905 | 869 |  21k|1001 |  37k| 0.000000e+00 | 2.197000e+03 |    Inf 
1653.92/1653.97	c  1654s|  1070k|  1069k|  7150k|   6.7 |1154M| 281 |  47 |1905 |2050 |1905 | 869 |  21k|1002 |  37k| 0.000000e+00 | 2.197000e+03 |    Inf 
1671.82/1671.83	c  1672s|  1080k|  1079k|  7252k|   6.7 |1165M| 281 |  30 |1905 |2041 |1905 | 869 |  21k|1003 |  38k| 0.000000e+00 | 2.197000e+03 |    Inf 
1688.53/1688.56	c  1689s|  1090k|  1089k|  7341k|   6.7 |1176M| 281 |  44 |1905 |2038 |1905 | 869 |  21k|1003 |  38k| 0.000000e+00 | 2.197000e+03 |    Inf 
1703.52/1703.59	c  1704s|  1100k|  1099k|  7417k|   6.7 |1187M| 281 |  30 |1905 |2038 |1905 | 869 |  21k|1004 |  38k| 0.000000e+00 | 2.197000e+03 |    Inf 
1718.52/1718.55	c  1719s|  1110k|  1109k|  7493k|   6.7 |1197M| 281 |   1 |1905 |2038 |1905 | 869 |  21k|1004 |  38k| 0.000000e+00 | 2.197000e+03 |    Inf 
1734.42/1734.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1734.42/1734.43	c  1734s|  1120k|  1119k|  7575k|   6.8 |1208M| 281 |  27 |1905 |2038 |1905 | 869 |  21k|1004 |  38k| 0.000000e+00 | 2.197000e+03 |    Inf 
1749.02/1749.06	c  1749s|  1130k|  1129k|  7643k|   6.8 |1219M| 281 |  29 |1905 |2050 |1905 | 869 |  21k|1021 |  39k| 0.000000e+00 | 2.197000e+03 |    Inf 
1765.11/1765.17	c  1765s|  1140k|  1139k|  7728k|   6.8 |1229M| 281 |  31 |1905 |2046 |1905 | 869 |  21k|1021 |  39k| 0.000000e+00 | 2.197000e+03 |    Inf 
1780.32/1780.36	c  1780s|  1150k|  1149k|  7805k|   6.8 |1240M| 281 |  25 |1905 |2046 |1905 | 869 |  21k|1022 |  39k| 0.000000e+00 | 2.197000e+03 |    Inf 
1794.91/1794.92	c  1795s|  1160k|  1159k|  7876k|   6.8 |1251M| 281 |  45 |1905 |2042 |1905 | 869 |  21k|1022 |  40k| 0.000000e+00 | 2.197000e+03 |    Inf 
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Solving Time (sec) : 1800.00
1800.01/1800.00	c Solving Nodes      : 1162979
1800.01/1800.00	c Primal Bound       : +2.19700000000000e+03 (101 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.00	s SATISFIABLE
1800.01/1800.00	v -x719 -x718 -x717 x716 x715 x714 x713 x712 x711 -x710 x709 x708 x707 x706 x705 -x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 
1800.01/1800.00	v x694 x693 x692 x691 x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 x680 -x679 -x678 -x677 -x676 -x675 x674 x673 
1800.01/1800.00	v x672 x671 x670 x669 x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 x658 -x657 x656 -x655 -x654 x653 x652 x651 x650 
1800.01/1800.00	v x649 x648 -x647 x646 x645 x644 x643 x642 x641 x640 x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 x630 x629 x628 -x627 
1800.01/1800.00	v x626 x625 x624 x623 x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 x612 -x611 x610 -x609 -x608 -x607 -x606 -x605 
1800.01/1800.00	v -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 -x585 -x584 -x583 
1800.01/1800.00	v -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 x565 x564 x563 x562 x561 
1800.01/1800.00	v -x560 x559 x558 -x557 -x556 -x555 -x554 -x553 x552 -x551 x550 -x549 -x548 -x547 x546 x545 x544 x543 x542 x541 x540 -x539 
1800.01/1800.00	v x538 -x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 -x522 x521 -x520 -x519 -x518 -x517 -x516 -x515 
1800.01/1800.00	v -x514 -x513 x512 x511 x510 -x509 x508 x507 x506 x505 x504 -x503 -x502 x501 x500 x499 x498 x497 -x496 -x495 x494 -x493 -x492 
1800.01/1800.00	v -x491 x490 -x489 x488 x487 x486 x485 x484 x483 x482 -x481 -x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 -x470 -x469 -x468 
1800.01/1800.00	v -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 x459 x458 x457 x456 x455 x454 x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 
1800.01/1800.00	v -x445 -x444 -x443 -x442 -x441 x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 x431 x430 x429 x428 x427 x426 x425 x424 
1800.01/1800.00	v x423 x422 x421 x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 -x401 
1800.01/1800.00	v -x400 -x399 -x398 -x397 -x396 -x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 
1800.01/1800.00	v x377 -x376 -x375 -x374 -x373 x372 -x371 x370 x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 -x361 x360 -x359 -x358 x357 x356 
1800.01/1800.00	v x355 x354 x353 -x352 -x351 -x350 x349 -x348 -x347 x346 x345 x344 x343 x342 x341 x340 -x339 x338 -x337 -x336 -x335 -x334 -x333 
1800.01/1800.00	v -x332 -x331 x330 x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 x319 x318 x317 x316 x315 x314 x313 x312 -x311 x310 
1800.01/1800.00	v x309 x308 x307 x306 x305 x304 -x303 -x302 x301 x300 x299 -x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 
1800.01/1800.00	v x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 x275 x274 x273 x272 x271 x270 -x269 x268 x267 x266 x265 x264 x263 
1800.01/1800.00	v x262 x261 x260 x259 -x258 x257 -x256 -x255 x254 x253 x252 x251 x250 x249 x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 
1800.01/1800.00	v -x239 x238 x237 x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 
1800.01/1800.00	v -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 
1800.01/1800.00	v -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 
1800.01/1800.00	v -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 x168 -x167 -x166 x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 
1800.01/1800.00	v -x154 x153 x152 x151 x150 x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 x133 
1800.01/1800.00	v -x132 -x131 -x130 x129 x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 x118 x117 -x116 -x115 -x114 x113 -x112 -x111 
1800.01/1800.00	v x110 -x109 -x108 -x107 x106 x105 -x104 x103 -x102 x101 -x100 -x99 -x98 x97 -x96 -x95 x94 x93 x92 x91 x90 -x89 -x88 -x87 x86 
1800.01/1800.00	v -x85 x84 -x83 -x82 x81 -x80 -x79 -x78 x77 -x76 -x75 x74 -x73 -x72 x71 -x70 x69 -x68 -x67 x66 -x65 -x64 -x63 x62 -x61 -x60 x59 
1800.01/1800.00	v -x58 -x57 x56 -x55 x54 x53 x52 -x51 x50 -x49 -x48 x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 x35 x34 x33 -x32 
1800.01/1800.00	v x31 -x30 x29 x28 x27 x26 -x25 -x24 -x23 x22 -x21 x20 -x19 x18 -x17 -x16 x15 -x14 -x13 x12 x11 x10 -x9 x8 -x7 -x6 x5 x4 x3 x2 
1800.01/1800.00	v x1 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Total Time         :    1800.00
1800.01/1800.00	c   solving          :    1800.00
1800.01/1800.00	c   presolving       :       0.03 (included in solving)
1800.01/1800.00	c   reading          :       0.01 (included in solving)
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-3447457-1307901741.wbo
1800.01/1800.00	c   Variables        : 1312 (1312 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 594 initial, 594 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-3447457-1307901741.wbo
1800.01/1800.00	c   Variables        : 1905 (1312 binary, 0 integer, 593 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 1186 initial, 2125 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.01          0          0          0        593          0          1          0        115        230
1800.01/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0    1196101          0      20977          0          0      11744          0          0    2325886
1800.01/1800.00	c   varbound         :          0+         6    2417250      21414          1          0        649          1       1175      21512          0          0
1800.01/1800.00	c   linear           :        593          6    2417456          1          1      20973       9975        121     465377          0          0          0
1800.01/1800.00	c   indicator        :        593          0    2417329      21414          1      20970       8760          0     357440          0          0          0
1800.01/1800.00	c   logicor          :          0+         0      17599          0          0          0          1          0          0          0          0          0
1800.01/1800.00	c   bounddisjunction :          0+         0      26359          0          0          0          6         20       1187          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0          1          1        102          0          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.00	c   integral         :      70.27       0.00       0.00      70.26       0.00       0.01       0.00
1800.01/1800.00	c   varbound         :      14.99       0.00      14.68       0.30       0.00       0.00       0.00
1800.01/1800.00	c   linear           :      13.94       0.00      13.09       0.00       0.00       0.84       0.01
1800.01/1800.00	c   indicator        :      36.13       0.02      26.11       0.80       0.00       9.20       0.00
1800.01/1800.00	c   logicor          :       0.10       0.00       0.10       0.00       0.00       0.00       0.00
1800.01/1800.00	c   bounddisjunction :       0.05       0.00       0.05       0.00       0.00       0.00       0.00
1800.01/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :      35770        184          0      17830
1800.01/1800.00	c   rootredcost      :          1          0          0          0
1800.01/1800.00	c   pseudoobj        :    2417395        645        138          0
1800.01/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.00	c   vbounds          :       2.76       2.76       0.00
1800.01/1800.00	c   rootredcost      :       0.51       0.51       0.00
1800.01/1800.00	c   pseudoobj        :      26.62      26.62       0.01
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.00	c   propagation      :       0.03        280        280       1242       56.8          1       13.0          -
1800.01/1800.00	c   infeasible LP    :       0.00         30         30         34       10.9          0        0.0          0
1800.01/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.00	c   applied globally :          -          -          -       1022       54.7          -          -          -
1800.01/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.00	c   cut pool         :       0.00          5          -          -        189          -    (maximal pool size: 1371)
1800.01/1800.00	c   redcost          :      48.78    1192073          0          0          0          0
1800.01/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.00	c   gomory           :       0.06          6          0          0         60          0
1800.01/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.00	c   strongcg         :       0.05          6          0          0         52          0
1800.01/1800.00	c   cmir             :       0.20          6          0          0        618          0
1800.01/1800.00	c   flowcover        :       0.24          6          0          0       1021          0
1800.01/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.00	c   rapidlearning    :       0.05          1          0          0          0          0
1800.01/1800.00	c Pricers            :       Time      Calls       Vars
1800.01/1800.00	c   problem variables:       0.00          0          0
1800.01/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   relpscost        :      69.58    1174687          0      11744          0          0    2325886
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.01/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.00	c   LP solutions     :       0.00          -          1
1800.01/1800.00	c   pseudo solutions :       0.00          -          0
1800.01/1800.00	c   intshifting      :       0.01          0          0
1800.01/1800.00	c   feaspump         :       0.01          0          0
1800.01/1800.00	c   oneopt           :       0.30          1          0
1800.01/1800.00	c   crossover        :       0.62         16          0
1800.01/1800.00	c   rootsoldiving    :       3.82        244          0
1800.01/1800.00	c   objpscostdiving  :       9.56        260          0
1800.01/1800.00	c   veclendiving     :      91.55       1359          0
1800.01/1800.00	c   guideddiving     :      83.12       1670          0
1800.01/1800.00	c   linesearchdiving :      81.48       1722          0
1800.01/1800.00	c   pscostdiving     :     124.56       2024          0
1800.01/1800.00	c   fracdiving       :     122.92       2135          0
1800.01/1800.00	c   coefdiving       :     121.68       2260          0
1800.01/1800.00	c   trivial          :       0.00          2          1
1800.01/1800.00	c   shiftandpropagate:       0.00          0          0
1800.01/1800.00	c   simplerounding   :       1.86    1104659          0
1800.01/1800.00	c   zirounding       :       0.26       1000          0
1800.01/1800.00	c   rounding         :       0.78      14861          0
1800.01/1800.00	c   shifting         :       3.47       4810          0
1800.01/1800.00	c   twoopt           :       0.00          0          0
1800.01/1800.00	c   fixandinfer      :       0.00          0          0
1800.01/1800.00	c   clique           :       0.00          0          0
1800.01/1800.00	c   intdiving        :       0.00          0          0
1800.01/1800.00	c   actconsdiving    :       0.00          0          0
1800.01/1800.00	c   octane           :       0.00          0          0
1800.01/1800.00	c   rens             :       0.03          1          0
1800.01/1800.00	c   rins             :       0.00          0          0
1800.01/1800.00	c   localbranching   :       0.00          0          0
1800.01/1800.00	c   mutation         :       0.00          0          0
1800.01/1800.00	c   dins             :       0.00          0          0
1800.01/1800.00	c   vbounds          :       0.00          0          0
1800.01/1800.00	c   undercover       :       0.00          0          0
1800.01/1800.00	c   subnlp           :       0.16          0          0
1800.01/1800.00	c   trysol           :       0.39      17632         99
1800.01/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.00	c   dual LP          :     678.65    1124717    5964947       5.30    8789.44
1800.01/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.00	c   diving/probing LP:     413.37     828832    1932970       2.33    4676.16
1800.01/1800.00	c   strong branching :      53.55      40475     282311       6.97    5271.44
1800.01/1800.00	c     (at root node) :          -         33       2875      87.12          -
1800.01/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.00	c B&B Tree           :
1800.01/1800.00	c   number of runs   :          1
1800.01/1800.00	c   nodes            :    1162979
1800.01/1800.00	c   nodes (total)    :    1162979
1800.01/1800.00	c   nodes left       :    1162893
1800.01/1800.00	c   max depth        :        281
1800.01/1800.00	c   max depth (total):        281
1800.01/1800.00	c   backtracks       :      26263 (2.3%)
1800.01/1800.00	c   delayed cutoffs  :          0
1800.01/1800.00	c   repropagations   :         31 (43 domain reductions, 0 cutoffs)
1800.01/1800.00	c   avg switch length:       2.89
1800.01/1800.00	c   switching time   :      47.94
1800.01/1800.00	c Solution           :
1800.01/1800.00	c   Solutions found  :        101 (2 improvements)
1800.01/1800.00	c   First Solution   : +3.10640000000000e+04   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.01/1800.00	c   Primal Bound     : +2.19700000000000e+03   (in run 1, after 105796 nodes, 232.96 seconds, depth 211, found by <relaxation>)
1800.01/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.00	c   Gap              :   infinite
1800.01/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.00	c   Root Iterations  :       1721

Verifier Data

OK	2197

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447457-1307901741/watcher-3447457-1307901741 -o /var/tmp/evaluation-result-3447457-1307901741/solver-3447457-1307901741 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447457-1307901741.wbo -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: 1.99 1.98 1.92 2/177 21629
/proc/meminfo: memFree=3168408/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=10300 CPUtime=0 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 1563 0 0 0 0 0 0 0 18 0 1 0 901772620 10547200 1517 33554432000 4194304 9128323 140733423237280 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21629/statm: 2575 1518 399 1205 0 1366 0

[startup+0.020249 s]
/proc/loadavg: 1.99 1.98 1.92 2/177 21629
/proc/meminfo: memFree=3168408/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=21384 CPUtime=0.01 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 4096 0 0 0 1 0 0 0 18 0 1 0 901772620 21897216 4049 33554432000 4194304 9128323 140733423237280 18446744073709551615 6886100 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 5346 4057 481 1205 0 4137 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21384

[startup+0.100264 s]
/proc/loadavg: 1.99 1.98 1.92 2/177 21629
/proc/meminfo: memFree=3168408/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=42928 CPUtime=0.09 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 9709 0 0 0 8 1 0 0 18 0 1 0 901772620 43958272 9374 33554432000 4194304 9128323 140733423237280 18446744073709551615 4342612 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 10732 9374 680 1205 0 9523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42928

[startup+0.301224 s]
/proc/loadavg: 1.99 1.98 1.92 2/177 21629
/proc/meminfo: memFree=3168408/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=29284 CPUtime=0.29 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 10509 0 0 0 28 1 0 0 18 0 1 0 901772620 29986816 6287 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 7321 6287 713 1205 0 6112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29284

[startup+0.701159 s]
/proc/loadavg: 1.99 1.98 1.92 2/177 21629
/proc/meminfo: memFree=3168408/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=34700 CPUtime=0.69 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 11692 0 0 0 68 1 0 0 18 0 1 0 901772620 35532800 7446 33554432000 4194304 9128323 140733423237280 18446744073709551615 8008910 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 8675 7446 719 1205 0 7466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34700

[startup+1.50103 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21630
/proc/meminfo: memFree=3126140/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=50856 CPUtime=1.49 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 15496 0 0 0 146 3 0 0 20 0 1 0 901772620 52076544 11222 33554432000 4194304 9128323 140733423237280 18446744073709551615 7192341 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 12714 11222 736 1205 0 11505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50856

[startup+3.10076 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21630
/proc/meminfo: memFree=3125768/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=50856 CPUtime=3.09 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 15496 0 0 0 304 5 0 0 25 0 1 0 901772620 52076544 11222 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 12714 11222 736 1205 0 11505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50856

[startup+6.30022 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21630
/proc/meminfo: memFree=3125148/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=50856 CPUtime=6.29 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 15496 0 0 0 621 8 0 0 25 0 1 0 901772620 52076544 11222 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 12714 11222 736 1205 0 11505 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50856

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21630
/proc/meminfo: memFree=3122968/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=50856 CPUtime=12.69 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 15576 0 0 0 1255 14 0 0 25 0 1 0 901772620 52076544 11302 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 12714 11302 738 1205 0 11505 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50856

[startup+25.501 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21631
/proc/meminfo: memFree=3119844/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=49352 CPUtime=25.5 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 19086 0 0 0 2527 23 0 0 25 0 1 0 901772620 50536448 11234 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 12338 11234 746 1205 0 11129 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 49352

[startup+51.1007 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21631
/proc/meminfo: memFree=3110548/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=53028 CPUtime=51.09 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 19995 0 0 0 5063 46 0 0 25 0 1 0 901772620 54300672 12143 33554432000 4194304 9128323 140733423237280 18446744073709551615 7192174 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 13257 12143 746 1205 0 12048 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53028

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21633
/proc/meminfo: memFree=3080056/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=75456 CPUtime=102.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 32692 0 0 0 10142 88 0 0 25 0 1 0 901772620 77266944 17847 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 18864 17847 746 1205 0 17655 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75456

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21637
/proc/meminfo: memFree=3041636/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=103688 CPUtime=162.29 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 43436 0 0 0 16095 134 0 0 25 0 1 0 901772620 106176512 24943 33554432000 4194304 9128323 140733423237280 18446744073709551615 6856712 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 25922 24943 746 1205 0 24713 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103688

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21639
/proc/meminfo: memFree=2991760/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=148380 CPUtime=222.29 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 54261 0 0 0 22054 175 0 0 25 0 1 0 901772620 151941120 35767 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 37095 35767 746 1205 0 35886 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 148380

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.93 3/178 21640
/proc/meminfo: memFree=2957988/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=180712 CPUtime=282.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 82848 0 0 0 28010 220 0 0 25 0 1 0 901772620 185049088 43929 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 45178 43929 747 1205 0 43969 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 180712

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.93 3/178 21642
/proc/meminfo: memFree=2913068/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=218352 CPUtime=342.29 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 99494 0 0 0 33967 262 0 0 25 0 1 0 901772620 223592448 53483 33554432000 4194304 9128323 140733423237280 18446744073709551615 7192212 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 54588 53483 747 1205 0 53379 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 218352

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 21644
/proc/meminfo: memFree=2865548/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=265796 CPUtime=402.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 110496 0 0 0 39924 306 0 0 25 0 1 0 901772620 272175104 64485 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 66449 64485 747 1205 0 65240 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 265796

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21645
/proc/meminfo: memFree=2816908/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=308788 CPUtime=462.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 125011 0 0 0 45882 348 0 0 25 0 1 0 901772620 316198912 75391 33554432000 4194304 9128323 140733423237280 18446744073709551615 7191238 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 77197 75391 747 1205 0 75988 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 308788

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21647
/proc/meminfo: memFree=2770120/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=355024 CPUtime=522.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 136913 0 0 0 51837 393 0 0 25 0 1 0 901772620 363544576 87115 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 88756 87115 747 1205 0 87547 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 355024

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21648
/proc/meminfo: memFree=2724568/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=398604 CPUtime=582.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 151429 0 0 0 57791 439 0 0 25 0 1 0 901772620 408170496 98176 33554432000 4194304 9128323 140733423237280 18446744073709551615 7414868 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 99651 98176 766 1205 0 98442 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 398604

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21655
/proc/meminfo: memFree=2537796/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=587340 CPUtime=822.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 198080 0 0 0 81616 614 0 0 25 0 1 0 901772620 601436160 143979 33554432000 4194304 9128323 140733423237280 18446744073709551615 7192254 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 146835 143979 753 1205 0 145626 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 587340

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21656
/proc/meminfo: memFree=2479712/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=628424 CPUtime=882.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 211691 0 0 0 87572 658 0 0 25 0 1 0 901772620 643506176 154416 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 157106 154416 747 1205 0 155897 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 628424

[startup+942.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 21658
/proc/meminfo: memFree=2452252/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=670592 CPUtime=942.3 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 222434 0 0 0 93531 699 0 0 25 0 1 0 901772620 686686208 165144 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 167648 165144 760 1205 0 166439 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 670592

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 21660
/proc/meminfo: memFree=2406580/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=714468 CPUtime=1002.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 233557 0 0 0 99490 741 0 0 25 0 1 0 901772620 731615232 176254 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 178617 176254 747 1205 0 177408 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 714468

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21661
/proc/meminfo: memFree=2358056/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=761856 CPUtime=1062.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 245596 0 0 0 105444 787 0 0 25 0 1 0 901772620 780140544 188293 33554432000 4194304 9128323 140733423237280 18446744073709551615 7414747 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 190464 188293 747 1205 0 189255 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 761856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21663
/proc/meminfo: memFree=2314500/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=803588 CPUtime=1122.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 256172 0 0 0 111401 830 0 0 25 0 1 0 901772620 822874112 198869 33554432000 4194304 9128323 140733423237280 18446744073709551615 6505895 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 200897 198869 747 1205 0 199688 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 803588

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21664
/proc/meminfo: memFree=2272052/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=844672 CPUtime=1182.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 266647 0 0 0 117354 877 0 0 25 0 1 0 901772620 864944128 209303 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 211168 209303 747 1205 0 209959 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 844672

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21666
/proc/meminfo: memFree=2225388/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=889000 CPUtime=1242.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 277908 0 0 0 123309 922 0 0 25 0 1 0 901772620 910336000 220564 33554432000 4194304 9128323 140733423237280 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 222250 220564 747 1205 0 221041 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 889000

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21668
/proc/meminfo: memFree=2181208/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=932180 CPUtime=1302.32 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 288848 0 0 0 129266 966 0 0 25 0 1 0 901772620 954552320 231504 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 233045 231504 747 1205 0 231836 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 932180

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21669
/proc/meminfo: memFree=2135540/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=976664 CPUtime=1362.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 300186 0 0 0 135217 1014 0 0 25 0 1 0 901772620 1000103936 242831 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 244166 242831 747 1205 0 242957 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 976664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21671
/proc/meminfo: memFree=2093204/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1018856 CPUtime=1422.32 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 310926 0 0 0 141171 1061 0 0 25 0 1 0 901772620 1043308544 253499 33554432000 4194304 9128323 140733423237280 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 254714 253499 747 1205 0 253505 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1018856

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 21672
/proc/meminfo: memFree=2048148/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1063020 CPUtime=1482.32 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 325139 0 0 0 147125 1107 0 0 25 0 1 0 901772620 1088532480 264665 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 265755 264665 747 1205 0 264546 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1063020

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 21674
/proc/meminfo: memFree=2003088/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1121156 CPUtime=1542.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 335806 0 0 0 153077 1154 0 0 25 0 1 0 901772620 1148063744 275303 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 280289 275303 747 1205 0 279080 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 1121156

[startup+1602.3 s]
/proc/loadavg: 1.42 1.85 1.88 2/172 21701
/proc/meminfo: memFree=2207124/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1163056 CPUtime=1602.31 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 346478 0 0 0 159032 1199 0 0 25 0 1 0 901772620 1190969344 285947 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 290764 285947 768 1205 0 289555 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 1163056

[startup+1662.3 s]
/proc/loadavg: 1.14 1.68 1.82 2/172 21702
/proc/meminfo: memFree=2170748/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1198952 CPUtime=1662.32 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 355682 0 0 0 164982 1250 0 0 25 0 1 0 901772620 1227726848 295031 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 299738 295031 747 1205 0 298529 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1198952

[startup+1722.3 s]
/proc/loadavg: 1.06 1.56 1.77 2/172 21704
/proc/meminfo: memFree=2129292/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1239988 CPUtime=1722.32 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 366100 0 0 0 170933 1299 0 0 25 0 1 0 901772620 1269747712 305449 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 309997 305449 747 1205 0 308788 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 1239988

[startup+1782.3 s]
/proc/loadavg: 1.02 1.45 1.72 2/172 21705
/proc/meminfo: memFree=2088568/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1279796 CPUtime=1782.32 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 376230 0 0 0 176887 1345 0 0 25 0 1 0 901772620 1310511104 315579 33554432000 4194304 9128323 140733423237280 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21629/statm: 319949 315579 747 1205 0 318740 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 1279796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.01 1.43 1.70 2/172 21706
/proc/meminfo: memFree=2075284/32951124 swapFree=67054520/67111528
[pid=21629] ppid=21627 vsize=1292468 CPUtime=1800.02 cores=0,2,4,6
/proc/21629/stat : 21629 (scip-2.0.1.4.li) R 21627 21629 20310 0 -1 4202496 379411 0 0 0 178644 1358 0 0 18 0 1 0 901772620 1323487232 318760 33554432000 4194304 9128323 140733423237280 18446744073709551615 6890226 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21629/statm: 323117 318760 749 1205 0 321908 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1292468

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.08
CPU user time (s): 1786.44
CPU system time (s): 13.6359
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1292468

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

runsolver used 2.72458 second user time and 5.47217 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-12 20:02:21
IDJOB=3447457
IDBENCH=79320
IDSOLVER=1944
FILE ID=node130/3447457-1307901741
RUNJOBID= node130-1307897879-21246
PBS_JOBID= 13559576
Free space on /var/tmp= 2896 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-6.ucl--soft-0-100-0.wbo
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 /var/tmp/evaluation-result-3447457-1307901741/watcher-3447457-1307901741 -o /var/tmp/evaluation-result-3447457-1307901741/solver-3447457-1307901741 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447457-1307901741.wbo -t 1800 -m 15500

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

MD5SUM BENCH= b1fb405af1ad97be8e8be6f605703dc4
RANDOM SEED=609417253

node130.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.838
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.67
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.838
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.75
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3168852 kB
Buffers:         56308 kB
Cached:       28632156 kB
SwapCached:      10292 kB
Active:       14285436 kB
Inactive:     14592008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3168852 kB
SwapTotal:    67111528 kB
SwapFree:     67054520 kB
Dirty:           12244 kB
Writeback:           4 kB
AnonPages:      186536 kB
Mapped:          15896 kB
Slab:           839012 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   384568 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 /var/tmp at the end= 2896 MiB
End job on node130 at 2011-06-12 20:32:23