Trace number 3384301

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
QuteRSat 2011-05-12 (fixed)UNSAT 61.5746 61.5761

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6162
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.01	c Set FPU double precision.
0.19/0.25	c Parse Cnf success: #var: 155107 #clause: 675624
0.19/0.25	c Find Units :       6856
0.19/0.29	c Find Invs  :        906
0.28/0.36	c Find Ands  :      74944 AvgFaninNum: 3.31618
0.28/0.37	c Find Xors  :          0 AvgFaninNum: nan
0.28/0.38	c Find Ite   :          0
0.39/0.42	c UnDirect variable: 0
0.39/0.42	c UnDirect to Direct Gate: 94
0.39/0.42	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.43	c Break Cycle : 27682
0.39/0.43	c Total Root : 6935 Undef Var: 120214
0.39/0.46	c After covering, Total Root: 15322 Leaf: 57227
0.39/0.46	c Variable( cover/uncovered/unused ): 92120 62987 0
0.39/0.46	c Unit Clauses: 6856
0.39/0.46	c Binary Clauses( cover/uncovered ): 88746 422474
0.39/0.46	c Clauses( cover/uncovered ): 34799 79279
0.39/0.46	c Total Clauses( cover/uncovered ): 130401 501753 20.628%
0.39/0.46	c Covered Ands: 34799 Invs: 94 Xors: 0 Ites: 0
0.79/0.82	c Uncover Clauses avg size: 2.32374 max size: 10
0.79/0.82	c Final circuit: i/l/o/s  117498       0  452504    653570
0.79/0.82	c CnfToAig: Time: 0.81 s
1.39/1.46	c TmMap: Set choices finish.
1.69/1.78	c TmMap: Set big and: 475886
1.69/1.78	c TmMap: Origin: 771069 ClauseNum: 1960710 --> New: 593914 ClauseNum: 1605469
1.69/1.78	c TmMap: Time: 0.43
1.79/1.89	c Try to Add: #clause: 953934 #xorclause: 0
1.99/2.07	c #var: 143329 #clauses: 98947 Solving... 
61.50/61.51	s UNSATISFIABLE
61.50/61.53	c CPU time: 61.52 s

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-3384301-1305541965/watcher-3384301-1305541965 -o /tmp/evaluation-result-3384301-1305541965/solver-3384301-1305541965 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384301-1305541965.cnf 44339324 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.68 4/405 14647
/proc/meminfo: memFree=14296896/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=37024 CPUtime=0 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 3068 0 0 0 0 0 0 0 21 0 1 0 646612646 37912576 3004 33554432000 4194304 6014671 140736269869408 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 9256 3005 377 445 0 2801 0

[startup+0.0333099 s]
/proc/loadavg: 1.93 1.99 1.68 4/405 14647
/proc/meminfo: memFree=14296896/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=42144 CPUtime=0.02 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 4353 0 0 0 2 0 0 0 21 0 1 0 646612646 43155456 4289 33554432000 4194304 6014671 140736269869408 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 10536 4289 377 445 0 4081 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42144

[startup+0.100289 s]
/proc/loadavg: 1.93 1.99 1.68 4/405 14647
/proc/meminfo: memFree=14296896/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=60576 CPUtime=0.09 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 8556 0 0 0 8 1 0 0 21 0 1 0 646612646 62029824 8492 33554432000 4194304 6014671 140736269869408 18446744073709551615 4308608 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 15144 8492 377 445 0 8689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60576

[startup+0.300248 s]
/proc/loadavg: 1.93 1.99 1.68 4/405 14647
/proc/meminfo: memFree=14296896/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=78112 CPUtime=0.28 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 12549 0 0 0 27 1 0 0 22 0 1 0 646612646 79986688 12485 33554432000 4194304 6014671 140736269869408 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 19528 12485 382 445 0 13073 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 78112

[startup+0.700186 s]
/proc/loadavg: 1.93 1.99 1.68 4/405 14647
/proc/meminfo: memFree=14296896/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=114832 CPUtime=0.69 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 20636 0 0 0 67 2 0 0 23 0 1 0 646612646 117587968 20572 33554432000 4194304 6014671 140736269869408 18446744073709551615 4362600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 28708 20572 398 445 0 22253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114832

[startup+1.50105 s]
/proc/loadavg: 1.93 1.99 1.68 3/406 14649
/proc/meminfo: memFree=14124412/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=272608 CPUtime=1.49 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 61643 0 0 0 143 6 0 0 25 0 1 0 646612646 279150592 61579 33554432000 4194304 6014671 140736269869408 18446744073709551615 4223990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 68152 61579 670 445 0 61697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 272608

[startup+3.10076 s]
/proc/loadavg: 1.93 1.99 1.68 3/406 14649
/proc/meminfo: memFree=13994232/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=343392 CPUtime=3.09 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 75962 0 0 0 301 8 0 0 25 0 1 0 646612646 351633408 75898 33554432000 4194304 6014671 140736269869408 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 85848 75898 701 445 0 79393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 343392

