Trace number 3378904

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 54.2877 16.5183

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F17.cnf
MD5SUM4f20f237857124f0eb214df627f84b82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.1971
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses69700
Sum of the clauses size326536
Maximum clause length45
Minimum clause length1
Number of clauses of size 132
Number of clauses of size 217506
Number of clauses of size 312802
Number of clauses of size 46698
Number of clauses of size 59775
Number of clauses of size over 522887

Solver Data

0.31/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.67	c INFO: solving HOME/instance-3378904-1305466625.cnf
0.31/0.67	c INFO: computing task features
0.70/1.01	c INFO: computed variable-clause graph statistics
0.70/1.02	c INFO: computed clause balance statistics
2.39/2.70	c INFO: computed variable balance statistics
3.29/3.61	c INFO: computed small-clause counts
3.29/3.61	c INFO: computed Horn-clause counts
3.39/3.72	c INFO: computed variable graph statistics
3.39/3.72	c INFO: collected features for HOME/instance-3378904-1305466625.cnf in 3.04 s
3.39/3.73	c INFO: running lingeling-276@0 for 582 with 1196 remaining (b = 0.55)
3.39/3.74	c INFO: running cryptominisat-2.9.0@0 for 1196 with 1196 remaining (b = 0.58)
3.39/3.75	c INFO: running lingeling-276@0 for 1196 with 1196 remaining (b = 0.55)
3.39/3.76	c INFO: running cryptominisat-2.9.0@0 for 485 with 1196 remaining (b = 0.39)
53.84/16.49	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-3378904-1305466625/watcher-3378904-1305466625 -o /tmp/evaluation-result-3378904-1305466625/solver-3378904-1305466625 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378904-1305466625.cnf -seed 177743594 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.00 4.81 3.61 5/354 26019
/proc/meminfo: memFree=27379884/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/26019/stat : 26019 (python) R 26017 26019 25757 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 658260464 16154624 784 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26019/statm: 3944 784 346 364 0 431 0

[startup+0.0439069 s]
/proc/loadavg: 5.00 4.81 3.61 5/354 26019
/proc/meminfo: memFree=27379884/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/26019/stat : 26019 (python) R 26017 26019 25757 0 -1 4202496 1284 0 0 0 2 0 0 0 25 0 1 0 658260464 19337216 1137 33554432000 4194304 5683644 140734178838880 18446744073709551615 4570752 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26019/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100897 s]
/proc/loadavg: 5.00 4.81 3.61 5/354 26019
/proc/meminfo: memFree=27379884/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 658260464 91922432 2388 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/26019/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300862 s]
/proc/loadavg: 5.00 4.81 3.61 5/354 26019
/proc/meminfo: memFree=27379884/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 5961 935 1 0 12 5 0 0 17 0 1 0 658260464 139005952 4150 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/26019/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700787 s]
/proc/loadavg: 5.00 4.81 3.61 5/354 26019
/proc/meminfo: memFree=27379884/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=280944 CPUtime=0.38 cores=0,2,4,6
/proc/26019/stat : 26019 (python) R 26017 26019 25757 0 -1 4202496 9894 935 1 0 28 10 0 0 16 0 1 0 658260464 287686656 7578 33554432000 4194304 5683644 140734178838880 18446744073709551615 4639752 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26019/statm: 70236 7578 1761 364 0 6160 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 280944

[startup+1.50064 s]
/proc/loadavg: 5.00 4.81 3.61 6/355 26024
/proc/meminfo: memFree=27338460/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=299828 CPUtime=1.19 cores=0,2,4,6
/proc/26019/stat : 26019 (python) R 26017 26019 25757 0 -1 4202496 17358 935 1 0 108 11 0 0 17 0 1 0 658260464 307023872 12342 33554432000 4194304 5683644 140734178838880 18446744073709551615 47047187750564 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26019/statm: 74957 12342 1826 364 0 10881 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 299828

[startup+3.10035 s]
/proc/loadavg: 5.00 4.81 3.61 6/355 26024
/proc/meminfo: memFree=27333252/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=299828 CPUtime=2.79 cores=0,2,4,6
/proc/26019/stat : 26019 (python) R 26017 26019 25757 0 -1 4202496 17359 935 1 0 268 11 0 0 19 0 1 0 658260464 307023872 12343 33554432000 4194304 5683644 140734178838880 18446744073709551615 47047187882965 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26019/statm: 74957 12343 1827 364 0 10881 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 299828

