Trace number 3308315

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:glucose 1.0UNSAT 35.3606 35.3636

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  473409  1087098 |  142022       0        0     nan |  0.000 % |
1.39/1.47	c |         0 |  185161   490718 |      --       0       --      -- |     --   | -159719/-304529
1.39/1.47	c ==============================================================================
1.39/1.47	c Result  :   #vars: 34133   #clauses: 185161   #literals: 490718
1.39/1.47	c CPU time:   1.43078 s
1.39/1.47	c ==============================================================================
1.49/1.57	c
1.49/1.57	c Starting glucose
1.49/1.57	c
1.49/1.57	
1.49/1.57	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.49/1.57	
1.49/1.57	c ============================[ Problem Statistics ]=============================
1.49/1.57	c |                                                                             |
1.49/1.58	c |  Number of variables:  34133                                                |
1.49/1.58	c |  Number of clauses:    185161                                               |
1.56/1.64	c |  Parsing time:         0.06         s                                       |
35.27/35.35	c restarts              : 117
35.27/35.35	c nb ReduceDB           : 4
35.27/35.35	c nb learnts DL2        : 325
35.27/35.35	c nb learnts size 2     : 191
35.27/35.35	c nb learnts size 1     : 95
35.27/35.35	c conflicts             : 101832         (3016 /sec)
35.27/35.35	c decisions             : 153392         (0.98 % random) (4543 /sec)
35.27/35.35	c propagations          : 95824963       (2837840 /sec)
35.27/35.35	c conflict literals     : 4605126        (42.55 % deleted)
35.27/35.35	c Memory used           : 22.39 MB
35.27/35.35	c CPU time              : 33.7669 s
35.27/35.35	
35.27/35.36	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-3308315-1303983194/watcher-3308315-1303983194 -o /tmp/evaluation-result-3308315-1303983194/solver-3308315-1303983194 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308315-1303983194.cnf 

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: 0.00 0.00 0.00 1/174 14008
/proc/meminfo: memFree=16057676/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=0 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509916467 8912896 253 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 253 211 178 0 69 0

[startup+0.0548101 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14008
/proc/meminfo: memFree=16057676/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=0 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509916467 8912896 253 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100794 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14008
/proc/meminfo: memFree=16057676/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=0 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509916467 8912896 253 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300758 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14008
/proc/meminfo: memFree=16057676/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=0 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509916467 8912896 253 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700688 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14008
/proc/meminfo: memFree=16057676/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=0 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509916467 8912896 253 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50053 s]
/proc/loadavg: 0.00 0.00 0.00 5/182 14022
/proc/meminfo: memFree=15938420/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=0 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509916467 8912896 253 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 253 211 178 0 69 0
[pid=14009] ppid=14008 vsize=58604 CPUtime=1.49 cores=1,3
/proc/14009/stat : 14009 (SatELite_releas) R 14008 14008 13978 0 -1 4202496 20478 0 0 0 145 4 0 0 25 0 1 0 509916467 60010496 13228 33554432000 134512640 135225430 4289085872 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14009/statm: 14651 13228 80 175 0 14474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67308