[startup+6.3002 s]
/proc/loadavg: 1.93 1.99 1.68 3/406 14649
/proc/meminfo: memFree=13954176/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=455008 CPUtime=6.29 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 97124 0 0 0 619 10 0 0 25 0 1 0 646612646 465928192 97045 33554432000 4194304 6014671 140736269869408 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 113752 97045 701 445 0 107297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 455008

[startup+12.7011 s]
/proc/loadavg: 1.94 1.99 1.69 3/406 14649
/proc/meminfo: memFree=13681328/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=760712 CPUtime=12.69 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 154088 0 0 0 1252 17 0 0 25 0 1 0 646612646 778969088 154009 33554432000 4194304 6014671 140736269869408 18446744073709551615 4711250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 190178 154009 711 445 0 183723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 760712

[startup+25.5008 s]
/proc/loadavg: 1.95 1.99 1.69 4/406 14649
/proc/meminfo: memFree=13648024/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=820184 CPUtime=25.49 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 161675 0 0 0 2531 18 0 0 25 0 1 0 646612646 839868416 161582 33554432000 4194304 6014671 140736269869408 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 205046 161582 723 445 0 198591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 820184

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.70 3/406 14650
/proc/meminfo: memFree=13447364/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=1063140 CPUtime=51.09 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 215012 0 0 0 5083 26 0 0 25 0 1 0 646612646 1088655360 214919 33554432000 4194304 6014671 140736269869408 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 265785 214924 728 445 0 259330 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1063140

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

[startup+57.5002 s]
/proc/loadavg: 1.97 1.99 1.70 3/406 14650
/proc/meminfo: memFree=13344628/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=1161352 CPUtime=57.49 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 234709 0 0 0 5721 28 0 0 25 0 1 0 646612646 1189224448 234616 33554432000 4194304 6014671 140736269869408 18446744073709551615 4731871 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 290338 234616 728 445 0 283883 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 1161352

[startup+59.1009 s]
/proc/loadavg: 1.97 1.99 1.70 3/406 14650
/proc/meminfo: memFree=13344520/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=1161352 CPUtime=59.09 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 234773 0 0 0 5881 28 0 0 25 0 1 0 646612646 1189224448 234680 33554432000 4194304 6014671 140736269869408 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 290338 234680 728 445 0 283883 0
Current children cumulated CPU time (s) 59.09
Current children cumulated vsize (KiB) 1161352

[startup+60.7006 s]
/proc/loadavg: 1.97 1.99 1.70 3/406 14650
/proc/meminfo: memFree=13343652/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=1161352 CPUtime=60.69 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 235004 0 0 0 6041 28 0 0 25 0 1 0 646612646 1189224448 234911 33554432000 4194304 6014671 140736269869408 18446744073709551615 4383506 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 290338 234911 728 445 0 283883 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 1161352

[startup+61.1006 s]
/proc/loadavg: 1.97 1.99 1.70 3/406 14650
/proc/meminfo: memFree=13343652/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=1161352 CPUtime=61.09 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 235045 0 0 0 6081 28 0 0 25 0 1 0 646612646 1189224448 234952 33554432000 4194304 6014671 140736269869408 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 290338 234952 728 445 0 283883 0
Current children cumulated CPU time (s) 61.09
Current children cumulated vsize (KiB) 1161352

[startup+61.5005 s]
/proc/loadavg: 1.97 1.99 1.70 3/406 14650
/proc/meminfo: memFree=13343404/32951124 swapFree=67111348/67111528
[pid=14647] ppid=14645 vsize=1161352 CPUtime=61.5 cores=1,3,5,7
/proc/14647/stat : 14647 (qutersat_releas) R 14645 14647 14451 0 -1 4202496 235073 0 0 0 6122 28 0 0 25 0 1 0 646612646 1189224448 234753 33554432000 4194304 6014671 140736269869408 18446744073709551615 4810792 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14647/statm: 290338 234753 728 445 0 283883 0
Current children cumulated CPU time (s) 61.5
Current children cumulated vsize (KiB) 1161352

Child status: 0
Real time (s): 61.5761
CPU time (s): 61.5746
CPU user time (s): 61.2467
CPU system time (s): 0.32795
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 1161352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2467
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235077
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= 12
involuntary context switches= 46

runsolver used 0.205968 second user time and 0.595909 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 12:32:45
IDJOB=3384301
IDBENCH=71003
IDSOLVER=1868
FILE ID=node144/3384301-1305541965
RUNJOBID= node144-1305540196-14470
PBS_JOBID= 13329209
Free space on /tmp= 73272 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384301-1305541965/watcher-3384301-1305541965 -o /tmp/evaluation-result-3384301-1305541965/solver-3384301-1305541965 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384301-1305541965.cnf 44339324

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=44339324

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14297052 kB
Buffers:        325916 kB
Cached:        4048020 kB
SwapCached:          0 kB
Active:       15480552 kB
Inactive:      2806792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14297052 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13204 kB
Writeback:           0 kB
AnonPages:    13912984 kB
Mapped:          37776 kB
Slab:           245028 kB
PageTables:      55128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115257844 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= 73268 MiB
End job on node144 at 2011-05-16 12:33:47