Trace number 3260815

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
SApperloT2010 2011-03-04UNSAT 358.352 358.344

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.7023
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

358.30/358.34	c Solved by BasicSolver 
358.30/358.34	
358.30/358.34	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: 935)

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-3260815-1303513500/watcher-3260815-1303513500 -o /tmp/evaluation-result-3260815-1303513500/solver-3260815-1303513500 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3260815-1303513500.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.92 1.38 2.36 2/179 1492
/proc/meminfo: memFree=22055636/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=12772 CPUtime=0 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 562 0 0 0 0 0 0 0 21 0 1 0 195541221 13078528 502 33554432000 4194304 4395502 140734924415280 18446744073709551615 268660323013 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 3193 502 249 50 0 333 0

[startup+0.101768 s]
/proc/loadavg: 0.92 1.38 2.36 2/179 1492
/proc/meminfo: memFree=22055636/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=17804 CPUtime=0.09 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 1840 0 0 0 9 0 0 0 21 0 1 0 195541221 18231296 1636 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299902 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 4451 1636 266 50 0 1591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17804

[startup+0.200764 s]
/proc/loadavg: 0.92 1.38 2.36 2/179 1492
/proc/meminfo: memFree=22055636/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=18880 CPUtime=0.19 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 2102 0 0 0 19 0 0 0 22 0 1 0 195541221 19333120 1898 33554432000 4194304 4395502 140734924415280 18446744073709551615 4309732 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 4720 1898 266 50 0 1860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18880

[startup+0.300735 s]
/proc/loadavg: 0.92 1.38 2.36 2/179 1492
/proc/meminfo: memFree=22055636/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=19684 CPUtime=0.29 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 2310 0 0 0 29 0 0 0 22 0 1 0 195541221 20156416 2106 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 4921 2106 266 50 0 2061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19684

[startup+0.700664 s]
/proc/loadavg: 0.92 1.38 2.36 2/179 1492
/proc/meminfo: memFree=22055636/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=20764 CPUtime=0.69 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 2574 0 0 0 69 0 0 0 24 0 1 0 195541221 21262336 2370 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299756 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 5191 2370 266 50 0 2331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20764

[startup+1.50053 s]
/proc/loadavg: 0.92 1.38 2.36 5/190 1513
/proc/meminfo: memFree=21977792/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=22152 CPUtime=1.49 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 2875 0 0 0 148 1 0 0 25 0 1 0 195541221 22683648 2671 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 5538 2671 266 50 0 2678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22152

[startup+3.10025 s]
/proc/loadavg: 0.92 1.38 2.36 5/190 1513
/proc/meminfo: memFree=21966508/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=23956 CPUtime=3.09 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 3282 0 0 0 308 1 0 0 25 0 1 0 195541221 24530944 3078 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 5989 3078 266 50 0 3129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23956

[startup+6.30068 s]
/proc/loadavg: 1.17 1.43 2.37 5/190 1513
/proc/meminfo: memFree=21948776/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=25704 CPUtime=6.3 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 3661 0 0 0 629 1 0 0 25 0 1 0 195541221 26320896 3457 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 6426 3457 266 50 0 3566 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 25704

[startup+12.7006 s]
/proc/loadavg: 1.39 1.47 2.38 5/190 1513
/proc/meminfo: memFree=21926684/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=27716 CPUtime=12.7 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 4086 0 0 0 1269 1 0 0 25 0 1 0 195541221 28381184 3882 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299931 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 6929 3882 266 50 0 4069 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 27716

[startup+25.5003 s]
/proc/loadavg: 1.97 1.59 2.41 4/185 1557
/proc/meminfo: memFree=21908612/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=29384 CPUtime=25.49 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 4446 0 0 0 2548 1 0 0 25 0 1 0 195541221 30089216 4242 33554432000 4194304 4395502 140734924415280 18446744073709551615 4316904 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 7346 4242 266 50 0 4486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29384

[startup+51.1008 s]
/proc/loadavg: 2.66 1.78 2.45 5/190 1568
/proc/meminfo: memFree=21842316/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=31232 CPUtime=51.1 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 4856 0 0 0 5109 1 0 0 25 0 1 0 195541221 31981568 4652 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 7808 4652 266 50 0 4948 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 31232

[startup+102.301 s]
/proc/loadavg: 3.42 2.12 2.53 5/190 1678
/proc/meminfo: memFree=21794156/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=32704 CPUtime=102.3 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 5260 0 0 0 10229 1 0 0 25 0 1 0 195541221 33488896 5056 33554432000 4194304 4395502 140734924415280 18446744073709551615 4309712 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 8176 5056 266 50 0 5316 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 32704

