Trace number 3381132

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
borg-sat 11.03.02-par-industrial (fixed)UNSAT 19.754 6.97182

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E03N17.cnf
MD5SUMa7330fdd412cca5ee2ec4c82638d1610
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.04284
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses93544
Sum of the clauses size502355
Maximum clause length55
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 217523
Number of clauses of size 313696
Number of clauses of size 42771
Number of clauses of size 515844
Number of clauses of size over 543677

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3381132-1305505528.cnf
0.31/0.47	c INFO: computing task features
0.79/0.98	c INFO: computed variable-clause graph statistics
0.79/0.99	c INFO: computed clause balance statistics
3.39/3.58	c INFO: computed variable balance statistics
4.69/4.83	c INFO: computed small-clause counts
4.69/4.84	c INFO: computed Horn-clause counts
4.79/4.98	c INFO: computed variable graph statistics
4.79/4.98	c INFO: collected features for HOME/instance-3381132-1305505528.cnf in 4.50 s
4.89/5.00	c INFO: running lingeling-276@0 for 97 with 4995 remaining (b = 0.26)
4.89/5.03	c INFO: running cryptominisat-2.9.0@0 for 485 with 4995 remaining (b = 0.31)
4.89/5.05	c INFO: running lingeling-276@0 for 1261 with 4995 remaining (b = 0.48)
4.89/5.08	c INFO: running lingeling-276@0 for 1261 with 4995 remaining (b = 0.42)
4.98/5.10	c INFO: running SApperloT@0 for 97 with 4995 remaining (b = 0.03)
4.98/5.13	c INFO: running precosat-570@0 for 291 with 4995 remaining (b = 0.15)
4.98/5.15	c INFO: running cryptominisat-2.9.0@0 for 485 with 4995 remaining (b = 0.19)
4.98/5.18	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4995 remaining (b = 0.42)
19.35/6.94	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3381132-1305505528/watcher-3381132-1305505528 -o /tmp/evaluation-result-3381132-1305505528/solver-3381132-1305505528 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381132-1305505528.cnf -seed 565162373 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.46 7.85 7.94 2/429 914
/proc/meminfo: memFree=16589696/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=15216 CPUtime=0 cores=0-7
/proc/914/stat : 914 (python) R 911 914 550 0 -1 4202496 653 0 0 0 0 0 0 0 18 0 1 0 662150789 15581184 549 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244348672 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/914/statm: 3804 553 312 364 0 291 0

[startup+0.0739101 s]
/proc/loadavg: 7.46 7.85 7.94 2/429 914
/proc/meminfo: memFree=16589696/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=84524 CPUtime=0.05 cores=0-7
/proc/914/stat : 914 (python) R 911 914 550 0 -1 4202496 2199 0 0 0 4 1 0 0 17 0 1 0 662150789 86552576 1949 33554432000 4194304 5683644 140734116261312 18446744073709551615 228239386088 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/914/statm: 21131 1953 575 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100893 s]
/proc/loadavg: 7.46 7.85 7.94 2/429 914
/proc/meminfo: memFree=16589696/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=104228 CPUtime=0.07 cores=0-7
/proc/914/stat : 914 (python) S 911 914 550 0 -1 4202496 3059 0 0 0 5 2 0 0 17 0 1 0 662150789 106729472 2742 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/914/statm: 26057 2742 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300889 s]
/proc/loadavg: 7.46 7.85 7.94 2/429 914
/proc/meminfo: memFree=16589696/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=170756 CPUtime=0.22 cores=0-7
/proc/914/stat : 914 (python) S 911 914 550 0 -1 4202496 6730 935 1 0 17 5 0 0 18 0 1 0 662150789 174854144 4805 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/914/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170756

[startup+0.700789 s]
/proc/loadavg: 7.46 7.85 7.94 2/429 914
/proc/meminfo: memFree=16589696/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=293844 CPUtime=0.59 cores=0-7
/proc/914/stat : 914 (python) R 911 914 550 0 -1 4202496 13035 935 1 0 51 8 0 0 18 0 1 0 662150789 300896256 10717 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244045280 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/914/statm: 73461 10717 1761 364 0 9385 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 293844

