Trace number 3284632

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
synit_sat 2011-03-03Wrong UNSAT 91.4351 91.4345

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-13.cnf
MD5SUMe4a58a95f762de82cf6c09025383f691
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.88471
Satisfiable
(Un)Satisfiability was proved
Number of variables504189
Number of clauses1742927
Sum of the clauses size4553333
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2740770
Number of clauses of size 3937605
Number of clauses of size 464494
Number of clauses of size 50
Number of clauses of size over 557

Solver Data

0.00/0.00	c start  0 total 0
1.59/1.65	c Find Units :          1
1.68/1.71	c Find Invs  :       1255
2.09/2.11	c Find Ands  :     336468 AvgFaninNum: 2.19415
2.20/2.22	c Find Xors  :     166422 AvgFaninNum: 2
2.49/2.52	c Find Ite   :        220
3.09/3.17	c UnDirect variable: 128906
3.20/3.29	c UnDirect to Direct Gate: 167628
3.20/3.29	c Forced Direct Gate: 62 Unuse unDirect Gate: 34
3.39/3.42	c Break Cycle : 134
3.39/3.42	c Total Root : 9 Undef Var: 170
3.79/3.84	c After covering, Total Root: 16 Leaf: 170
3.79/3.84	c Variable( cover/uncovered/unused ): 504189 0 0
3.79/3.84	c Unit Clauses: 1
3.79/3.84	c Binary Clauses( cover/uncovered ): 740734 36
3.79/3.84	c Clauses( cover/uncovered ): 1001706 450
3.79/3.84	c Total Clauses( cover/uncovered ): 1742441 486 99.9721%
3.79/3.84	c Covered Ands: 336450 Invs: 1255 Xors: 166304 Ites: 10
3.79/3.86	c Uncover Clauses avg size: 2.92593 max size: 3
3.79/3.86	c Final circuit: i/l/o/s     170       0     487    901085
3.79/3.86	c cover rate 99.9721
3.79/3.86	c rocky end  3.86 total 3.86
4.09/4.16	c inp	c lvl 1421	 size 901085
13.39/13.44	c rwt	c lvl 1347	 size 656790
14.19/14.25	c rf 	c lvl 1346	 size 617595
14.49/14.51	c bal	c lvl 1345	 size 617574
23.59/23.67	c rwb	c lvl 1326	 size 563655
23.89/23.90	c bal	c lvl 1326	 size 563508
24.29/24.34	c rfi	c lvl 1326	 size 563270
32.49/32.51	c rwb	c lvl 1256	 size 524429
32.70/32.73	c bal	c lvl 1256	 size 524288
37.30/37.37	c rwb	c size 509744
37.40/37.41	c inp	c lvl 1256	 size 509744
41.80/41.82	c rwt	c lvl 1256	 size 504813
42.19/42.27	c rf 	c lvl 1256	 size 504472
42.39/42.47	c bal	c lvl 1256	 size 504412
50.19/50.20	c rwb	c lvl 1249	 size 503064
50.39/50.41	c bal	c lvl 1249	 size 502965
50.79/50.85	c rfi	c lvl 1249	 size 502776
58.20/58.26	c rwb	c lvl 1249	 size 501764
58.39/58.47	c bal	c lvl 1249	 size 501722
62.89/62.96	c rwb	c size 500575
63.19/63.22	c circuit size reduce 1223152 500742
63.19/63.22	c opt time  59.35 total 63.21
66.49/66.53	c covering time  3.32 total 66.53
90.69/90.79	c solve time  24.26 total 90.79
90.69/90.79	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-3284632-1303762394/watcher-3284632-1303762394 -o /tmp/evaluation-result-3284632-1303762394/solver-3284632-1303762394 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3284632-1303762394.cnf 919256691 

running on 2 cores: 5,7

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: 3.49 2.62 3.06 4/193 29742
/proc/meminfo: memFree=16033784/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=30688 CPUtime=0 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 2134 0 0 0 0 0 0 0 23 0 1 0 487837707 31424512 2069 33554432000 4194304 4947581 140733354553184 18446744073709551615 232335892224 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 7672 2079 365 184 0 2547 0

[startup+0.0869409 s]
/proc/loadavg: 3.49 2.62 3.06 4/193 29742
/proc/meminfo: memFree=16033784/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=60940 CPUtime=0.08 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 9877 0 0 0 7 1 0 0 23 0 1 0 487837707 62402560 9812 33554432000 4194304 4947581 140733354553184 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 15235 9812 377 184 0 10110 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60940

