Trace number 3495459

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 386.56 386.549

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E10N10.cnf
MD5SUM4e1fa09f065863aade1b0e981a31dcc8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05999
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses7143
Sum of the clauses size19637
Maximum clause length15
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 23911
Number of clauses of size 32609
Number of clauses of size 4250
Number of clauses of size 5100
Number of clauses of size over 5260

Solver Data

386.50/386.54	c - Reading the instance.. OK! Totally clauses:     7143; Vars:     1610; Time: 0.00
386.50/386.54	c - Unit propagation..     OK! Removed clauses:      437;                 Time: 0.00
386.50/386.54	c - Delete by resolution.. OK! Removed clauses:      542;                 Time: 0.00
386.50/386.54	c   - Solving the original instance..
386.50/386.54	c     - OK - UNSAT! Continue to clause elimination..
386.50/386.54	c   - round:    1;   Skips in previous round:    0
386.50/386.54	c     - clauses done:  1%; among them skipped: 0.00%;
386.50/386.54	c     - clauses done: 10%; among them skipped: 1.96%;
386.50/386.54	c     - clauses done: 20%; among them skipped: 9.17%;
386.50/386.54	c     - clauses done: 30%; among them skipped: 13.30%;
386.50/386.54	c   - round:    2;   Skips in previous round:  499
386.50/386.54	c     - clauses done:  1%; among them skipped: 0.00%;
386.50/386.54	c     - clauses done: 10%; among them skipped: 0.00%;
386.50/386.54	c     - clauses done: 20%; among them skipped: 0.21%;
386.50/386.54	c     - clauses done: 30%; among them skipped: 0.98%;
386.50/386.54	c   - round:    3;   Skips in previous round:   48
386.50/386.54	c     - clauses done:  1%; among them skipped: 0.00%;
386.50/386.54	c     - clauses done: 10%; among them skipped: 0.00%;
386.50/386.54	c     - clauses done: 20%; among them skipped: 0.00%;
386.50/386.54	c     - clauses done: 30%; among them skipped: 0.00%;
386.50/386.54	c - Finish! Unsat core size: 1551 / 7143; Time: 386.29 s
386.50/386.54	c - ---------------------------------------------------------------------------
386.50/386.54	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
386.50/386.54	c -             |     437   |    3578   |     440   |    1111   |    1577     |
386.50/386.54	c - ---------------------------------------------------------------------------
386.50/386.54	s UNSATISFIABLE
386.50/386.54	v 22 30 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 492 493 494 497 498 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 544 545 546 547 548 549 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 579 580 581 582 583 584 585 586 587 588 589 590 591 592 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 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 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 708 709 710 711 712 713 714 715 717 718 720 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 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 785 786 788 790 792 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 839 875 920 921 922 927 928 929 930 931 933 934 936 937 939 940 941 942 943 944 945 946 948 949 950 953 954 955 958 959 960 961 964 965 966 967 968 970 971 972 973 974 976 977 2328 2329 2331 2332 2334 2335 2337 2338 2340 2341 2343 2344 2346 2347 2349 2350 2353 2356 2388 2391 2392 2394 2395 2397 2398 2400 2401 2403 2404 2406 2407 2410 2413 2416 2418 2421 2424 2425 2427 2428 2430 2431 2433 2434 2437 2440 2443 2446 2448 2449 2451 2452 2454 2455 2457 2458 2460 2461 2463 2464 2466 2467 2469 2470 2473 2476 2478 2481 2484 2485 2488 2491 2494 2497 2500 2503 2506 2508 2509 2511 2512 2514 2515 2517 2518 2520 2521 2523 2524 2526 2527 2529 2530 2532 2533 2535 2536 2538 2539 2541 2542 2544 2545 2547 2548 2550 2551 2553 2554 2556 2557 2559 2560 2562 2563 2565 2566 2598 2599 2601 2602 2604 2605 2607 2608 2610 2611 2613 2614 2616 2617 2619 2620 2622 2623 2625 2626 2629 2632 2634 2637 2638 2640 2641 2643 2644 2647 2649 2650 2653 2656 2659 2661 2664 2667 2671 2674 2677 2680 2683 2686 2688 2689 2691 2692 2694 2697 2698 2700 2701 2703 2704 2707 2710 2713 2716 2719 2721 2722 2724 2725 2728 2731 2734 2737 2740 2743 2745 2749 2751 2752 2754 2757 2758 2760 2761 2763 2764 2766 2767 2769 2772 2775 2778 2779 2781 2782 2784 2785 2787 2788 2790 2791 2793 2794 2796 2797 2799 2800 2802 2803 2805 2806 2808 2809 2811 2812 2814 2815 2817 2818 2820 2821 2823 2824 2826 2827 2829 2830 2832 2833 2835 2836 2839 2842 2845 2847 2848 2850 2851 2853 2856 2859 2863 2865 2868 2869 2871 2872 2874 2875 2877 2878 2880 2881 2883 2884 2886 2887 2889 2890 2892 2893 2895 2896 2899 2901 2902 2904 2905 2907 2908 2910 2911 2913 2914 2916 2917 2919 2920 2922 2923 2925 2926 2929 2932 2935 2937 2938 2940 2943 2946 2949 2953 2955 2958 2959 2961 2964 2965 2967 2968 2970 2971 2973 2974 2976 2977 2979 2980 2982 2983 2985 2986 2989 2992 2995 2997 2998 3000 3001 3003 3006 3009 3012 3016 3018 3022 3025 3028 3031 3033 3034 3036 3037 3039 3040 3042 3043 3045 3046 3049 3051 3054 3057 3060 3061 3063 3064 3066 3069 3073 3076 3078 3079 3081 3082 3084 3085 3087 3088 3090 3091 3093 3094 3096 3097 3099 3100 3102 3105 3106 3108 3109 3111 3112 3114 3118 3121 3124 3127 3130 3132 3136 3138 3141 3142 3144 3147 3148 3150 3151 3153 3154 3156 3157 3159 3160 3162 3166 3169 3171 3174 3177 3178 3180 3181 3183 3184 3186 3187 3189 3190 3192 3195 3198 3199 3201 3202 3204 3205 3207 3208 3210 3211 3214 3217 3220 3222 3226 3229 3231 3232 3234 3235 3237 3238 3240 3241 3243 3244 3246 3247 3249 3250 3252 3255 3258 3259 3261 3262 3264 3265 3268 3271 3273 3274 3276 3277 3279 3280 3282 3285 3288 3289 3291 3292 3294 3297 3298 3300 3301 3303 3304 3306 3307 3309 3310 3312 3313 3315 3316 3318 3321 3322 3324 3325 3327 3328 3330 3331 3333 3334 3336 3337 3339 3340 3342 3343 3345 3346 3348 3349 3351 3352 3354 3355 3357 3358 3360 3361 3363 3364 3366 3367 3369 3370 3372 3373 3375 3376 3378 3381 3382 3384 3385 3387 3388 3390 3391 3393 3394 3396 3397 3399 3400 3402 3403 3405 3406 3408 3409 3411 3412 3414 3415 3417 3418 3420 3421 3423 3424 3426 3427 3429 3430 3432 3433 3435 3436 3438 3439 3441 3442 3444 3445 3447 3448 3450 3451 3453 3454 3456 3457 3459 3460 3462 3463 3465 3468 3469 3471 3472 3474 3475 3477 3478 3480 3481 3483 3484 3486 3487 3489 3490 3492 3493 3495 3496 3499 3501 3504 3507 3510 3513 3516 3519 3522 3526 3529 3532 3534 3538 3540 3541 3543 3544 3546 3547 3549 3550 3552 3555 3556 3558 3559 3561 3562 3564 3565 3567 3568 3570 3573 3576 3579 3582 3585 3586 3588 3589 3591 3592 3594 3595 3597 3598 3600 3601 3603 3604 3606 3607 3609 3610 3612 3613 3615 3616 3618 3619 3621 3622 3624 3625 3627 3628 3630 3631 3633 3634 3636 3637 3639 3640 3642 3643 3645 3646 4183 4205 4216 4227 4238 4249 4260 4282 4293 4304 4315 4326 4337 4348 4359 4370 4381 4392 4403 4414 4425 4436 4447 4458 4469 4480 4491 4502 4513 4524 4535 4546 4557 4568 4579 4590 4601 4612 4623 4634 4645 4656 5249 5250 5252 5253 5255 5256 5258 5259 5261 5262 5264 5265 5267 5268 5270 5271 5273 5274 5276 5277 5279 5280 5282 5283 5285 5288 5289 5291 5292 5295 5300 5307 5310 5311 5313 5316 5317 5319 5320 5322 5323 5325 5326 5328 5329 5331 5332 5334 5335 5337 5338 5340 5341 5343 5344 5346 5347 5349 5350 5352 5353 5359 5365 5366 5368 5369 5372 5374 5375 5377 5378 5380 5381 5383 5384 5386 5387 5389 5390 5392 5393 5395 5396 5398 5399 5401 5402 5404 5407 5408 5410 5411 5417 5423 5426 5427 5429 5430 5432 5433 5435 5436 5438 5439 5441 5442 5444 5445 5447 5448 5450 5451 5453 5454 5456 5457 5459 5460 5462 5463 5465 5466 5468 5469 5475 5481 5482 5484 5485 5487 5488 5490 5491 5493 5494 5496 5497 5499 5500 5502 5503 5505 5506 5508 5509 5511 5512 5514 5515 5517 5518 5520 5521 5523 5524 5526 5527 5533 5539 5540 5542 5543 5545 5546 5548 5549 5551 5552 5554 5555 5557 5558 5560 5561 5563 5564 5566 5567 5569 5570 5572 5573 5575 5576 5578 5579 5581 5582 5584 5585 5590 5597 5600 5601 5603 5604 5606 5607 5609 5610 5612 5613 5615 5616 5618 5619 5621 5622 5624 5625 5627 5628 5630 5631 5633 5634 5637 5639 5640 5643 5649 5656 5658 5659 5661 5662 5664 5665 5667 5668 5670 5671 5673 5674 5676 5677 5679 5680 5682 5683 5685 5686 5688 5689 5691 5692 5694 5695 5697 5698 5700 5701 5706 5713 5716 5717 5719 5722 5723 5725 5726 5728 5729 5731 5732 5734 5735 5737 5738 5740 5741 5743 5744 5746 5747 5749 5750 5753 5755 5756 5759 5765 5772 5774 5775 5777 5778 5780 5781 5783 5784 5786 5787 5789 5790 5792 5793 5795 5796 5798 5799 5801 5802 5804 5805 5807 5808 5810 5811 5813 5814 5817 5823 5968 5981 5994 6004 6007 6020 6030 6033 6035 6046 6048 6049 6059 6061 6062 6065 6066 6072 6077 6080 6081 6082 6083 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6838 6839 6840 6841 6842 6848 6849 6858 6859 6864 6865 6866 6868 6869 6870 6899 6902 6907 6908 6918 6922 6924 6925 6926 6927 6928 6929 6932 6939 6944 6945 6946 6947 6948 6949 6952 6953 6957 6959 6960 6962 6964 6965 6974 6975 6977 6978 6979 6980 6994 6995 7005 7015 7024 7025 7026 7027 7028 7029 7030 7035 7036 7037 7038 7039 7040 7045 7046 7047 7048 7049 7050 7065 7074 7075 7084 7085 7094 7105 7106 7125 7127 7128 7129 7138 7139 0

