Trace number 3285736

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 38.2792 38.3207

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.00/0.00	c start  0 total 0
4.99/5.00	c Find Units :       1517
5.79/5.84	c Find Invs  :          0
6.19/6.27	c Find Ands  :     182780 AvgFaninNum: 2
6.19/6.28	c Find Xors  :          0 AvgFaninNum: nan
6.30/6.30	c Find Ite   :          0
6.49/6.50	c UnDirect variable: 0
6.49/6.50	c UnDirect to Direct Gate: 0
6.49/6.50	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
6.49/6.53	c Break Cycle : 0
6.49/6.53	c Total Root : 182780 Undef Var: 376791
6.59/6.69	c After covering, Total Root: 182780 Leaf: 184261
6.59/6.69	c Variable( cover/uncovered/unused ): 367041 192530 0
6.59/6.69	c Unit Clauses: 1517
6.59/6.69	c Binary Clauses( cover/uncovered ): 365560 9470890
6.59/6.69	c Clauses( cover/uncovered ): 182780 202280
6.59/6.69	c Total Clauses( cover/uncovered ): 549857 9673170 5.37861%
6.59/6.69	c Covered Ands: 182780 Invs: 0 Xors: 0 Ites: 0
11.79/11.87	c Uncover Clauses avg size: 2.16807 max size: 1408
11.99/12.02	c Final circuit: i/l/o/s  375274       0 9434352  10882116
11.99/12.02	c cover rate 5.37861
11.99/12.02	c rocky end  12.01 total 12.01
24.29/24.31	c covering time  12.3 total 24.31
27.69/27.70	tcmalloc: large alloc 1073741824 bytes == 0x198c87000 @ 

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

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: 1.22 2.32 3.27 5/189 24381
/proc/meminfo: memFree=13706004/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=29716 CPUtime=0 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 2023 0 0 0 0 0 0 0 21 0 1 0 488102840 30429184 1959 33554432000 4194304 4947581 140737353858176 18446744073709551615 253640902791 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24381/statm: 7430 1960 322 184 0 2305 0

[startup+0.101848 s]
/proc/loadavg: 1.22 2.32 3.27 5/189 24381
/proc/meminfo: memFree=13706004/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=69912 CPUtime=0.09 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 11897 0 0 0 8 1 0 0 21 0 1 0 488102840 71589888 11831 33554432000 4194304 4947581 140737353858176 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 17478 11831 377 184 0 12353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69912

[startup+0.20083 s]
/proc/loadavg: 1.22 2.32 3.27 5/189 24381
/proc/meminfo: memFree=13706004/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=80280 CPUtime=0.19 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 13984 0 0 0 17 2 0 0 22 0 1 0 488102840 82206720 13918 33554432000 4194304 4947581 140737353858176 18446744073709551615 4823198 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 20070 13919 377 184 0 14945 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 80280

[startup+0.300812 s]
/proc/loadavg: 1.22 2.32 3.27 5/189 24381
/proc/meminfo: memFree=13706004/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=96664 CPUtime=0.29 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 18512 0 0 0 27 2 0 0 22 0 1 0 488102840 98983936 18446 33554432000 4194304 4947581 140737353858176 18446744073709551615 4824560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 24166 18447 377 184 0 19041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96664

[startup+0.700753 s]
/proc/loadavg: 1.22 2.32 3.27 5/189 24381
/proc/meminfo: memFree=13706004/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=146072 CPUtime=0.69 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 30763 0 0 0 64 5 0 0 24 0 1 0 488102840 149577728 30697 33554432000 4194304 4947581 140737353858176 18446744073709551615 253640859392 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 36518 30697 377 184 0 31393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146072

[startup+1.69957 s]
/proc/loadavg: 1.22 2.32 3.27 5/189 24381
/proc/meminfo: memFree=13706004/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=244888 CPUtime=1.68 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 56103 0 0 0 158 10 0 0 25 0 1 0 488102840 250765312 56037 33554432000 4194304 4947581 140737353858176 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 61222 56037 377 184 0 56097 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 244888

[startup+3.1073 s]
/proc/loadavg: 1.44 2.35 3.28 5/190 24383
/proc/meminfo: memFree=12868240/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=442776 CPUtime=3.09 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 103498 0 0 0 292 17 0 0 25 0 1 0 488102840 453402624 103432 33554432000 4194304 4947581 140737353858176 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 110694 103432 377 184 0 105569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 442776

[startup+6.30072 s]
/proc/loadavg: 1.65 2.37 3.28 5/190 24383
/proc/meminfo: memFree=11421724/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=837268 CPUtime=6.3 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 207153 0 0 0 599 31 0 0 25 0 1 0 488102840 857362432 191369 33554432000 4194304 4947581 140737353858176 18446744073709551615 4775072 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 209317 191369 381 184 0 204192 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 837268

