Trace number 3159903

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-03SAT 218.403 218.397

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1636883934-028.SATISFIABLE.cnf
MD5SUMf499dfbb776939482f3f42f9fdb448de
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 75
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 75 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 1597
0.00/0.00	c Total Clauses( cover/uncovered ): 0 1597 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 5 max size: 5
0.00/0.01	c Final circuit: i/l/o/s      75       0    1597      5731
0.00/0.01	c cover rate 0
0.00/0.01	c rocky end  0 total 0
0.00/0.01	c covering time  0 total 0
218.30/218.39	c solve time  218.39 total 218.39
218.30/218.39	s SATISFIABLE 
218.30/218.39	v 1 -2 3 -4 5 -6 -7 8 9 -10 11 12 -13 -14 15 16 -17 -18 19 20 21 -22 -23 24 -25 -26 27 28 29 -30 -31 -32 33 -34 35 -36 37 38 -39 -40 -41 -42 43 44 45 46 -47 48 -49 50 -51 52 -53 54 -55 56 57 -58 59 60 -61 62 63 -64 -65 66 67 68 -69 -70 71 72 73 -74 75 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

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: 3.92 3.98 3.91 3/182 390
/proc/meminfo: memFree=21928948/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=13816 CPUtime=0 cores=1,3
/proc/390/stat : 390 (synit_sat) S 388 390 32223 0 -1 4194304 104 0 0 0 0 0 0 0 23 0 1 0 285423691 14147584 59 33554432000 4194304 4947581 140733319030496 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/390/statm: 3454 59 44 184 0 756 0

[startup+0.083913 s]
/proc/loadavg: 3.92 3.98 3.91 3/182 390
/proc/meminfo: memFree=21928948/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=43000 CPUtime=0.07 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 3327 0 0 0 7 0 0 0 23 0 1 0 285423691 44032000 3262 33554432000 4194304 4947581 140733319030496 18446744073709551615 4346232 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 10750 3262 456 184 0 5625 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43000

[startup+0.100907 s]
/proc/loadavg: 3.92 3.98 3.91 3/182 390
/proc/meminfo: memFree=21928948/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=43000 CPUtime=0.09 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 3345 0 0 0 9 0 0 0 23 0 1 0 285423691 44032000 3280 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399868 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 10750 3280 456 184 0 5625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43000

[startup+0.300868 s]
/proc/loadavg: 3.92 3.98 3.91 3/182 390
/proc/meminfo: memFree=21928948/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=51464 CPUtime=0.29 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 3568 0 0 0 29 0 0 0 24 0 1 0 285423691 52699136 3503 33554432000 4194304 4947581 140733319030496 18446744073709551615 4398622 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 12866 3503 458 184 0 7741 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51464

[startup+0.700785 s]
/proc/loadavg: 3.92 3.98 3.91 3/182 390
/proc/meminfo: memFree=21928948/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=60056 CPUtime=0.69 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 3861 0 0 0 69 0 0 0 25 0 1 0 285423691 61497344 3796 33554432000 4194304 4947581 140733319030496 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 15014 3796 458 184 0 9889 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60056

[startup+1.50063 s]
/proc/loadavg: 3.92 3.98 3.91 5/190 423
/proc/meminfo: memFree=21863652/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=77556 CPUtime=1.48 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 4839 0 0 0 148 0 0 0 25 0 1 0 285423691 79417344 4771 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399941 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 19389 4771 467 184 0 14264 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 77556

[startup+3.10032 s]
/proc/loadavg: 3.92 3.98 3.91 5/190 423
/proc/meminfo: memFree=21853236/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=77556 CPUtime=3.08 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 5912 0 0 0 308 0 0 0 25 0 1 0 285423691 79417344 5844 33554432000 4194304 4947581 140733319030496 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 19389 5844 467 184 0 14264 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 77556

