Trace number 3495452

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 219.776 219.774

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N10.cnf
MD5SUMcbdbbdcb2e327b05e11605d021145286
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.252961
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses7176
Sum of the clauses size19762
Maximum clause length15
Minimum clause length1
Number of clauses of size 117
Number of clauses of size 23951
Number of clauses of size 32521
Number of clauses of size 4300
Number of clauses of size 5150
Number of clauses of size over 5237

Solver Data

219.69/219.76	c - Reading the instance.. OK! Totally clauses:     7176; Vars:     1610; Time: 0.01
219.69/219.76	c - Unit propagation..     OK! Removed clauses:      699;                 Time: 0.00
219.69/219.76	c - Delete by resolution.. OK! Removed clauses:      622;                 Time: 0.00
219.69/219.76	c   - Solving the original instance..
219.69/219.76	c     - OK - UNSAT! Continue to clause elimination..
219.69/219.76	c   - round:    1;   Skips in previous round:    0
219.69/219.76	c     - clauses done:  1%; among them skipped: 4.17%;
219.69/219.76	c     - clauses done: 10%; among them skipped: 0.70%;
219.69/219.76	c     - clauses done: 20%; among them skipped: 8.50%;
219.69/219.76	c     - clauses done: 30%; among them skipped: 13.19%;
219.69/219.76	c   - round:    2;   Skips in previous round:  530
219.69/219.76	c     - clauses done:  1%; among them skipped: 0.00%;
219.69/219.76	c     - clauses done: 10%; among them skipped: 0.00%;
219.69/219.76	c     - clauses done: 20%; among them skipped: 0.56%;
219.69/219.76	c     - clauses done: 30%; among them skipped: 0.84%;
219.69/219.76	c   - round:    3;   Skips in previous round:   36
219.69/219.76	c     - clauses done:  1%; among them skipped: 0.00%;
219.69/219.76	c     - clauses done: 10%; among them skipped: 0.00%;
219.69/219.76	c     - clauses done: 20%; among them skipped: 0.00%;
219.69/219.76	c     - clauses done: 30%; among them skipped: 0.00%;
219.69/219.76	c - Finish! Unsat core size: 1516 / 7176; Time: 219.65 s
219.69/219.76	c - ---------------------------------------------------------------------------
219.69/219.76	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
219.69/219.76	c -             |     699   |    3417   |     432   |    1084   |    1544     |
219.69/219.76	c - ---------------------------------------------------------------------------
219.69/219.76	s UNSATISFIABLE
219.69/219.76	v 22 26 28 30 32 46 48 68 70 472 473 474 475 476 478 480 481 482 483 487 488 489 490 491 493 494 495 496 499 500 503 509 510 511 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 542 543 544 545 546 547 548 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 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 615 616 617 618 619 620 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 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 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 723 724 725 726 727 728 729 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 760 761 762 763 764 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 798 799 800 801 806 807 808 809 810 815 821 825 828 830 835 837 839 840 841 842 844 846 847 848 849 851 853 854 855 856 857 859 860 864 865 866 867 868 869 871 872 874 875 886 890 893 897 898 915 916 917 918 919 920 921 922 923 925 926 927 929 931 933 934 937 938 939 940 941 942 943 944 948 953 955 957 958 960 965 967 968 969 970 971 973 974 975 976 977 978 979 980 2391 2392 2394 2395 2397 2398 2400 2401 2403 2404 2407 2409 2410 2412 2413 2415 2416 2418 2421 2422 2424 2425 2427 2428 2430 2431 2433 2434 2436 2437 2439 2440 2442 2443 2445 2446 2448 2449 2481 2482 2484 2485 2487 2488 2490 2491 2493 2494 2496 2497 2499 2500 2502 2505 2508 2511 2512 2514 2515 2517 2518 2520 2521 2523 2524 2526 2527 2529 2530 2532 2533 2535 2536 2538 2539 2541 2544 2547 2550 2553 2554 2557 2560 2563 2565 2566 2568 2571 2572 2574 2575 2578 2581 2583 2584 2586 2587 2589 2590 2592 2593 2595 2596 2598 2602 2604 2605 2607 2608 2610 2611 2613 2614 2616 2617 2619 2620 2622 2623 2626 2628 2632 2635 2638 2640 2641 2643 2646 2649 2650 2652 2653 2656 2658 2659 2662 2664 2665 2667 2668 2669 2670 2671 2672 2673 2674 2676 2677 2678 2679 2680 2681 2682 2684 2686 2689 2690 2721 2722 2724 2725 2727 2728 2730 2731 2733 2734 2736 2737 2739 2740 2742 2743 2746 2748 2751 2752 2754 2755 2757 2758 2760 2761 2763 2764 2766 2767 2769 2770 2772 2773 2775 2776 2778 2779 2781 2782 2784 2785 2787 2788 2790 2791 2793 2794 2796 2797 2799 2800 2802 2803 2805 2806 2808 2809 2843 2846 2861 2864 2871 2872 2874 2875 2877 2878 2880 2881 2883 2884 2886 2887 2889 2890 2892 2893 2895 2896 2899 2902 2905 2908 2911 2914 2916 2917 2919 2920 2922 2925 2928 2931 2932 2934 2935 2937 2938 2940 2941 2943 2944 2946 2947 2949 2950 2952 2953 2955 2958 2962 2964 2965 2967 2968 2970 2971 2973 2974 2976 2977 2979 2980 2982 2983 2985 2988 2991 2992 2994 2995 2997 2998 3000 3001 3003 3004 3006 3007 3009 3010 3012 3013 3015 3016 3018 3019 3051 3052 3054 3055 3057 3058 3060 3061 3063 3064 3066 3067 3069 3070 3072 3073 3075 3076 3078 3079 3081 3082 3084 3085 3087 3088 3090 3091 3092 3093 3094 3096 3097 3098 3099 3100 3102 3103 3105 3106 3108 3109 3111 3112 3114 3115 3117 3118 3120 3121 3123 3124 3126 3127 3129 3130 3132 3133 3135 3136 3138 3139 3141 3142 3144 3145 3147 3148 3150 3151 3153 3154 3156 3157 3159 3160 3162 3163 3165 3166 3168 3169 3172 3174 3175 3177 3178 3180 3181 3183 3184 3186 3187 3189 3190 3192 3193 3195 3196 3198 3199 3231 3232 3234 3235 3237 3238 3240 3241 3243 3244 3246 3247 3249 3250 3252 3253 3255 3256 3258 3259 3261 3262 3264 3265 3267 3268 3270 3271 3273 3274 3276 3277 3279 3280 3282 3283 3285 3286 3289 3291 3292 3294 3295 3297 3298 3300 3301 3303 3304 3306 3307 3309 3310 3312 3313 3315 3316 3318 3319 3321 3324 3325 3327 3328 3330 3331 3333 3334 3336 3337 3339 3340 3342 3343 3345 3346 3349 3381 3382 3384 3385 3387 3388 3390 3391 3393 3394 3395 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 3466 3468 3469 3471 3472 3474 3475 3476 3477 3478 3479 3481 3483 3484 3486 3487 3489 3490 3492 3493 3495 3496 3498 3499 3501 3502 3504 3505 3507 3508 3510 3511 3513 3514 3516 3517 3519 3520 3522 3523 3525 3526 3528 3529 3531 3532 3534 3535 3537 3538 3540 3541 3543 3544 3546 3547 3549 3550 3552 3553 3555 3556 3558 3559 3591 3592 3594 3595 3597 3598 3600 3601 3603 3604 3606 3607 3609 3610 3612 3613 3615 3616 3618 3619 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3633 3634 3636 3637 3639 3640 3642 3643 3645 3646 3648 3649 4208 4219 4241 4252 4263 4274 4285 4296 4299 4300 4302 4303 4304 4306 4307 4329 4340 4351 4363 4364 4369 4370 4384 4395 4406 4417 4428 4450 4454 4456 4461 4472 4483 4494 4516 4527 4538 4549 4565 4571 4582 4593 4595 4596 4604 4615 4626 4648 4649 4650 4651 4659 5261 5262 5264 5265 5267 5268 5270 5271 5273 5274 5276 5277 5279 5280 5282 5283 5286 5288 5289 5291 5292 5294 5295 5297 5298 5300 5301 5304 5319 5320 5322 5323 5325 5326 5328 5329 5331 5332 5334 5335 5337 5338 5340 5341 5343 5344 5346 5347 5349 5350 5352 5353 5355 5356 5358 5359 5361 5377 5378 5380 5381 5383 5384 5386 5387 5389 5390 5392 5393 5395 5396 5398 5399 5401 5402 5404 5405 5407 5408 5410 5411 5413 5414 5416 5417 5420 5435 5436 5438 5439 5441 5442 5444 5445 5447 5448 5450 5451 5453 5454 5456 5457 5459 5460 5462 5463 5465 5466 5468 5469 5471 5472 5474 5475 5477 5493 5494 5496 5497 5499 5500 5502 5503 5505 5506 5508 5509 5511 5512 5514 5515 5517 5518 5520 5521 5523 5524 5526 5527 5529 5532 5533 5536 5551 5552 5554 5555 5557 5558 5560 5561 5563 5564 5566 5567 5569 5570 5572 5573 5575 5576 5578 5579 5581 5582 5584 5585 5587 5588 5590 5591 5594 5609 5610 5612 5613 5615 5616 5618 5619 5621 5622 5624 5625 5627 5628 5630 5631 5633 5634 5636 5637 5639 5640 5642 5646 5648 5649 5652 5667 5668 5670 5671 5673 5674 5676 5677 5679 5680 5682 5683 5685 5686 5688 5689 5691 5692 5694 5695 5697 5698 5700 5701 5703 5704 5706 5707 5709 5725 5726 5729 5731 5732 5734 5735 5737 5738 5740 5741 5743 5744 5746 5747 5749 5750 5752 5753 5755 5756 5758 5759 5761 5762 5764 5765 5767 5783 5784 5786 5789 5790 5792 5793 5795 5796 5798 5799 5802 5804 5805 5807 5808 5810 5811 5814 5816 5817 5820 5822 5826 5984 5997 6010 6023 6028 6031 6036 6039 6041 6045 6049 6051 6056 6062 6064 6066 6067 6070 6075 6077 6078 6079 6081 6083 6085 6086 6110 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6749 6750 6751 6758 6759 6760 6761 6762 6767 6770 6771 6772 6788 6797 6800 6808 6809 6810 6811 6818 6821 6825 6859 6860 6861 6865 6879 6880 6887 6889 6890 6891 6918 6919 6927 6929 6930 6932 6937 6939 7031 7035 7042 7048 7068 7087 7088 7089 7090 7091 7092 7093 7094 7095 7097 7098 7099 7100 7101 7102 7103 7104 7105 7117 7119 7120 7122 7123 7124 7125 7126 7128 7129 7130 7131 7132 7133 7134 7135 7137 7138 7141 7142 7143 7144 7147 7148 7149 7150 7151 7152 7153 7154 7155 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 0

