Trace number 3385459

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-random (fixed)UNSAT 2.00769 1.04775

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S931339469-052.UNKNOWN.cnf
MD5SUM25176c8329756b46b3ca32af3843804f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.201969
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.67	c INFO: solving HOME/instance-3385459-1305566858.cnf
0.34/0.67	c INFO: computing task features
0.34/0.67	c INFO: computed variable-clause graph statistics
0.34/0.67	c INFO: computed clause balance statistics
0.34/0.69	c INFO: computed variable balance statistics
0.42/0.71	c INFO: computed small-clause counts
0.42/0.71	c INFO: computed Horn-clause counts
0.42/0.71	c INFO: computed variable graph statistics
0.42/0.71	c INFO: collected features for HOME/instance-3385459-1305566858.cnf in 0.04 s
0.42/0.74	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.42/0.77	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.32)
0.51/0.80	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.22)
0.51/0.83	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.15)
0.51/0.86	c INFO: running hybridGM3@0 for 97 with 4999 remaining (b = 0.07)
0.51/0.89	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.61/0.93	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.61/0.96	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
1.84/1.02	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-3385459-1305566858/watcher-3385459-1305566858 -o /tmp/evaluation-result-3385459-1305566858/solver-3385459-1305566858 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385459-1305566858.cnf -seed 1468926289 -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: 8.34 8.19 7.06 1/389 8419
/proc/meminfo: memFree=21600404/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=15772 CPUtime=0 cores=0-7
/proc/8419/stat : 8419 (python) R 8417 8419 7833 0 -1 4202496 879 0 0 0 0 0 0 0 17 0 1 0 649101164 16150528 763 33554432000 4194304 5683644 140736843145200 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8419/statm: 3943 765 343 364 0 430 0

