Trace number 3495463

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
OptimuS x100_sourceUNSAT 21.1598 21.1606

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E15N10.cnf
MD5SUM547a8d0add65ddb9f00c988671f12940
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.58591
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses7297
Sum of the clauses size20540
Maximum clause length15
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 23851
Number of clauses of size 32708
Number of clauses of size 4220
Number of clauses of size 5220
Number of clauses of size over 5291

Solver Data

21.09/21.15	c - Reading the instance.. OK! Totally clauses:     7297; Vars:     1610; Time: 0.01
21.09/21.15	c - Unit propagation..     OK! Removed clauses:      217;                 Time: 0.00
21.09/21.15	c - Delete by resolution.. OK! Removed clauses:      472;                 Time: 0.00
21.09/21.15	c   - Solving the original instance..
21.09/21.15	c     - OK - UNSAT! Continue to clause elimination..
21.09/21.15	c   - round:    1;   Skips in previous round:    0
21.09/21.15	c     - clauses done:  1%; among them skipped: 1.37%;
21.09/21.15	c     - clauses done: 10%; among them skipped: 1.37%;
21.09/21.15	c     - clauses done: 20%; among them skipped: 4.45%;
21.09/21.15	c     - clauses done: 30%; among them skipped: 3.65%;
21.09/21.15	c   - round:    2;   Skips in previous round:   80
21.09/21.15	c     - clauses done:  1%; among them skipped: 0.00%;
21.09/21.15	c     - clauses done: 10%; among them skipped: 0.00%;
21.09/21.15	c     - clauses done: 20%; among them skipped: 0.00%;
21.09/21.15	c     - clauses done: 30%; among them skipped: 0.00%;
21.09/21.15	c - Finish! Unsat core size: 1070 / 7297; Time: 21.13 s
21.09/21.15	c - ---------------------------------------------------------------------------
21.09/21.15	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
21.09/21.15	c -             |     217   |    4523   |     367   |     703   |    1487     |
21.09/21.15	c - ---------------------------------------------------------------------------
21.09/21.15	s UNSATISFIABLE
21.09/21.15	v 6 10 14 22 34 42 54 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 519 520 521 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 544 545 547 548 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 623 624 625 626 627 628 630 631 632 633 634 636 637 638 639 641 642 643 645 646 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 696 697 698 699 702 703 704 705 706 708 709 710 711 713 714 715 717 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 850 852 854 867 869 874 899 950 960 961 962 967 976 977 978 979 982 984 985 986 987 989 990 991 2372 2375 2376 2378 2379 2381 2382 2384 2385 2387 2388 2390 2391 2393 2394 2396 2397 2399 2400 2402 2403 2405 2406 2408 2409 2411 2412 2414 2415 2417 2418 2420 2421 2423 2424 2426 2427 2429 2430 2462 2463 2465 2466 2468 2469 2471 2472 2474 2475 2477 2478 2480 2481 2483 2484 2486 2487 2489 2490 2522 2523 2525 2526 2528 2529 2531 2532 2534 2535 2537 2538 2540 2541 2543 2544 2546 2547 2549 2550 2582 2583 2585 2586 2588 2589 2591 2592 2594 2595 2597 2598 2600 2601 2603 2604 2606 2607 2609 2610 2612 2616 2618 2619 2622 2625 2627 2628 2631 2634 2636 2637 2640 2642 2646 2649 2651 2652 2654 2655 2657 2658 2660 2661 2663 2664 2666 2667 2669 2670 2702 2705 2708 2711 2715 2718 2721 2724 2727 2730 2763 2765 2768 2771 2774 2775 2777 2778 2780 2781 2783 2784 2786 2787 2790 2823 2825 2828 2831 2834 2835 2837 2838 2840 2841 2843 2844 2846 2847 2850 2853 2856 2859 2861 2864 2867 2868 2870 2873 2876 2877 2879 2913 2915 2916 2918 2919 2921 2922 2924 2925 2927 2928 2930 2931 2933 2934 2936 2937 2939 2943 2945 2948 2951 2954 2955 2958 2961 2964 2966 2967 2969 2972 2973 2975 2976 2978 2979 2981 2982 2984 2985 2987 2988 2990 2991 2993 2994 2996 2997 2999 3000 3003 3005 3008 3011 3014 3017 3018 3020 3023 3026 3027 3029 3032 3033 3035 3036 3038 3039 3041 3042 3044 3045 3047 3048 3050 3051 3053 3054 3056 3057 3059 3060 3092 3093 3095 3096 3098 3099 3101 3102 3104 3105 3107 3108 3110 3111 3113 3114 3116 3117 3119 3120 3152 3153 3155 3156 3158 3159 3161 3162 3164 3165 3167 3168 3170 3171 3173 3174 3176 3177 3179 3180 3182 3185 3188 3191 3194 3197 3200 3201 3203 3204 3206 3207 3209 3210 3212 3213 3215 3216 3218 3219 3221 3222 3224 3225 3227 3228 3230 3231 3233 3234 3236 3237 3239 3240 3422 3423 3425 3426 3427 3428 3429 3430 3431 3432 3434 3435 3436 3437 3438 3440 3441 3442 3443 3444 3446 3447 3449 3450 3453 3455 3458 3462 3464 3468 3471 3473 3477 3480 3482 3483 3485 3486 3487 3488 3489 3490 3491 3492 3494 3495 3496 3497 3498 3500 3501 3502 3503 3504 3506 3507 3509 3510 3632 3633 3635 3636 3638 3639 3641 3642 3644 3645 3647 3648 3650 3651 3653 3654 3656 3657 3659 3660 3662 3665 3668 3671 3674 3678 3680 3684 3687 3690 4208 4219 4241 4263 4285 4296 4307 4329 4351 4373 4384 4406 4417 4428 4439 4450 4472 4494 4505 4516 4584 4585 4587 4589 4593 4604 4606 4607 4609 4611 4615 4670 4681 5263 5269 5275 5281 5282 5287 5288 5293 5294 5299 5305 5321 5322 5327 5328 5333 5339 5340 5345 5346 5351 5352 5357 5358 5363 5379 5385 5391 5392 5397 5398 5403 5404 5409 5410 5415 5416 5421 5437 5443 5449 5455 5461 5467 5473 5474 5480 5495 5501 5502 5507 5508 5513 5514 5519 5520 5525 5526 5531 5532 5537 5553 5559 5565 5571 5577 5583 5584 5589 5590 5595 5611 5612 5617 5618 5623 5624 5629 5630 5635 5636 5641 5642 5647 5648 5653 5670 5676 5681 5682 5687 5688 5693 5694 5699 5700 5705 5706 5711 5727 5728 5733 5734 5739 5740 5745 5746 5751 5752 5757 5758 5763 5764 5770 5786 5792 5797 5798 5803 5804 5809 5810 5815 5816 5821 5822 5827 5993 6008 6021 6034 6041 6047 6060 6073 6083 6086 6091 6120 6122 6124 6126 6128 6130 6132 6134 6738 6790 6793 6796 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6849 6850 6853 6856 6898 6948 6956 6958 6993 7003 7006 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7023 7026 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7081 7082 7083 7084 7085 7086 7087 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7141 7142 7143 7144 7145 7146 7147 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7224 7244 7245 7246 7247 7250 7252 7254 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7274 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 0

