Trace number 3285414

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-03Signal 127.887 136.905

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.054
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

Solver Data

0.00/0.00	c start  0 total 0
1.29/1.36	c Find Units :        445
1.59/1.63	c Find Invs  :          0
1.79/1.85	c Find Ands  :        360 AvgFaninNum: 2
1.79/1.85	c Find Xors  :          0 AvgFaninNum: nan
1.79/1.85	c Find Ite   :          0
1.79/1.85	c UnDirect variable: 0
1.79/1.85	c UnDirect to Direct Gate: 0
1.79/1.85	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.79/1.86	c Break Cycle : 0
1.79/1.86	c Total Root : 360 Undef Var: 580515
1.79/1.88	c After covering, Total Root: 360 Leaf: 805
1.79/1.88	c Variable( cover/uncovered/unused ): 1165 579710 0
1.79/1.88	c Unit Clauses: 445
1.79/1.88	c Binary Clauses( cover/uncovered ): 720 3105000
1.79/1.88	c Clauses( cover/uncovered ): 360 34440
1.79/1.88	c Total Clauses( cover/uncovered ): 1525 3139440 0.048552%
1.79/1.88	c Covered Ands: 360 Invs: 0 Xors: 0 Ites: 0
3.69/3.78	c Uncover Clauses avg size: 2.37692 max size: 602
3.79/3.82	c Final circuit: i/l/o/s  580070       0 2795521   3488638
3.79/3.82	c cover rate 0.048552
3.79/3.82	c rocky end  3.82 total 3.82
7.89/7.99	c covering time  4.16 total 7.98

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3285414-1303763265/watcher-3285414-1303763265 -o /tmp/evaluation-result-3285414-1303763265/solver-3285414-1303763265 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3285414-1303763265.cnf 114967690 

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: 4.10 4.19 3.89 4/193 30013
/proc/meminfo: memFree=11548620/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=29716 CPUtime=0 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 2052 0 0 0 0 0 0 0 24 0 1 0 487924860 30429184 1986 33554432000 4194304 4947581 140736375652304 18446744073709551615 232347719056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30013/statm: 7429 1986 335 184 0 2304 0

[startup+0.0143929 s]
/proc/loadavg: 4.10 4.19 3.89 4/193 30013
/proc/meminfo: memFree=11548620/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=44304 CPUtime=0 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 5930 0 0 0 0 0 0 0 24 0 1 0 487924860 45367296 5864 33554432000 4194304 4947581 140736375652304 18446744073709551615 4821962 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 11076 5864 377 184 0 5951 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 44304

[startup+0.100363 s]
/proc/loadavg: 4.10 4.19 3.89 4/193 30013
/proc/meminfo: memFree=11548620/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=67856 CPUtime=0.09 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 11361 0 0 0 8 1 0 0 24 0 1 0 487924860 69484544 11295 33554432000 4194304 4947581 140736375652304 18446744073709551615 4822110 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 16964 11295 377 184 0 11839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67856

[startup+0.300327 s]
/proc/loadavg: 4.10 4.19 3.89 4/193 30013
/proc/meminfo: memFree=11548620/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=92560 CPUtime=0.29 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 17512 0 0 0 27 2 0 0 25 0 1 0 487924860 94781440 17446 33554432000 4194304 4947581 140736375652304 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 23140 17446 377 184 0 18015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92560

[startup+0.700257 s]
/proc/loadavg: 4.10 4.19 3.89 4/193 30013
/proc/meminfo: memFree=11548620/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=141840 CPUtime=0.69 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 29692 0 0 0 65 4 0 0 25 0 1 0 487924860 145244160 29626 33554432000 4194304 4947581 140736375652304 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 35460 29626 377 184 0 30335 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141840

[startup+1.50113 s]
/proc/loadavg: 4.10 4.19 3.89 5/194 30014
/proc/meminfo: memFree=11345872/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=240908 CPUtime=1.49 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 53090 0 0 0 141 8 0 0 25 0 1 0 487924860 246689792 53024 33554432000 4194304 4947581 140736375652304 18446744073709551615 4790337 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 60227 53024 378 184 0 55102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 240908