Verifier Data

OK	1551

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

running on 2 cores: 1,3

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: 1.03 1.66 2.66 4/182 4277
/proc/meminfo: memFree=31547304/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=20536 CPUtime=0 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 892258853 21028864 658 33554432000 4194304 4280283 140736803562208 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 5134 659 240 21 0 1771 0

[startup+0.0582651 s]
/proc/loadavg: 1.03 1.66 2.66 4/182 4277
/proc/meminfo: memFree=31547304/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=21360 CPUtime=0.05 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 999 0 0 0 5 0 0 0 25 0 1 0 892258853 21872640 927 33554432000 4194304 4280283 140736803562208 18446744073709551615 4258893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 5340 927 270 21 0 1977 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21360

[startup+0.100245 s]
/proc/loadavg: 1.03 1.66 2.66 4/182 4277
/proc/meminfo: memFree=31547304/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=21360 CPUtime=0.09 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 999 0 0 0 9 0 0 0 25 0 1 0 892258853 21872640 927 33554432000 4194304 4280283 140736803562208 18446744073709551615 4261756 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 5340 927 270 21 0 1977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21360

[startup+0.300209 s]
/proc/loadavg: 1.03 1.66 2.66 4/182 4277
/proc/meminfo: memFree=31547304/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=18788 CPUtime=0.29 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 2011 0 0 0 29 0 0 0 25 0 1 0 892258853 19238912 1287 33554432000 4194304 4280283 140736803562208 18446744073709551615 4210667 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 4697 1287 270 21 0 1334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18788