[startup+6.30067 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 423
/proc/meminfo: memFree=21824492/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=86644 CPUtime=6.29 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 7825 0 0 0 628 1 0 0 25 0 1 0 285423691 88723456 7757 33554432000 4194304 4947581 140733319030496 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 21661 7757 467 184 0 16536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86644

[startup+12.7004 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 423
/proc/meminfo: memFree=21784796/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=95920 CPUtime=12.69 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 8941 0 0 0 1268 1 0 0 25 0 1 0 285423691 98222080 8873 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 23980 8873 467 184 0 18855 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95920

[startup+25.5008 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 424
/proc/meminfo: memFree=21761244/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=95920 CPUtime=25.49 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 10240 0 0 0 2548 1 0 0 25 0 1 0 285423691 98222080 10172 33554432000 4194304 4947581 140733319030496 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 23980 10172 467 184 0 18855 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95920

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.92 6/190 424
/proc/meminfo: memFree=21728824/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=95920 CPUtime=51.09 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 11480 0 0 0 5108 1 0 0 25 0 1 0 285423691 98222080 11412 33554432000 4194304 4947581 140733319030496 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 23980 11412 467 184 0 18855 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95920

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 426
/proc/meminfo: memFree=21671144/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=106356 CPUtime=102.3 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 15266 0 0 0 10228 2 0 0 25 0 1 0 285423691 108908544 15170 33554432000 4194304 4947581 140733319030496 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 26589 15170 468 184 0 21464 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106356

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 427
/proc/meminfo: memFree=21623608/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=150124 CPUtime=162.3 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 22060 0 0 0 16227 3 0 0 25 0 1 0 285423691 153726976 21963 33554432000 4194304 4947581 140733319030496 18446744073709551615 4354449 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 37531 21963 467 184 0 32406 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 150124

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

[startup+179.1 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 428
/proc/meminfo: memFree=21613180/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=150124 CPUtime=179.1 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 22303 0 0 0 17907 3 0 0 25 0 1 0 285423691 153726976 22206 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 37531 22206 467 184 0 32406 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 150124

[startup+204.701 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 437
/proc/meminfo: memFree=21594880/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=204.7 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24077 0 0 0 20467 3 0 0 25 0 1 0 285423691 165208064 23960 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 23960 472 184 0 35209 0
Current children cumulated CPU time (s) 204.7
Current children cumulated vsize (KiB) 161336

[startup+211.101 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 438
/proc/meminfo: memFree=21592956/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=211.1 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24138 0 0 0 21107 3 0 0 25 0 1 0 285423691 165208064 24021 33554432000 4194304 4947581 140733319030496 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 24021 472 184 0 35209 0
Current children cumulated CPU time (s) 211.1
Current children cumulated vsize (KiB) 161336

[startup+214.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 438
/proc/meminfo: memFree=21592820/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=214.3 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24244 0 0 0 21427 3 0 0 25 0 1 0 285423691 165208064 24127 33554432000 4194304 4947581 140733319030496 18446744073709551615 4343612 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 24127 472 184 0 35209 0
Current children cumulated CPU time (s) 214.3
Current children cumulated vsize (KiB) 161336

[startup+215.901 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 438
/proc/meminfo: memFree=21592572/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=215.9 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24244 0 0 0 21587 3 0 0 25 0 1 0 285423691 165208064 24127 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 24127 472 184 0 35209 0
Current children cumulated CPU time (s) 215.9
Current children cumulated vsize (KiB) 161336

[startup+217.501 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 438
/proc/meminfo: memFree=21592200/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=217.5 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24244 0 0 0 21747 3 0 0 25 0 1 0 285423691 165208064 24127 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 24127 472 184 0 35209 0
Current children cumulated CPU time (s) 217.5
Current children cumulated vsize (KiB) 161336

[startup+217.9 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 438
/proc/meminfo: memFree=21592200/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=217.9 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24244 0 0 0 21787 3 0 0 25 0 1 0 285423691 165208064 24127 33554432000 4194304 4947581 140733319030496 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 24127 472 184 0 35209 0
Current children cumulated CPU time (s) 217.9
Current children cumulated vsize (KiB) 161336

[startup+218.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 438
/proc/meminfo: memFree=21592200/32950928 swapFree=67111528/67111528
[pid=390] ppid=388 vsize=161336 CPUtime=218.3 cores=1,3
/proc/390/stat : 390 (synit_sat) R 388 390 32223 0 -1 4202496 24244 0 0 0 21827 3 0 0 25 0 1 0 285423691 165208064 24127 33554432000 4194304 4947581 140733319030496 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/390/statm: 40334 24127 472 184 0 35209 0
Current children cumulated CPU time (s) 218.3
Current children cumulated vsize (KiB) 161336

Child status: 0
Real time (s): 218.397
CPU time (s): 218.403
CPU user time (s): 218.362
CPU system time (s): 0.040993
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 161336

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

runsolver used 0.32695 second user time and 0.867868 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-02 11:57:50
IDJOB=3159903
IDBENCH=82926
IDSOLVER=1571
FILE ID=node149/3159903-1301738270
RUNJOBID= node149-1301733061-32243
PBS_JOBID= 12840920
Free space on /tmp= 71724 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1636883934-028.SATISFIABLE.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3159903-1301738270/watcher-3159903-1301738270 -o /tmp/evaluation-result-3159903-1301738270/solver-3159903-1301738270 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3159903-1301738270.cnf 1166627492

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

MD5SUM BENCH= f499dfbb776939482f3f42f9fdb448de
RANDOM SEED=1166627492

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.806
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.82
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.806
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.806
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.806
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:      21930096 kB
Buffers:        359308 kB
Cached:       10204896 kB
SwapCached:          0 kB
Active:        7578212 kB
Inactive:      3174328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21930096 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:      188688 kB
Mapped:          15920 kB
Slab:           205632 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   374208 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= 71716 MiB
End job on node149 at 2011-04-02 12:01:28