[startup+6.30074 s]
/proc/loadavg: 5.24 4.86 3.63 9/367 26036
/proc/meminfo: memFree=27260388/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=339268 CPUtime=3.44 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 20019 935 1 0 332 12 0 0 22 0 5 0 658260464 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 84817 12014 1881 364 0 20726 0
[pid=26025] ppid=26019 vsize=298256 CPUtime=0 cores=0,2,4,6
/proc/26025/stat : 26025 (python) S 26019 26019 25757 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658260837 305414144 10470 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734095 0 0 16781312 514 8336432569784434945 0 0 17 4 0 0 0
/proc/26025/statm: 74564 10470 353 364 0 10482 0
[pid=26027] ppid=26025 vsize=12688 CPUtime=2.55 cores=0,2,4,6
/proc/26027/stat : 26027 (lingeling) R 26025 26027 26027 0 -1 4202496 3431 0 0 0 255 0 0 0 25 0 1 0 658260838 12992512 2336 33554432000 4194304 4352236 140734861092352 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26027/statm: 3172 2336 129 39 0 2252 0
[pid=26028] ppid=26019 vsize=308512 CPUtime=0 cores=0,2,4,6
/proc/26028/stat : 26028 (python) S 26019 26019 25757 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 658260838 315916288 10468 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 6212104361787490563 0 0 17 6 0 0 0
/proc/26028/statm: 77128 10468 347 364 0 13043 0
[pid=26030] ppid=26028 vsize=51864 CPUtime=2.54 cores=0,2,4,6
/proc/26030/stat : 26030 (cryptominisat-2) R 26028 26030 26030 0 -1 4202496 8714 0 0 0 253 1 0 0 25 0 1 0 658260839 53108736 6214 33554432000 4194304 4677096 140737319288864 18446744073709551615 4334607 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26030/statm: 12966 6214 388 118 0 7925 0
[pid=26031] ppid=26019 vsize=318768 CPUtime=0 cores=0,2,4,6
/proc/26031/stat : 26031 (python) S 26019 26019 25757 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 658260839 326418432 10472 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 3158783936075628802 0 0 17 4 0 0 0
/proc/26031/statm: 79692 10472 347 364 0 15604 0
[pid=26033] ppid=26031 vsize=12648 CPUtime=2.51 cores=0,2,4,6
/proc/26033/stat : 26033 (lingeling) R 26031 26033 26033 0 -1 4202496 3421 0 0 0 251 0 0 0 25 0 1 0 658260839 12951552 2325 33554432000 4194304 4352236 140735090139936 18446744073709551615 4276530 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26033/statm: 3162 2325 129 39 0 2242 0
[pid=26034] ppid=26019 vsize=329024 CPUtime=0 cores=0,2,4,6
/proc/26034/stat : 26034 (python) S 26019 26019 25757 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 658260840 336920576 10476 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 1573880530712101122 0 0 17 4 0 0 0
/proc/26034/statm: 82256 10476 347 364 0 18165 0
[pid=26036] ppid=26034 vsize=52048 CPUtime=2.52 cores=0,2,4,6
/proc/26036/stat : 26036 (cryptominisat-2) R 26034 26036 26036 0 -1 4202496 9315 0 0 0 251 1 0 0 25 0 1 0 658260841 53297152 5940 33554432000 4194304 4677096 140737169942688 18446744073709551615 228122410648 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26036/statm: 13012 5940 388 118 0 7971 0
[pid=26019/tid=26026] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26026/stat : 26026 (python) S 26017 26019 25757 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26029/stat : 26029 (python) S 26017 26019 25757 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 6 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26032/stat : 26032 (python) S 26017 26019 25757 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658260839 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26035] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26035/stat : 26035 (python) S 26017 26019 25757 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658260841 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1723076