[startup+1.50065 s]
/proc/loadavg: 7.46 7.85 7.94 2/430 919
/proc/meminfo: memFree=16535624/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=310432 CPUtime=1.39 cores=0-7
/proc/914/stat : 914 (python) R 911 914 550 0 -1 4202496 21395 935 1 0 130 9 0 0 20 0 1 0 662150789 317882368 14993 33554432000 4194304 5683644 140734116261312 18446744073709551615 228243997612 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/914/statm: 77608 14993 1826 364 0 13532 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 310432

[startup+3.10039 s]
/proc/loadavg: 7.46 7.85 7.94 2/430 919
/proc/meminfo: memFree=16535004/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=310432 CPUtime=2.99 cores=0-7
/proc/914/stat : 914 (python) R 911 914 550 0 -1 4202496 21395 935 1 0 290 9 0 0 25 0 1 0 662150789 317882368 14993 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244005048 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/914/statm: 77608 14993 1826 364 0 13532 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 310432

[startup+6.30177 s]
/proc/loadavg: 6.94 7.73 7.90 10/454 944
/proc/meminfo: memFree=16416880/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=455572 CPUtime=5.08 cores=0-7
/proc/914/stat : 914 (python) S 911 914 550 0 -1 4202496 27044 935 1 0 496 12 0 0 24 0 9 0 662150789 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/914/statm: 113893 14570 1889 364 0 49790 0
[pid=920] ppid=914 vsize=308000 CPUtime=0 cores=0-7
/proc/920/stat : 920 (python) S 914 914 550 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 662151290 315392000 12911 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368911 0 0 16781312 514 7272376618591453183 0 0 17 1 0 0 0
/proc/920/statm: 77000 12911 358 364 0 12918 0
[pid=922] ppid=920 vsize=15304 CPUtime=1.27 cores=0-7
/proc/922/stat : 922 (lingeling) R 920 922 922 0 -1 4202496 3625 0 0 0 127 0 0 0 25 0 1 0 662151290 15671296 2987 33554432000 4194304 4352236 140737418571376 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/922/statm: 3826 2987 126 39 0 2906 0
[pid=923] ppid=914 vsize=318256 CPUtime=0 cores=0-7
/proc/923/stat : 923 (python) S 914 914 550 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 662151292 325894144 12904 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 17202167284106232067 0 0 17 6 0 0 0
/proc/923/statm: 79564 12904 347 364 0 15479 0
[pid=925] ppid=923 vsize=55196 CPUtime=1.25 cores=0-7
/proc/925/stat : 925 (cryptominisat-2) R 923 925 925 0 -1 4202496 8730 0 0 0 125 0 0 0 25 0 1 0 662151292 56520704 7577 33554432000 4194304 4677096 140737072708816 18446744073709551615 228244045468 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/925/statm: 13799 7577 387 118 0 8758 0
[pid=926] ppid=914 vsize=328512 CPUtime=0 cores=0-7
/proc/926/stat : 926 (python) S 914 914 550 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 662151294 336396288 12908 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8423566667262459903 0 0 17 1 0 0 0
/proc/926/statm: 82128 12908 347 364 0 18040 0
[pid=928] ppid=926 vsize=15304 CPUtime=1.23 cores=0-7
/proc/928/stat : 928 (lingeling) R 926 928 928 0 -1 4202496 3624 0 0 0 123 0 0 0 25 0 1 0 662151295 15671296 2987 33554432000 4194304 4352236 140733603634304 18446744073709551615 4268468 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/928/statm: 3826 2987 126 39 0 2906 0
[pid=929] ppid=914 vsize=338768 CPUtime=0 cores=0-7
/proc/929/stat : 929 (python) S 914 914 550 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 662151297 346898432 12912 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 1076513422230683647 0 0 17 1 0 0 0
/proc/929/statm: 84692 12912 347 364 0 20601 0
[pid=931] ppid=929 vsize=15304 CPUtime=1.21 cores=0-7
/proc/931/stat : 931 (lingeling) R 929 931 931 0 -1 4202496 3623 0 0 0 120 1 0 0 25 0 1 0 662151297 15671296 2986 33554432000 4194304 4352236 140733987262816 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/931/statm: 3826 2986 126 39 0 2906 0
[pid=932] ppid=914 vsize=414560 CPUtime=0 cores=0-7
/proc/932/stat : 932 (python) S 914 914 550 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 662151299 424509440 12918 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8071404912635805695 0 0 17 1 0 0 0
/proc/932/statm: 103640 12918 347 364 0 39546 0
[pid=934] ppid=932 vsize=11868 CPUtime=1.18 cores=0-7
/proc/934/stat : 934 (SApperloT-base) R 932 934 934 0 -1 4202496 2988 0 0 0 118 0 0 0 25 0 1 0 662151300 12152832 2720 33554432000 134512640 135674940 4289407184 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/934/statm: 2967 2720 99 284 0 2681 0
[pid=935] ppid=914 vsize=424816 CPUtime=0 cores=0-7
/proc/935/stat : 935 (python) S 914 914 550 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 662151302 435011584 12922 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8071412609217200127 0 0 17 1 0 0 0
/proc/935/statm: 106204 12922 347 364 0 42107 0
[pid=937] ppid=935 vsize=19680 CPUtime=1.14 cores=0-7
/proc/937/stat : 937 (precosat) R 935 937 937 0 -1 4202496 5333 0 0 0 114 0 0 0 25 0 1 0 662151302 20152320 4759 33554432000 4194304 4890832 140733938816928 18446744073709551615 4291962 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/937/statm: 4920 4759 86 171 0 4747 0
[pid=938] ppid=914 vsize=435072 CPUtime=0 cores=0-7
/proc/938/stat : 938 (python) S 914 914 550 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 662151305 445513728 13043 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 12766913299518292227 0 0 17 1 0 0 0
/proc/938/statm: 108768 13043 348 364 0 44668 0
[pid=941] ppid=938 vsize=55196 CPUtime=1.1 cores=0-7
/proc/941/stat : 941 (cryptominisat-2) R 938 941 941 0 -1 4202496 8629 0 0 0 109 1 0 0 25 0 1 0 662151307 56520704 7487 33554432000 4194304 4677096 140737205251168 18446744073709551615 4319339 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/941/statm: 13799 7487 387 118 0 8758 0
[pid=940] ppid=914 vsize=445328 CPUtime=0 cores=0-7
/proc/940/stat : 940 (python) S 914 914 550 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 662151307 456015872 13031 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 5947794960609673473 0 0 17 2 0 0 0
/proc/940/statm: 111332 13031 354 364 0 47229 0
[pid=944] ppid=940 vsize=55196 CPUtime=1.1 cores=0-7
/proc/944/stat : 944 (cryptominisat-2) R 940 944 944 0 -1 4202496 8626 0 0 0 109 1 0 0 25 0 1 0 662151308 56520704 7478 33554432000 4194304 4677096 140735138633936 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/944/statm: 13799 7478 387 118 0 8758 0
[pid=914/tid=921] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/921/stat : 921 (python) S 911 914 550 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 662151290 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
[pid=914/tid=924] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/924/stat : 924 (python) S 911 914 550 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 662151292 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 6 0 0 0
[pid=914/tid=927] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/927/stat : 927 (python) S 911 914 550 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 662151295 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 0 0 0 0
[pid=914/tid=930] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/930/stat : 930 (python) S 911 914 550 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662151297 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 5 0 0 0
[pid=914/tid=933] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/933/stat : 933 (python) S 911 914 550 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 662151300 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 0 0 0 0
[pid=914/tid=936] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/936/stat : 936 (python) S 911 914 550 0 -1 4202560 30 935 0 0 0 0 0 0 21 0 9 0 662151302 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 7 0 0 0
[pid=914/tid=939] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/939/stat : 939 (python) S 911 914 550 0 -1 4202560 63 935 0 0 0 0 0 0 22 0 9 0 662151305 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
[pid=914/tid=942] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/942/stat : 942 (python) S 911 914 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662151308 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 3711932

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