Verifier Data

OK	1070

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495463-1307806570/watcher-3495463-1307806570 -o /tmp/evaluation-result-3495463-1307806570/solver-3495463-1307806570 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495463-1307806570.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.02 4.02 3.75 3/175 24066
/proc/meminfo: memFree=31613936/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=20448 CPUtime=0 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 720 0 0 0 0 0 0 0 24 0 1 0 892256679 20938752 653 33554432000 4194304 4280283 140737454345824 18446744073709551615 4223305 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 5112 653 240 21 0 1749 0

[startup+0.013833 s]
/proc/loadavg: 4.02 4.02 3.75 3/175 24066
/proc/meminfo: memFree=31613936/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=21388 CPUtime=0.01 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 930 0 0 0 1 0 0 0 24 0 1 0 892256679 21901312 862 33554432000 4194304 4280283 140737454345824 18446744073709551615 4210585 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 5347 862 251 21 0 1984 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21388

[startup+0.100764 s]
/proc/loadavg: 4.02 4.02 3.75 3/175 24066
/proc/meminfo: memFree=31613936/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=21772 CPUtime=0.09 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 1512 0 0 0 9 0 0 0 24 0 1 0 892256679 22294528 1443 33554432000 4194304 4280283 140737454345824 18446744073709551615 4243537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 5443 1444 270 21 0 2080 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21772

[startup+0.300727 s]
/proc/loadavg: 4.02 4.02 3.75 3/175 24066
/proc/meminfo: memFree=31613936/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=22852 CPUtime=0.29 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 3375 0 0 0 29 0 0 0 25 0 1 0 892256679 23400448 1713 33554432000 4194304 4280283 140737454345824 18446744073709551615 4243072 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 5713 1713 270 21 0 2350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22852

[startup+0.700727 s]
/proc/loadavg: 4.02 4.02 3.75 3/175 24066
/proc/meminfo: memFree=31613936/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=27256 CPUtime=0.69 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 6569 0 0 0 68 1 0 0 25 0 1 0 892256679 27910144 3119 33554432000 4194304 4280283 140737454345824 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 6814 3120 270 21 0 3451 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27256