[startup+12.7006 s]
/proc/loadavg: 5.46 4.91 3.65 9/367 26036
/proc/meminfo: memFree=27227680/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=339268 CPUtime=3.44 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 20019 935 1 0 332 12 0 0 22 0 5 0 658260464 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 84817 12014 1881 364 0 20726 0
[pid=26025] ppid=26019 vsize=298256 CPUtime=0.01 cores=0,2,4,6
/proc/26025/stat : 26025 (python) S 26019 26019 25757 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 658260837 305414144 10493 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734095 0 0 16781312 514 8336432569784434945 0 0 17 4 0 0 0
/proc/26025/statm: 74564 10493 376 364 0 10482 0
[pid=26027] ppid=26025 vsize=14300 CPUtime=8.95 cores=0,2,4,6
/proc/26027/stat : 26027 (lingeling) R 26025 26027 26027 0 -1 4202496 3837 0 0 0 895 0 0 0 25 0 1 0 658260838 14643200 2739 33554432000 4194304 4352236 140734861092352 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26027/statm: 3575 2739 129 39 0 2655 0
[pid=26028] ppid=26019 vsize=308512 CPUtime=0.01 cores=0,2,4,6
/proc/26028/stat : 26028 (python) S 26019 26019 25757 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 658260838 315916288 10491 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 6212104361787490563 0 0 17 6 0 0 0
/proc/26028/statm: 77128 10491 370 364 0 13043 0
[pid=26030] ppid=26028 vsize=70552 CPUtime=8.95 cores=0,2,4,6
/proc/26030/stat : 26030 (cryptominisat-2) R 26028 26030 26030 0 -1 4202496 14590 0 0 0 893 2 0 0 25 0 1 0 658260839 72245248 9055 33554432000 4194304 4677096 140737319288864 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26030/statm: 17638 9055 391 118 0 12597 0
[pid=26031] ppid=26019 vsize=318768 CPUtime=0 cores=0,2,4,6
/proc/26031/stat : 26031 (python) S 26019 26019 25757 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 658260839 326418432 10495 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 3158783936075628802 0 0 17 4 0 0 0
/proc/26031/statm: 79692 10495 370 364 0 15604 0
[pid=26033] ppid=26031 vsize=15220 CPUtime=8.81 cores=0,2,4,6
/proc/26033/stat : 26033 (lingeling) R 26031 26033 26033 0 -1 4202496 4069 0 0 0 881 0 0 0 25 0 1 0 658260839 15585280 2968 33554432000 4194304 4352236 140735090139936 18446744073709551615 4231046 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26033/statm: 3805 2968 129 39 0 2885 0
[pid=26034] ppid=26019 vsize=329024 CPUtime=0.02 cores=0,2,4,6
/proc/26034/stat : 26034 (python) S 26019 26019 25757 0 -1 4202560 932 0 0 0 1 1 0 0 15 0 1 0 658260840 336920576 10499 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 1573880530712101122 0 0 17 4 0 0 0
/proc/26034/statm: 82256 10499 370 364 0 18165 0
[pid=26036] ppid=26034 vsize=81656 CPUtime=8.86 cores=0,2,4,6
/proc/26036/stat : 26036 (cryptominisat-2) R 26034 26036 26036 0 -1 4202496 14610 0 0 0 884 2 0 0 25 0 1 0 658260841 83615744 10263 33554432000 4194304 4677096 140737169942688 18446744073709551615 228122410522 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26036/statm: 20414 10263 391 118 0 15373 0
[pid=26019/tid=26026] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26026/stat : 26026 (python) S 26017 26019 25757 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26029/stat : 26029 (python) S 26017 26019 25757 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 6 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26032/stat : 26032 (python) S 26017 26019 25757 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658260839 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26035] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26035/stat : 26035 (python) S 26017 26019 25757 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658260841 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39.05
Current children cumulated vsize (KiB) 1775556

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