[startup+0.100936 s]
/proc/loadavg: 3.49 2.62 3.06 4/193 29742
/proc/meminfo: memFree=16033784/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=62988 CPUtime=0.09 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 10418 0 0 0 8 1 0 0 23 0 1 0 487837707 64499712 10353 33554432000 4194304 4947581 140733354553184 18446744073709551615 4662610 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 15747 10353 377 184 0 10622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62988

[startup+0.300904 s]
/proc/loadavg: 3.49 2.62 3.06 4/193 29742
/proc/meminfo: memFree=16033784/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=105228 CPUtime=0.29 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 20850 0 0 0 27 2 0 0 24 0 1 0 487837707 107753472 20785 33554432000 4194304 4947581 140733354553184 18446744073709551615 4814902 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 26307 20785 377 184 0 21182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 105228

[startup+0.70083 s]
/proc/loadavg: 3.49 2.62 3.06 4/193 29742
/proc/meminfo: memFree=16033784/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=169100 CPUtime=0.69 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 36587 0 0 0 65 4 0 0 25 0 1 0 487837707 173158400 36522 33554432000 4194304 4947581 140733354553184 18446744073709551615 4823198 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 42275 36523 377 184 0 37150 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 169100

[startup+1.50069 s]
/proc/loadavg: 3.49 2.62 3.06 5/194 29743
/proc/meminfo: memFree=15855092/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=296204 CPUtime=1.49 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 67826 0 0 0 141 8 0 0 25 0 1 0 487837707 303312896 67761 33554432000 4194304 4947581 140733354553184 18446744073709551615 4816140 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 74051 67761 377 184 0 68926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 296204

[startup+3.1004 s]
/proc/loadavg: 3.49 2.62 3.06 5/194 29743
/proc/meminfo: memFree=15717452/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=327432 CPUtime=3.09 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 75522 0 0 0 299 10 0 0 25 0 1 0 487837707 335290368 75457 33554432000 4194304 4947581 140733354553184 18446744073709551615 4802961 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 81858 75457 381 184 0 76733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 327432

[startup+6.30084 s]
/proc/loadavg: 3.61 2.66 3.07 5/194 29743
/proc/meminfo: memFree=15503188/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=505404 CPUtime=6.29 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 114231 0 0 0 615 14 0 0 25 0 1 0 487837707 517533696 114167 33554432000 4194304 4947581 140733354553184 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 126351 114167 431 184 0 121226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 505404

[startup+12.7007 s]
/proc/loadavg: 3.64 2.68 3.07 5/194 29770
/proc/meminfo: memFree=15665640/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=919740 CPUtime=12.69 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 221279 0 0 0 1241 28 0 0 25 0 1 0 487837707 941813760 221214 33554432000 4194304 4947581 140733354553184 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 229935 221214 431 184 0 224810 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 919740

[startup+25.5004 s]
/proc/loadavg: 3.72 2.75 3.09 5/192 29779
/proc/meminfo: memFree=16060636/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1470464 CPUtime=25.49 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 356696 0 0 0 2506 43 0 0 25 0 1 0 487837707 1505755136 356631 33554432000 4194304 4947581 140733354553184 18446744073709551615 4299670 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 367616 356631 432 184 0 362491 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1470464

[startup+51.1009 s]
/proc/loadavg: 3.81 2.85 3.11 5/194 29798
/proc/meminfo: memFree=14692296/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1694200 CPUtime=51.09 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 413488 0 0 0 5058 51 0 0 25 0 1 0 487837707 1734860800 413423 33554432000 4194304 4947581 140733354553184 18446744073709551615 4841093 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 423550 413423 432 184 0 418425 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1694200

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

[startup+76.7003 s]
/proc/loadavg: 3.88 2.94 3.13 5/194 29853
/proc/meminfo: memFree=12668068/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1726968 CPUtime=76.69 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 424155 0 0 0 7617 52 0 0 25 0 1 0 487837707 1768415232 423216 33554432000 4194304 4947581 140733354553184 18446744073709551615 4341253 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 431742 423216 464 184 0 426617 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1726968