[startup+0.700137 s]
/proc/loadavg: 1.03 1.66 2.66 4/182 4277
/proc/meminfo: memFree=31547304/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=26172 CPUtime=0.68 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 5735 0 0 0 68 0 0 0 25 0 1 0 892258853 26800128 3131 33554432000 4194304 4280283 140736803562208 18446744073709551615 4236542 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 6543 3131 270 21 0 3180 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26172

[startup+1.50099 s]
/proc/loadavg: 1.03 1.66 2.66 5/187 4288
/proc/meminfo: memFree=31496944/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=33244 CPUtime=1.49 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 7389 0 0 0 148 1 0 0 25 0 1 0 892258853 34041856 4768 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 8311 4768 270 21 0 4948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33244

[startup+3.10069 s]
/proc/loadavg: 1.03 1.66 2.66 5/187 4288
/proc/meminfo: memFree=31480824/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=37664 CPUtime=3.09 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 8643 0 0 0 308 1 0 0 25 0 1 0 892258853 38567936 6014 33554432000 4194304 4280283 140736803562208 18446744073709551615 4256725 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 9416 6014 270 21 0 6053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37664

[startup+6.30109 s]
/proc/loadavg: 1.27 1.70 2.67 5/187 4288
/proc/meminfo: memFree=31473000/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=31568 CPUtime=6.29 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 13039 0 0 0 628 1 0 0 25 0 1 0 892258853 32325632 4053 33554432000 4194304 4280283 140736803562208 18446744073709551615 4257374 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 7892 4053 270 21 0 4529 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31568

