Trace number 3368380

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
CryptoMiniSat Strange-Night2-st (fixed)UNSAT 50.1124 50.1152

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368380-1305395870.cnf'
0.00/0.01	c -- header says num vars:        1987351
0.00/0.01	c -- header says num clauses:     5963534
1.49/2.49	c -- clauses added:            0 learnts,      5963534 normals,            0 xors
1.49/2.49	c -- vars added    1987351
1.49/2.49	c Parsing time:  2.15 s
1.49/2.49	c  N st     0         0   1987351   1963829   3945111         0  14109380         0   no data   no data
3.89/3.96	c asymm  cl-useful: 1/93/1897171 lits-rem:1 time: 1.35
22.49/22.52	c Flit:  1436 Blit:  59848 bXBeca:    0 bXProp: 9141 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 18.40
22.79/22.85	c Cleaning up after failed var search:     0.32 s 
23.21/23.21	c Replacing     9141 vars Replaced   200846 lits Time:     0.32 s 
23.79/23.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.04 s
23.99/24.03	c bin-w-bin subsume rem          666 bins  time:  0.20 s
24.99/25.06	c subs with bin:      677  lits-rem:      5238  v-fix:    0  time:  1.03 s
34.89/34.95	c Subs w/ non-existent bins:     10 l-rem:     14 v-fix:   244 done:   8451 time:  9.84 s
35.31/35.33	c Removed useless bin:       0  fixed:     0  props:  20.12M  time:  0.39 s
44.29/44.34	c lits-rem:        87  cl-subs:      125  v-elim:  76818  v-fix:    0  time:  8.98 s
45.88/45.96	c Finding binary XORs  T:     1.62 s  found:   21069
46.30/46.31	c Replacing    21069 vars Replaced   288148 lits Time:     0.35 s 
46.58/46.62	c calculated reachability. Time: 0.18
46.69/46.76	c Calc default polars -  time:   0.14 s pos: 1677642 undec:  291754 neg:   17955
46.69/46.76	c =========================================================================================
46.69/46.76	c types(t): F = full restart, N = normal restart
46.69/46.76	c types(t): S = simplification begin/end, E = solution found
46.69/46.76	c restart types(rt): st = static, dy = dynamic
46.69/46.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
46.69/46.76	c  B st     0         0   1703916   1712716   3463409         0  12365586         0   no data   no data
49.99/50.04	c  E st     2       222   1703860   1712716   3463428       180  12365586     15765   no data   no data
49.99/50.04	c num threads              : 1          
49.99/50.04	c restarts                 : 2          
49.99/50.04	c dynamic restarts         : 0          
49.99/50.04	c static restarts          : 2          
49.99/50.04	c full restarts            : 0          
49.99/50.04	c total simplify time      : 0.03       
49.99/50.04	c learnts DL2              : 0          
49.99/50.04	c learnts size 2           : 6717346    
49.99/50.04	c learnts size 1           : 207901      (10.46     % of vars)
49.99/50.04	c filedLit time            : 18.74       (37.93     % time)
49.99/50.04	c v-elim SatELite          : 76818       (3.87      % vars)
49.99/50.04	c SatELite time            : 18.17       (36.78     % time)
49.99/50.04	c v-elim xor               : 0           (0.00      % vars)
49.99/50.04	c xor elim time            : 0.00        (0.00      % time)
49.99/50.04	c num binary xor trees     : 8278       
49.99/50.04	c binxor trees' crown      : 30210       (3.65      leafs/tree)
49.99/50.04	c bin xor find time        : 1.62       
49.99/50.04	c OTF clause improved      : 15          (0.07      clauses/conflict)
49.99/50.04	c OTF impr. size diff      : 17          (1.13       lits/clause)
49.99/50.04	c OTF cl watch-shrink      : 85          (0.38      clauses/conflict)
49.99/50.04	c OTF cl watch-sh-lit      : 640         (7.53       lits/clause)
49.99/50.04	c tried to recurMin cls    : 71          (31.98      % of conflicts)
49.99/50.04	c updated cache            : 68          (0.96       lits/tried recurMin)
49.99/50.04	c clauses over max glue    : 0           (0.00      % of all clauses)
49.99/50.04	c conflicts                : 222         (4.49      / sec)
49.99/50.04	c decisions                : 1728        (0.00      % random)
49.99/50.04	c bogo-props               : 486219948   (9844005.40 / sec)
49.99/50.04	c conflict literals        : 17263       (26.67     % deleted)
49.99/50.04	c Memory used              : 1973.57     MB
49.99/50.04	c CPU time                 : 49.39       s
49.99/50.04	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: 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-3368380-1305395870/watcher-3368380-1305395870 -o /tmp/evaluation-result-3368380-1305395870/solver-3368380-1305395870 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368380-1305395870.cnf 