Verifier Data

OK	1516

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-3495452-1307806584/watcher-3495452-1307806584 -o /tmp/evaluation-result-3495452-1307806584/solver-3495452-1307806584 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495452-1307806584.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: 1.03 1.66 2.66 5/174 4256
/proc/meminfo: memFree=31557776/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=13712 CPUtime=0 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4194304 232 0 0 0 0 0 0 0 24 0 1 0 892258850 14041088 183 33554432000 4194304 4280283 140734205483792 18446744073709551615 244441982071 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4255/statm: 3415 181 151 21 0 52 0

[startup+0.027009 s]
/proc/loadavg: 1.03 1.66 2.66 5/174 4256
/proc/meminfo: memFree=31557776/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=21320 CPUtime=0.02 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 1003 0 0 0 2 0 0 0 24 0 1 0 892258850 21831680 936 33554432000 4194304 4280283 140734205483792 18446744073709551615 4258950 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 5330 936 270 21 0 1967 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21320

[startup+0.100973 s]
/proc/loadavg: 1.03 1.66 2.66 5/174 4256
/proc/meminfo: memFree=31557776/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=21588 CPUtime=0.09 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 1420 0 0 0 9 0 0 0 24 0 1 0 892258850 22106112 1351 33554432000 4194304 4280283 140734205483792 18446744073709551615 4261353 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 5397 1351 270 21 0 2034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21588