[startup+162.3 s]
/proc/loadavg: 3.78 2.46 2.61 5/190 1706
/proc/meminfo: memFree=21705720/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=35192 CPUtime=162.29 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 5681 0 0 0 16228 1 0 0 25 0 1 0 195541221 36036608 5477 33554432000 4194304 4395502 140734924415280 18446744073709551615 4338075 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 8798 5477 266 50 0 5938 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 35192

[startup+222.307 s]
/proc/loadavg: 3.92 2.74 2.70 5/190 1762
/proc/meminfo: memFree=21624536/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=37012 CPUtime=222.31 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 5952 0 0 0 22229 2 0 0 25 0 1 0 195541221 37900288 5748 33554432000 4194304 4395502 140734924415280 18446744073709551615 4328557 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9253 5748 266 50 0 6393 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 37012

[startup+282.3 s]
/proc/loadavg: 3.97 2.97 2.78 5/190 1763
/proc/meminfo: memFree=21554704/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=38052 CPUtime=282.3 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6117 0 0 0 28228 2 0 0 25 0 1 0 195541221 38965248 5913 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9513 5913 266 50 0 6653 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 38052

[startup+342.301 s]
/proc/loadavg: 4.17 3.20 2.87 5/190 1765
/proc/meminfo: memFree=21498508/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=342.3 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 34228 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 39352

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

[startup+345.601 s]
/proc/loadavg: 4.16 3.21 2.87 5/190 1765
/proc/meminfo: memFree=21493672/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=345.6 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 34558 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 345.6
Current children cumulated vsize (KiB) 39352

[startup+352.001 s]
/proc/loadavg: 4.14 3.22 2.88 5/190 1765
/proc/meminfo: memFree=21489572/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=352 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35198 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 352
Current children cumulated vsize (KiB) 39352

[startup+355.2 s]
/proc/loadavg: 4.13 3.24 2.88 6/190 1765
/proc/meminfo: memFree=21487960/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=355.2 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35518 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 355.2
Current children cumulated vsize (KiB) 39352

[startup+356.801 s]
/proc/loadavg: 4.13 3.24 2.88 5/190 1765
/proc/meminfo: memFree=21483992/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=356.8 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35678 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4297076 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 356.8
Current children cumulated vsize (KiB) 39352

[startup+357.607 s]
/proc/loadavg: 4.13 3.24 2.88 5/190 1765
/proc/meminfo: memFree=21480768/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=357.61 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35759 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 357.61
Current children cumulated vsize (KiB) 39352

[startup+358.001 s]
/proc/loadavg: 4.13 3.24 2.88 5/190 1765
/proc/meminfo: memFree=21480768/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=358 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35798 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4297398 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 358
Current children cumulated vsize (KiB) 39352

[startup+358.201 s]
/proc/loadavg: 4.13 3.24 2.88 5/190 1765
/proc/meminfo: memFree=21480768/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=358.2 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35818 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4299821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 358.2
Current children cumulated vsize (KiB) 39352

[startup+358.301 s]
/proc/loadavg: 4.13 3.24 2.88 5/190 1765
/proc/meminfo: memFree=21480768/32951124 swapFree=67111528/67111528
[pid=1492] ppid=1490 vsize=39352 CPUtime=358.3 cores=1,3
/proc/1492/stat : 1492 (SApperloT2010) R 1490 1492 32125 0 -1 4202496 6341 0 0 0 35828 2 0 0 25 0 1 0 195541221 40296448 6137 33554432000 4194304 4395502 140734924415280 18446744073709551615 4326302 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1492/statm: 9838 6137 266 50 0 6978 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 39352

Child status: 20
Real time (s): 358.344
CPU time (s): 358.352
CPU user time (s): 358.328
CPU system time (s): 0.023996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 39352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.328
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6353
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4099

runsolver used 0.605907 second user time and 1.2878 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 01:05:00
IDJOB=3260815
IDBENCH=83196
IDSOLVER=1655
FILE ID=node107/3260815-1303513500
RUNJOBID= node107-1303513499-1472
PBS_JOBID= 13134226
Free space on /tmp= 72148 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260815-1303513500/watcher-3260815-1303513500 -o /tmp/evaluation-result-3260815-1303513500/solver-3260815-1303513500 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3260815-1303513500.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1647115408

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22055792 kB
Buffers:       1742236 kB
Cached:        8615792 kB
SwapCached:          0 kB
Active:        6985932 kB
Inactive:      3438720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22055792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             844 kB
Writeback:           8 kB
AnonPages:       66448 kB
Mapped:          15176 kB
Slab:           406828 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   211188 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= 72144 MiB
End job on node107 at 2011-04-23 01:10:58