[startup+3.10083 s]
/proc/loadavg: 4.10 4.19 3.89 5/194 30014
/proc/meminfo: memFree=11335456/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=424672 CPUtime=3.09 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 91548 0 0 0 297 12 0 0 25 0 1 0 487924860 434864128 91482 33554432000 4194304 4947581 140736375652304 18446744073709551615 4831706 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 106168 91497 385 184 0 101043 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 424672

[startup+6.30026 s]
/proc/loadavg: 4.09 4.19 3.89 5/194 30014
/proc/meminfo: memFree=10656928/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=972236 CPUtime=6.29 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 238118 0 0 0 599 30 0 0 25 0 1 0 487924860 995569664 237700 33554432000 4194304 4947581 140736375652304 18446744073709551615 4740899 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 243059 237700 410 184 0 237934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 972236

[startup+12.7011 s]
/proc/loadavg: 4.17 4.20 3.90 5/194 30014
/proc/meminfo: memFree=9171416/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=2482704 CPUtime=12.69 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 599696 0 0 0 1196 73 0 0 25 0 1 0 487924860 2542288896 598517 33554432000 4194304 4947581 140736375652304 18446744073709551615 232335586255 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 620676 598517 438 184 0 615551 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2482704

[startup+25.5009 s]
/proc/loadavg: 4.13 4.19 3.90 5/194 30015
/proc/meminfo: memFree=8427668/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=3307232 CPUtime=25.49 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 775836 0 0 0 2455 94 0 0 25 0 1 0 487924860 3386605568 773575 33554432000 4194304 4947581 140736375652304 18446744073709551615 4346487 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 826808 773575 462 184 0 821683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3307232

[startup+51.1003 s]
/proc/loadavg: 4.08 4.18 3.90 5/194 30015
/proc/meminfo: memFree=8320812/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=3588064 CPUtime=51.09 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 796076 0 0 0 5010 99 0 0 25 0 1 0 487924860 3674177536 793815 33554432000 4194304 4947581 140736375652304 18446744073709551615 4360138 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 897016 793815 462 184 0 891891 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3588064

[startup+102.307 s]
/proc/loadavg: 4.04 4.15 3.91 5/194 30017
/proc/meminfo: memFree=4747460/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=6966576 CPUtime=102.3 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 1786648 0 0 0 10024 206 0 0 25 0 1 0 487924860 7133773824 1670152 33554432000 4194304 4947581 140736375652304 18446744073709551615 4722552 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 1741644 1670152 468 184 0 1736519 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6966576

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

[startup+115.101 s]
/proc/loadavg: 4.03 4.14 3.91 5/194 30017
/proc/meminfo: memFree=3968736/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=7715556 CPUtime=115.09 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4202496 1987760 0 0 0 11282 227 0 0 25 0 1 0 487924860 7900729344 1856354 33554432000 4194304 4947581 140736375652304 18446744073709551615 232335589710 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30013/statm: 1928889 1856354 468 184 0 1923764 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 7715556

[startup+127.901 s]
/proc/loadavg: 4.26 4.18 3.93 5/194 30017
/proc/meminfo: memFree=98136/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=7840640 CPUtime=125.97 cores=5,7
/proc/30013/stat : 30013 (synit_sat) D 30011 30013 28989 0 -1 4204032 2024708 0 0 0 11478 1119 0 0 19 0 1 0 487924860 8028815360 1893302 33554432000 4194304 4947581 140736375652304 18446744073709551615 4379026 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 174
/proc/30013/statm: 1960160 1893302 468 184 0 1955035 0
Current children cumulated CPU time (s) 125.97
Current children cumulated vsize (KiB) 7840640