[startup+6.7017 s]
/proc/loadavg: 6.94 7.73 7.90 9/454 944
/proc/meminfo: memFree=16366164/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=455572 CPUtime=5.08 cores=0-7
/proc/914/stat : 914 (python) S 911 914 550 0 -1 4202496 27044 935 1 0 496 12 0 0 24 0 9 0 662150789 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/914/statm: 113893 14570 1889 364 0 49790 0
[pid=920] ppid=914 vsize=308000 CPUtime=0 cores=0-7
/proc/920/stat : 920 (python) S 914 914 550 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 662151290 315392000 12911 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368911 0 0 16781312 514 7272376618591453183 0 0 17 1 0 0 0
/proc/920/statm: 77000 12911 358 364 0 12918 0
[pid=922] ppid=920 vsize=11900 CPUtime=1.67 cores=0-7
/proc/922/stat : 922 (lingeling) R 920 922 922 0 -1 4202496 3801 0 0 0 167 0 0 0 25 0 1 0 662151290 12185600 2139 33554432000 4194304 4352236 140737418571376 18446744073709551615 4277611 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/922/statm: 2975 2139 129 39 0 2055 0
[pid=923] ppid=914 vsize=318256 CPUtime=0 cores=0-7
/proc/923/stat : 923 (python) S 914 914 550 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 662151292 325894144 12904 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 17202167284106232067 0 0 17 6 0 0 0
/proc/923/statm: 79564 12904 347 364 0 15479 0
[pid=925] ppid=923 vsize=55376 CPUtime=1.66 cores=0-7
/proc/925/stat : 925 (cryptominisat-2) R 923 925 925 0 -1 4202496 8917 0 0 0 165 1 0 0 25 0 1 0 662151292 56705024 7764 33554432000 4194304 4677096 140737072708816 18446744073709551615 4319674 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/925/statm: 13844 7764 387 118 0 8803 0
[pid=926] ppid=914 vsize=328512 CPUtime=0 cores=0-7
/proc/926/stat : 926 (python) S 914 914 550 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 662151294 336396288 12908 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8423566667262459903 0 0 17 1 0 0 0
/proc/926/statm: 82128 12908 347 364 0 18040 0
[pid=928] ppid=926 vsize=11388 CPUtime=1.63 cores=0-7
/proc/928/stat : 928 (lingeling) R 926 928 928 0 -1 4202496 3704 0 0 0 163 0 0 0 25 0 1 0 662151295 11661312 2043 33554432000 4194304 4352236 140733603634304 18446744073709551615 4276562 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/928/statm: 2847 2043 129 39 0 1927 0
[pid=929] ppid=914 vsize=338768 CPUtime=0 cores=0-7
/proc/929/stat : 929 (python) S 914 914 550 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 662151297 346898432 12912 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 1076513422230683647 0 0 17 1 0 0 0
/proc/929/statm: 84692 12912 347 364 0 20601 0
[pid=931] ppid=929 vsize=11440 CPUtime=1.61 cores=0-7
/proc/931/stat : 931 (lingeling) R 929 931 931 0 -1 4202496 3684 0 0 0 160 1 0 0 25 0 1 0 662151297 11714560 2023 33554432000 4194304 4352236 140733987262816 18446744073709551615 4277008 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/931/statm: 2860 2023 129 39 0 1940 0
[pid=932] ppid=914 vsize=414560 CPUtime=0 cores=0-7
/proc/932/stat : 932 (python) S 914 914 550 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 662151299 424509440 12918 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8071404912635805695 0 0 17 1 0 0 0
/proc/932/statm: 103640 12918 347 364 0 39546 0
[pid=934] ppid=932 vsize=12948 CPUtime=1.58 cores=0-7
/proc/934/stat : 934 (SApperloT-base) R 932 934 934 0 -1 4202496 3233 0 0 0 158 0 0 0 25 0 1 0 662151300 13258752 2965 33554432000 134512640 135674940 4289407184 18446744073709551615 134552307 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/934/statm: 3237 2965 99 284 0 2951 0
[pid=935] ppid=914 vsize=424816 CPUtime=0 cores=0-7
/proc/935/stat : 935 (python) S 914 914 550 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 662151302 435011584 12922 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8071412609217200127 0 0 17 1 0 0 0
/proc/935/statm: 106204 12922 347 364 0 42107 0
[pid=937] ppid=935 vsize=19680 CPUtime=1.52 cores=0-7
/proc/937/stat : 937 (precosat) R 935 937 937 0 -1 4202496 5342 0 0 0 152 0 0 0 25 0 1 0 662151302 20152320 4768 33554432000 4194304 4890832 140733938816928 18446744073709551615 4246695 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/937/statm: 4920 4768 86 171 0 4747 0
[pid=938] ppid=914 vsize=435072 CPUtime=0 cores=0-7
/proc/938/stat : 938 (python) S 914 914 550 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 662151305 445513728 13043 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 12766913299518292227 0 0 17 1 0 0 0
/proc/938/statm: 108768 13043 348 364 0 44668 0
[pid=941] ppid=938 vsize=55196 CPUtime=1.5 cores=0-7
/proc/941/stat : 941 (cryptominisat-2) R 938 941 941 0 -1 4202496 8850 0 0 0 149 1 0 0 25 0 1 0 662151307 56520704 7708 33554432000 4194304 4677096 140737205251168 18446744073709551615 4320076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/941/statm: 13799 7708 387 118 0 8758 0
[pid=940] ppid=914 vsize=445328 CPUtime=0 cores=0-7
/proc/940/stat : 940 (python) S 914 914 550 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 662151307 456015872 13031 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 5947794960609673473 0 0 17 2 0 0 0
/proc/940/statm: 111332 13031 354 364 0 47229 0
[pid=944] ppid=940 vsize=55196 CPUtime=1.5 cores=0-7
/proc/944/stat : 944 (cryptominisat-2) R 940 944 944 0 -1 4202496 8847 0 0 0 149 1 0 0 25 0 1 0 662151308 56520704 7699 33554432000 4194304 4677096 140735138633936 18446744073709551615 228244045506 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/944/statm: 13799 7699 387 118 0 8758 0
[pid=914/tid=921] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/921/stat : 921 (python) S 911 914 550 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 662151290 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
[pid=914/tid=924] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/924/stat : 924 (python) S 911 914 550 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 662151292 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 6 0 0 0
[pid=914/tid=927] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/927/stat : 927 (python) S 911 914 550 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 662151295 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 0 0 0 0
[pid=914/tid=930] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/930/stat : 930 (python) S 911 914 550 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662151297 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 5 0 0 0
[pid=914/tid=933] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/933/stat : 933 (python) S 911 914 550 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 662151300 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 0 0 0 0
[pid=914/tid=936] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/936/stat : 936 (python) S 911 914 550 0 -1 4202560 30 935 0 0 0 0 0 0 21 0 9 0 662151302 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 7 0 0 0
[pid=914/tid=939] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/939/stat : 939 (python) S 911 914 550 0 -1 4202560 63 935 0 0 0 0 0 0 22 0 9 0 662151305 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
[pid=914/tid=942] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/942/stat : 942 (python) S 911 914 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662151308 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.75
Current children cumulated vsize (KiB) 3702008