running on 2 cores: 0,2

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: 4.08 3.68 3.65 5/370 14222
/proc/meminfo: memFree=24409112/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=23684 CPUtime=0 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 1291 0 0 0 0 0 0 0 18 0 1 0 729817853 24252416 1133 33554432000 4194304 4580011 140735951187152 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 5921 1139 323 95 0 903 0

[startup+0.0559769 s]
/proc/loadavg: 4.08 3.68 3.65 5/370 14222
/proc/meminfo: memFree=24409112/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=83580 CPUtime=0.04 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 12940 0 0 0 3 1 0 0 18 0 1 0 729817853 85585920 10670 33554432000 4194304 4580011 140735951187152 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 20895 10692 325 95 0 15877 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83580

[startup+0.10097 s]
/proc/loadavg: 4.08 3.68 3.65 5/370 14222
/proc/meminfo: memFree=24409112/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=108240 CPUtime=0.09 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 21765 0 0 0 6 3 0 0 18 0 1 0 729817853 110837760 17375 33554432000 4194304 4580011 140735951187152 18446744073709551615 4307185 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 27060 17384 325 95 0 22042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108240

[startup+0.300946 s]
/proc/loadavg: 4.08 3.68 3.65 5/370 14222
/proc/meminfo: memFree=24409112/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=271732 CPUtime=0.29 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 68319 0 0 0 19 10 0 0 18 0 1 0 729817853 278253568 50739 33554432000 4194304 4580011 140735951187152 18446744073709551615 251367244245 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 67933 50761 325 95 0 62915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 271732

[startup+0.700858 s]
/proc/loadavg: 4.08 3.68 3.65 5/370 14222
/proc/meminfo: memFree=24409112/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=568908 CPUtime=0.69 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 151844 0 0 0 49 20 0 0 18 0 1 0 729817853 582561792 117657 33554432000 4194304 4580011 140735951187152 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 142227 117658 325 95 0 137209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 568908

[startup+1.50071 s]
/proc/loadavg: 4.08 3.68 3.65 5/371 14223
/proc/meminfo: memFree=23720160/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=715640 CPUtime=1.49 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 184762 0 0 0 122 27 0 0 20 0 1 0 729817853 732815360 149990 33554432000 4194304 4580011 140735951187152 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 178910 149991 325 95 0 173892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 715640

[startup+3.10041 s]
/proc/loadavg: 4.08 3.68 3.65 5/371 14223
/proc/meminfo: memFree=23720160/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=959144 CPUtime=3.09 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 218930 0 0 0 275 34 0 0 25 0 1 0 729817853 982163456 184158 33554432000 4194304 4580011 140735951187152 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 239786 184158 339 95 0 234768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 959144

[startup+6.30082 s]
/proc/loadavg: 4.07 3.68 3.65 5/371 14223
/proc/meminfo: memFree=23464484/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=1058720 CPUtime=6.29 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 240950 0 0 0 592 37 0 0 25 0 1 0 729817853 1084129280 206178 33554432000 4194304 4580011 140735951187152 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 264680 206178 341 95 0 259662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1058720

[startup+12.7006 s]
/proc/loadavg: 4.07 3.69 3.66 5/371 14224
/proc/meminfo: memFree=23295056/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=1263860 CPUtime=12.69 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 278367 0 0 0 1227 42 0 0 25 0 1 0 729817853 1294192640 243595 33554432000 4194304 4580011 140735951187152 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 315965 243595 341 95 0 310947 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1263860

[startup+25.5003 s]
/proc/loadavg: 4.05 3.70 3.66 5/371 14224
/proc/meminfo: memFree=22721836/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=1963920 CPUtime=25.49 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 435178 0 0 0 2489 60 0 0 25 0 1 0 729817853 2011054080 400406 33554432000 4194304 4580011 140735951187152 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 490980 400410 353 95 0 485962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1963920

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

