Trace number 3730795

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
PB11: SCIP spx E_2 2011-06-10 (fixed)UNSAT 100.083 100.099

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-22s.smv.opb
MD5SUM3fb2d144eb047d6ea626acdee43b1069
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.069988
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5985
Total number of constraints15365
Number of constraints which are clauses14013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1352
Minimum length of a constraint1
Maximum length of a constraint15
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 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3730795-1338691679.opb>
0.00/0.09	c original problem has 5985 variables (5985 bin, 0 int, 0 impl, 0 cont) and 15365 constraints
0.00/0.09	c problem read
0.00/0.09	c No objective function, only one solution is needed.
0.00/0.09	c presolving settings loaded
0.09/0.13	c presolving:
0.19/0.25	c (round 1) 478 del vars, 306 del conss, 0 add conss, 117 chg bounds, 686 chg sides, 1488 chg coeffs, 0 upgd conss, 290791 impls, 0 clqs
0.19/0.25	c (round 2) 480 del vars, 1082 del conss, 0 add conss, 119 chg bounds, 686 chg sides, 1488 chg coeffs, 0 upgd conss, 290791 impls, 0 clqs
0.19/0.26	c (round 3) 482 del vars, 1088 del conss, 0 add conss, 122 chg bounds, 687 chg sides, 1490 chg coeffs, 0 upgd conss, 290792 impls, 0 clqs
0.19/0.26	c (round 4) 487 del vars, 1097 del conss, 0 add conss, 127 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 290793 impls, 0 clqs
0.19/0.26	c (round 5) 495 del vars, 1109 del conss, 0 add conss, 131 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 290821 impls, 0 clqs
0.19/0.26	c (round 6) 502 del vars, 1126 del conss, 0 add conss, 135 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 290853 impls, 0 clqs
0.19/0.27	c (round 7) 512 del vars, 1147 del conss, 0 add conss, 140 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 290913 impls, 0 clqs
0.19/0.27	c (round 8) 522 del vars, 1177 del conss, 0 add conss, 144 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 291015 impls, 0 clqs
0.19/0.27	c (round 9) 529 del vars, 1200 del conss, 0 add conss, 148 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 291071 impls, 0 clqs
0.19/0.27	c (round 10) 538 del vars, 1219 del conss, 0 add conss, 152 chg bounds, 688 chg sides, 1492 chg coeffs, 0 upgd conss, 291329 impls, 0 clqs
0.19/0.28	c (round 11) 549 del vars, 1240 del conss, 0 add conss, 156 chg bounds, 692 chg sides, 1496 chg coeffs, 0 upgd conss, 291873 impls, 0 clqs
0.19/0.28	c (round 12) 556 del vars, 1269 del conss, 0 add conss, 160 chg bounds, 692 chg sides, 1496 chg coeffs, 0 upgd conss, 291889 impls, 0 clqs
0.19/0.28	c (round 13) 574 del vars, 1307 del conss, 0 add conss, 169 chg bounds, 692 chg sides, 1496 chg coeffs, 0 upgd conss, 292150 impls, 0 clqs
0.19/0.28	c (round 14) 583 del vars, 1336 del conss, 0 add conss, 173 chg bounds, 694 chg sides, 1498 chg coeffs, 0 upgd conss, 292472 impls, 0 clqs
0.19/0.29	c (round 15) 591 del vars, 1365 del conss, 0 add conss, 177 chg bounds, 694 chg sides, 1498 chg coeffs, 0 upgd conss, 292494 impls, 0 clqs
0.19/0.29	c (round 16) 600 del vars, 1384 del conss, 0 add conss, 181 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 292518 impls, 0 clqs
0.19/0.29	c (round 17) 607 del vars, 1410 del conss, 0 add conss, 187 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 292520 impls, 0 clqs
0.19/0.29	c (round 18) 614 del vars, 1425 del conss, 0 add conss, 193 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 292522 impls, 0 clqs
0.28/0.30	c (round 19) 631 del vars, 1457 del conss, 0 add conss, 202 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 293157 impls, 0 clqs
0.28/0.30	c (round 20) 638 del vars, 1484 del conss, 0 add conss, 206 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 293181 impls, 0 clqs
0.28/0.30	c (round 21) 646 del vars, 1501 del conss, 0 add conss, 210 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 293241 impls, 0 clqs
0.28/0.30	c (round 22) 653 del vars, 1525 del conss, 0 add conss, 216 chg bounds, 696 chg sides, 1500 chg coeffs, 0 upgd conss, 293245 impls, 0 clqs
0.28/0.31	c (round 23) 661 del vars, 1540 del conss, 0 add conss, 222 chg bounds, 698 chg sides, 1502 chg coeffs, 0 upgd conss, 293251 impls, 0 clqs
0.28/0.31	c (round 24) 668 del vars, 1565 del conss, 0 add conss, 228 chg bounds, 698 chg sides, 1502 chg coeffs, 0 upgd conss, 293359 impls, 0 clqs
0.28/0.32	c (round 25) 708 del vars, 1641 del conss, 0 add conss, 250 chg bounds, 700 chg sides, 1504 chg coeffs, 0 upgd conss, 295093 impls, 0 clqs
0.28/0.32	c (round 26) 716 del vars, 1696 del conss, 0 add conss, 254 chg bounds, 700 chg sides, 1504 chg coeffs, 0 upgd conss, 295199 impls, 0 clqs
0.28/0.32	c (round 27) 728 del vars, 1721 del conss, 0 add conss, 261 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 295571 impls, 0 clqs
0.28/0.32	c (round 28) 737 del vars, 1747 del conss, 0 add conss, 265 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 295819 impls, 0 clqs
0.28/0.33	c (round 29) 756 del vars, 1795 del conss, 0 add conss, 277 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296025 impls, 0 clqs
0.28/0.33	c (round 30) 763 del vars, 1824 del conss, 0 add conss, 283 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296027 impls, 0 clqs
0.28/0.33	c (round 31) 769 del vars, 1837 del conss, 0 add conss, 289 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296029 impls, 0 clqs
0.28/0.33	c (round 32) 775 del vars, 1850 del conss, 0 add conss, 295 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296031 impls, 0 clqs
0.28/0.34	c (round 33) 783 del vars, 1865 del conss, 0 add conss, 301 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296039 impls, 0 clqs
0.28/0.34	c (round 34) 789 del vars, 1882 del conss, 0 add conss, 307 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296041 impls, 0 clqs
0.28/0.34	c (round 35) 801 del vars, 1900 del conss, 0 add conss, 341 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 296273 impls, 0 clqs
0.28/0.35	c (round 36) 874 del vars, 2056 del conss, 0 add conss, 350 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 298040 impls, 0 clqs
0.28/0.35	c (round 37) 888 del vars, 2158 del conss, 0 add conss, 360 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 298498 impls, 0 clqs
0.28/0.35	c (round 38) 895 del vars, 2178 del conss, 0 add conss, 364 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 298514 impls, 0 clqs
0.28/0.35	c (round 39) 914 del vars, 2221 del conss, 0 add conss, 376 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 298742 impls, 0 clqs
0.28/0.36	c (round 40) 934 del vars, 2278 del conss, 0 add conss, 387 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 299787 impls, 0 clqs
0.28/0.36	c (round 41) 937 del vars, 2302 del conss, 0 add conss, 389 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 299805 impls, 0 clqs
0.28/0.36	c (round 42) 941 del vars, 2310 del conss, 0 add conss, 393 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 299805 impls, 0 clqs
0.28/0.37	c (round 43) 947 del vars, 2321 del conss, 0 add conss, 399 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 299861 impls, 0 clqs
0.28/0.37	c (round 44) 955 del vars, 2337 del conss, 0 add conss, 407 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 300041 impls, 0 clqs
0.28/0.37	c (round 45) 973 del vars, 2370 del conss, 0 add conss, 421 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 300303 impls, 0 clqs
0.28/0.38	c (round 46) 999 del vars, 2427 del conss, 0 add conss, 439 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 300995 impls, 0 clqs
0.28/0.38	c (round 47) 1036 del vars, 2515 del conss, 0 add conss, 462 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 302021 impls, 0 clqs
0.28/0.38	c (round 48) 1059 del vars, 2597 del conss, 0 add conss, 477 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 302863 impls, 0 clqs
0.28/0.39	c (round 49) 1076 del vars, 2654 del conss, 0 add conss, 489 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 303492 impls, 0 clqs
0.38/0.40	c (round 50) 1219 del vars, 2985 del conss, 0 add conss, 591 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 305384 impls, 0 clqs
0.38/0.40	c (round 51) 1248 del vars, 3170 del conss, 0 add conss, 610 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 306168 impls, 0 clqs
0.38/0.40	c (round 52) 1277 del vars, 3237 del conss, 0 add conss, 627 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 307210 impls, 0 clqs
0.38/0.41	c (round 53) 1284 del vars, 3289 del conss, 0 add conss, 632 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 307564 impls, 0 clqs
0.38/0.41	c (round 54) 1310 del vars, 3350 del conss, 0 add conss, 649 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 307784 impls, 0 clqs
0.38/0.41	c (round 55) 1329 del vars, 3406 del conss, 0 add conss, 655 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 308127 impls, 0 clqs
0.38/0.42	c (round 56) 1335 del vars, 3439 del conss, 0 add conss, 661 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 308243 impls, 0 clqs
0.38/0.42	c (round 57) 1344 del vars, 3461 del conss, 0 add conss, 669 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 308563 impls, 0 clqs
0.38/0.42	c (round 58) 1356 del vars, 3489 del conss, 0 add conss, 678 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 308774 impls, 0 clqs
0.38/0.43	c (round 59) 1367 del vars, 3518 del conss, 0 add conss, 686 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 308973 impls, 0 clqs
0.38/0.43	c (round 60) 1382 del vars, 3556 del conss, 0 add conss, 694 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 309335 impls, 0 clqs
0.38/0.43	c (round 61) 1386 del vars, 3576 del conss, 0 add conss, 698 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 309335 impls, 0 clqs
0.38/0.43	c (round 62) 1399 del vars, 3597 del conss, 0 add conss, 706 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 309801 impls, 0 clqs
0.38/0.44	c (round 63) 1416 del vars, 3648 del conss, 0 add conss, 714 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 310085 impls, 0 clqs
0.38/0.44	c (round 64) 1419 del vars, 3677 del conss, 0 add conss, 717 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 310087 impls, 0 clqs
0.38/0.44	c (round 65) 1424 del vars, 3687 del conss, 0 add conss, 720 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 310095 impls, 0 clqs
0.38/0.44	c (round 66) 1453 del vars, 3743 del conss, 0 add conss, 737 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 311039 impls, 0 clqs
0.38/0.45	c (round 67) 1456 del vars, 3784 del conss, 0 add conss, 739 chg bounds, 702 chg sides, 1506 chg coeffs, 0 upgd conss, 311043 impls, 0 clqs
0.38/0.45	c (round 68) 1463 del vars, 3796 del conss, 0 add conss, 744 chg bounds, 703 chg sides, 1507 chg coeffs, 0 upgd conss, 311069 impls, 0 clqs
0.38/0.45	c (round 69) 1538 del vars, 3966 del conss, 0 add conss, 785 chg bounds, 704 chg sides, 1508 chg coeffs, 0 upgd conss, 312559 impls, 0 clqs
0.38/0.46	c (round 70) 1553 del vars, 4064 del conss, 0 add conss, 791 chg bounds, 704 chg sides, 1510 chg coeffs, 0 upgd conss, 312841 impls, 0 clqs
0.38/0.46	c (round 71) 1574 del vars, 4116 del conss, 0 add conss, 798 chg bounds, 704 chg sides, 1511 chg coeffs, 0 upgd conss, 313543 impls, 0 clqs
0.38/0.46	c (round 72) 1591 del vars, 4177 del conss, 0 add conss, 805 chg bounds, 707 chg sides, 1515 chg coeffs, 0 upgd conss, 313780 impls, 0 clqs
0.38/0.46	c (round 73) 1598 del vars, 4213 del conss, 0 add conss, 807 chg bounds, 709 chg sides, 1519 chg coeffs, 0 upgd conss, 313816 impls, 0 clqs
0.38/0.47	c (round 74) 1613 del vars, 4261 del conss, 0 add conss, 812 chg bounds, 711 chg sides, 1522 chg coeffs, 0 upgd conss, 314026 impls, 0 clqs
0.38/0.47	c (round 75) 1613 del vars, 4277 del conss, 0 add conss, 812 chg bounds, 711 chg sides, 1522 chg coeffs, 0 upgd conss, 314026 impls, 0 clqs
0.49/0.52	c (round 76) 1613 del vars, 4309 del conss, 0 add conss, 812 chg bounds, 711 chg sides, 1522 chg coeffs, 11038 upgd conss, 314026 impls, 0 clqs
0.49/0.55	c (round 77) 1739 del vars, 4327 del conss, 0 add conss, 812 chg bounds, 711 chg sides, 1522 chg coeffs, 11038 upgd conss, 314026 impls, 0 clqs
0.49/0.57	c presolving (78 rounds):
0.49/0.57	c  1739 deleted vars, 4327 deleted constraints, 0 added constraints, 812 tightened bounds, 0 added holes, 711 changed sides, 1522 changed coefficients
0.49/0.57	c  314026 implications, 0 cliques
0.49/0.57	c presolved problem has 4246 variables (4246 bin, 0 int, 0 impl, 0 cont) and 11038 constraints
0.49/0.57	c    1280 constraints of type <knapsack>
0.49/0.57	c    6553 constraints of type <setppc>
0.49/0.57	c    3205 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.45
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 2.0.1.5
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1797
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 13950
0.49/0.57	c 
0.49/0.57	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c limits/solutions = 1
0.49/0.57	c 
0.49/0.57	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.57	c separating/maxrounds = 1
0.49/0.57	c 
0.49/0.57	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/maxroundsroot = 5
0.49/0.57	c 
0.49/0.57	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.57	c # [type: int, range: [1,2], default: 1]
0.49/0.57	c timing/clocktype = 2
0.49/0.57	c 
0.49/0.57	c # belongs reading time to solving time?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c timing/reading = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/indicator/addCouplingCons = TRUE
0.49/0.57	c 
0.49/0.57	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.57	c constraints/knapsack/disaggregation = FALSE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c presolving/probing/maxrounds = 0
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/coefdiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/coefdiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/coefdiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.57	c heuristics/crossover/freq = -1
0.49/0.57	c 
0.49/0.57	c # number of nodes added to the contingent of the total nodes
0.49/0.57	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.57	c heuristics/crossover/nodesofs = 750
0.49/0.57	c 
0.49/0.57	c # number of nodes without incumbent change that heuristic should wait
0.49/0.57	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.57	c heuristics/crossover/nwaitingnodes = 100
0.49/0.57	c 
0.49/0.57	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.57	c # [type: real, range: [0,1], default: 0.1]
0.49/0.57	c heuristics/crossover/nodesquot = 0.15
0.49/0.57	c 
0.49/0.57	c # minimum percentage of integer variables that have to be fixed 
0.49/0.57	c # [type: real, range: [0,1], default: 0.666]
0.49/0.57	c heuristics/crossover/minfixingrate = 0.5
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.57	c heuristics/feaspump/freq = -1
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/feaspump/maxlpiterofs = 2000
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/fracdiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/fracdiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/fracdiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/guideddiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/guideddiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/guideddiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/intdiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/intshifting/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/linesearchdiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.57	c heuristics/objpscostdiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.57	c # [type: real, range: [0,1], default: 0.01]
0.49/0.57	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/oneopt/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/pscostdiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/pscostdiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c heuristics/rens/freq = -1
0.49/0.57	c 
0.49/0.57	c # minimum percentage of integer variables that have to be fixable 
0.49/0.57	c # [type: real, range: [0,1], default: 0.5]
0.49/0.57	c heuristics/rens/minfixingrate = 0.3
0.49/0.57	c 
0.49/0.57	c # number of nodes added to the contingent of the total nodes
0.49/0.57	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.57	c heuristics/rens/nodesofs = 2000
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.57	c heuristics/rootsoldiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.57	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/rounding/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c heuristics/shiftandpropagate/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/shifting/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/simplerounding/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/subnlp/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c heuristics/trivial/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/trysol/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c heuristics/undercover/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.57	c heuristics/veclendiving/freq = -1
0.49/0.57	c 
0.49/0.57	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.57	c heuristics/veclendiving/maxlpiterquot = 0.075
0.49/0.57	c 
0.49/0.57	c # additional number of allowed LP iterations
0.49/0.57	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.57	c heuristics/veclendiving/maxlpiterofs = 1500
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c heuristics/zirounding/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c separating/cmir/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c separating/flowcover/freq = -1
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.57	c 
0.59/0.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.68	c   0.7s|     1 |     0 |  1379 |     - |  36M|   0 |1018 |4246 |  11k|4246 |  11k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |  2170 |     - |  36M|   0 |1096 |4246 |  11k|4246 |  11k|  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.17	c   2.2s|     1 |     0 |  3082 |     - |  36M|   0 |1137 |4246 |  11k|4246 |  11k| 155 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.38	c   3.4s|     1 |     0 |  4602 |     - |  36M|   0 |1356 |4246 |  11k|4246 |  11k| 251 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.15	c   5.1s|     1 |     0 |  6371 |     - |  36M|   0 |1628 |4246 |  11k|4246 |  11k| 339 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.59/6.69	c   6.7s|     1 |     0 |  8512 |     - |  37M|   0 |1684 |4246 |  11k|4246 |  11k| 455 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.50/15.56	c  15.6s|     1 |     2 |  8512 |     - |  37M|   0 |1684 |4246 |  11k|4246 |  11k| 455 |   0 |  29 | 0.000000e+00 |      --      |    Inf 
99.97/100.05	c 
99.97/100.05	c SCIP Status        : problem is solved [infeasible]
99.97/100.05	c Solving Time (sec) : 100.05
99.97/100.05	c Solving Nodes      : 289
99.97/100.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
99.97/100.05	c Dual Bound         : +1.00000000000000e+20
99.97/100.05	c Gap                : 0.00 %
99.97/100.05	s UNSATISFIABLE
99.97/100.05	c SCIP Status        : problem is solved [infeasible]
99.97/100.05	c Total Time         :     100.05
99.97/100.05	c   solving          :     100.05
99.97/100.05	c   presolving       :       0.45 (included in solving)
99.97/100.05	c   reading          :       0.09 (included in solving)
99.97/100.05	c Original Problem   :
99.97/100.05	c   Problem name     : HOME/instance-3730795-1338691679.opb
99.97/100.05	c   Variables        : 5985 (5985 binary, 0 integer, 0 implicit integer, 0 continuous)
99.97/100.05	c   Constraints      : 15365 initial, 15365 maximal
99.97/100.05	c Presolved Problem  :
99.97/100.05	c   Problem name     : t_HOME/instance-3730795-1338691679.opb
99.97/100.05	c   Variables        : 4246 (4246 binary, 0 integer, 0 implicit integer, 0 continuous)
99.97/100.05	c   Constraints      : 11038 initial, 11080 maximal
99.97/100.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
99.97/100.05	c   trivial          :       0.02         36          0          0          0          0          0          0          0          0
99.97/100.05	c   dualfix          :       0.01          1          0          0          0          0          0          0          0          0
99.97/100.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
99.97/100.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
99.97/100.05	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
99.97/100.05	c   implics          :       0.06          0        773          0          0          0          0          0          0          0
99.97/100.05	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
99.97/100.05	c   knapsack         :       0.02          0          0          0          0          0          0          0          0          0
99.97/100.05	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
99.97/100.05	c   linear           :       0.27        781        148          0        812          0       4327          0        711       1522
99.97/100.05	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
99.97/100.05	c   root node        :          -       1057          -          -       1057          -          -          -          -          -
99.97/100.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
99.97/100.05	c   integral         :          0          0          0        231          0          1          0          1         12          0          0        450
99.97/100.05	c   knapsack         :       1280          5       3120          0          0          0         11          2         94       1003          0          0
99.97/100.05	c   setppc           :       6553          5       3118          0          0          0       3182         37      20636          0          0          0
99.97/100.05	c   logicor          :       3205+         5       2354          0          0          0       2121         60       7486          0          0          0
99.97/100.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
99.97/100.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
99.97/100.05	c   integral         :      62.92       0.00       0.00      62.92       0.00       0.00       0.00
99.97/100.05	c   knapsack         :       0.08       0.01       0.06       0.00       0.00       0.00       0.00
99.97/100.05	c   setppc           :       0.21       0.00       0.21       0.00       0.00       0.00       0.00
99.97/100.05	c   logicor          :       0.04       0.00       0.04       0.00       0.00       0.00       0.00
99.97/100.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
99.97/100.05	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
99.97/100.05	c   vbounds          :          0          0          0          0
99.97/100.05	c   rootredcost      :          0          0          0          0
99.97/100.05	c   pseudoobj        :          0          0          0          0
99.97/100.05	c Propagator Timings :  TotalTime  Propagate    Resprop
99.97/100.05	c   vbounds          :       0.00       0.00       0.00
99.97/100.05	c   rootredcost      :       0.00       0.00       0.00
99.97/100.05	c   pseudoobj        :       0.00       0.00       0.00
99.97/100.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
99.97/100.05	c   propagation      :       0.00         99         99        268        9.3         23        4.3          -
99.97/100.05	c   infeasible LP    :       0.00          7          7         14        6.1          0        0.0          0
99.97/100.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
99.97/100.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
99.97/100.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
99.97/100.05	c   applied globally :          -          -          -        205        6.8          -          -          -
99.97/100.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
99.97/100.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
99.97/100.05	c   cut pool         :       0.00          4          -          -         73          -    (maximal pool size: 433)
99.97/100.05	c   redcost          :       0.01        231          0          0          0          0
99.97/100.05	c   impliedbounds    :       0.00          5          0          0          0          0
99.97/100.05	c   intobj           :       0.00          0          0          0          0          0
99.97/100.05	c   gomory           :       1.92          5          0          0       2131          0
99.97/100.05	c   cgmip            :       0.00          0          0          0          0          0
99.97/100.05	c   closecuts        :       0.00          0          0          0          0          0
99.97/100.05	c   strongcg         :       2.35          5          0          0       1620          0
99.97/100.05	c   cmir             :       0.00          0          0          0          0          0
99.97/100.05	c   flowcover        :       0.00          0          0          0          0          0
99.97/100.05	c   clique           :       0.11          5          0          0         38          0
99.97/100.05	c   zerohalf         :       0.00          0          0          0          0          0
99.97/100.05	c   mcf              :       0.03          1          0          0          0          0
99.97/100.05	c   oddcycle         :       0.00          0          0          0          0          0
99.97/100.05	c   rapidlearning    :       0.00          0          0          0          0          0
99.97/100.05	c Pricers            :       Time      Calls       Vars
99.97/100.05	c   problem variables:       0.00          0          0
99.97/100.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
99.97/100.05	c   relpscost        :      62.92        231          1         12          0          0        450
99.97/100.05	c   pscost           :       0.00          0          0          0          0          0          0
99.97/100.05	c   inference        :       0.00          0          0          0          0          0          0
99.97/100.05	c   mostinf          :       0.00          0          0          0          0          0          0
99.97/100.05	c   leastinf         :       0.00          0          0          0          0          0          0
99.97/100.05	c   fullstrong       :       0.00          0          0          0          0          0          0
99.97/100.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
99.97/100.05	c   random           :       0.00          0          0          0          0          0          0
99.97/100.05	c Primal Heuristics  :       Time      Calls      Found
99.97/100.05	c   LP solutions     :       0.00          -          0
99.97/100.05	c   pseudo solutions :       0.00          -          0
99.97/100.05	c   trivial          :       0.00          1          0
99.97/100.05	c   shiftandpropagate:       0.00          0          0
99.97/100.05	c   simplerounding   :       0.00          0          0
99.97/100.05	c   zirounding       :       0.00          0          0
99.97/100.05	c   rounding         :       0.00          0          0
99.97/100.05	c   shifting         :       0.00          0          0
99.97/100.05	c   intshifting      :       0.00          0          0
99.97/100.05	c   oneopt           :       0.00          0          0
99.97/100.05	c   twoopt           :       0.00          0          0
99.97/100.05	c   fixandinfer      :       0.00          0          0
99.97/100.05	c   feaspump         :       0.00          0          0
99.97/100.05	c   clique           :       0.00          0          0
99.97/100.05	c   coefdiving       :       0.00          0          0
99.97/100.05	c   pscostdiving     :       0.00          0          0
99.97/100.05	c   fracdiving       :       0.00          0          0
99.97/100.05	c   veclendiving     :       0.00          0          0
99.97/100.05	c   intdiving        :       0.00          0          0
99.97/100.05	c   actconsdiving    :       0.00          0          0
99.97/100.05	c   objpscostdiving  :       0.00          0          0
99.97/100.05	c   rootsoldiving    :       0.00          0          0
99.97/100.05	c   linesearchdiving :       0.00          0          0
99.97/100.05	c   guideddiving     :       0.00          0          0
99.97/100.05	c   octane           :       0.00          0          0
99.97/100.05	c   rens             :       0.00          0          0
99.97/100.05	c   rins             :       0.00          0          0
99.97/100.05	c   localbranching   :       0.00          0          0
99.97/100.05	c   mutation         :       0.00          0          0
99.97/100.05	c   crossover        :       0.00          0          0
99.97/100.05	c   dins             :       0.00          0          0
99.97/100.05	c   vbounds          :       0.00          0          0
99.97/100.05	c   undercover       :       0.00          0          0
99.97/100.05	c   subnlp           :       0.00          0          0
99.97/100.05	c   trysol           :       0.00          0          0
99.97/100.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
99.97/100.05	c   primal LP        :       0.00          0          0       0.00          -
99.97/100.05	c   dual LP          :      31.17        241     126668     525.59    4063.15
99.97/100.05	c   lex dual LP      :       0.00          0          0       0.00          -
99.97/100.05	c   barrier LP       :       0.00          0          0       0.00          -
99.97/100.05	c   diving/probing LP:       0.00          0          0       0.00          -
99.97/100.05	c   strong branching :      62.83        316     191461     605.89    3047.18
99.97/100.05	c     (at root node) :          -         29      23254     801.86          -
99.97/100.05	c   conflict analysis:       0.00          0          0       0.00          -
99.97/100.05	c B&B Tree           :
99.97/100.05	c   number of runs   :          1
99.97/100.05	c   nodes            :        289
99.97/100.05	c   nodes (total)    :        289
99.97/100.05	c   nodes left       :          0
99.97/100.05	c   max depth        :         65
99.97/100.05	c   max depth (total):         65
99.97/100.05	c   backtracks       :         57 (19.7%)
99.97/100.05	c   delayed cutoffs  :        162
99.97/100.05	c   repropagations   :        812 (7261 domain reductions, 43 cutoffs)
99.97/100.05	c   avg switch length:       7.27
99.97/100.05	c   switching time   :       0.17
99.97/100.05	c Solution           :
99.97/100.05	c   Solutions found  :          0 (0 improvements)
99.97/100.05	c   Primal Bound     : infeasible
99.97/100.05	c   Dual Bound       :          -
99.97/100.05	c   Gap              :       0.00 %
99.97/100.05	c   Root Dual Bound  : +0.00000000000000e+00
99.97/100.05	c   Root Iterations  :       8512
99.97/100.09	c Time complete: 100.07.

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-3730795-1338691679/watcher-3730795-1338691679 -o /tmp/evaluation-result-3730795-1338691679/solver-3730795-1338691679 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730795-1338691679.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.04 2.02 2.00 3/176 1364
/proc/meminfo: memFree=29200812/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 1422 0 0 0 0 0 0 0 20 0 1 0 335293905 9547776 1376 33554432000 4194304 9016284 140736164382368 140735857891400 5991648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 2331 1379 288 1178 0 1149 0