[startup+14.3133 s]
/proc/loadavg: 5.46 4.91 3.65 9/367 26036
/proc/meminfo: memFree=27223216/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=339268 CPUtime=3.44 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 20019 935 1 0 332 12 0 0 22 0 5 0 658260464 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 84817 12014 1881 364 0 20726 0
[pid=26025] ppid=26019 vsize=298256 CPUtime=0.02 cores=0,2,4,6
/proc/26025/stat : 26025 (python) S 26019 26019 25757 0 -1 4202560 908 0 0 0 1 1 0 0 18 0 1 0 658260837 305414144 10493 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734095 0 0 16781312 514 278713003501650177 0 0 17 4 0 0 0
/proc/26025/statm: 74564 10493 376 364 0 10482 0
[pid=26027] ppid=26025 vsize=15324 CPUtime=10.56 cores=0,2,4,6
/proc/26027/stat : 26027 (lingeling) R 26025 26027 26027 0 -1 4202496 4093 0 0 0 1056 0 0 0 25 0 1 0 658260838 15691776 2995 33554432000 4194304 4352236 140734861092352 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26027/statm: 3831 2995 129 39 0 2911 0
[pid=26028] ppid=26019 vsize=308512 CPUtime=0.03 cores=0,2,4,6
/proc/26028/stat : 26028 (python) S 26019 26019 25757 0 -1 4202560 911 0 0 0 2 1 0 0 15 0 1 0 658260838 315916288 10491 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 6212104361787490563 0 0 17 6 0 0 0
/proc/26028/statm: 77128 10491 370 364 0 13043 0
[pid=26030] ppid=26028 vsize=81200 CPUtime=10.55 cores=0,2,4,6
/proc/26030/stat : 26030 (cryptominisat-2) R 26028 26030 26030 0 -1 4202496 15738 0 0 0 1053 2 0 0 25 0 1 0 658260839 83148800 10203 33554432000 4194304 4677096 140737319288864 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26030/statm: 20300 10203 391 118 0 15259 0
[pid=26031] ppid=26019 vsize=318768 CPUtime=0.02 cores=0,2,4,6
/proc/26031/stat : 26031 (python) S 26019 26019 25757 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 658260839 326418432 10495 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 278713003501650178 0 0 17 4 0 0 0
/proc/26031/statm: 79692 10495 370 364 0 15604 0
[pid=26033] ppid=26031 vsize=15220 CPUtime=10.38 cores=0,2,4,6
/proc/26033/stat : 26033 (lingeling) R 26031 26033 26033 0 -1 4202496 4069 0 0 0 1038 0 0 0 25 0 1 0 658260839 15585280 2968 33554432000 4194304 4352236 140735090139936 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26033/statm: 3805 2968 129 39 0 2885 0
[pid=26034] ppid=26019 vsize=329024 CPUtime=0.03 cores=0,2,4,6
/proc/26034/stat : 26034 (python) S 26019 26019 25757 0 -1 4202560 938 0 0 0 2 1 0 0 15 0 1 0 658260840 336920576 10499 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 1573880530712101122 0 0 17 4 0 0 0
/proc/26034/statm: 82256 10499 370 364 0 18165 0
[pid=26036] ppid=26034 vsize=81656 CPUtime=10.43 cores=0,2,4,6
/proc/26036/stat : 26036 (cryptominisat-2) R 26034 26036 26036 0 -1 4202496 14793 0 0 0 1041 2 0 0 25 0 1 0 658260841 83615744 10446 33554432000 4194304 4677096 140737169942688 18446744073709551615 228122410652 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26036/statm: 20414 10446 391 118 0 15373 0
[pid=26019/tid=26026] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26026/stat : 26026 (python) S 26017 26019 25757 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26029/stat : 26029 (python) S 26017 26019 25757 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 6 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26032/stat : 26032 (python) S 26017 26019 25757 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658260839 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26035] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26035/stat : 26035 (python) S 26017 26019 25757 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658260841 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.46
Current children cumulated vsize (KiB) 1787228