[startup+12.7009 s]
/proc/loadavg: 1.49 1.74 2.68 5/187 4402
/proc/meminfo: memFree=31400780/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=37664 CPUtime=12.69 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 20526 0 0 0 1267 2 0 0 25 0 1 0 892258853 38567936 6014 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 9416 6014 270 21 0 6053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37664

[startup+25.5005 s]
/proc/loadavg: 2.04 1.85 2.70 5/187 4402
/proc/meminfo: memFree=31256636/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=31568 CPUtime=25.49 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 26591 0 0 0 2546 3 0 0 25 0 1 0 892258853 32325632 4490 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 7892 4490 270 21 0 4529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31568

[startup+51.1008 s]
/proc/loadavg: 2.71 2.02 2.73 5/187 4403
/proc/meminfo: memFree=31207620/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=40384 CPUtime=51.1 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 35374 0 0 0 5105 5 0 0 25 0 1 0 892258853 41353216 6694 33554432000 4194304 4280283 140736803562208 18446744073709551615 4258308 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 10096 6694 270 21 0 6733 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 40384

[startup+102.306 s]
/proc/loadavg: 3.48 2.35 2.80 5/187 4404
/proc/meminfo: memFree=31125504/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=70844 CPUtime=102.3 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 47889 0 0 0 10224 6 0 0 25 0 1 0 892258853 72544256 14310 33554432000 4194304 4280283 140736803562208 18446744073709551615 4236542 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 17711 14310 270 21 0 14348 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70844

[startup+162.301 s]
/proc/loadavg: 3.79 2.63 2.87 5/187 4406
/proc/meminfo: memFree=30967608/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=70844 CPUtime=162.3 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 47890 0 0 0 16224 6 0 0 25 0 1 0 892258853 72544256 14311 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 17711 14311 270 21 0 14348 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 70844

[startup+222.301 s]
/proc/loadavg: 3.92 2.87 2.93 5/187 4445
/proc/meminfo: memFree=31061856/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=222.29 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 52574 0 0 0 22223 6 0 0 25 0 1 0 892258853 91742208 18981 33554432000 4194304 4280283 140736803562208 18446744073709551615 4260059 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18981 270 21 0 19035 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89592

[startup+282.301 s]
/proc/loadavg: 3.97 3.08 3.00 5/187 4447
/proc/meminfo: memFree=31084860/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=282.3 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 52574 0 0 0 28224 6 0 0 25 0 1 0 892258853 91742208 18981 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18981 270 21 0 19035 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 89592

