Trace number 3365749

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
SAT09 reference solver:precosat 236UNSAT 33.9918 34.0029

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.41687
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3365749-1305317969.cnf
0.00/0.00	c found header 'p cnf 281936 2464339'
1.79/1.88	c finished parsing
1.79/1.88	c
1.79/1.88	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
1.79/1.88	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
1.79/1.88	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
1.79/1.88	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
1.79/1.88	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
1.79/1.88	c --random=1 --spread=2000 --seed=0 --skip=25
1.79/1.88	c
1.79/1.88	c sizeof     vars[0] = 16   alignment = 0       4 MB
1.79/1.88	c sizeof     orgs[0] =  8   alignment = 0       2 MB
1.79/1.88	c sizeof     occs[0] =  8   alignment = 0       2 MB
1.79/1.88	c sizeof iirfs[0..1] =  8   alignment = 0       2 MB
1.79/1.88	c
1.79/1.88	c starting search after 1.9 seconds
1.79/1.88	c no decision limit
1.90/1.92	c
1.90/1.92	c       original/binary      fixed     eliminated      learned       agility
1.90/1.92	c   seconds        variables     equivalent    conflicts       height       MB
1.90/1.92	c
1.90/1.92	c *    1.9  1789144  197466  84020   450      0       0      0    0.0   0  136
17.19/17.22	c s   17.2  1677848  186319  90739   452   4426       0      0    0.0   0  134
17.19/17.22	c l   17.2  1677848  186319  90739   452   4426       0  34687    0.0   0  134
17.49/17.53	c R   17.5  1679261  186319  90739   452   4426     104    103 2003.9   0  139
29.29/29.36	c s   29.4  1606809  172165 104882   460   4429     280    248 1289.6   0  137
29.29/29.36	c -   29.4  1606809  172165 104882   460   4429     280  33647 1289.6   0  137
33.88/33.99	c 0   34.0  2349306    3710 273335   462   4429     516    478 1729.4   0  192
33.88/33.99	c
33.88/33.99	s UNSATISFIABLE
33.88/33.99	c
33.88/33.99	c 516 conflicts, 28358 decisions, 18 random
33.88/33.99	c 4 iterations, 4 restarts, 0 skipped
33.88/33.99	c 0 enlarged, 699 shrunken, 4 rescored, 0 rebiased
33.88/33.99	c 2 simplifications, 0 reductions
33.88/33.99	c
33.88/33.99	c vars: 273335 fixed, 462 equiv, 4429 elim, 665 merged
33.88/33.99	c elim: 1642916 resolutions, 2 phases, 0 rounds
33.88/33.99	c sbst: 0% substituted, 11.1% nots, 88.9% ands, 0.0% xors, 0.0% ites
33.88/33.99	c arty: 2.00 and 0.00 xor average arity
33.88/33.99	c prbe: 1166 probed, 16 phases, 0 rounds
33.88/33.99	c prbe: 335 failed, 20699 lifted, 1 merged
33.88/33.99	c sccs: 0 non trivial, 0 fixed, 0 merged
33.88/33.99	c hash: 36 units, 664 merged
33.88/33.99	c mins: 1071379 learned, 8% deleted, 0 strong, 27 depth
33.88/33.99	c subs: 2753 forward, 848 backward, 4624 doms
33.88/33.99	c strs: 363 forward, 0 backward
33.88/33.99	c doms: 20937 dominators, 6877 high, 205 low
33.88/33.99	c prps: 59824081 propagations, 1.76 megaprops
33.88/33.99	c
33.88/33.99	c 34.0 seconds, 197 MB max, 8 MB recycled

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-3365749-1305317969/watcher-3365749-1305317969 -o /tmp/evaluation-result-3365749-1305317969/solver-3365749-1305317969 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365749-1305317969.cnf 

running on 4 cores: 0,2,4,6

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: 2.06 2.02 1.86 2/316 12077
/proc/meminfo: memFree=7966700/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=12148 CPUtime=0 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 2484 0 0 0 0 0 0 0 23 0 1 0 722027726 12439552 2441 33554432000 134512640 135151029 4289041040 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12077/statm: 3037 2442 60 156 0 2880 0

[startup+0.107402 s]
/proc/loadavg: 2.06 2.02 1.86 2/316 12077
/proc/meminfo: memFree=7966700/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=26036 CPUtime=0.09 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 6179 0 0 0 9 0 0 0 24 0 1 0 722027726 26660864 6136 33554432000 134512640 135151029 4289041040 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 6509 6136 65 156 0 6352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26036

[startup+0.20038 s]
/proc/loadavg: 2.06 2.02 1.86 2/316 12077
/proc/meminfo: memFree=7966700/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=29184 CPUtime=0.19 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 7020 0 0 0 18 1 0 0 24 0 1 0 722027726 29884416 6879 33554432000 134512640 135151029 4289041040 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 7296 6879 65 156 0 7139 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29184

[startup+0.300381 s]
/proc/loadavg: 2.06 2.02 1.86 2/316 12077
/proc/meminfo: memFree=7966700/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=36800 CPUtime=0.29 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 9305 0 0 0 28 1 0 0 25 0 1 0 722027726 37683200 8778 33554432000 134512640 135151029 4289041040 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 9200 8779 65 156 0 9043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36800

[startup+0.700295 s]
/proc/loadavg: 2.06 2.02 1.86 2/316 12077
/proc/meminfo: memFree=7966700/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=69008 CPUtime=0.69 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 18895 0 0 0 67 2 0 0 25 0 1 0 722027726 70664192 16830 33554432000 134512640 135151029 4289041040 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 17252 16831 65 156 0 17095 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69008