[startup+12.7006 s]
/proc/loadavg: 1.84 2.40 3.28 5/190 24383
/proc/meminfo: memFree=10572084/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=1691284 CPUtime=12.69 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 409883 0 0 0 1216 53 0 0 25 0 1 0 488102840 1731874816 394099 33554432000 4194304 4947581 140737353858176 18446744073709551615 4225327 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 422821 394099 387 184 0 417696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1691284

[startup+25.5002 s]
/proc/loadavg: 2.17 2.45 3.29 5/190 24383
/proc/meminfo: memFree=8026920/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=4509404 CPUtime=25.49 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 1169235 0 0 0 2411 138 0 0 25 0 1 0 488102840 4617629696 1076535 33554432000 4194304 4947581 140737353858176 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 1127351 1076540 421 184 0 1122226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4509404

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

[startup+26.4011 s]
/proc/loadavg: 2.32 2.48 3.29 5/190 24383
/proc/meminfo: memFree=6857104/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=5492500 CPUtime=26.39 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4202496 1389589 0 0 0 2479 160 0 0 25 0 1 0 488102840 5624320000 1296874 33554432000 4194304 4947581 140737353858176 18446744073709551615 4378235 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 1373125 1296882 421 184 0 1368000 0
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (KiB) 5492500

[startup+32.8069 s]
/proc/loadavg: 2.45 2.50 3.30 6/190 24383
/proc/meminfo: memFree=998832/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=7713532 CPUtime=32.79 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4204032 1844723 0 0 0 2624 655 0 0 25 0 1 0 488102840 7898656768 1750609 33554432000 4194304 4947581 140737353858176 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 1928383 1750609 421 184 0 1923258 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 7713532

[startup+36.0003 s]
/proc/loadavg: 2.89 2.59 3.32 5/190 24383
/proc/meminfo: memFree=93188/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=7713532 CPUtime=35.97 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4204032 1844723 0 0 0 2624 973 0 0 25 0 1 0 488102840 7898656768 1750609 33554432000 4194304 4947581 140737353858176 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24381/statm: 1928383 1750609 421 184 0 1923258 0
Current children cumulated CPU time (s) 35.97
Current children cumulated vsize (KiB) 7713532

[startup+37.601 s]
/proc/loadavg: 2.89 2.59 3.32 6/190 24383
/proc/meminfo: memFree=97784/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=7713532 CPUtime=37.55 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4204032 1844723 0 0 0 2624 1131 0 0 25 0 1 0 488102840 7898656768 1750609 33554432000 4194304 4947581 140737353858176 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/24381/statm: 1928383 1750609 421 184 0 1923258 0
Current children cumulated CPU time (s) 37.55
Current children cumulated vsize (KiB) 7713532

[startup+38.0009 s]
/proc/loadavg: 2.89 2.59 3.32 6/190 24383
/proc/meminfo: memFree=97784/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=7713532 CPUtime=37.95 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4204032 1844723 0 0 0 2624 1171 0 0 25 0 1 0 488102840 7898656768 1750609 33554432000 4194304 4947581 140737353858176 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/24381/statm: 1928383 1750609 421 184 0 1923258 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 7713532

[startup+38.201 s]
/proc/loadavg: 2.89 2.59 3.32 5/190 24383
/proc/meminfo: memFree=3347772/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=0 CPUtime=38.15 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4204036 1844723 0 0 0 2624 1191 0 0 25 0 1 0 488102840 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/24381/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 0

[startup+38.3069 s]
/proc/loadavg: 2.89 2.59 3.32 5/190 24383
/proc/meminfo: memFree=3347772/32951124 swapFree=67111528/67111528
[pid=24381] ppid=24379 vsize=0 CPUtime=38.25 cores=1,3
/proc/24381/stat : 24381 (synit_sat) R 24379 24381 23613 0 -1 4204036 1844723 0 0 0 2624 1201 0 0 25 0 1 0 488102840 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/24381/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 38.3207
CPU time (s): 38.2792
CPU user time (s): 26.247
CPU system time (s): 12.0322
CPU usage (%): 99.8917
Max. virtual memory (cumulated for all children) (KiB): 7713532

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

runsolver used 0.058991 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 22:57:04
IDJOB=3285736
IDBENCH=82399
IDSOLVER=1571
FILE ID=node106/3285736-1303765018
RUNJOBID= node106-1303765018-24341
PBS_JOBID= 13157143
Free space on /tmp= 71436 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285736-1303765018/watcher-3285736-1303765018 -o /tmp/evaluation-result-3285736-1303765018/solver-3285736-1303765018 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3285736-1303765018.cnf 1226992810

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1226992810

node106.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.830
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.830
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.20
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.830
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.830
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.830
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.830
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.75
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.830
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.830
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:      13706284 kB
Buffers:       1989324 kB
Cached:       14755828 kB
SwapCached:          0 kB
Active:       11847500 kB
Inactive:      6826828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13706284 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          266104 kB
Writeback:           0 kB
AnonPages:     1929004 kB
Mapped:          16588 kB
Slab:           503080 kB
PageTables:       9412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2317952 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= 64592 MiB
End job on node106 at 2011-04-25 22:57:43