[startup+6.90167 s]
/proc/loadavg: 6.94 7.73 7.90 9/454 944
/proc/meminfo: memFree=16366164/32951124 swapFree=67082160/67111528
[pid=914] ppid=911 vsize=455572 CPUtime=5.08 cores=0-7
/proc/914/stat : 914 (python) S 911 914 550 0 -1 4202496 27044 935 1 0 496 12 0 0 24 0 9 0 662150789 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/914/statm: 113893 14570 1889 364 0 49790 0
[pid=920] ppid=914 vsize=308000 CPUtime=0 cores=0-7
/proc/920/stat : 920 (python) S 914 914 550 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 662151290 315392000 12911 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368911 0 0 16781312 514 7272376618591453183 0 0 17 1 0 0 0
/proc/920/statm: 77000 12911 358 364 0 12918 0
[pid=922] ppid=920 vsize=12056 CPUtime=1.87 cores=0-7
/proc/922/stat : 922 (lingeling) R 920 922 922 0 -1 4202496 3840 0 0 0 187 0 0 0 25 0 1 0 662151290 12345344 2178 33554432000 4194304 4352236 140737418571376 18446744073709551615 4327946 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/922/statm: 3014 2178 129 39 0 2094 0
[pid=923] ppid=914 vsize=318256 CPUtime=0 cores=0-7
/proc/923/stat : 923 (python) S 914 914 550 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 662151292 325894144 12904 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 17202167284106232067 0 0 17 6 0 0 0
/proc/923/statm: 79564 12904 347 364 0 15479 0
[pid=925] ppid=923 vsize=55376 CPUtime=1.86 cores=0-7
/proc/925/stat : 925 (cryptominisat-2) R 923 925 925 0 -1 4202496 9009 0 0 0 185 1 0 0 25 0 1 0 662151292 56705024 7856 33554432000 4194304 4677096 140737072708816 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/925/statm: 13844 7856 387 118 0 8803 0
[pid=926] ppid=914 vsize=328512 CPUtime=0 cores=0-7
/proc/926/stat : 926 (python) S 914 914 550 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 662151294 336396288 12908 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8423566667262459903 0 0 17 1 0 0 0
/proc/926/statm: 82128 12908 347 364 0 18040 0
[pid=928] ppid=926 vsize=12056 CPUtime=1.83 cores=0-7
/proc/928/stat : 928 (lingeling) R 926 928 928 0 -1 4202496 3839 0 0 0 183 0 0 0 25 0 1 0 662151295 12345344 2178 33554432000 4194304 4352236 140733603634304 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/928/statm: 3014 2178 129 39 0 2094 0
[pid=929] ppid=914 vsize=338768 CPUtime=0 cores=0-7
/proc/929/stat : 929 (python) S 914 914 550 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 662151297 346898432 12912 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 1076513422230683647 0 0 17 1 0 0 0
/proc/929/statm: 84692 12912 347 364 0 20601 0
[pid=931] ppid=929 vsize=12080 CPUtime=1.81 cores=0-7
/proc/931/stat : 931 (lingeling) R 929 931 931 0 -1 4202496 3844 0 0 0 180 1 0 0 25 0 1 0 662151297 12369920 2183 33554432000 4194304 4352236 140733987262816 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/931/statm: 3020 2183 129 39 0 2100 0
[pid=932] ppid=914 vsize=414560 CPUtime=0 cores=0-7
/proc/932/stat : 932 (python) S 914 914 550 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 662151299 424509440 12918 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8071404912635805695 0 0 17 1 0 0 0
/proc/932/statm: 103640 12918 347 364 0 39546 0
[pid=934] ppid=932 vsize=13344 CPUtime=1.78 cores=0-7
/proc/934/stat : 934 (SApperloT-base) R 932 934 934 0 -1 4202496 3314 0 0 0 178 0 0 0 25 0 1 0 662151300 13664256 3046 33554432000 134512640 135674940 4289407184 18446744073709551615 134551574 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/934/statm: 3336 3046 99 284 0 3050 0
[pid=935] ppid=914 vsize=424816 CPUtime=0 cores=0-7
/proc/935/stat : 935 (python) S 914 914 550 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 662151302 435011584 12922 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 8071412609217200127 0 0 17 1 0 0 0
/proc/935/statm: 106204 12922 347 364 0 42107 0
[pid=937] ppid=935 vsize=19680 CPUtime=1.72 cores=0-7
/proc/937/stat : 937 (precosat) R 935 937 937 0 -1 4202496 5342 0 0 0 172 0 0 0 25 0 1 0 662151302 20152320 4768 33554432000 4194304 4890832 140733938816928 18446744073709551615 4273055 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/937/statm: 4920 4768 86 171 0 4747 0
[pid=938] ppid=914 vsize=435072 CPUtime=0 cores=0-7
/proc/938/stat : 938 (python) S 914 914 550 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 662151305 445513728 13043 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 12766913299518292227 0 0 17 1 0 0 0
/proc/938/statm: 108768 13043 348 364 0 44668 0
[pid=941] ppid=938 vsize=55196 CPUtime=1.7 cores=0-7
/proc/941/stat : 941 (cryptominisat-2) R 938 941 941 0 -1 4202496 8946 0 0 0 169 1 0 0 25 0 1 0 662151307 56520704 7804 33554432000 4194304 4677096 140737205251168 18446744073709551615 4319787 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/941/statm: 13799 7804 387 118 0 8758 0
[pid=940] ppid=914 vsize=445328 CPUtime=0 cores=0-7
/proc/940/stat : 940 (python) S 914 914 550 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 662151307 456015872 13031 33554432000 4194304 5683644 140734116261312 18446744073709551615 228244368966 0 0 16781312 514 5947794960609673473 0 0 17 2 0 0 0
/proc/940/statm: 111332 13031 354 364 0 47229 0
[pid=944] ppid=940 vsize=55376 CPUtime=1.7 cores=0-7
/proc/944/stat : 944 (cryptominisat-2) R 940 944 944 0 -1 4202496 8930 0 0 0 169 1 0 0 25 0 1 0 662151308 56705024 7782 33554432000 4194304 4677096 140735138633936 18446744073709551615 4320002 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/944/statm: 13844 7782 387 118 0 8803 0
[pid=914/tid=921] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/921/stat : 921 (python) S 911 914 550 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 662151290 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
[pid=914/tid=924] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/924/stat : 924 (python) S 911 914 550 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 662151292 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 6 0 0 0
[pid=914/tid=927] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/927/stat : 927 (python) S 911 914 550 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 662151295 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 0 0 0 0
[pid=914/tid=930] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/930/stat : 930 (python) S 911 914 550 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662151297 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 5 0 0 0
[pid=914/tid=933] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/933/stat : 933 (python) S 911 914 550 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 662151300 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 0 0 0 0
[pid=914/tid=936] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/936/stat : 936 (python) S 911 914 550 0 -1 4202560 30 935 0 0 0 0 0 0 21 0 9 0 662151302 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 7 0 0 0
[pid=914/tid=939] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/939/stat : 939 (python) S 911 914 550 0 -1 4202560 63 935 0 0 0 0 0 0 22 0 9 0 662151305 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
[pid=914/tid=942] ppid=911 vsize=455572 CPUtime=0 cores=0-7
/proc/914/task/942/stat : 942 (python) S 911 914 550 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 662151308 466505728 14570 33554432000 4194304 5683644 140734116261312 18446744073709551615 228256172465 0 0 16781312 2 18446604441249573888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.35
Current children cumulated vsize (KiB) 3704048