[startup+1.50052 s]
/proc/loadavg: 4.02 4.02 3.75 5/190 24104
/proc/meminfo: memFree=31492080/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=27256 CPUtime=1.49 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 6765 0 0 0 148 1 0 0 25 0 1 0 892256679 27910144 3312 33554432000 4194304 4280283 140737454345824 18446744073709551615 4256787 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 6814 3312 270 21 0 3451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27256

[startup+3.10024 s]
/proc/loadavg: 4.02 4.02 3.75 5/190 24104
/proc/meminfo: memFree=31490840/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=26224 CPUtime=3.09 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 8657 0 0 0 308 1 0 0 25 0 1 0 892256679 26853376 3034 33554432000 4194304 4280283 140737454345824 18446744073709551615 4242856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 6556 3034 270 21 0 3193 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26224

[startup+6.30073 s]
/proc/loadavg: 4.02 4.02 3.75 5/190 24104
/proc/meminfo: memFree=31358808/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=6.29 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11056 0 0 0 627 2 0 0 25 0 1 0 892256679 32407552 4234 33554432000 4194304 4280283 140737454345824 18446744073709551615 4242930 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4234 270 21 0 4549 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31648

[startup+12.7006 s]
/proc/loadavg: 4.02 4.02 3.75 5/190 24105
/proc/meminfo: memFree=31255268/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=12.69 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11297 0 0 0 1267 2 0 0 25 0 1 0 892256679 32407552 4475 33554432000 4194304 4280283 140737454345824 18446744073709551615 4257648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4475 270 21 0 4549 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31648

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

[startup+15.901 s]
/proc/loadavg: 4.01 4.02 3.75 5/190 24105
/proc/meminfo: memFree=31162300/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=15.89 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11297 0 0 0 1587 2 0 0 25 0 1 0 892256679 32407552 4475 33554432000 4194304 4280283 140737454345824 18446744073709551615 4256628 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4475 270 21 0 4549 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 31648

[startup+19.1005 s]
/proc/loadavg: 4.01 4.02 3.75 5/190 24105
/proc/meminfo: memFree=31109228/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=19.09 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11297 0 0 0 1907 2 0 0 25 0 1 0 892256679 32407552 4475 33554432000 4194304 4280283 140737454345824 18446744073709551615 4243089 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4475 270 21 0 4549 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 31648

[startup+19.9003 s]
/proc/loadavg: 4.01 4.02 3.75 5/190 24105
/proc/meminfo: memFree=31133768/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=19.89 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11297 0 0 0 1987 2 0 0 25 0 1 0 892256679 32407552 4475 33554432000 4194304 4280283 140737454345824 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4475 270 21 0 4549 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (KiB) 31648

[startup+20.7002 s]
/proc/loadavg: 4.01 4.02 3.75 5/190 24105
/proc/meminfo: memFree=31133768/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=20.69 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11297 0 0 0 2067 2 0 0 25 0 1 0 892256679 32407552 4475 33554432000 4194304 4280283 140737454345824 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4475 270 21 0 4549 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 31648

[startup+21.1011 s]
/proc/loadavg: 4.01 4.02 3.75 5/190 24105
/proc/meminfo: memFree=31246360/32950928 swapFree=67079488/67111528
[pid=24066] ppid=24064 vsize=31648 CPUtime=21.09 cores=4,6
/proc/24066/stat : 24066 (OptimuS_release) R 24064 24066 23145 0 -1 4202496 11297 0 0 0 2107 2 0 0 25 0 1 0 892256679 32407552 4475 33554432000 4194304 4280283 140737454345824 18446744073709551615 4260063 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24066/statm: 7912 4475 270 21 0 4549 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 31648

Child status: 20
Real time (s): 21.1606
CPU time (s): 21.1598
CPU user time (s): 21.1368
CPU system time (s): 0.022996
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 33300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1368
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11298
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= 10
involuntary context switches= 57

runsolver used 0.035994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 17:36:10
IDJOB=3495463
IDBENCH=83449
IDSOLVER=1988
FILE ID=node125/3495463-1307806570
RUNJOBID= node125-1307806570-24046
PBS_JOBID= 13551054
Free space on /tmp= 74032 MiB

SOLVER NAME= OptimuS x100_source
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E15N10.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495463-1307806570/watcher-3495463-1307806570 -o /tmp/evaluation-result-3495463-1307806570/solver-3495463-1307806570 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495463-1307806570.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 547a8d0add65ddb9f00c988671f12940
RANDOM SEED=677446635

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31612124 kB
Buffers:        301360 kB
Cached:         798212 kB
SwapCached:       3400 kB
Active:         510716 kB
Inactive:       628460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31612124 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:       37620 kB
Mapped:          13728 kB
Slab:           132880 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195424 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74024 MiB
End job on node125 at 2011-06-11 17:36:31