[startup+1.50114 s]
/proc/loadavg: 2.06 2.02 1.86 3/317 12078
/proc/meminfo: memFree=7869124/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=128100 CPUtime=1.49 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 35726 0 0 0 144 5 0 0 25 0 1 0 722027726 131174400 31612 33554432000 134512640 135151029 4289041040 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 32025 31613 65 156 0 31868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128100

[startup+3.10084 s]
/proc/loadavg: 2.06 2.01 1.87 3/317 12078
/proc/meminfo: memFree=7833784/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=167940 CPUtime=3.09 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 59677 0 0 0 301 8 0 0 25 0 1 0 722027726 171970560 41394 33554432000 134512640 135151029 4289041040 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 41985 41394 80 156 0 41828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 167940

[startup+6.30023 s]
/proc/loadavg: 2.06 2.01 1.87 3/317 12078
/proc/meminfo: memFree=7763120/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=200944 CPUtime=6.29 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 70927 0 0 0 619 10 0 0 25 0 1 0 722027726 205766656 49570 33554432000 134512640 135151029 4289041040 18446744073709551615 134548037 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 50236 49570 80 156 0 50079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200944

[startup+12.701 s]
/proc/loadavg: 2.05 2.01 1.87 3/317 12078
/proc/meminfo: memFree=7767240/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=201460 CPUtime=12.69 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 70997 0 0 0 1259 10 0 0 25 0 1 0 722027726 206295040 49640 33554432000 134512640 135151029 4289041040 18446744073709551615 134548113 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 50365 49640 80 156 0 50208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201460

[startup+25.5006 s]
/proc/loadavg: 2.04 2.01 1.87 3/317 12078
/proc/meminfo: memFree=7770340/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=200304 CPUtime=25.49 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 96381 0 0 0 2536 13 0 0 25 0 1 0 722027726 205111296 49103 33554432000 134512640 135151029 4289041040 18446744073709551615 134573895 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 50076 49103 80 156 0 49919 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 200304

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

[startup+25.6006 s]
/proc/loadavg: 2.04 2.01 1.87 3/317 12078
/proc/meminfo: memFree=7770340/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=200304 CPUtime=25.59 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 96381 0 0 0 2546 13 0 0 25 0 1 0 722027726 205111296 49103 33554432000 134512640 135151029 4289041040 18446744073709551615 134548014 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 50076 49103 80 156 0 49919 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 200304

[startup+28.801 s]
/proc/loadavg: 2.04 2.01 1.87 3/317 12078
/proc/meminfo: memFree=7778152/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=175100 CPUtime=28.79 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 96389 0 0 0 2866 13 0 0 25 0 1 0 722027726 179302400 42810 33554432000 134512640 135151029 4289041040 18446744073709551615 134572526 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12077/statm: 43775 42810 80 156 0 43618 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 175100

[startup+32.0114 s]
/proc/loadavg: 2.03 2.01 1.87 3/317 12079
/proc/meminfo: memFree=7778144/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=191488 CPUtime=31.99 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 103560 0 0 0 3185 14 0 0 25 0 1 0 722027726 196083712 46907 33554432000 134512640 135151029 4289041040 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12077/statm: 47872 46907 80 156 0 47715 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 191488

[startup+32.8012 s]
/proc/loadavg: 2.03 2.01 1.87 3/317 12079
/proc/meminfo: memFree=7778144/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=207872 CPUtime=32.78 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 111753 0 0 0 3263 15 0 0 25 0 1 0 722027726 212860928 51003 33554432000 134512640 135151029 4289041040 18446744073709551615 134554734 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12077/statm: 51968 51003 80 156 0 51811 0
Current children cumulated CPU time (s) 32.78
Current children cumulated vsize (KiB) 207872

[startup+33.6011 s]
/proc/loadavg: 2.03 2.01 1.87 3/317 12079
/proc/meminfo: memFree=7760288/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=215828 CPUtime=33.58 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202496 113711 0 0 0 3342 16 0 0 25 0 1 0 722027726 221007872 52961 33554432000 134512640 135151029 4289041040 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12077/statm: 53957 52961 80 156 0 53800 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 215828

[startup+34.001 s]
/proc/loadavg: 2.03 2.01 1.87 3/317 12079
/proc/meminfo: memFree=7760288/32950928 swapFree=67085488/67111528
[pid=12077] ppid=12075 vsize=0 CPUtime=33.98 cores=0,2,4,6
/proc/12077/stat : 12077 (precosat) R 12075 12077 11765 0 -1 4202500 114329 0 0 0 3382 16 0 0 25 0 1 0 722027726 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12077/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 34.0029
CPU time (s): 33.9918
CPU user time (s): 33.8229
CPU system time (s): 0.168974
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 224260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8229
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114329
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= 2
involuntary context switches= 62

runsolver used 0.101984 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-13 22:19:30
IDJOB=3365749
IDBENCH=82409
IDSOLVER=1843
FILE ID=node114/3365749-1305317969
RUNJOBID= node114-1305315246-11783
PBS_JOBID= 13324318
Free space on /tmp= 39180 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365749-1305317969/watcher-3365749-1305317969 -o /tmp/evaluation-result-3365749-1305317969/solver-3365749-1305317969 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365749-1305317969.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=972420767

node114.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.848
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.69
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:       7966856 kB
Buffers:        257024 kB
Cached:       13011132 kB
SwapCached:         96 kB
Active:       12961396 kB
Inactive:     11493960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7966856 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           47340 kB
Writeback:           0 kB
AnonPages:    11186992 kB
Mapped:          27296 kB
Slab:           426548 kB
PageTables:      38552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53289444 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= 39180 MiB
End job on node114 at 2011-05-13 22:20:05