Trace number 3308421

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:LySAT i/2009-03-20UNSAT 23.7744 23.7875

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.37
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
0.99/1.02	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
0.99/1.02	c ==============================================================================
0.99/1.02	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
0.99/1.02	c CPU time:   0.989849 s
0.99/1.02	c ==============================================================================
1.09/1.13	c lySAT 0.1
1.09/1.13	c minisat core +  additionnal features
1.09/1.13	c ============================[ Problem Statistics ]=============================
1.09/1.13	c |                                                                             |
1.09/1.13	c |  Number of variables:  16584                                                |
1.09/1.13	c |  Number of clauses:    123658                                               |
1.09/1.18	c |  Parsing time:         0.05         s                                       |
23.67/23.77	c restarts              : 2009
23.67/23.77	c conflicts             : 245876         (10865 /sec)
23.67/23.77	c decisions             : 1764418        (6.18 % random) (77970 /sec)
23.67/23.77	c euip                  : 6901        
23.67/23.77	c propagations          : 59057516       (2609751 /sec)
23.67/23.77	c conflict literals     : 4019835        (22.58 % deleted)
23.67/23.77	c Memory used           : 21.63 MB
23.67/23.77	c CPU time              : 22.6296 s
23.67/23.77	c 
23.67/23.78	s UNSATISFIABLE

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: 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-3308421-1303983204/watcher-3308421-1303983204 -o /tmp/evaluation-result-3308421-1303983204/solver-3308421-1303983204 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308421-1303983204.cnf i 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 5/192 10353
/proc/meminfo: memFree=12524400/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=0 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 490736725 8908800 249 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 249 209 178 0 68 0

[startup+0.0549279 s]
/proc/loadavg: 0.08 0.02 0.01 5/192 10353
/proc/meminfo: memFree=12524400/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=0 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 490736725 8908800 249 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100904 s]
/proc/loadavg: 0.08 0.02 0.01 5/192 10353
/proc/meminfo: memFree=12524400/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=0 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 490736725 8908800 249 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30087 s]
/proc/loadavg: 0.08 0.02 0.01 5/192 10353
/proc/meminfo: memFree=12524400/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=0 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 490736725 8908800 249 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700798 s]
/proc/loadavg: 0.08 0.02 0.01 5/192 10353
/proc/meminfo: memFree=12524400/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=0 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 490736725 8908800 249 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 0.39 0.08 0.03 5/194 10357
/proc/meminfo: memFree=12505536/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 8700

[startup+3.10037 s]
/proc/loadavg: 0.39 0.08 0.03 5/194 10358
/proc/meminfo: memFree=12531668/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=13112 CPUtime=1.95 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 3172 0 0 0 195 0 0 0 25 0 1 0 490736838 13426688 3127 33554432000 134512640 135226915 4289379568 18446744073709551615 134527472 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 3278 3127 82 175 0 3101 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 21812

[startup+6.3008 s]
/proc/loadavg: 0.76 0.16 0.05 5/194 10358
/proc/meminfo: memFree=12525344/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=15080 CPUtime=5.15 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 3638 0 0 0 515 0 0 0 25 0 1 0 490736838 15441920 3593 33554432000 134512640 135226915 4289379568 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 3770 3593 82 175 0 3593 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23780

[startup+12.7007 s]
/proc/loadavg: 1.02 0.23 0.07 5/194 10359
/proc/meminfo: memFree=12512348/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=17668 CPUtime=11.56 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 4308 0 0 0 1155 1 0 0 25 0 1 0 490736838 18092032 4263 33554432000 134512640 135226915 4289379568 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 4417 4263 82 175 0 4240 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26368

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

[startup+19.1005 s]
/proc/loadavg: 1.26 0.29 0.09 5/194 10359
/proc/meminfo: memFree=12501684/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=20288 CPUtime=17.96 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 4961 0 0 0 1795 1 0 0 25 0 1 0 490736838 20774912 4916 33554432000 134512640 135226915 4289379568 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 5072 4916 82 175 0 4895 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 28988

[startup+22.3009 s]
/proc/loadavg: 1.48 0.35 0.12 5/194 10359
/proc/meminfo: memFree=12495360/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=21740 CPUtime=21.16 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 5306 0 0 0 2115 1 0 0 25 0 1 0 490736838 22261760 5261 33554432000 134512640 135226915 4289379568 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 5435 5261 82 175 0 5258 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 30440

[startup+23.1068 s]
/proc/loadavg: 1.48 0.35 0.12 5/194 10359
/proc/meminfo: memFree=12493500/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=22008 CPUtime=21.96 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 5356 0 0 0 2195 1 0 0 25 0 1 0 490736838 22536192 5311 33554432000 134512640 135226915 4289379568 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 5502 5311 82 175 0 5325 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 30708

[startup+23.5007 s]
/proc/loadavg: 1.48 0.35 0.12 5/194 10359
/proc/meminfo: memFree=12493500/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=22008 CPUtime=22.36 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 5385 0 0 0 2235 1 0 0 25 0 1 0 490736838 22536192 5340 33554432000 134512640 135226915 4289379568 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 5502 5340 82 175 0 5325 0
Current children cumulated CPU time (s) 23.47
Current children cumulated vsize (KiB) 30708

[startup+23.7007 s]
/proc/loadavg: 1.48 0.35 0.12 5/194 10359
/proc/meminfo: memFree=12493500/32951124 swapFree=67111528/67111528
[pid=10353] ppid=10351 vsize=8700 CPUtime=1.11 cores=5,7
/proc/10353/stat : 10353 (lysat.sh) S 10351 10353 10289 0 -1 4202496 354 12129 0 0 0 0 108 3 18 0 1 0 490736725 8908800 251 33554432000 4194304 4922060 140734539074576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10353/statm: 2175 251 209 178 0 68 0
[pid=10358] ppid=10353 vsize=22144 CPUtime=22.56 cores=5,7
/proc/10358/stat : 10358 (LySATi) R 10353 10353 10289 0 -1 4202496 5402 0 0 0 2255 1 0 0 25 0 1 0 490736838 22675456 5357 33554432000 134512640 135226915 4289379568 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10358/statm: 5536 5357 82 175 0 5359 0
Current children cumulated CPU time (s) 23.67
Current children cumulated vsize (KiB) 30844

Child status: 20
Real time (s): 23.7875
CPU time (s): 23.7744
CPU user time (s): 23.7184
CPU system time (s): 0.055991
CPU usage (%): 99.9449
Max. virtual memory (cumulated for all children) (KiB): 58896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7184
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18105
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= 10
involuntary context switches= 96

runsolver used 0.034994 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 11:33:25
IDJOB=3308421
IDBENCH=69599
IDSOLVER=1692
FILE ID=node146/3308421-1303983204
RUNJOBID= node146-1303983197-10310
PBS_JOBID= 13168680
Free space on /tmp= 72948 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308421-1303983204/watcher-3308421-1303983204 -o /tmp/evaluation-result-3308421-1303983204/solver-3308421-1303983204 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308421-1303983204.cnf i

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1079550348

node146.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	: 5332.75
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.86
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12524672 kB
Buffers:       2085184 kB
Cached:       17648212 kB
SwapCached:          0 kB
Active:       10110088 kB
Inactive:      9781560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12524672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           53892 kB
Writeback:           0 kB
AnonPages:      157168 kB
Mapped:          16120 kB
Slab:           471288 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   347636 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= 72932 MiB
End job on node146 at 2011-04-28 11:33:48