[startup+0.300963 s]
/proc/loadavg: 1.03 1.66 2.66 5/174 4256
/proc/meminfo: memFree=31557776/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=27796 CPUtime=0.29 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 4588 0 0 0 29 0 0 0 25 0 1 0 892258850 28463104 2868 33554432000 4194304 4280283 140734205483792 18446744073709551615 4256993 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 6949 2869 270 21 0 3586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27796

[startup+0.700886 s]
/proc/loadavg: 1.03 1.66 2.66 5/174 4256
/proc/meminfo: memFree=31557776/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=23400 CPUtime=0.68 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 5691 0 0 0 68 0 0 0 25 0 1 0 892258850 23961600 1819 33554432000 4194304 4280283 140734205483792 18446744073709551615 4237304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 5850 1819 270 21 0 2487 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23400

[startup+1.50074 s]
/proc/loadavg: 1.03 1.66 2.66 5/187 4288
/proc/meminfo: memFree=31497688/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=25076 CPUtime=1.49 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 7898 0 0 0 148 1 0 0 25 0 1 0 892258850 25677824 2866 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 6269 2866 270 21 0 2906 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25076

[startup+3.10041 s]
/proc/loadavg: 1.03 1.66 2.66 5/187 4288
/proc/meminfo: memFree=31480824/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=30500 CPUtime=3.09 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 9266 0 0 0 308 1 0 0 25 0 1 0 892258850 31232000 4222 33554432000 4194304 4280283 140734205483792 18446744073709551615 4256586 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 7625 4222 270 21 0 4262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30500