[startup+0.103246 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 1364
/proc/meminfo: memFree=29200812/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=30356 CPUtime=0.09 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 6541 0 0 0 9 0 0 0 20 0 1 0 335293905 31084544 6495 33554432000 4194304 9016284 140736164382368 140736164244584 6813442 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 7589 6496 399 1178 0 6407 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30356

[startup+0.200313 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 1364
/proc/meminfo: memFree=29200812/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=51548 CPUtime=0.19 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 11546 0 0 0 19 0 0 0 20 0 1 0 335293905 52785152 11500 33554432000 4194304 9016284 140736164382368 140736164244584 6480180 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 12887 11500 490 1178 0 11705 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51548

[startup+0.300305 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 1364
/proc/meminfo: memFree=29200812/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=55860 CPUtime=0.28 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 12888 0 0 0 28 0 0 0 20 0 1 0 335293905 57200640 12585 33554432000 4194304 9016284 140736164382368 140736164244584 18446744073699066100 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 13965 12585 494 1178 0 12783 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55860

[startup+0.700265 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 1364
/proc/meminfo: memFree=29200812/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=84776 CPUtime=0.68 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 21279 0 0 0 67 1 0 0 20 0 1 0 335293905 86810624 19751 33554432000 4194304 9016284 140736164382368 140736164376536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 21194 19751 655 1178 0 20012 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84776

[startup+1.50013 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 1365
/proc/meminfo: memFree=29122212/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=85960 CPUtime=1.49 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 21892 0 0 0 147 2 0 0 20 0 1 0 335293905 88023040 20301 33554432000 4194304 9016284 140736164382368 140736164376536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 21490 20301 667 1178 0 20308 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85960

[startup+3.1002 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 1365
/proc/meminfo: memFree=29120352/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=88028 CPUtime=3.08 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 22540 0 0 0 305 3 0 0 20 0 1 0 335293905 90140672 20949 33554432000 4194304 9016284 140736164382368 140736164377528 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 22007 20949 667 1178 0 20825 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88028

[startup+6.30026 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 1365
/proc/meminfo: memFree=29116304/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=91540 CPUtime=6.29 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 23402 0 0 0 622 7 0 0 20 0 1 0 335293905 93736960 21804 33554432000 4194304 9016284 140736164382368 140736164377528 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 22885 21804 667 1178 0 21703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91540

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1365
/proc/meminfo: memFree=29115992/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=91540 CPUtime=12.68 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 23407 0 0 0 1258 10 0 0 20 0 1 0 335293905 93736960 21809 33554432000 4194304 9016284 140736164382368 140736164376120 6855193 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 22885 21809 668 1178 0 21703 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91540

[startup+25.5002 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1365
/proc/meminfo: memFree=29116848/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=91740 CPUtime=25.48 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 23465 0 0 0 2532 16 0 0 20 0 1 0 335293905 93941760 21867 33554432000 4194304 9016284 140736164382368 140736164376168 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 22935 21867 673 1178 0 21753 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91740

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 1366
/proc/meminfo: memFree=29116780/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=91740 CPUtime=51.08 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 23508 0 0 0 5078 30 0 0 20 0 1 0 335293905 93941760 21910 33554432000 4194304 9016284 140736164382368 140736164376072 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 22935 21910 673 1178 0 21753 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 91740

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

[startup+51.2004 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 1366
/proc/meminfo: memFree=29116780/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=91740 CPUtime=51.18 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 23508 0 0 0 5088 30 0 0 20 0 1 0 335293905 93941760 21910 33554432000 4194304 9016284 140736164382368 140736164376072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 22935 21910 673 1178 0 21753 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 91740

[startup+76.8002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 1366
/proc/meminfo: memFree=29117396/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=92276 CPUtime=76.78 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 28851 0 0 0 7633 45 0 0 20 0 1 0 335293905 94490624 21915 33554432000 4194304 9016284 140736164382368 140736164376232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23069 21915 678 1178 0 21887 0
Current children cumulated CPU time (s) 76.78
Current children cumulated vsize (KiB) 92276

[startup+89.6003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1366
/proc/meminfo: memFree=29115032/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=93444 CPUtime=89.58 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 36876 0 0 0 8905 53 0 0 20 0 1 0 335293905 95686656 22149 33554432000 4194304 9016284 140736164382368 140736164376168 7189081 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23361 22149 678 1178 0 22179 0
Current children cumulated CPU time (s) 89.58
Current children cumulated vsize (KiB) 93444

[startup+96.0003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1366
/proc/meminfo: memFree=29115280/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=93592 CPUtime=95.98 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 40592 0 0 0 9539 59 0 0 20 0 1 0 335293905 95838208 22056 33554432000 4194304 9016284 140736164382368 140736164376280 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23398 22056 678 1178 0 22216 0
Current children cumulated CPU time (s) 95.98
Current children cumulated vsize (KiB) 93592

[startup+97.6003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1366
/proc/meminfo: memFree=29114784/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=93592 CPUtime=97.57 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 40851 0 0 0 9698 59 0 0 20 0 1 0 335293905 95838208 22308 33554432000 4194304 9016284 140736164382368 140736164376232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23398 22308 678 1178 0 22216 0
Current children cumulated CPU time (s) 97.57
Current children cumulated vsize (KiB) 93592

[startup+99.2003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1366
/proc/meminfo: memFree=29112552/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=95148 CPUtime=99.18 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 41288 0 0 0 9857 61 0 0 20 0 1 0 335293905 97431552 22744 33554432000 4194304 9016284 140736164382368 140736164376120 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23787 22744 678 1178 0 22605 0
Current children cumulated CPU time (s) 99.18
Current children cumulated vsize (KiB) 95148

[startup+99.6003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1366
/proc/meminfo: memFree=29112552/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=95148 CPUtime=99.57 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 41292 0 0 0 9896 61 0 0 20 0 1 0 335293905 97431552 22748 33554432000 4194304 9016284 140736164382368 140736164376120 6948834 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23787 22748 678 1178 0 22605 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 95148

[startup+100 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1366
/proc/meminfo: memFree=29112552/32873648 swapFree=7628/7628
[pid=1364] ppid=1362 vsize=95148 CPUtime=99.97 cores=1,3,5,7
/proc/1364/stat : 1364 (scip-2.0.1.4b_2) R 1362 1364 20657 0 -1 4202496 41292 0 0 0 9936 61 0 0 20 0 1 0 335293905 97431552 22748 33554432000 4194304 9016284 140736164382368 140736164376424 7180372 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1364/statm: 23787 22748 678 1178 0 22605 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 95148

Child status: 0
Real time (s): 100.099
CPU time (s): 100.083
CPU user time (s): 99.4569
CPU system time (s): 0.625904
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 95148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.4569
system time used= 0.625904
maximum resident set size= 91016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41306
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 105

runsolver used 0.290955 second user time and 0.775882 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 04:47:59
IDJOB=3730795
IDBENCH=1477
IDSOLVER=2329
FILE ID=node122/3730795-1338691679
RUNJOBID= node122-1338679213-29462
PBS_JOBID= 14636691
Free space on /tmp= 71164 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-22s.smv.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730795-1338691679/watcher-3730795-1338691679 -o /tmp/evaluation-result-3730795-1338691679/solver-3730795-1338691679 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730795-1338691679.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3fb2d144eb047d6ea626acdee43b1069
RANDOM SEED=1445197150

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:        29201248 kB
Buffers:          174780 kB
Cached:          1554236 kB
SwapCached:         1800 kB
Active:          1551492 kB
Inactive:        1341368 kB
Active(anon):    1164216 kB
Inactive(anon):     1980 kB
Active(file):     387276 kB
Inactive(file):  1339388 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100160 kB
Dirty:             17080 kB
Writeback:             0 kB
AnonPages:       1274104 kB
Mapped:            11532 kB
Shmem:                 0 kB
Slab:             639508 kB
SReclaimable:      83676 kB
SUnreclaim:       555832 kB
KernelStack:        1480 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1294480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1101824 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= 71148 MiB
End job on node122 at 2012-06-03 04:49:39