[startup+83.1002 s]
/proc/loadavg: 3.89 2.96 3.14 5/194 29853
/proc/meminfo: memFree=11873292/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1726968 CPUtime=83.09 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 424737 0 0 0 8257 52 0 0 25 0 1 0 487837707 1768415232 423798 33554432000 4194304 4947581 140733354553184 18446744073709551615 4399368 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 431742 423798 464 184 0 426617 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1726968

[startup+86.3006 s]
/proc/loadavg: 3.89 2.97 3.14 5/194 29853
/proc/meminfo: memFree=11687912/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1774232 CPUtime=86.29 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 436785 0 0 0 8575 54 0 0 25 0 1 0 487837707 1816813568 435846 33554432000 4194304 4947581 140733354553184 18446744073709551615 4701017 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 443558 435846 475 184 0 438433 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 1774232

[startup+89.501 s]
/proc/loadavg: 3.89 2.97 3.14 5/194 29853
/proc/meminfo: memFree=11558580/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1843020 CPUtime=89.49 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 452229 0 0 0 8893 56 0 0 25 0 1 0 487837707 1887252480 451274 33554432000 4194304 4947581 140733354553184 18446744073709551615 4722854 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 460755 451274 673 184 0 455630 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 1843020

[startup+90.3009 s]
/proc/loadavg: 3.90 2.99 3.14 5/194 29853
/proc/meminfo: memFree=11542708/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1843020 CPUtime=90.29 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 452429 0 0 0 8973 56 0 0 25 0 1 0 487837707 1887252480 451280 33554432000 4194304 4947581 140733354553184 18446744073709551615 4388414 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 460755 451280 485 184 0 455630 0
Current children cumulated CPU time (s) 90.29
Current children cumulated vsize (KiB) 1843020

[startup+91.1008 s]
/proc/loadavg: 3.90 2.99 3.14 5/194 29853
/proc/meminfo: memFree=11542708/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1843020 CPUtime=91.09 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 452435 0 0 0 9053 56 0 0 25 0 1 0 487837707 1887252480 451064 33554432000 4194304 4947581 140733354553184 18446744073709551615 4850010 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 460755 451064 491 184 0 455630 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 1843020

[startup+91.3067 s]
/proc/loadavg: 3.90 2.99 3.14 5/194 29853
/proc/meminfo: memFree=11526340/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=1843020 CPUtime=91.3 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202496 452435 0 0 0 9074 56 0 0 25 0 1 0 487837707 1887252480 450841 33554432000 4194304 4947581 140733354553184 18446744073709551615 4849598 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29742/statm: 460755 450841 491 184 0 455630 0
Current children cumulated CPU time (s) 91.3
Current children cumulated vsize (KiB) 1843020

[startup+91.4007 s]
/proc/loadavg: 3.90 2.99 3.14 5/194 29853
/proc/meminfo: memFree=11526340/32951124 swapFree=67111528/67111528
[pid=29742] ppid=29740 vsize=0 CPUtime=91.39 cores=5,7
/proc/29742/stat : 29742 (synit_sat) R 29740 29742 28989 0 -1 4202500 452440 0 0 0 9079 60 0 0 25 0 1 0 487837707 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 0
/proc/29742/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 91.4345
CPU time (s): 91.4351
CPU user time (s): 90.7972
CPU system time (s): 0.637903
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1843020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.7972
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452440
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= 97

runsolver used 0.140978 second user time and 0.365944 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 22:13:15
IDJOB=3284632
IDBENCH=82356
IDSOLVER=1571
FILE ID=node132/3284632-1303762394
RUNJOBID= node132-1303762303-29484
PBS_JOBID= 13157126
Free space on /tmp= 71792 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-13.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284632-1303762394/watcher-3284632-1303762394 -o /tmp/evaluation-result-3284632-1303762394/solver-3284632-1303762394 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3284632-1303762394.cnf 919256691

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

MD5SUM BENCH= e4a58a95f762de82cf6c09025383f691
RANDOM SEED=919256691

node132.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	: 5332.74
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.76
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.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.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.77
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.67
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.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.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:      16034064 kB
Buffers:       1618716 kB
Cached:       11917220 kB
SwapCached:          0 kB
Active:        5997812 kB
Inactive:     10363636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16034064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           95256 kB
Writeback:           0 kB
AnonPages:     2825356 kB
Mapped:          16696 kB
Slab:           485824 kB
PageTables:      10984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3077868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71748 MiB
End job on node132 at 2011-04-25 22:14:47