[startup+6.30084 s]
/proc/loadavg: 1.27 1.70 2.67 5/187 4288
/proc/meminfo: memFree=31473000/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=30500 CPUtime=6.29 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 9266 0 0 0 628 1 0 0 25 0 1 0 892258850 31232000 4222 33554432000 4194304 4280283 140734205483792 18446744073709551615 4242892 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 7625 4222 270 21 0 4262 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30500

[startup+12.7007 s]
/proc/loadavg: 1.49 1.74 2.68 5/187 4402
/proc/meminfo: memFree=31402020/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=30500 CPUtime=12.69 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 9266 0 0 0 1268 1 0 0 25 0 1 0 892258850 31232000 4222 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243418 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 7625 4222 270 21 0 4262 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30500

[startup+25.5003 s]
/proc/loadavg: 2.04 1.85 2.70 5/187 4402
/proc/meminfo: memFree=31258372/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=30456 CPUtime=25.49 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 17882 0 0 0 2546 3 0 0 25 0 1 0 892258850 31186944 3567 33554432000 4194304 4280283 140734205483792 18446744073709551615 4260855 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 7614 3567 270 21 0 4251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30456

[startup+51.1005 s]
/proc/loadavg: 2.71 2.02 2.73 5/187 4403
/proc/meminfo: memFree=31208984/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=32160 CPUtime=51.09 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 29237 0 0 0 5105 4 0 0 25 0 1 0 892258850 32931840 4637 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 8040 4637 270 21 0 4677 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32160

[startup+102.307 s]
/proc/loadavg: 3.48 2.35 2.80 5/187 4404
/proc/meminfo: memFree=31127736/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=69760 CPUtime=102.3 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 53755 0 0 0 10223 7 0 0 25 0 1 0 892258850 71434240 11165 33554432000 4194304 4280283 140734205483792 18446744073709551615 4258864 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 17440 11165 270 21 0 14077 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69760