[startup+15.901 s]
/proc/loadavg: 5.66 4.96 3.68 9/367 26036
/proc/meminfo: memFree=27219744/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=339268 CPUtime=3.44 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 20019 935 1 0 332 12 0 0 22 0 5 0 658260464 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 84817 12014 1881 364 0 20726 0
[pid=26025] ppid=26019 vsize=298256 CPUtime=0.02 cores=0,2,4,6
/proc/26025/stat : 26025 (python) S 26019 26019 25757 0 -1 4202560 908 0 0 0 1 1 0 0 18 0 1 0 658260837 305414144 10493 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734095 0 0 16781312 514 278713003501650177 0 0 17 4 0 0 0
/proc/26025/statm: 74564 10493 376 364 0 10482 0
[pid=26027] ppid=26025 vsize=15568 CPUtime=12.15 cores=0,2,4,6
/proc/26027/stat : 26027 (lingeling) R 26025 26027 26027 0 -1 4202496 4157 0 0 0 1215 0 0 0 25 0 1 0 658260838 15941632 3056 33554432000 4194304 4352236 140734861092352 18446744073709551615 4328066 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26027/statm: 3892 3056 129 39 0 2972 0
[pid=26028] ppid=26019 vsize=308512 CPUtime=0.03 cores=0,2,4,6
/proc/26028/stat : 26028 (python) S 26019 26019 25757 0 -1 4202560 911 0 0 0 2 1 0 0 15 0 1 0 658260838 315916288 10491 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 6212104361787490563 0 0 17 6 0 0 0
/proc/26028/statm: 77128 10491 370 364 0 13043 0
[pid=26030] ppid=26028 vsize=81200 CPUtime=12.14 cores=0,2,4,6
/proc/26030/stat : 26030 (cryptominisat-2) R 26028 26030 26030 0 -1 4202496 15975 0 0 0 1212 2 0 0 25 0 1 0 658260839 83148800 10440 33554432000 4194304 4677096 140737319288864 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26030/statm: 20300 10440 391 118 0 15259 0
[pid=26031] ppid=26019 vsize=318768 CPUtime=0.02 cores=0,2,4,6
/proc/26031/stat : 26031 (python) S 26019 26019 25757 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 658260839 326418432 10495 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 278713003501650178 0 0 17 4 0 0 0
/proc/26031/statm: 79692 10495 370 364 0 15604 0
[pid=26033] ppid=26031 vsize=15716 CPUtime=11.95 cores=0,2,4,6
/proc/26033/stat : 26033 (lingeling) R 26031 26033 26033 0 -1 4202496 4197 0 0 0 1195 0 0 0 25 0 1 0 658260839 16093184 3092 33554432000 4194304 4352236 140735090139936 18446744073709551615 4328066 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26033/statm: 3929 3092 129 39 0 3009 0
[pid=26034] ppid=26019 vsize=329024 CPUtime=0.03 cores=0,2,4,6
/proc/26034/stat : 26034 (python) S 26019 26019 25757 0 -1 4202560 940 0 0 0 2 1 0 0 15 0 1 0 658260840 336920576 10499 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 1573880530712101122 0 0 17 4 0 0 0
/proc/26034/statm: 82256 10499 370 364 0 18165 0
[pid=26036] ppid=26034 vsize=81656 CPUtime=12.02 cores=0,2,4,6
/proc/26036/stat : 26036 (cryptominisat-2) R 26034 26036 26036 0 -1 4202496 15224 0 0 0 1200 2 0 0 25 0 1 0 658260841 83615744 10876 33554432000 4194304 4677096 140737169942688 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26036/statm: 20414 10876 391 118 0 15373 0
[pid=26019/tid=26026] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26026/stat : 26026 (python) S 26017 26019 25757 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26029/stat : 26029 (python) S 26017 26019 25757 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 6 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26032/stat : 26032 (python) S 26017 26019 25757 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658260839 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26035] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26035/stat : 26035 (python) S 26017 26019 25757 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658260841 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.8
Current children cumulated vsize (KiB) 1787968