[startup+26.701 s]
/proc/loadavg: 4.05 3.70 3.66 5/371 14224
/proc/meminfo: memFree=22647164/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=1969912 CPUtime=26.69 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 436562 0 0 0 2609 60 0 0 25 0 1 0 729817853 2017189888 401790 33554432000 4194304 4580011 140735951187152 18446744073709551615 4515116 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 492478 401790 354 95 0 487460 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 1969912

[startup+39.5007 s]
/proc/loadavg: 4.04 3.71 3.66 5/371 14224
/proc/meminfo: memFree=22690720/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=1926788 CPUtime=39.49 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 440892 0 0 0 3888 61 0 0 25 0 1 0 729817853 1973030912 390593 33554432000 4194304 4580011 140735951187152 18446744073709551615 4399920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 481697 390593 357 95 0 476679 0
Current children cumulated CPU time (s) 39.49
Current children cumulated vsize (KiB) 1926788

[startup+45.9005 s]
/proc/loadavg: 4.04 3.72 3.67 5/371 14225
/proc/meminfo: memFree=22596040/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=2005408 CPUtime=45.88 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 461252 0 0 0 4525 63 0 0 25 0 1 0 729817853 2053537792 410953 33554432000 4194304 4580011 140735951187152 18446744073709551615 4497200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 501352 410953 357 95 0 496334 0
Current children cumulated CPU time (s) 45.88
Current children cumulated vsize (KiB) 2005408

[startup+47.5012 s]
/proc/loadavg: 4.04 3.72 3.67 5/371 14225
/proc/meminfo: memFree=22584632/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=2020936 CPUtime=47.49 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 465141 0 0 0 4685 64 0 0 25 0 1 0 729817853 2069438464 414842 33554432000 4194304 4580011 140735951187152 18446744073709551615 4293260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 505234 414842 362 95 0 500216 0
Current children cumulated CPU time (s) 47.49
Current children cumulated vsize (KiB) 2020936

[startup+49.1009 s]
/proc/loadavg: 4.04 3.72 3.67 5/371 14225
/proc/meminfo: memFree=22583640/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=2020936 CPUtime=49.09 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 465258 0 0 0 4845 64 0 0 25 0 1 0 729817853 2069438464 414959 33554432000 4194304 4580011 140735951187152 18446744073709551615 4292912 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 505234 414959 362 95 0 500216 0
Current children cumulated CPU time (s) 49.09
Current children cumulated vsize (KiB) 2020936

[startup+49.9008 s]
/proc/loadavg: 4.04 3.72 3.67 5/371 14225
/proc/meminfo: memFree=22581904/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=2020936 CPUtime=49.89 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202496 465359 0 0 0 4925 64 0 0 25 0 1 0 729817853 2069438464 415060 33554432000 4194304 4580011 140735951187152 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14222/statm: 505234 415060 362 95 0 500216 0
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (KiB) 2020936

[startup+50.1007 s]
/proc/loadavg: 4.04 3.72 3.67 5/371 14225
/proc/meminfo: memFree=22581904/32950928 swapFree=38710892/67111528
[pid=14222] ppid=14220 vsize=0 CPUtime=50.09 cores=0,2
/proc/14222/stat : 14222 (strangenight2-s) R 14220 14222 12941 0 -1 4202500 465373 0 0 0 4939 70 0 0 25 0 1 0 729817853 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14222/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 50.1152
CPU time (s): 50.1124
CPU user time (s): 49.3925
CPU system time (s): 0.71989
CPU usage (%): 99.9944
Max. virtual memory (cumulated for all children) (KiB): 2020936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.3925
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 623

runsolver used 0.187971 second user time and 0.397939 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 19:57:52
IDJOB=3368380
IDBENCH=88172
IDSOLVER=1845
FILE ID=node113/3368380-1305395870
RUNJOBID= node113-1305395585-14013
PBS_JOBID= 13324409
Free space on /tmp= 73208 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368380-1305395870/watcher-3368380-1305395870 -o /tmp/evaluation-result-3368380-1305395870/solver-3368380-1305395870 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368380-1305395870.cnf

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

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=177761639

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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:      24409764 kB
Buffers:        250268 kB
Cached:        2973520 kB
SwapCached:      93712 kB
Active:        1626324 kB
Inactive:      6642088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24409764 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:          235636 kB
Writeback:           0 kB
AnonPages:     4962680 kB
Mapped:          14904 kB
Slab:           115112 kB
PageTables:      93556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87863172 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= 73204 MiB
End job on node113 at 2011-05-14 19:58:42