[startup+162.301 s]
/proc/loadavg: 3.79 2.63 2.87 5/187 4406
/proc/meminfo: memFree=30968352/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=162.29 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 71736 0 0 0 16220 9 0 0 25 0 1 0 892258850 90591232 18670 33554432000 4194304 4280283 140734205483792 18446744073709551615 4256628 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18670 270 21 0 18754 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88468

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

[startup+179.101 s]
/proc/loadavg: 3.85 2.71 2.89 5/187 4406
/proc/meminfo: memFree=30976148/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=179.09 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 71780 0 0 0 17900 9 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4242908 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 88468

[startup+204.701 s]
/proc/loadavg: 3.90 2.82 2.92 5/187 4407
/proc/meminfo: memFree=31058964/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=204.69 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 71780 0 0 0 20460 9 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4236816 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 204.69
Current children cumulated vsize (KiB) 88468

[startup+211.101 s]
/proc/loadavg: 3.91 2.83 2.92 5/187 4407
/proc/meminfo: memFree=31000312/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=211.09 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 71780 0 0 0 21100 9 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4242941 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 211.09
Current children cumulated vsize (KiB) 88468

[startup+214.301 s]
/proc/loadavg: 3.91 2.85 2.93 5/187 4407
/proc/meminfo: memFree=31021268/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=214.29 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 71780 0 0 0 21420 9 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 214.29
Current children cumulated vsize (KiB) 88468

[startup+217.501 s]
/proc/loadavg: 3.91 2.85 2.93 5/187 4407
/proc/meminfo: memFree=31097404/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=217.49 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 79375 0 0 0 21739 10 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 217.49
Current children cumulated vsize (KiB) 88468

[startup+219.1 s]
/proc/loadavg: 3.92 2.87 2.93 5/187 4407
/proc/meminfo: memFree=31137580/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=219.09 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 79375 0 0 0 21899 10 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243418 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 219.09
Current children cumulated vsize (KiB) 88468

[startup+219.5 s]
/proc/loadavg: 3.92 2.87 2.93 5/187 4407
/proc/meminfo: memFree=31137580/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=88468 CPUtime=219.49 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 79375 0 0 0 21939 10 0 0 25 0 1 0 892258850 90591232 18714 33554432000 4194304 4280283 140734205483792 18446744073709551615 4260059 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 22117 18714 270 21 0 18754 0
Current children cumulated CPU time (s) 219.49
Current children cumulated vsize (KiB) 88468

[startup+219.7 s]
/proc/loadavg: 3.92 2.87 2.93 5/187 4407
/proc/meminfo: memFree=31137580/32951124 swapFree=67064368/67111528
[pid=4255] ppid=4253 vsize=137788 CPUtime=219.69 cores=4,6
/proc/4255/stat : 4255 (OptimuS_release) R 4253 4255 3094 0 -1 4202496 87022 0 0 0 21958 11 0 0 25 0 1 0 892258850 141094912 26361 33554432000 4194304 4280283 140734205483792 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4255/statm: 34447 26361 270 21 0 31084 0
Current children cumulated CPU time (s) 219.69
Current children cumulated vsize (KiB) 137788

Child status: 20
Real time (s): 219.774
CPU time (s): 219.776
CPU user time (s): 219.656
CPU system time (s): 0.119981
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 137788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.656
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87270
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= 13
involuntary context switches= 526

runsolver used 0.384941 second user time and 0.816875 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= cbdbbdcb2e327b05e11605d021145286
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:      31556052 kB
Buffers:        300424 kB
Cached:         835456 kB
SwapCached:      20132 kB
Active:         448644 kB
Inactive:       720268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31556052 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:            1132 kB
Writeback:          24 kB
AnonPages:       30008 kB
Mapped:           9976 kB
Slab:           160328 kB
PageTables:       4240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   161816 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:40:04