[startup+16.3009 s]
/proc/loadavg: 5.66 4.96 3.68 9/367 26036
/proc/meminfo: memFree=27219744/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=339268 CPUtime=3.44 cores=0,2,4,6
/proc/26019/stat : 26019 (python) S 26017 26019 25757 0 -1 4202496 20019 935 1 0 332 12 0 0 22 0 5 0 658260464 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26019/statm: 84817 12014 1881 364 0 20726 0
[pid=26025] ppid=26019 vsize=298256 CPUtime=0.02 cores=0,2,4,6
/proc/26025/stat : 26025 (python) S 26019 26019 25757 0 -1 4202560 908 0 0 0 1 1 0 0 18 0 1 0 658260837 305414144 10493 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734095 0 0 16781312 514 278713003501650177 0 0 17 4 0 0 0
/proc/26025/statm: 74564 10493 376 364 0 10482 0
[pid=26027] ppid=26025 vsize=16592 CPUtime=12.55 cores=0,2,4,6
/proc/26027/stat : 26027 (lingeling) R 26025 26027 26027 0 -1 4202496 4413 0 0 0 1255 0 0 0 25 0 1 0 658260838 16990208 3312 33554432000 4194304 4352236 140734861092352 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26027/statm: 4148 3312 129 39 0 3228 0
[pid=26028] ppid=26019 vsize=308512 CPUtime=0.04 cores=0,2,4,6
/proc/26028/stat : 26028 (python) S 26019 26019 25757 0 -1 4202560 912 0 0 0 3 1 0 0 15 0 1 0 658260838 315916288 10491 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 7832581366356082947 0 0 17 6 0 0 0
/proc/26028/statm: 77128 10491 370 364 0 13043 0
[pid=26030] ppid=26028 vsize=81200 CPUtime=12.54 cores=0,2,4,6
/proc/26030/stat : 26030 (cryptominisat-2) R 26028 26030 26030 0 -1 4202496 15977 0 0 0 1252 2 0 0 25 0 1 0 658260839 83148800 10442 33554432000 4194304 4677096 140737319288864 18446744073709551615 4359260 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26030/statm: 20300 10442 391 118 0 15259 0
[pid=26031] ppid=26019 vsize=318768 CPUtime=0.02 cores=0,2,4,6
/proc/26031/stat : 26031 (python) S 26019 26019 25757 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 658260839 326418432 10495 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 278713003501650178 0 0 17 4 0 0 0
/proc/26031/statm: 79692 10495 370 364 0 15604 0
[pid=26033] ppid=26031 vsize=15972 CPUtime=12.35 cores=0,2,4,6
/proc/26033/stat : 26033 (lingeling) R 26031 26033 26033 0 -1 4202496 4261 0 0 0 1235 0 0 0 25 0 1 0 658260839 16355328 3156 33554432000 4194304 4352236 140735090139936 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26033/statm: 3993 3156 129 39 0 3073 0
[pid=26034] ppid=26019 vsize=329024 CPUtime=0.03 cores=0,2,4,6
/proc/26034/stat : 26034 (python) S 26019 26019 25757 0 -1 4202560 940 0 0 0 2 1 0 0 15 0 1 0 658260840 336920576 10499 33554432000 4194304 5683644 140734178838880 18446744073709551615 228122734150 0 0 16781312 514 1573880530712101122 0 0 17 4 0 0 0
/proc/26034/statm: 82256 10499 370 364 0 18165 0
[pid=26036] ppid=26034 vsize=81656 CPUtime=12.42 cores=0,2,4,6
/proc/26036/stat : 26036 (cryptominisat-2) R 26034 26036 26036 0 -1 4202496 15224 0 0 0 1240 2 0 0 25 0 1 0 658260841 83615744 10876 33554432000 4194304 4677096 140737169942688 18446744073709551615 4358593 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26036/statm: 20414 10876 391 118 0 15373 0
[pid=26019/tid=26026] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26026/stat : 26026 (python) S 26017 26019 25757 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26029] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26029/stat : 26029 (python) S 26017 26019 25757 0 -1 4202560 20 935 0 0 0 0 0 0 24 0 5 0 658260838 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 6 0 0 0
[pid=26019/tid=26032] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26032/stat : 26032 (python) S 26017 26019 25757 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658260839 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
[pid=26019/tid=26035] ppid=26017 vsize=339268 CPUtime=0 cores=0,2,4,6
/proc/26019/task/26035/stat : 26035 (python) S 26017 26019 25757 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658260841 347410432 12014 33554432000 4194304 5683644 140734178838880 18446744073709551615 228134537649 0 0 16781312 2 18446604451068444800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 53.41
Current children cumulated vsize (KiB) 1789248

[startup+16.5129 s]
/proc/loadavg: 5.66 4.96 3.68 9/367 26036
/proc/meminfo: memFree=27214288/32951124 swapFree=54427468/67111528
[pid=26019] ppid=26017 vsize=328964 CPUtime=54.26 cores=0,2,4,6
/proc/26019/stat : 26019 (python) R 26017 26019 25757 0 -1 4202496 26205 44889 1 0 334 12 5066 14 17 0 1 0 658260464 336859136 12003 33554432000 4194304 5683644 140734178838880 18446744073709551615 5293305 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26019/statm: 82241 12003 1874 364 0 18165 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 328964

Child status: 0
Real time (s): 16.5183
CPU time (s): 54.2877
CPU user time (s): 54.0128
CPU system time (s): 0.274958
CPU usage (%): 328.651
Max. virtual memory (cumulated for all children) (KiB): 1789248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0128
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71430
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= 3229
involuntary context switches= 555

runsolver used 0.070989 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 15:37:05
IDJOB=3378904
IDBENCH=83438
IDSOLVER=1860
FILE ID=node138/3378904-1305466625
RUNJOBID= node138-1305465318-25775
PBS_JOBID= 13325050
Free space on /tmp= 73528 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F17.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-3378904-1305466625/watcher-3378904-1305466625 -o /tmp/evaluation-result-3378904-1305466625/solver-3378904-1305466625 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378904-1305466625.cnf -seed 177743594 -budget 4800 -cores 4

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=177743594

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.75
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.854
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.854
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:      27380056 kB
Buffers:        290436 kB
Cached:        4064732 kB
SwapCached:      18496 kB
Active:        2156776 kB
Inactive:      3169896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27380056 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           33516 kB
Writeback:           0 kB
AnonPages:      965204 kB
Mapped:          20824 kB
Slab:           128860 kB
PageTables:      51556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69034544 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= 73496 MiB
End job on node138 at 2011-05-15 15:37:22