[startup+0.058109 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8419
/proc/meminfo: memFree=21600404/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=29784 CPUtime=0.02 cores=0-7
/proc/8419/stat : 8419 (python) R 8417 8419 7833 0 -1 4202496 1411 0 0 0 2 0 0 0 17 0 1 0 649101164 30498816 1256 33554432000 4194304 5683644 140736843145200 18446744073709551615 4510421 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8419/statm: 7446 1256 443 364 0 816 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29784

[startup+0.101044 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8419
/proc/meminfo: memFree=21600404/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=89764 CPUtime=0.06 cores=0-7
/proc/8419/stat : 8419 (python) S 8417 8419 7833 0 -1 4202496 2670 0 0 0 4 2 0 0 17 0 1 0 649101164 91918336 2387 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/8419/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.301128 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8419
/proc/meminfo: memFree=21600404/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=135748 CPUtime=0.17 cores=0-7
/proc/8419/stat : 8419 (python) R 8417 8419 7833 0 -1 4202496 5961 932 1 0 12 5 0 0 17 0 1 0 649101164 139005952 4151 33554432000 4194304 5683644 140736843145200 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8419/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700979 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8419
/proc/meminfo: memFree=21600404/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=278124 CPUtime=0.42 cores=0-7
/proc/8419/stat : 8419 (python) R 8417 8419 7833 0 -1 4202496 9259 932 1 0 32 10 0 0 16 0 1 0 649101164 284798976 6930 33554432000 4194304 5683644 140736843145200 18446744073709551615 4570881 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8419/statm: 69531 6930 1827 364 0 5455 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278124

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

[startup+0.900903 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8419
/proc/meminfo: memFree=21600404/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=406064 CPUtime=0.61 cores=0-7
/proc/8419/stat : 8419 (python) R 8417 8419 7833 0 -1 4202496 13725 932 1 0 50 11 0 0 21 0 7 0 649101164 415809536 7376 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261271675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8419/statm: 101516 7376 1883 364 0 37419 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 406064

[startup+1.00088 s]
/proc/loadavg: 8.34 8.19 7.06 12/414 8448
/proc/meminfo: memFree=21529880/32951124 swapFree=67057896/67111528
[pid=8419] ppid=8417 vsize=426576 CPUtime=0.68 cores=0-7
/proc/8419/stat : 8419 (python) S 8417 8419 7833 0 -1 4202496 15161 932 1 0 56 12 0 0 25 0 9 0 649101164 436813824 7407 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8419/statm: 106644 7407 1889 364 0 42541 0
[pid=8425] ppid=8419 vsize=278436 CPUtime=0 cores=0-7
/proc/8425/stat : 8425 (python) S 8419 8419 7833 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 649101239 285118464 5533 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636623 0 0 16781312 514 1875190972065775615 0 0 17 1 0 0 0
/proc/8425/statm: 69609 5533 347 364 0 5527 0
[pid=8427] ppid=8425 vsize=454880 CPUtime=0.26 cores=0-7
/proc/8427/stat : 8427 (TNM) R 8425 8427 8427 0 -1 4202496 397 0 0 0 26 0 0 0 20 0 1 0 649101239 465797120 135 33554432000 134512640 135008748 4293362928 18446744073709551615 134527729 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8427/statm: 113720 135 46 122 0 112620 0
[pid=8428] ppid=8419 vsize=289260 CPUtime=0.02 cores=0-7
/proc/8428/stat : 8428 (python) R 8419 8419 7833 0 -1 4202560 755 0 0 0 2 0 0 0 16 0 1 0 649101242 296202240 5673 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273446719 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8428/statm: 72315 5673 348 364 0 8230 0
[pid=8430] ppid=8428 vsize=0 CPUtime=0.2 cores=0-7
/proc/8430/stat : 8430 (march_hi) R 8428 8430 8430 0 -1 4202500 479 0 0 0 20 0 0 0 20 0 1 0 649101242 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8430/statm: 0 0 0 0 0 0 0
[pid=8431] ppid=8419 vsize=365052 CPUtime=0 cores=0-7
/proc/8431/stat : 8431 (python) S 8419 8419 7833 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 649101245 373813248 5850 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636678 0 0 16781312 514 5607366966441378052 0 0 17 1 0 0 0
/proc/8431/statm: 91263 5850 348 364 0 27175 0
[pid=8433] ppid=8431 vsize=1448 CPUtime=0.19 cores=0-7
/proc/8433/stat : 8433 (march_hi) R 8431 8433 8433 0 -1 4202496 465 0 0 0 19 0 0 0 21 0 1 0 649101245 1482752 214 33554432000 4194304 4955518 140737383834544 18446744073709551615 4314111 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8433/statm: 362 214 104 186 0 175 0
[pid=8434] ppid=8419 vsize=375308 CPUtime=0 cores=0-7
/proc/8434/stat : 8434 (python) S 8419 8419 7833 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 649101248 384315392 5811 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636678 0 0 16781312 514 6628441036714639617 0 0 17 1 0 0 0
/proc/8434/statm: 93827 5811 348 364 0 29736 0
[pid=8436] ppid=8434 vsize=1448 CPUtime=0.17 cores=0-7
/proc/8436/stat : 8436 (march_hi) R 8434 8436 8436 0 -1 4202496 470 0 0 0 17 0 0 0 21 0 1 0 649101248 1482752 216 33554432000 4194304 4955518 140735660054048 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8436/statm: 362 216 104 186 0 175 0
[pid=8437] ppid=8419 vsize=385564 CPUtime=0 cores=0-7
/proc/8437/stat : 8437 (python) S 8419 8419 7833 0 -1 4202560 726 0 0 0 0 0 0 0 19 0 1 0 649101251 394817536 5816 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636678 0 0 16781312 514 4533132788865433599 0 0 17 1 0 0 0
/proc/8437/statm: 96391 5816 348 364 0 32297 0
[pid=8439] ppid=8437 vsize=268556 CPUtime=0.12 cores=0-7
/proc/8439/stat : 8439 (hybridGM3) R 8437 8439 8439 0 -1 4202496 4865 0 0 0 12 0 0 0 21 0 1 0 649101251 275001344 4610 33554432000 134512640 135204385 4287656944 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8439/statm: 67139 4610 85 169 0 66969 0
[pid=8440] ppid=8419 vsize=395820 CPUtime=0 cores=0-7
/proc/8440/stat : 8440 (python) S 8419 8419 7833 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 649101254 405319680 5837 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636678 0 0 16781312 514 5607366966441378051 0 0 17 1 0 0 0
/proc/8440/statm: 98955 5837 348 364 0 34858 0
[pid=8442] ppid=8440 vsize=1448 CPUtime=0.1 cores=0-7
/proc/8442/stat : 8442 (march_hi) R 8440 8442 8442 0 -1 4202496 473 0 0 0 10 0 0 0 22 0 1 0 649101254 1482752 214 33554432000 4194304 4955518 140736376506240 18446744073709551615 4263692 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8442/statm: 362 214 104 186 0 175 0
[pid=8443] ppid=8419 vsize=406076 CPUtime=0 cores=0-7
/proc/8443/stat : 8443 (python) S 8419 8419 7833 0 -1 4202560 746 0 0 0 0 0 0 0 22 0 1 0 649101257 415821824 5841 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636678 0 0 16781312 514 5607366966441378051 0 0 17 0 0 0 0
/proc/8443/statm: 101519 5841 348 364 0 37419 0
[pid=8445] ppid=8443 vsize=1448 CPUtime=0.06 cores=0-7
/proc/8445/stat : 8445 (march_hi) R 8443 8445 8445 0 -1 4202496 472 0 0 0 6 0 0 0 24 0 1 0 649101257 1482752 213 33554432000 4194304 4955518 140734569148000 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8445/statm: 362 213 104 186 0 175 0
[pid=8446] ppid=8419 vsize=416332 CPUtime=0 cores=0-7
/proc/8446/stat : 8446 (python) R 8419 8419 7833 0 -1 4202560 779 0 0 0 0 0 0 0 25 0 1 0 649101260 426323968 5868 33554432000 4194304 5683644 140736843145200 18446744073709551615 254261636678 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/8446/statm: 104083 5868 354 364 0 39980 0
[pid=8448] ppid=8446 vsize=1448 CPUtime=0.04 cores=0-7
/proc/8448/stat : 8448 (march_hi) R 8446 8448 8448 0 -1 4202496 473 0 0 0 4 0 0 0 25 0 1 0 649101261 1482752 210 33554432000 4194304 4955518 140736268106064 18446744073709551615 4224577 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8448/statm: 362 210 104 186 0 175 0
[pid=8419/tid=8426] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8426/stat : 8426 (python) S 8417 8419 7833 0 -1 4202560 27 932 0 0 0 0 0 0 17 0 9 0 649101239 436813824 7407 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 6 0 0 0
[pid=8419/tid=8429] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8429/stat : 8429 (python) S 8417 8419 7833 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 649101242 436813824 7407 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 3 0 0 0
[pid=8419/tid=8432] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8432/stat : 8432 (python) S 8417 8419 7833 0 -1 4202560 63 932 0 0 0 0 0 0 19 0 9 0 649101245 436813824 7407 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 6 0 0 0
[pid=8419/tid=8435] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8435/stat : 8435 (python) S 8417 8419 7833 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 649101248 436813824 7407 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 3 0 0 0
[pid=8419/tid=8438] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8438/stat : 8438 (python) S 8417 8419 7833 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 9 0 649101251 436813824 7407 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 0 0 0 0
[pid=8419/tid=8441] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8441/stat : 8441 (python) S 8417 8419 7833 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 649101254 436813824 7408 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 0 0 0 0
[pid=8419/tid=8444] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8444/stat : 8444 (python) S 8417 8419 7833 0 -1 4202560 32 932 0 0 0 0 0 0 23 0 9 0 649101257 436813824 7408 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 0 0 0 0
[pid=8419/tid=8447] ppid=8417 vsize=426576 CPUtime=0 cores=0-7
/proc/8419/task/8447/stat : 8447 (python) S 8417 8419 7833 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 649101261 436813824 7408 33554432000 4194304 5683644 140736843145200 18446744073709551615 254273440177 0 0 16781312 2 18446604442335200320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 4069100

Child status: 0
Real time (s): 1.04775
CPU time (s): 2.00769
CPU user time (s): 1.83272
CPU system time (s): 0.174973
CPU usage (%): 191.619
Max. virtual memory (cumulated for all children) (KiB): 4069100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.83272
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35438
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= 3636
involuntary context switches= 257

runsolver used 0.006998 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 19:27:38
IDJOB=3385459
IDBENCH=82724
IDSOLVER=1870
FILE ID=node140/3385459-1305566858
RUNJOBID= node140-1305564961-7847
PBS_JOBID= 13350110
Free space on /tmp= 73432 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S931339469-052.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385459-1305566858/watcher-3385459-1305566858 -o /tmp/evaluation-result-3385459-1305566858/solver-3385459-1305566858 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385459-1305566858.cnf -seed 1468926289 -budget 40000 -cores 8

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

MD5SUM BENCH= 25176c8329756b46b3ca32af3843804f
RANDOM SEED=1468926289

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.77
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.833
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.833
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.833
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.833
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:      21600444 kB
Buffers:        331504 kB
Cached:        4929612 kB
SwapCached:       8088 kB
Active:        7622320 kB
Inactive:      3387524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21600444 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:     5746200 kB
Mapped:          30940 kB
Slab:           228888 kB
PageTables:      41544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 101605220 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= 73404 MiB
End job on node140 at 2011-05-16 19:27:40