[startup+3.10122 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 14044
/proc/meminfo: memFree=15590008/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=16636 CPUtime=1.51 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 3884 0 0 0 151 0 0 0 23 0 1 0 509916625 17035264 3834 33554432000 134512640 135217611 4293120880 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 4159 3834 76 173 0 3984 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25340

[startup+6.3006 s]
/proc/loadavg: 0.32 0.07 0.02 6/194 14044
/proc/meminfo: memFree=15509160/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=19040 CPUtime=4.7 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 4489 0 0 0 470 0 0 0 25 0 1 0 509916625 19496960 4439 33554432000 134512640 135217611 4293120880 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 4760 4439 77 173 0 4585 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27744

[startup+12.7004 s]
/proc/loadavg: 1.03 0.23 0.07 5/194 14047
/proc/meminfo: memFree=15709808/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=20464 CPUtime=11.1 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 4838 0 0 0 1110 0 0 0 25 0 1 0 509916625 20955136 4788 33554432000 134512640 135217611 4293120880 18446744073709551615 134532620 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5116 4788 77 173 0 4941 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 29168

[startup+25.5009 s]
/proc/loadavg: 1.49 0.35 0.12 5/194 14048
/proc/meminfo: memFree=15664952/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=22312 CPUtime=23.91 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 5282 0 0 0 2390 1 0 0 25 0 1 0 509916625 22847488 5232 33554432000 134512640 135217611 4293120880 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5578 5232 77 173 0 5403 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31016

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

[startup+31.9067 s]
/proc/loadavg: 1.87 0.47 0.16 5/194 14048
/proc/meminfo: memFree=15652424/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=22616 CPUtime=30.32 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 5350 0 0 0 3031 1 0 0 25 0 1 0 509916625 23158784 5300 33554432000 134512640 135217611 4293120880 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5654 5300 77 173 0 5479 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 31320

[startup+33.5004 s]
/proc/loadavg: 1.87 0.47 0.16 5/194 14048
/proc/meminfo: memFree=15651424/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=22616 CPUtime=31.91 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 5374 0 0 0 3190 1 0 0 25 0 1 0 509916625 23158784 5324 33554432000 134512640 135217611 4293120880 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5654 5324 77 173 0 5479 0
Current children cumulated CPU time (s) 33.47
Current children cumulated vsize (KiB) 31320

[startup+34.3012 s]
/proc/loadavg: 1.87 0.47 0.16 5/194 14048
/proc/meminfo: memFree=15650432/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=22760 CPUtime=32.71 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 5389 0 0 0 3270 1 0 0 25 0 1 0 509916625 23306240 5339 33554432000 134512640 135217611 4293120880 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5690 5339 77 173 0 5515 0
Current children cumulated CPU time (s) 34.27
Current children cumulated vsize (KiB) 31464

[startup+35.1011 s]
/proc/loadavg: 1.87 0.47 0.16 5/194 14048
/proc/meminfo: memFree=15650308/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=22760 CPUtime=33.52 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 5397 0 0 0 3351 1 0 0 25 0 1 0 509916625 23306240 5347 33554432000 134512640 135217611 4293120880 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5690 5347 77 173 0 5515 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 31464

[startup+35.301 s]
/proc/loadavg: 1.87 0.47 0.16 5/194 14048
/proc/meminfo: memFree=15650308/32950928 swapFree=67087032/67111528
[pid=14008] ppid=14006 vsize=8704 CPUtime=1.56 cores=1,3
/proc/14008/stat : 14008 (glucose.sh) S 14006 14008 13978 0 -1 4202496 360 20479 0 0 0 0 152 4 18 0 1 0 509916467 8912896 255 33554432000 4194304 4922060 140735969421088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14008/statm: 2176 255 211 178 0 69 0
[pid=14044] ppid=14008 vsize=22928 CPUtime=33.71 cores=1,3
/proc/14044/stat : 14044 (glucose_static) R 14008 14008 13978 0 -1 4202496 5410 0 0 0 3370 1 0 0 25 0 1 0 509916625 23478272 5360 33554432000 134512640 135217611 4293120880 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14044/statm: 5732 5360 77 173 0 5557 0
Current children cumulated CPU time (s) 35.27
Current children cumulated vsize (KiB) 31632

Child status: 20
Real time (s): 35.3636
CPU time (s): 35.3606
CPU user time (s): 35.2976
CPU system time (s): 0.06299
CPU usage (%): 99.9915
Max. virtual memory (cumulated for all children) (KiB): 67308

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

runsolver used 0.055991 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 11:33:14
IDJOB=3308315
IDBENCH=20346
IDSOLVER=1691
FILE ID=node148/3308315-1303983194
RUNJOBID= node148-1303983193-13998
PBS_JOBID= 13168678
Free space on /tmp= 71428 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308315-1303983194/watcher-3308315-1303983194 -o /tmp/evaluation-result-3308315-1303983194/solver-3308315-1303983194 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308315-1303983194.cnf

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=1983383303

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16057956 kB
Buffers:       2081372 kB
Cached:       14199528 kB
SwapCached:       5264 kB
Active:        6725876 kB
Inactive:      9599240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16057956 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            9732 kB
Writeback:           0 kB
AnonPages:       41900 kB
Mapped:          13704 kB
Slab:           503836 kB
PageTables:       5440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184096 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= 71288 MiB
End job on node148 at 2011-04-28 11:33:49