Child status: 0
Real time (s): 6.97182
CPU time (s): 19.754
CPU user time (s): 19.501
CPU system time (s): 0.252961
CPU usage (%): 283.341
Max. virtual memory (cumulated for all children) (KiB): 3711932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.501
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89687
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1334
involuntary context switches= 193

runsolver used 0.030995 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 02:25:28
IDJOB=3381132
IDBENCH=83441
IDSOLVER=1864
FILE ID=node136/3381132-1305505528
RUNJOBID= node136-1305500476-564
PBS_JOBID= 13325459
Free space on /tmp= 72996 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E03N17.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3381132-1305505528/watcher-3381132-1305505528 -o /tmp/evaluation-result-3381132-1305505528/solver-3381132-1305505528 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381132-1305505528.cnf -seed 565162373 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a7330fdd412cca5ee2ec4c82638d1610
RANDOM SEED=565162373

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16589728 kB
Buffers:        327512 kB
Cached:        5984236 kB
SwapCached:       2732 kB
Active:       11594176 kB
Inactive:      4402604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16589728 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:           34920 kB
Writeback:          28 kB
AnonPages:     9683496 kB
Mapped:          35096 kB
Slab:           242292 kB
PageTables:      51984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122402984 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= 72964 MiB
End job on node136 at 2011-05-16 02:25:35