Trace number 3693047

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.71 1797.02

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693047-1338037636.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 302 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.04/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10152 impls, 200 clqs
0.09/0.11	c    (0.1s) probing: 51/1444 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.11	c presolving (2 rounds):
0.09/0.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  10152 implications, 200 cliques
0.09/0.11	c presolved problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1546 constraints
0.09/0.11	c       1 constraints of type <knapsack>
0.09/0.11	c     300 constraints of type <setppc>
0.09/0.11	c    1244 constraints of type <and>
0.09/0.11	c       1 constraints of type <linear>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.11
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.1.1.4
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1797
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.29/0.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c   0.4s|     1 |     0 |  1417 |     - |6729k|   0 | 608 |1444 |1560 |1444 |2790 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.87	c   3.9s|     1 |     0 | 19552 |     - |9036k|   0 | 605 |1444 |1562 |1444 |2824 |  34 |  16 |   0 | 0.000000e+00 |      --      |    Inf 
4.98/5.07	c   5.1s|     1 |     0 | 19682 |     - |  11M|   0 | 597 |1444 |1562 |1444 |2842 |  52 |  16 |   0 | 0.000000e+00 |      --      |    Inf 
6.08/6.18	c   6.2s|     1 |     0 | 19773 |     - |  13M|   0 | 597 |1444 |1562 |1444 |2848 |  58 |  16 |   0 | 0.000000e+00 |      --      |    Inf 
7.29/7.38	c   7.4s|     1 |     0 | 19906 |     - |  16M|   0 | 584 |1444 |1562 |1444 |2859 |  69 |  16 |   0 | 0.000000e+00 |      --      |    Inf 
8.58/8.64	c   8.6s|     1 |     0 | 19974 |     - |  19M|   0 | 586 |1444 |1562 |1444 |2869 |  79 |  16 |   0 | 0.000000e+00 |      --      |    Inf 
9.48/9.59	c   9.6s|     1 |     0 | 20038 |     - |  22M|   0 | 584 |1444 |1562 |1444 |2876 |  86 |  16 |   0 | 0.000000e+00 |      --      |    Inf 
13.68/13.73	c  13.7s|     1 |     2 | 20038 |     - |  22M|   0 | 584 |1444 |1562 |1444 |2876 |  86 |  16 |  24 | 0.000000e+00 |      --      |    Inf 
50.17/50.25	c  50.3s|   100 |    69 | 60892 | 412.7 |  22M|  21 |   - |1444 |1566 |1444 |1258 |4248 |  20 | 576 | 0.000000e+00 |      --      |    Inf 
67.66/67.75	c  67.8s|   200 |    99 |152309 | 664.7 |  22M|  29 | 576 |1444 |1598 |1444 |1180 |9837 |  52 | 625 | 0.000000e+00 |      --      |    Inf 
90.86/90.99	c  91.0s|   300 |   125 |249652 | 767.9 |  22M|  29 | 599 |1444 |1655 |1444 |1268 |  17k| 109 | 749 | 0.000000e+00 |      --      |    Inf 
115.04/115.15	c   115s|   400 |   163 |363578 | 861.0 |  22M|  29 | 576 |1444 |1709 |1444 |1328 |  26k| 165 | 815 | 0.000000e+00 |      --      |    Inf 
132.04/132.11	c   132s|   500 |   182 |442238 | 846.1 |  22M|  29 |   - |1444 |1779 |1444 |1217 |  30k| 235 | 891 | 0.000000e+00 |      --      |    Inf 
146.54/146.69	c   147s|   600 |   191 |521034 | 836.4 |  23M|  29 | 608 |1444 |1837 |1444 |1014 |  34k| 295 | 909 | 0.000000e+00 |      --      |    Inf 
167.63/167.70	c   168s|   700 |   234 |610155 | 844.2 |  23M|  29 | 583 |1444 |1904 |1444 |1281 |  41k| 362 |1034 | 0.000000e+00 |      --      |    Inf 
179.53/179.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.53/179.60	c   180s|   800 |   252 |672568 | 816.7 |  23M|  30 | 600 |1444 |1928 |1444 |1201 |  46k| 388 |1034 | 0.000000e+00 |      --      |    Inf 
196.92/197.01	c   197s|   900 |   271 |756077 | 818.7 |  23M|  30 |   - |1444 |1996 |1444 |1333 |  50k| 456 |1134 | 0.000000e+00 |      --      |    Inf 
209.73/209.80	c   210s|  1000 |   277 |813562 | 794.3 |  23M|  30 | 616 |1444 |2032 |1444 |1087 |  55k| 492 |1187 | 0.000000e+00 |      --      |    Inf 
221.71/221.85	c   222s|  1100 |   289 |879331 | 781.9 |  23M|  38 |   - |1444 |2098 |1444 |1240 |  59k| 558 |1205 | 0.000000e+00 |      --      |    Inf 
235.22/235.34	c   235s|  1200 |   294 |936613 | 764.4 |  23M|  39 |   - |1444 |2202 |1444 |1307 |  64k| 662 |1299 | 0.000000e+00 |      --      |    Inf 
246.62/246.72	c   247s|  1300 |   292 |990509 | 747.1 |  23M|  41 | 627 |1444 |2282 |1444 |1364 |  68k| 742 |1338 | 0.000000e+00 |      --      |    Inf 
254.91/255.09	c   255s|  1400 |   294 |  1034k| 724.9 |  23M|  41 |   - |1444 |2300 |1444 |1292 |  72k| 763 |1343 | 0.000000e+00 |      --      |    Inf 
268.12/268.23	c   268s|  1500 |   303 |  1090k| 713.9 |  23M|  41 | 616 |1444 |2342 |1444 |1275 |  76k| 806 |1416 | 0.000000e+00 |      --      |    Inf 
282.31/282.44	c   282s|  1600 |   311 |  1153k| 708.7 |  23M|  41 | 591 |1444 |2374 |1444 |1235 |  79k| 841 |1481 | 0.000000e+00 |      --      |    Inf 
295.71/295.85	c   296s|  1700 |   324 |  1227k| 711.0 |  24M|  41 |   - |1444 |2423 |1444 |1295 |  83k| 903 |1500 | 0.000000e+00 |      --      |    Inf 
307.41/307.51	c   308s|  1800 |   340 |  1289k| 705.6 |  24M|  41 |   - |1444 |2448 |1444 |1263 |  88k| 935 |1500 | 0.000000e+00 |      --      |    Inf 
317.41/317.50	c   318s|  1900 |   354 |  1342k| 696.2 |  24M|  41 | 605 |1444 |2484 |1444 |1290 |  92k| 976 |1500 | 0.000000e+00 |      --      |    Inf 
329.10/329.21	c   329s|  2000 |   350 |  1403k| 692.3 |  24M|  41 |   - |1444 |2509 |1444 |1300 |  97k|1011 |1500 | 0.000000e+00 |      --      |    Inf 
342.10/342.28	c   342s|  2100 |   362 |  1475k| 693.2 |  24M|  41 |   - |1444 |2541 |1444 |1219 | 102k|1056 |1500 | 0.000000e+00 |      --      |    Inf 
353.60/353.75	c   354s|  2200 |   365 |  1538k| 690.7 |  24M|  41 | 588 |1444 |2540 |1444 |1209 | 106k|1072 |1500 | 0.000000e+00 |      --      |    Inf 
369.10/369.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.10/369.24	c   369s|  2300 |   375 |  1613k| 693.1 |  24M|  41 | 598 |1444 |2564 |1444 |1231 | 111k|1106 |1555 | 0.000000e+00 |      --      |    Inf 
387.90/388.03	c   388s|  2400 |   399 |  1701k| 700.8 |  24M|  41 | 582 |1444 |2619 |1444 |1261 | 116k|1185 |1623 | 0.000000e+00 |      --      |    Inf 
399.99/400.19	c   400s|  2500 |   400 |  1755k| 694.3 |  24M|  41 |   - |1444 |2634 |1444 |1288 | 119k|1220 |1660 | 0.000000e+00 |      --      |    Inf 
410.79/410.98	c   411s|  2600 |   414 |  1810k| 689.0 |  24M|  41 | 597 |1444 |2646 |1444 |1180 | 124k|1243 |1660 | 0.000000e+00 |      --      |    Inf 
425.19/425.38	c   425s|  2700 |   420 |  1878k| 688.6 |  24M|  41 | 592 |1444 |2636 |1444 |1315 | 129k|1268 |1705 | 0.000000e+00 |      --      |    Inf 
441.19/441.30	c   441s|  2800 |   436 |  1947k| 688.7 |  24M|  41 | 649 |1444 |2610 |1444 |1413 | 135k|1292 |1778 | 0.000000e+00 |      --      |    Inf 
453.09/453.28	c   453s|  2900 |   444 |  2002k| 683.7 |  24M|  41 | 590 |1444 |2582 |1444 |1119 | 138k|1321 |1828 | 0.000000e+00 |      --      |    Inf 
464.58/464.72	c   465s|  3000 |   446 |  2064k| 681.9 |  24M|  41 |   - |1444 |2539 |1444 |1377 | 144k|1336 |1829 | 0.000000e+00 |      --      |    Inf 
477.77/477.99	c   478s|  3100 |   450 |  2134k| 682.2 |  25M|  41 | 644 |1444 |2512 |1444 |1248 | 148k|1381 |1850 | 0.000000e+00 |      --      |    Inf 
494.68/494.85	c   495s|  3200 |   454 |  2208k| 684.3 |  25M|  41 |   - |1444 |2483 |1444 |1399 | 154k|1413 |1912 | 0.000000e+00 |      --      |    Inf 
511.97/512.10	c   512s|  3300 |   470 |  2291k| 688.5 |  25M|  41 |   - |1444 |2477 |1444 |1385 | 158k|1457 |1975 | 0.000000e+00 |      --      |    Inf 
526.87/527.09	c   527s|  3400 |   479 |  2365k| 690.0 |  25M|  41 | 616 |1444 |2463 |1444 |1248 | 163k|1516 |2011 | 0.000000e+00 |      --      |    Inf 
538.87/539.02	c   539s|  3500 |   487 |  2429k| 688.5 |  25M|  41 | 593 |1444 |2448 |1444 |1180 | 167k|1561 |2011 | 0.000000e+00 |      --      |    Inf 
553.57/553.74	c   554s|  3600 |   493 |  2507k| 691.2 |  25M|  41 |   - |1444 |2451 |1444 |1252 | 172k|1604 |2029 | 0.000000e+00 |      --      |    Inf 
570.37/570.56	c   571s|  3700 |   502 |  2584k| 693.3 |  25M|  41 | 669 |1444 |2407 |1444 |1299 | 177k|1642 |2094 | 0.000000e+00 |      --      |    Inf 
587.06/587.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.06/587.23	c   587s|  3800 |   504 |  2654k| 693.5 |  25M|  41 |   - |1444 |2385 |1444 |1410 | 182k|1689 |2164 | 0.000000e+00 |      --      |    Inf 
601.36/601.53	c   602s|  3900 |   531 |  2725k| 693.8 |  25M|  41 |   - |1444 |2388 |1444 |1310 | 186k|1735 |2186 | 0.000000e+00 |      --      |    Inf 
614.46/614.61	c   615s|  4000 |   536 |  2798k| 694.8 |  25M|  41 | 622 |1444 |2381 |1444 |1143 | 190k|1788 |2186 | 0.000000e+00 |      --      |    Inf 
624.66/624.81	c   625s|  4100 |   548 |  2849k| 690.3 |  25M|  41 | 607 |1444 |2386 |1444 |1296 | 194k|1827 |2186 | 0.000000e+00 |      --      |    Inf 
636.85/637.03	c   637s|  4200 |   552 |  2904k| 686.9 |  25M|  41 |   - |1444 |2370 |1444 |1391 | 197k|1866 |2223 | 0.000000e+00 |      --      |    Inf 
649.25/649.41	c   649s|  4300 |   542 |  2957k| 683.4 |  25M|  41 |   - |1444 |2338 |1444 |1319 | 201k|1901 |2268 | 0.000000e+00 |      --      |    Inf 
661.25/661.41	c   661s|  4400 |   556 |  3011k| 680.1 |  25M|  41 |   - |1444 |2333 |1444 |1229 | 204k|1944 |2296 | 0.000000e+00 |      --      |    Inf 
674.05/674.22	c   674s|  4500 |   549 |  3074k| 678.9 |  25M|  41 |   - |1444 |2313 |1444 |1267 | 207k|1974 |2342 | 0.000000e+00 |      --      |    Inf 
685.65/685.80	c   686s|  4600 |   543 |  3139k| 678.3 |  25M|  41 | 611 |1444 |2316 |1444 |1146 | 210k|2056 |2355 | 0.000000e+00 |      --      |    Inf 
698.24/698.43	c   698s|  4700 |   549 |  3205k| 677.9 |  25M|  41 | 577 |1444 |2288 |1444 |1166 | 215k|2096 |2355 | 0.000000e+00 |      --      |    Inf 
710.25/710.47	c   710s|  4800 |   563 |  3275k| 678.4 |  25M|  41 |   - |1444 |2256 |1444 |1405 | 219k|2136 |2355 | 0.000000e+00 |      --      |    Inf 
721.04/721.22	c   721s|  4900 |   590 |  3323k| 674.3 |  25M|  41 |   - |1444 |2217 |1444 |1299 | 222k|2168 |2382 | 0.000000e+00 |      --      |    Inf 
733.04/733.27	c   733s|  5000 |   608 |  3377k| 671.7 |  25M|  41 | 565 |1444 |2225 |1444 |1202 | 227k|2192 |2427 | 0.000000e+00 |      --      |    Inf 
746.34/746.54	c   747s|  5100 |   612 |  3438k| 670.3 |  25M|  41 |   - |1444 |2219 |1444 |1302 | 232k|2229 |2477 | 0.000000e+00 |      --      |    Inf 
759.04/759.27	c   759s|  5200 |   612 |  3494k| 668.4 |  25M|  41 | 603 |1444 |2186 |1444 |1368 | 236k|2262 |2516 | 0.000000e+00 |      --      |    Inf 
771.53/771.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.53/771.71	c   772s|  5300 |   633 |  3565k| 669.1 |  25M|  41 | 570 |1444 |2150 |1444 |1255 | 240k|2297 |2525 | 0.000000e+00 |      --      |    Inf 
782.63/782.84	c   783s|  5400 |   633 |  3626k| 668.0 |  25M|  41 | 599 |1444 |2146 |1444 |1060 | 244k|2358 |2525 | 0.000000e+00 |      --      |    Inf 
792.33/792.50	c   792s|  5500 |   638 |  3676k| 664.9 |  25M|  41 |   - |1444 |2160 |1444 |1349 | 248k|2392 |2525 | 0.000000e+00 |      --      |    Inf 
804.62/804.80	c   805s|  5600 |   650 |  3735k| 663.6 |  26M|  41 |   - |1444 |2170 |1444 |1265 | 251k|2432 |2552 | 0.000000e+00 |      --      |    Inf 
815.93/816.19	c   816s|  5700 |   644 |  3784k| 660.5 |  26M|  41 | 619 |1444 |2195 |1444 |1306 | 254k|2488 |2588 | 0.000000e+00 |      --      |    Inf 
826.93/827.11	c   827s|  5800 |   646 |  3834k| 657.9 |  26M|  41 |   - |1444 |2206 |1444 |1327 | 259k|2504 |2624 | 0.000000e+00 |      --      |    Inf 
840.03/840.23	c   840s|  5900 |   646 |  3893k| 656.5 |  26M|  42 |   - |1444 |2211 |1444 |1307 | 263k|2532 |2671 | 0.000000e+00 |      --      |    Inf 
852.72/852.94	c   853s|  6000 |   645 |  3963k| 657.3 |  26M|  42 | 634 |1444 |2220 |1444 |1356 | 268k|2596 |2685 | 0.000000e+00 |      --      |    Inf 
864.72/864.91	c   865s|  6100 |   640 |  4028k| 657.2 |  26M|  42 |   - |1444 |2220 |1444 |1307 | 272k|2631 |2685 | 0.000000e+00 |      --      |    Inf 
875.62/875.82	c   876s|  6200 |   620 |  4090k| 656.7 |  26M|  42 |   - |1444 |2215 |1444 |1277 | 275k|2673 |2685 | 0.000000e+00 |      --      |    Inf 
889.41/889.60	c   890s|  6300 |   614 |  4159k| 657.2 |  26M|  42 | 597 |1444 |2209 |1444 |1169 | 279k|2726 |2721 | 0.000000e+00 |      --      |    Inf 
903.11/903.39	c   903s|  6400 |   607 |  4222k| 656.8 |  26M|  42 |   - |1444 |2232 |1444 |1349 | 283k|2784 |2760 | 0.000000e+00 |      --      |    Inf 
914.41/914.67	c   915s|  6500 |   611 |  4276k| 654.9 |  26M|  42 |   - |1444 |2244 |1444 |1363 | 287k|2813 |2797 | 0.000000e+00 |      --      |    Inf 
927.30/927.56	c   928s|  6600 |   597 |  4345k| 655.4 |  26M|  42 |   - |1444 |2288 |1444 |1227 | 289k|2884 |2827 | 0.000000e+00 |      --      |    Inf 
937.70/937.91	c   938s|  6700 |   583 |  4398k| 653.6 |  26M|  42 |   - |1444 |2316 |1444 |1346 | 293k|2930 |2842 | 0.000000e+00 |      --      |    Inf 
947.81/948.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
947.81/948.04	c   948s|  6800 |   575 |  4451k| 651.8 |  26M|  42 | 625 |1444 |2337 |1444 |1324 | 296k|2985 |2842 | 0.000000e+00 |      --      |    Inf 
957.50/957.74	c   958s|  6900 |   565 |  4503k| 649.9 |  26M|  42 |   - |1444 |2369 |1444 |1402 | 300k|3030 |2842 | 0.000000e+00 |      --      |    Inf 
970.01/970.24	c   970s|  7000 |   571 |  4567k| 649.7 |  26M|  42 | 625 |1444 |2370 |1444 |1329 | 304k|3056 |2860 | 0.000000e+00 |      --      |    Inf 
982.11/982.32	c   982s|  7100 |   572 |  4621k| 648.1 |  26M|  42 |   - |1444 |2366 |1444 |1304 | 308k|3085 |2883 | 0.000000e+00 |      --      |    Inf 
995.00/995.24	c   995s|  7200 |   575 |  4678k| 647.1 |  26M|  42 |   - |1444 |2392 |1444 |1248 | 312k|3140 |2922 | 0.000000e+00 |      --      |    Inf 
1007.49/1007.70	c  1008s|  7300 |   579 |  4732k| 645.6 |  26M|  42 | 654 |1444 |2407 |1444 |1394 | 316k|3173 |2961 | 0.000000e+00 |      --      |    Inf 
1021.80/1022.07	c  1022s|  7400 |   589 |  4811k| 647.6 |  26M|  42 |   - |1444 |2436 |1444 |1344 | 320k|3221 |2989 | 0.000000e+00 |      --      |    Inf 
1034.09/1034.32	c  1034s|  7500 |   579 |  4867k| 646.4 |  26M|  42 |   - |1444 |2444 |1444 |1298 | 323k|3271 |3010 | 0.000000e+00 |      --      |    Inf 
1044.29/1044.55	c  1045s|  7600 |   581 |  4925k| 645.6 |  26M|  42 | 558 |1444 |2456 |1444 |1195 | 327k|3307 |3010 | 0.000000e+00 |      --      |    Inf 
1055.28/1055.51	c  1056s|  7700 |   582 |  4988k| 645.3 |  26M|  42 |   - |1444 |2464 |1444 |1415 | 331k|3344 |3010 | 0.000000e+00 |      --      |    Inf 
1065.09/1065.35	c  1065s|  7800 |   584 |  5039k| 643.6 |  26M|  42 |   - |1444 |2492 |1444 |1330 | 335k|3396 |3010 | 0.000000e+00 |      --      |    Inf 
1078.08/1078.37	c  1078s|  7900 |   585 |  5099k| 643.0 |  26M|  42 |   - |1444 |2509 |1444 |1295 | 340k|3438 |3037 | 0.000000e+00 |      --      |    Inf 
1089.49/1089.76	c  1090s|  8000 |   579 |  5150k| 641.4 |  26M|  42 |   - |1444 |2530 |1444 |1368 | 343k|3483 |3067 | 0.000000e+00 |      --      |    Inf 
1101.88/1102.12	c  1102s|  8100 |   581 |  5207k| 640.5 |  26M|  42 | 609 |1444 |2527 |1444 |1166 | 348k|3513 |3095 | 0.000000e+00 |      --      |    Inf 
1114.48/1114.80	c  1115s|  8200 |   591 |  5268k| 640.1 |  26M|  42 |   - |1444 |2544 |1444 |1252 | 352k|3551 |3130 | 0.000000e+00 |      --      |    Inf 
1124.48/1124.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.48/1124.70	c  1125s|  8300 |   575 |  5314k| 637.9 |  26M|  42 |   - |1444 |2537 |1444 |1416 | 355k|3577 |3148 | 0.000000e+00 |      --      |    Inf 
1135.07/1135.32	c  1135s|  8400 |   584 |  5366k| 636.5 |  26M|  42 |   - |1444 |2564 |1444 |1191 | 359k|3635 |3166 | 0.000000e+00 |      --      |    Inf 
1146.78/1147.06	c  1147s|  8500 |   595 |  5424k| 635.9 |  26M|  42 | 599 |1444 |2560 |1444 |1200 | 363k|3679 |3184 | 0.000000e+00 |      --      |    Inf 
1157.27/1157.52	c  1158s|  8600 |   592 |  5480k| 635.0 |  26M|  42 |   - |1444 |2542 |1444 |1260 | 367k|3733 |3184 | 0.000000e+00 |      --      |    Inf 
1167.17/1167.44	c  1167s|  8700 |   589 |  5535k| 634.0 |  26M|  42 |   - |1444 |2550 |1444 |1333 | 371k|3776 |3184 | 0.000000e+00 |      --      |    Inf 
1175.96/1176.25	c  1176s|  8800 |   581 |  5582k| 632.2 |  26M|  42 | 598 |1444 |2554 |1444 |1352 | 374k|3817 |3184 | 0.000000e+00 |      --      |    Inf 
1187.06/1187.32	c  1187s|  8900 |   583 |  5632k| 630.7 |  26M|  42 | 567 |1444 |2568 |1444 |1201 | 378k|3856 |3213 | 0.000000e+00 |      --      |    Inf 
1198.96/1199.25	c  1199s|  9000 |   579 |  5691k| 630.2 |  26M|  42 | 589 |1444 |2608 |1444 |1152 | 381k|3928 |3240 | 0.000000e+00 |      --      |    Inf 
1211.66/1211.93	c  1212s|  9100 |   582 |  5751k| 629.9 |  26M|  42 | 581 |1444 |2598 |1444 |1140 | 385k|3970 |3267 | 0.000000e+00 |      --      |    Inf 
1222.26/1222.53	c  1223s|  9200 |   600 |  5798k| 628.2 |  26M|  42 | 601 |1444 |2659 |1444 |1322 | 389k|4042 |3288 | 0.000000e+00 |      --      |    Inf 
1231.57/1231.85	c  1232s|  9300 |   599 |  5840k| 625.9 |  26M|  42 |   - |1444 |2724 |1444 |1224 | 392k|4112 |3315 | 0.000000e+00 |      --      |    Inf 
1241.66/1241.98	c  1242s|  9400 |   601 |  5887k| 624.2 |  26M|  42 | 580 |1444 |2770 |1444 |1212 | 395k|4173 |3344 | 0.000000e+00 |      --      |    Inf 
1251.96/1252.21	c  1252s|  9500 |   605 |  5946k| 623.9 |  26M|  42 | 554 |1444 |2783 |1444 |1177 | 399k|4197 |3347 | 0.000000e+00 |      --      |    Inf 
1263.16/1263.46	c  1263s|  9600 |   605 |  6012k| 624.3 |  26M|  42 |   - |1444 |2821 |1444 |1310 | 402k|4243 |3347 | 0.000000e+00 |      --      |    Inf 
1271.65/1271.90	c  1272s|  9700 |   619 |  6057k| 622.5 |  26M|  42 |   - |1444 |2886 |1444 |1329 | 405k|4335 |3347 | 0.000000e+00 |      --      |    Inf 
1280.25/1280.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1280.25/1280.56	c  1281s|  9800 |   622 |  6101k| 620.6 |  26M|  42 |   - |1444 |2951 |1444 |1194 | 408k|4412 |3347 | 0.000000e+00 |      --      |    Inf 
1290.56/1290.82	c  1291s|  9900 |   634 |  6159k| 620.2 |  26M|  42 |   - |1444 |3008 |1444 |1259 | 412k|4502 |3347 | 0.000000e+00 |      --      |    Inf 
1303.26/1303.58	c  1304s| 10000 |   628 |  6217k| 619.8 |  26M|  42 |   - |1444 |3009 |1444 |1203 | 416k|4547 |3383 | 0.000000e+00 |      --      |    Inf 
1314.35/1314.65	c  1315s| 10100 |   638 |  6265k| 618.5 |  26M|  42 | 595 |1444 |3061 |1444 |1228 | 419k|4608 |3411 | 0.000000e+00 |      --      |    Inf 
1326.94/1327.27	c  1327s| 10200 |   634 |  6328k| 618.5 |  26M|  42 | 602 |1444 |3069 |1444 |1261 | 423k|4667 |3431 | 0.000000e+00 |      --      |    Inf 
1337.15/1337.50	c  1337s| 10300 |   644 |  6378k| 617.4 |  26M|  42 |   - |1444 |3103 |1444 |1376 | 426k|4720 |3448 | 0.000000e+00 |      --      |    Inf 
1347.64/1347.96	c  1348s| 10400 |   632 |  6426k| 616.0 |  26M|  42 | 574 |1444 |3046 |1444 |1330 | 429k|4783 |3480 | 0.000000e+00 |      --      |    Inf 
1358.15/1358.42	c  1358s| 10500 |   628 |  6474k| 614.8 |  26M|  42 | 617 |1444 |3027 |1444 |1270 | 433k|4832 |3498 | 0.000000e+00 |      --      |    Inf 
1368.14/1368.41	c  1368s| 10600 |   625 |  6520k| 613.3 |  26M|  42 | 588 |1444 |3010 |1444 |1244 | 437k|4854 |3518 | 0.000000e+00 |      --      |    Inf 
1378.24/1378.55	c  1379s| 10700 |   623 |  6581k| 613.3 |  26M|  42 | 592 |1444 |2974 |1444 |1226 | 441k|4866 |3518 | 0.000000e+00 |      --      |    Inf 
1388.54/1388.86	c  1389s| 10800 |   621 |  6638k| 612.8 |  26M|  42 |   - |1444 |2971 |1444 |1258 | 445k|4910 |3518 | 0.000000e+00 |      --      |    Inf 
1398.44/1398.75	c  1399s| 10900 |   620 |  6695k| 612.5 |  26M|  42 | 600 |1444 |2952 |1444 |1332 | 449k|4936 |3518 | 0.000000e+00 |      --      |    Inf 
1409.74/1410.10	c  1410s| 11000 |   628 |  6749k| 611.8 |  26M|  42 | 608 |1444 |2910 |1444 |1309 | 453k|4964 |3527 | 0.000000e+00 |      --      |    Inf 
1424.03/1424.32	c  1424s| 11100 |   634 |  6828k| 613.4 |  26M|  42 |   - |1444 |2948 |1444 |1274 | 456k|5082 |3554 | 0.000000e+00 |      --      |    Inf 
1435.53/1435.87	c  1436s| 11200 |   646 |  6882k| 612.8 |  26M|  42 | 569 |1444 |2935 |1444 |1226 | 460k|5118 |3572 | 0.000000e+00 |      --      |    Inf 
1444.23/1444.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1444.23/1444.52	c  1445s| 11300 |   647 |  6921k| 610.8 |  26M|  42 |   - |1444 |2918 |1444 |1368 | 462k|5168 |3587 | 0.000000e+00 |      --      |    Inf 
1455.13/1455.48	c  1455s| 11400 |   648 |  6968k| 609.5 |  26M|  42 | 608 |1444 |2901 |1444 |1396 | 466k|5216 |3615 | 0.000000e+00 |      --      |    Inf 
1467.52/1467.82	c  1468s| 11500 |   644 |  7034k| 610.0 |  26M|  42 | 553 |1444 |2911 |1444 |1335 | 469k|5290 |3633 | 0.000000e+00 |      --      |    Inf 
1479.33/1479.68	c  1480s| 11600 |   635 |  7090k| 609.6 |  26M|  42 |   - |1444 |2873 |1444 |1297 | 473k|5338 |3658 | 0.000000e+00 |      --      |    Inf 
1489.83/1490.10	c  1490s| 11700 |   635 |  7140k| 608.7 |  26M|  42 | 609 |1444 |2875 |1444 |1367 | 477k|5377 |3687 | 0.000000e+00 |      --      |    Inf 
1498.02/1498.35	c  1498s| 11800 |   641 |  7184k| 607.2 |  26M|  42 |   - |1444 |2880 |1444 |1236 | 480k|5407 |3687 | 0.000000e+00 |      --      |    Inf 
1508.72/1509.08	c  1509s| 11900 |   655 |  7243k| 607.0 |  26M|  42 |   - |1444 |2900 |1444 |1281 | 484k|5427 |3687 | 0.000000e+00 |      --      |    Inf 
1518.12/1518.46	c  1518s| 12000 |   642 |  7291k| 606.0 |  26M|  42 |   - |1444 |2909 |1444 |1407 | 488k|5447 |3687 | 0.000000e+00 |      --      |    Inf 
1527.52/1527.81	c  1528s| 12100 |   642 |  7342k| 605.2 |  26M|  42 | 605 |1444 |2931 |1444 |1347 | 491k|5513 |3687 | 0.000000e+00 |      --      |    Inf 
1536.11/1536.46	c  1536s| 12200 |   644 |  7387k| 603.9 |  26M|  42 |   - |1444 |2956 |1444 |1284 | 495k|5564 |3696 | 0.000000e+00 |      --      |    Inf 
1547.92/1548.21	c  1548s| 12300 |   656 |  7446k| 603.8 |  26M|  42 | 578 |1444 |3028 |1444 |1193 | 499k|5638 |3723 | 0.000000e+00 |      --      |    Inf 
1557.61/1557.97	c  1558s| 12400 |   654 |  7490k| 602.5 |  27M|  42 | 558 |1444 |3094 |1444 |1270 | 502k|5704 |3751 | 0.000000e+00 |      --      |    Inf 
1568.22/1568.51	c  1569s| 12500 |   652 |  7542k| 601.9 |  27M|  42 |   - |1444 |3106 |1444 |1230 | 505k|5759 |3760 | 0.000000e+00 |      --      |    Inf 
1580.60/1580.98	c  1581s| 12600 |   636 |  7599k| 601.6 |  26M|  42 | 618 |1444 |3083 |1444 |1368 | 508k|5794 |3787 | 0.000000e+00 |      --      |    Inf 
1591.81/1592.17	c  1592s| 12700 |   635 |  7652k| 601.1 |  26M|  42 | 590 |1444 |3100 |1444 |1252 | 512k|5853 |3805 | 0.000000e+00 |      --      |    Inf 
1602.00/1602.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1602.00/1602.30	c  1602s| 12800 |   627 |  7700k| 600.1 |  26M|  42 |   - |1444 |3111 |1444 |1370 | 515k|5912 |3826 | 0.000000e+00 |      --      |    Inf 
1613.70/1614.09	c  1614s| 12900 |   633 |  7753k| 599.5 |  27M|  42 | 602 |1444 |3087 |1444 |1191 | 519k|5943 |3844 | 0.000000e+00 |      --      |    Inf 
1623.00/1623.39	c  1623s| 13000 |   645 |  7801k| 598.6 |  27M|  42 |   - |1444 |3092 |1444 |1206 | 524k|5949 |3844 | 0.000000e+00 |      --      |    Inf 
1635.50/1635.87	c  1636s| 13100 |   639 |  7875k| 599.7 |  27M|  47 |   - |1444 |3142 |1444 |1290 | 528k|6006 |3844 | 0.000000e+00 |      --      |    Inf 
1645.20/1645.57	c  1646s| 13200 |   645 |  7924k| 598.9 |  27M|  47 |   - |1444 |3116 |1444 |1233 | 532k|6047 |3844 | 0.000000e+00 |      --      |    Inf 
1654.10/1654.44	c  1654s| 13300 |   640 |  7973k| 598.1 |  27M|  47 |   - |1444 |3118 |1444 |1292 | 535k|6088 |3844 | 0.000000e+00 |      --      |    Inf 
1663.79/1664.14	c  1664s| 13400 |   646 |  8026k| 597.5 |  27M|  47 |   - |1444 |3149 |1444 |1295 | 540k|6133 |3844 | 0.000000e+00 |      --      |    Inf 
1675.39/1675.76	c  1676s| 13500 |   657 |  8082k| 597.3 |  27M|  47 | 558 |1444 |3180 |1444 |1324 | 544k|6182 |3871 | 0.000000e+00 |      --      |    Inf 
1686.29/1686.67	c  1687s| 13600 |   657 |  8134k| 596.7 |  27M|  47 | 590 |1444 |3166 |1444 |1305 | 547k|6228 |3899 | 0.000000e+00 |      --      |    Inf 
1696.59/1696.91	c  1697s| 13700 |   661 |  8182k| 595.8 |  27M|  47 | 570 |1444 |3189 |1444 |1083 | 551k|6279 |3917 | 0.000000e+00 |      --      |    Inf 
1708.39/1708.76	c  1709s| 13800 |   656 |  8235k| 595.4 |  27M|  47 | 635 |1444 |3190 |1444 |1330 | 555k|6301 |3951 | 0.000000e+00 |      --      |    Inf 
1721.29/1721.67	c  1722s| 13900 |   654 |  8313k| 596.7 |  27M|  47 | 554 |1444 |3206 |1444 |1216 | 559k|6401 |3960 | 0.000000e+00 |      --      |    Inf 
1731.38/1731.76	c  1732s| 14000 |   645 |  8361k| 595.8 |  27M|  47 |   - |1444 |3208 |1444 |1248 | 562k|6438 |3978 | 0.000000e+00 |      --      |    Inf 
1741.68/1742.00	c  1742s| 14100 |   639 |  8409k| 595.0 |  27M|  47 |   - |1444 |3186 |1444 |1247 | 566k|6463 |3993 | 0.000000e+00 |      --      |    Inf 
1752.18/1752.57	c  1753s| 14200 |   633 |  8466k| 594.8 |  27M|  47 |   - |1444 |3166 |1444 |1255 | 569k|6512 |3995 | 0.000000e+00 |      --      |    Inf 
1760.99/1761.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1760.99/1761.35	c  1761s| 14300 |   629 |  8512k| 593.9 |  27M|  47 | 591 |1444 |3162 |1444 |1278 | 572k|6575 |3995 | 0.000000e+00 |      --      |    Inf 
1770.07/1770.47	c  1770s| 14400 |   615 |  8562k| 593.2 |  27M|  47 |   - |1444 |3081 |1444 |1340 | 575k|6606 |3995 | 0.000000e+00 |      --      |    Inf 
1779.68/1780.09	c  1780s| 14500 |   606 |  8615k| 592.9 |  26M|  47 | 633 |1444 |3072 |1444 |1292 | 579k|6661 |3995 | 0.000000e+00 |      --      |    Inf 
1789.28/1789.66	c  1790s| 14600 |   611 |  8667k| 592.3 |  27M|  47 |   - |1444 |3081 |1444 |1253 | 582k|6702 |3995 | 0.000000e+00 |      --      |    Inf 
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.01
1796.68/1797.00	c Solving Nodes      : 14676
1796.68/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.68/1797.00	c Gap                : infinite
1796.68/1797.00	s UNKNOWN
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Total Time         :    1797.01
1796.68/1797.00	c   solving          :    1797.01
1796.68/1797.00	c   presolving       :       0.11 (included in solving)
1796.68/1797.00	c   reading          :       0.00 (included in solving)
1796.68/1797.00	c   copying          :       0.01 (2 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.68/1797.00	c Original Problem   :
1796.68/1797.00	c   Problem name     : HOME/instance-3693047-1338037636.opb
1796.68/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 302 initial, 302 maximal
1796.68/1797.00	c   Objective sense  : minimize
1796.68/1797.00	c Presolved Problem  :
1796.68/1797.00	c   Problem name     : t_HOME/instance-3693047-1338037636.opb
1796.68/1797.00	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 1546 initial, 3254 maximal
1796.68/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   and              :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.68/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   integral         :          0          0          0          0       7736          0          4          0         11         75          0          0      15380
1796.68/1797.00	c   knapsack         :          1          1          6      92975          0          2          3        520          0          0          0          0          0
1796.68/1797.00	c   setppc           :        300        300          6      92975          0          2          1      32754         20      21592          0          0          0
1796.68/1797.00	c   and              :       1244       1244      28747      92955          0          2          0      26328        221     342068     622525          0          0
1796.68/1797.00	c   linear           :          1          1          6      92734          0          2          0         60         14          0          0          0          0
1796.68/1797.00	c   logicor          :          0+      1708          6      18922          0          0          0      13776         31      21252          0          0          0
1796.68/1797.00	c   countsols        :          0          0          0          0          0          2          0          0          0          0          0          0          0
1796.68/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.68/1797.00	c   integral         :     204.24       0.00       0.00       0.00     204.24       0.00       0.00       0.00
1796.68/1797.00	c   knapsack         :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
1796.68/1797.00	c   setppc           :       0.39       0.00       0.00       0.38       0.00       0.00       0.00       0.01
1796.68/1797.00	c   and              :       5.89       0.00       4.37       1.51       0.00       0.00       0.00       0.01
1796.68/1797.00	c   linear           :       0.06       0.00       0.00       0.06       0.00       0.00       0.00       0.00
1796.68/1797.00	c   logicor          :       0.41       0.00       0.00       0.40       0.00       0.00       0.00       0.02
1796.68/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.68/1797.00	c   rootredcost      :          0          0          0          0
1796.68/1797.00	c   pseudoobj        :          0          0          0          0
1796.68/1797.00	c   vbounds          :          0          0          0          0
1796.68/1797.00	c   redcost          :      29617          0          0          0
1796.68/1797.00	c   probing          :          0          0          0          0
1796.68/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.68/1797.00	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.68/1797.00	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
1796.68/1797.00	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1796.68/1797.00	c   redcost          :       0.59       0.00       0.00       0.59       0.00
1796.68/1797.00	c   probing          :       0.01       0.00       0.01       0.00       0.00
1796.68/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.00	c   propagation      :       0.00        286        271        295       10.1          0        0.0          -
1796.68/1797.00	c   infeasible LP    :       1.36       7974       4783      19655       26.6          3        2.0          0
1796.68/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.00	c   applied globally :          -          -          -       6715       27.6          -          -          -
1796.68/1797.00	c   applied locally  :          -          -          -         10      151.8          -          -          -
1796.68/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.00	c   cut pool         :       0.01                     5          -          -          5          -    (maximal pool size: 1563)
1796.68/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0         76          0
1796.68/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   gomory           :       3.45       0.00          6          0          0          0          0
1796.68/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   strongcg         :       2.83       0.00          6          0          0       2972          0
1796.68/1797.00	c   cmir             :       0.12       0.00          6          0          0         22          0
1796.68/1797.00	c   flowcover        :       0.10       0.00          6          0          0         38          0
1796.68/1797.00	c   clique           :       0.07       0.00          6          0          0         40          0
1796.68/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.68/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.68/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.68/1797.00	c   problem variables:       0.00          -          0          0
1796.68/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   relpscost        :     204.23       0.00       7736         11         75          0          0      15380
1796.68/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.68/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.68/1797.00	c   LP solutions     :       0.00          -          -          0
1796.68/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.68/1797.00	c   oneopt           :       0.01       0.00          0          0
1796.68/1797.00	c   crossover        :       0.01       0.00          0          0
1796.68/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.68/1797.00	c   feaspump         :      14.54       0.00         16          0
1796.68/1797.00	c   rootsoldiving    :      14.10       0.00         16          0
1796.68/1797.00	c   fracdiving       :      36.38       0.00         61          0
1796.68/1797.00	c   coefdiving       :      35.07       0.00         61          0
1796.68/1797.00	c   veclendiving     :      46.74       0.00         61          0
1796.68/1797.01	c   linesearchdiving :      53.93       0.00         61          0
1796.68/1797.01	c   objpscostdiving  :       1.45       0.00         31          0
1796.68/1797.01	c   pscostdiving     :      30.25       0.00         62          0
1796.68/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.68/1797.01	c   trivial          :       0.00       0.00          2          0
1796.68/1797.01	c   shiftandpropagate:       0.04       0.00          1          0
1796.68/1797.01	c   simplerounding   :       0.01       0.00          0          0
1796.68/1797.01	c   zirounding       :       0.75       0.00          0          0
1796.68/1797.01	c   rounding         :       2.24       0.00       2354          0
1796.68/1797.01	c   shifting         :       8.62       0.00        730          0
1796.68/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.68/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.68/1797.01	c   indoneopt        :       0.01       0.00          0          0
1796.68/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.68/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.68/1797.01	c   clique           :       0.00       0.00          0          0
1796.68/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.68/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.68/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.68/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.68/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.68/1797.01	c   octane           :       0.00       0.00          0          0
1796.68/1797.01	c   rens             :       0.77       0.00          1          0
1796.68/1797.01	c   rins             :       0.00       0.00          0          0
1796.68/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.68/1797.01	c   mutation         :       0.00       0.00          0          0
1796.68/1797.01	c   dins             :       0.00       0.00          0          0
1796.68/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.68/1797.01	c   undercover       :       0.06       0.00          1          0
1796.68/1797.01	c   subnlp           :       0.01       0.00          0          0
1796.68/1797.01	c   trysol           :       0.01       0.00          0          0
1796.68/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.68/1797.01	c   primal LP        :      19.01       6171          0       0.00       0.00      19.00       6171
1796.68/1797.01	c   dual LP          :    1301.70      36645    7237416     197.84    5559.95       0.20         63
1796.68/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.68/1797.01	c   diving/probing LP:     220.75      40943    1463149      35.74    6627.95
1796.68/1797.01	c   strong branching :     203.86       4013     878423     218.89    4308.86
1796.68/1797.01	c     (at root node) :          -         24      13032     543.00          -
1796.68/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.01	c B&B Tree           :
1796.68/1797.01	c   number of runs   :          1
1796.68/1797.01	c   nodes            :      14676
1796.68/1797.01	c   nodes (total)    :      14676
1796.68/1797.01	c   nodes left       :        613
1796.68/1797.01	c   max depth        :         47
1796.68/1797.01	c   max depth (total):         47
1796.68/1797.01	c   backtracks       :       3782 (25.8%)
1796.68/1797.01	c   delayed cutoffs  :         96
1796.68/1797.01	c   repropagations   :      10166 (50846 domain reductions, 67 cutoffs)
1796.68/1797.01	c   avg switch length:       7.74
1796.68/1797.01	c   switching time   :      20.88
1796.68/1797.01	c Solution           :
1796.68/1797.01	c   Solutions found  :          0 (0 improvements)
1796.68/1797.01	c   Primal Bound     :          -
1796.68/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.68/1797.01	c   Gap              :   infinite
1796.68/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.68/1797.01	c   Root Iterations  :      20038
1796.68/1797.02	c Time complete: 1796.7.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3693047-1338037636/watcher-3693047-1338037636 -o /tmp/evaluation-result-3693047-1338037636/solver-3693047-1338037636 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693047-1338037636.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 668
/proc/meminfo: memFree=28563496/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=6724 CPUtime=0 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 562 0 0 0 0 0 0 0 20 0 1 0 269889600 6885376 516 33554432000 4194304 10169799 140735346398624 140737012944072 6639612 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 1681 518 352 1459 0 213 0

[startup+0.047225 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 668
/proc/meminfo: memFree=28563496/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=18924 CPUtime=0.04 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 3511 0 0 0 2 2 0 0 20 0 1 0 269889600 19378176 3208 33554432000 4194304 10169799 140735346398624 140737012944072 8961143 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 4731 3208 538 1459 0 3263 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18924

[startup+0.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 668
/proc/meminfo: memFree=28563496/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=21820 CPUtime=0.09 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 4290 0 0 0 4 5 0 0 20 0 1 0 269889600 22343680 3987 33554432000 4194304 10169799 140735346398624 140735346397032 8961143 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 5455 3987 584 1459 0 3987 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21820

[startup+0.300154 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 668
/proc/meminfo: memFree=28563496/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=29396 CPUtime=0.29 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 6567 0 0 0 23 6 0 0 20 0 1 0 269889600 30101504 6148 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 7349 6148 771 1459 0 5881 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29396

[startup+0.700121 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 668
/proc/meminfo: memFree=28563496/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=30004 CPUtime=0.68 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 6826 0 0 0 62 6 0 0 20 0 1 0 269889600 30724096 6356 33554432000 4194304 10169799 140735346398624 140735346390200 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 7501 6356 786 1459 0 6033 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30004

[startup+1.5001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 669
/proc/meminfo: memFree=28541068/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=30004 CPUtime=1.48 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 6834 0 0 0 141 7 0 0 20 0 1 0 269889600 30724096 6364 33554432000 4194304 10169799 140735346398624 140735346391032 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 7501 6364 786 1459 0 6033 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30004

[startup+3.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 669
/proc/meminfo: memFree=28540680/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=43504 CPUtime=3.08 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 11922 0 0 0 298 10 0 0 20 0 1 0 269889600 44548096 9852 33554432000 4194304 10169799 140735346398624 140735346394728 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 10876 9852 850 1459 0 9408 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43504

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 669
/proc/meminfo: memFree=28526068/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=46064 CPUtime=6.28 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 12518 0 0 0 617 11 0 0 20 0 1 0 269889600 47169536 10448 33554432000 4194304 10169799 140735346398624 140735346394664 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 11516 10448 869 1459 0 10048 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46064

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 669
/proc/meminfo: memFree=28511496/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=59300 CPUtime=12.68 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 20528 0 0 0 1252 16 0 0 20 0 1 0 269889600 60723200 13592 33554432000 4194304 10169799 140735346398624 140735346393272 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 14825 13592 875 1459 0 13357 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59300

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 669
/proc/meminfo: memFree=28511892/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=59300 CPUtime=25.48 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 20541 0 0 0 2524 24 0 0 20 0 1 0 269889600 60723200 13605 33554432000 4194304 10169799 140735346398624 140735346393224 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 14825 13605 875 1459 0 13357 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59300

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 669
/proc/meminfo: memFree=28512024/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=59300 CPUtime=51.07 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 20544 0 0 0 5068 39 0 0 20 0 1 0 269889600 60723200 13608 33554432000 4194304 10169799 140735346398624 140735346392952 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 14825 13608 876 1459 0 13357 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59300

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 669
/proc/meminfo: memFree=28509256/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=59300 CPUtime=102.25 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 20721 0 0 0 10156 69 0 0 20 0 1 0 269889600 60723200 14151 33554432000 4194304 10169799 140735346398624 140735346395704 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 14825 14151 876 1459 0 13357 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 59300

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 670
/proc/meminfo: memFree=28508388/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=60516 CPUtime=162.23 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 22316 0 0 0 16116 107 0 0 20 0 1 0 269889600 61968384 14385 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/668/statm: 15129 14385 876 1459 0 13661 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 60516

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 673
/proc/meminfo: memFree=28508076/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=61568 CPUtime=222.22 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 22601 0 0 0 22070 152 0 0 20 0 1 0 269889600 63045632 14667 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 15392 14667 876 1459 0 13924 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 61568

[startup+282.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 673
/proc/meminfo: memFree=28508084/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=61768 CPUtime=282.21 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 23078 0 0 0 28024 197 0 0 20 0 1 0 269889600 63250432 14708 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 15442 14708 876 1459 0 13974 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 61768

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 673
/proc/meminfo: memFree=28507344/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=62252 CPUtime=342.2 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 23725 0 0 0 33973 247 0 0 20 0 1 0 269889600 63746048 14878 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 15563 14878 876 1459 0 14095 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 62252

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 673
/proc/meminfo: memFree=28506972/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=63240 CPUtime=402.2 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 27370 0 0 0 39927 293 0 0 20 0 1 0 269889600 64757760 15012 33554432000 4194304 10169799 140735346398624 140735346392424 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 15810 15012 876 1459 0 14342 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 63240

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 674
/proc/meminfo: memFree=28505300/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=64300 CPUtime=462.19 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 27758 0 0 0 45879 340 0 0 20 0 1 0 269889600 65843200 15399 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 16075 15399 876 1459 0 14607 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 64300

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 674
/proc/meminfo: memFree=28505236/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=64300 CPUtime=522.17 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 27777 0 0 0 51831 386 0 0 20 0 1 0 269889600 65843200 15417 33554432000 4194304 10169799 140735346398624 140735346392696 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 16075 15417 876 1459 0 14607 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 64300

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 674
/proc/meminfo: memFree=28503872/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=65340 CPUtime=582.16 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 28391 0 0 0 57783 433 0 0 20 0 1 0 269889600 66908160 15670 33554432000 4194304 10169799 140735346398624 140735346393416 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 16335 15670 876 1459 0 14867 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 65340

[startup+642.3 s]

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

/proc/meminfo: memFree=28502056/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=68024 CPUtime=1122.08 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 69665 0 0 0 111342 866 0 0 20 0 1 0 269889600 69656576 16314 33554432000 4194304 10169799 140735346398624 140735346393608 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17006 16314 876 1459 0 15538 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 68024

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 719
/proc/meminfo: memFree=28526412/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=68228 CPUtime=1182.07 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 71317 0 0 0 117300 907 0 0 20 0 1 0 269889600 69865472 16374 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17057 16374 876 1459 0 15589 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 68228

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 719
/proc/meminfo: memFree=28512648/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=68444 CPUtime=1242.06 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 74430 0 0 0 123255 951 0 0 20 0 1 0 269889600 70086656 16387 33554432000 4194304 10169799 140735346398624 140735346393128 8961143 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17111 16387 876 1459 0 15643 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 68444

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 719
/proc/meminfo: memFree=28508260/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=68648 CPUtime=1302.05 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 78799 0 0 0 129215 990 0 0 20 0 1 0 269889600 70295552 16407 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17162 16407 876 1459 0 15694 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 68648

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 720
/proc/meminfo: memFree=28505164/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=67436 CPUtime=1362.04 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 81514 0 0 0 135179 1025 0 0 20 0 1 0 269889600 69054464 16190 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 16859 16190 876 1459 0 15391 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 67436

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 723
/proc/meminfo: memFree=28501380/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=69064 CPUtime=1422.04 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 85673 0 0 0 141140 1064 0 0 20 0 1 0 269889600 70721536 16593 33554432000 4194304 10169799 140735346398624 140735346391960 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17266 16593 876 1459 0 15798 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 69064

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 723
/proc/meminfo: memFree=28499900/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=69260 CPUtime=1482.02 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 86220 0 0 0 147100 1102 0 0 20 0 1 0 269889600 70922240 16650 33554432000 4194304 10169799 140735346398624 140735346392392 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17315 16650 876 1459 0 15847 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 69260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 723
/proc/meminfo: memFree=28498844/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=69172 CPUtime=1542.01 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 87552 0 0 0 153063 1138 0 0 20 0 1 0 269889600 70832128 16624 33554432000 4194304 10169799 140735346398624 140735346392696 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17293 16624 876 1459 0 15825 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 69172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 723
/proc/meminfo: memFree=28498852/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=68848 CPUtime=1602 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 91585 0 0 0 159027 1173 0 0 20 0 1 0 269889600 70500352 16526 33554432000 4194304 10169799 140735346398624 140735346393128 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17212 16526 876 1459 0 15744 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 68848

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 724
/proc/meminfo: memFree=28496556/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=69068 CPUtime=1662 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97463 0 0 0 164989 1211 0 0 20 0 1 0 269889600 70725632 16604 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17267 16604 876 1459 0 15799 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 69068

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 724
/proc/meminfo: memFree=28492092/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1721.98 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97719 0 0 0 170950 1248 0 0 20 0 1 0 269889600 72073216 16860 33554432000 4194304 10169799 140735346398624 140735346393224 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16860 876 1459 0 16128 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 70384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1781.98 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97729 0 0 0 176910 1288 0 0 20 0 1 0 269889600 72073216 16869 33554432000 4194304 10169799 140735346398624 140735346393128 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16869 876 1459 0 16128 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 70384

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1785.17 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97729 0 0 0 177227 1290 0 0 20 0 1 0 269889600 72073216 16869 33554432000 4194304 10169799 140735346398624 140735346392712 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16869 876 1459 0 16128 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 70384

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487812/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1791.58 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97731 0 0 0 177863 1295 0 0 20 0 1 0 269889600 72073216 16871 33554432000 4194304 10169799 140735346398624 140735346393032 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16871 876 1459 0 16128 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 70384

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1794.78 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97731 0 0 0 178181 1297 0 0 20 0 1 0 269889600 72073216 16871 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16871 876 1459 0 16128 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 70384

[startup+1795.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1795.57 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97731 0 0 0 178260 1297 0 0 20 0 1 0 269889600 72073216 16871 33554432000 4194304 10169799 140735346398624 140735346392904 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16871 876 1459 0 16128 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (KiB) 70384

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1796.38 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97731 0 0 0 178340 1298 0 0 20 0 1 0 269889600 72073216 16871 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16871 876 1459 0 16128 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 70384

[startup+1796.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1796.58 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97731 0 0 0 178360 1298 0 0 20 0 1 0 269889600 72073216 16871 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16871 876 1459 0 16128 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (KiB) 70384

[startup+1797 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 724
/proc/meminfo: memFree=28487688/32873648 swapFree=7372/7372
[pid=668] ppid=666 vsize=70384 CPUtime=1796.68 cores=1,3,5,7
/proc/668/stat : 668 (scip-2.1.1.4sfi) R 666 668 31092 0 -1 4202496 97731 0 0 0 178370 1298 0 0 20 0 1 0 269889600 72073216 16871 33554432000 4194304 10169799 140735346398624 140735346393080 8979322 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/668/statm: 17596 16871 876 1459 0 16128 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 70384

Child status: 0
Real time (s): 1797.02
CPU time (s): 1796.71
CPU user time (s): 1783.72
CPU system time (s): 12.985
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 77972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.72
system time used= 12.985
maximum resident set size= 72604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97735
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= 31
involuntary context switches= 5360

runsolver used 2.74458 second user time and 8.75667 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-26 15:07:16
IDJOB=3693047
IDBENCH=48366
IDSOLVER=2272
FILE ID=node122/3693047-1338037636
RUNJOBID= node122-1338028451-32496
PBS_JOBID= 14624349
Free space on /tmp= 71316 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693047-1338037636/watcher-3693047-1338037636 -o /tmp/evaluation-result-3693047-1338037636/solver-3693047-1338037636 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693047-1338037636.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=565696498

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28564296 kB
Buffers:          236012 kB
Cached:          3183000 kB
SwapCached:            0 kB
Active:          1458140 kB
Inactive:        2076736 kB
Active(anon):     107416 kB
Inactive(anon):    11052 kB
Active(file):    1350724 kB
Inactive(file):  2065684 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13816 kB
Writeback:             0 kB
AnonPages:        123196 kB
Mapped:            17236 kB
Shmem:               200 kB
Slab:             638816 kB
SReclaimable:      83100 kB
SUnreclaim:       555716 kB
KernelStack:        1472 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     230468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node122 at 2012-05-26 15:37:13