[startup+131.101 s]
/proc/loadavg: 4.48 4.23 3.94 4/194 30017
/proc/meminfo: memFree=97016/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=7840640 CPUtime=126.32 cores=5,7
/proc/30013/stat : 30013 (synit_sat) D 30011 30013 28989 0 -1 4204032 2024708 0 0 0 11478 1154 0 0 18 0 1 0 487924860 8028815360 1893302 33554432000 4194304 4947581 140736375652304 18446744073709551615 4379026 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 330
/proc/30013/statm: 1960160 1893302 468 184 0 1955035 0
Current children cumulated CPU time (s) 126.32
Current children cumulated vsize (KiB) 7840640

[startup+134.301 s]
/proc/loadavg: 4.68 4.28 3.96 4/194 30017
/proc/meminfo: memFree=95956/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=7840640 CPUtime=127.45 cores=5,7
/proc/30013/stat : 30013 (synit_sat) D 30011 30013 28989 0 -1 4204032 2024708 0 0 0 11478 1267 0 0 18 0 1 0 487924860 8028815360 1893302 33554432000 4194304 4947581 140736375652304 18446744073709551615 4379026 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 642
/proc/30013/statm: 1960160 1893302 468 184 0 1955035 0
Current children cumulated CPU time (s) 127.45
Current children cumulated vsize (KiB) 7840640

[startup+135.9 s]
/proc/loadavg: 4.68 4.28 3.96 4/194 30017
/proc/meminfo: memFree=99576/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=7840640 CPUtime=127.49 cores=5,7
/proc/30013/stat : 30013 (synit_sat) D 30011 30013 28989 0 -1 4204032 2024708 0 0 0 11478 1271 0 0 18 0 1 0 487924860 8028815360 1893302 33554432000 4194304 4947581 140736375652304 18446744073709551615 4379026 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 741
/proc/30013/statm: 1960160 1893302 468 184 0 1955035 0
Current children cumulated CPU time (s) 127.49
Current children cumulated vsize (KiB) 7840640

[startup+136.701 s]
/proc/loadavg: 4.68 4.28 3.96 4/194 30017
/proc/meminfo: memFree=100188/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=0 CPUtime=127.67 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4204036 2024708 0 0 0 11478 1289 0 0 18 0 1 0 487924860 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 901
/proc/30013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 127.67
Current children cumulated vsize (KiB) 0

[startup+136.901 s]
/proc/loadavg: 4.68 4.28 3.96 4/194 30017
/proc/meminfo: memFree=100188/32951124 swapFree=67111524/67111528
[pid=30013] ppid=30011 vsize=0 CPUtime=127.87 cores=5,7
/proc/30013/stat : 30013 (synit_sat) R 30011 30013 28989 0 -1 4204036 2024708 0 0 0 11478 1309 0 0 18 0 1 0 487924860 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 901
/proc/30013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 127.87
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 136.905
CPU time (s): 127.887
CPU user time (s): 114.787
CPU system time (s): 13.1
CPU usage (%): 93.4124
Max. virtual memory (cumulated for all children) (KiB): 7840640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.787
system time used= 13.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2024708
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= 35
involuntary context switches= 102

runsolver used 0.212967 second user time and 0.539917 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 22:27:47
IDJOB=3285414
IDBENCH=82386
IDSOLVER=1571
FILE ID=node132/3285414-1303763265
RUNJOBID= node132-1303762303-29484
PBS_JOBID= 13157126
Free space on /tmp= 71724 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285414-1303763265/watcher-3285414-1303763265 -o /tmp/evaluation-result-3285414-1303763265/solver-3285414-1303763265 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3285414-1303763265.cnf 114967690

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=114967690

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:      11548652 kB
Buffers:       1421204 kB
Cached:        8232088 kB
SwapCached:          4 kB
Active:       12776296 kB
Inactive:      8059968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11548652 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           62220 kB
Writeback:           0 kB
AnonPages:    11182680 kB
Mapped:          17256 kB
Slab:           478468 kB
PageTables:      29896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13480904 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= 64324 MiB
End job on node132 at 2011-04-25 22:30:04