[startup+342.301 s]
/proc/loadavg: 3.99 3.24 3.06 6/187 4449
/proc/meminfo: memFree=31116324/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=169732 CPUtime=342.3 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 125568 0 0 0 34214 16 0 0 25 0 1 0 892258853 173805568 31668 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 42433 31668 270 21 0 39070 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169732

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

[startup+358.301 s]
/proc/loadavg: 3.99 3.29 3.08 5/187 4449
/proc/meminfo: memFree=30945556/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=358.3 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 175783 0 0 0 35807 23 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 89592

[startup+371.1 s]
/proc/loadavg: 3.99 3.31 3.09 5/187 4449
/proc/meminfo: memFree=31030244/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=371.1 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 175783 0 0 0 37087 23 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243139 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 89592

[startup+377.501 s]
/proc/loadavg: 3.99 3.33 3.10 5/187 4450
/proc/meminfo: memFree=31015240/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=377.5 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 175783 0 0 0 37727 23 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4256329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 89592

[startup+380.701 s]
/proc/loadavg: 3.99 3.33 3.10 5/187 4450
/proc/meminfo: memFree=30864452/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=138912 CPUtime=380.7 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 184727 0 0 0 38046 24 0 0 25 0 1 0 892258853 142245888 27940 33554432000 4194304 4280283 140736803562208 18446744073709551615 4260059 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 34728 27940 270 21 0 31365 0
Current children cumulated CPU time (s) 380.7
Current children cumulated vsize (KiB) 138912

[startup+383.907 s]
/proc/loadavg: 3.99 3.34 3.10 5/187 4450
/proc/meminfo: memFree=30949508/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=383.91 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 197277 0 0 0 38365 26 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 89592

[startup+385.501 s]
/proc/loadavg: 3.99 3.34 3.10 5/187 4450
/proc/meminfo: memFree=31191308/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=385.5 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 197277 0 0 0 38524 26 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 385.5
Current children cumulated vsize (KiB) 89592

[startup+386.301 s]
/proc/loadavg: 3.99 3.34 3.10 5/187 4450
/proc/meminfo: memFree=31138236/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=386.3 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 197277 0 0 0 38604 26 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 386.3
Current children cumulated vsize (KiB) 89592

[startup+386.5 s]
/proc/loadavg: 3.99 3.34 3.10 5/187 4450
/proc/meminfo: memFree=31138236/32951124 swapFree=67064368/67111528
[pid=4277] ppid=4275 vsize=89592 CPUtime=386.5 cores=1,3
/proc/4277/stat : 4277 (OptimuS_release) R 4275 4277 3094 0 -1 4202496 197277 0 0 0 38624 26 0 0 25 0 1 0 892258853 91742208 18997 33554432000 4194304 4280283 140736803562208 18446744073709551615 4243418 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4277/statm: 22398 18997 270 21 0 19035 0
Current children cumulated CPU time (s) 386.5
Current children cumulated vsize (KiB) 89592

Child status: 20
Real time (s): 386.549
CPU time (s): 386.56
CPU user time (s): 386.29
CPU system time (s): 0.269958
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 169732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 386.29
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197278
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= 6
involuntary context switches= 948

runsolver used 0.571913 second user time and 1.53977 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 17:36:24
IDJOB=3495459
IDBENCH=83474
IDSOLVER=1988
FILE ID=node105/3495459-1307806584
RUNJOBID= node105-1307806584-4231
PBS_JOBID= 13551071
Free space on /tmp= 74076 MiB

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

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

MD5SUM BENCH= 4e1fa09f065863aade1b0e981a31dcc8
RANDOM SEED=1791462201

node105.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.825
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.825
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	: 5226.15
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.825
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.82
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:     32951124 kB
MemFree:      31549676 kB
Buffers:        300464 kB
Cached:         837356 kB
SwapCached:      20132 kB
Active:         456360 kB
Inactive:       719868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31549676 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:            2684 kB
Writeback:          24 kB
AnonPages:       35440 kB
Mapped:          10752 kB
Slab:           160328 kB
PageTables:       4240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   206704 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= 74072 MiB
End job on node105 at 2011-06-11 17:42:51