Trace number 3293749

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 TechDemo-Alpha-stUNSAT 31.8472 31.8792

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.02	c Outputting solution to console
0.00/0.02	c This is CryptoMiniSat 2.9.0
0.00/0.02	c compiled with gcc version 4.4.5
0.00/0.02	c Using 1 thread(s)
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3293749-1303792712.cnf'
0.00/0.02	c -- header says num vars:        1987351
0.00/0.02	c -- header says num clauses:     5963534
3.07/3.39	c -- clauses added:            0 learnts,      5963534 normals,            0 xors
3.07/4.56	c -- vars added    1987351
3.07/4.56	c Parsing time:  3.04 s
3.07/4.56	c  N st     0         0   1987351   1963829   3945111         0  14109380         0   no data   no data  --
3.07/4.56	c asymm  cl-useful: 12/27/1897171 lits-rem:33 time: 0.58
15.06/15.17	c Flit:   825 Blit:  42108 bXBeca:    0 bXProp: 5832 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.1M T: 10.93
15.26/15.37	c Cleaning up after failed var search:     0.18 s 
15.77/15.88	c Calc non-exist non-lernt bins v-fix: 29891 done:  28194 time:  0.47 s
15.87/15.91	c Cache  BProp: 615 Set: 7 BXProp: 768 T: 0.03
15.87/15.97	c Subs w/ non-existent bins:     47 time:  0.05 s
16.37/16.43	c Replacing     6600 vars Replaced   152892 lits Time:     0.44 s 
17.27/17.32	c bin-w-bin subsume rem          242 bins  time:  0.36 s
18.17/18.28	c subs with bin:      457  lits-rem:      5018  v-fix:    0  time:  0.96 s
18.57/18.66	c Removed useless bin:       0  fixed:    26  bprops:  10.15M  time:  0.38 s
25.67/25.76	c lits-rem:        45  cl-subs:    41855  v-elim: 608776  v-fix:    0  time:  6.96 s
25.67/25.76	c learnt bin added due to v-elim: 0
25.97/26.02	c Finding binary XORs  T:     0.25 s  found:   20991
26.27/26.35	c Replacing    20991 vars Replaced   249254 lits Time:     0.33 s 
26.58/26.63	c Calc default polars -  time:   0.13 s pos: 1034692 undec:  873291 neg:   79368
26.58/26.63	c =========================================================================================
26.58/26.63	c types(t): F = full restart, N = normal restart
26.58/26.63	c types(t): S = simplification begin/end, E = solution found
26.58/26.63	c restart types(rt): st = static, dy = dynamic
26.58/26.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
26.58/26.63	c  B st     0         0   1196562   2223524   1937003         0  10982281         0   no data   no data  --
30.77/30.88	c  E st     3       295   1173032   2223524   1937026       215  10982280     29372   no data     19.14  --
30.77/30.89	c num threads              : 1          
30.77/30.89	c restarts                 : 3          
30.77/30.89	c dynamic restarts         : 0          
30.77/30.89	c static restarts          : 3          
30.77/30.89	c full restarts            : 0          
30.77/30.89	c total simplify time      : 0.01       
30.77/30.89	c learnts DL2              : 0          
30.77/30.89	c learnts size 2           : 3974477    
30.77/30.89	c learnts size 1           : 523406      (26.34     % of vars)
30.77/30.89	c filedLit time            : 11.13       (36.71     % time)
30.77/30.89	c v-elim SatELite          : 608776      (30.63     % vars)
30.77/30.89	c SatELite time            : 6.37        (21.01     % time)
30.77/30.89	c v-elim xor               : 0           (0.00      % vars)
30.77/30.89	c xor elim time            : 0.00        (0.00      % time)
30.77/30.89	c num binary xor trees     : 8685       
30.77/30.89	c binxor trees' crown      : 27591       (3.18      leafs/tree)
30.77/30.89	c bin xor find time        : 0.25       
30.77/30.89	c OTF clause subsumed      : 43          (0.15      clauses/conflict)
30.77/30.89	c OTF subs. size diff      : 258         (6.00       lits/clause)
30.77/30.89	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
30.77/30.89	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
30.77/30.89	c tried to recurMin cls    : 0           (0.00       % of conflicts)
30.77/30.89	c updated cache            : 0           (nan        lits/tried recurMin)
30.77/30.89	c OTF Gate-Rem cl          : 0           (0.00      clauses/conflict)
30.77/30.89	c OTF Gate-rem lits        : 0           (nan       lits/confl)
30.77/30.89	c clauses over max glue    : 0           (0.00      % of all clauses)
30.77/30.89	c conflicts                : 295         (9.73      / sec)
30.77/30.89	c decisions                : 5337        (0.00      % random)
30.77/30.89	c bogo-props               : 82680170    (2727872.93 / sec)
30.77/30.89	c props                    : 23127473    (763046.42 / sec)
30.77/30.89	c conflict literals        : 35755       (20.82     % deleted)
30.77/30.89	c Memory used              : 1732.87     MB
30.77/30.89	c CPU time                 : 30.31       s
30.77/30.89	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-3293749-1303792712/watcher-3293749-1303792712 -o /tmp/evaluation-result-3293749-1303792712/solver-3293749-1303792712 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3293749-1303792712.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: 3.50 3.88 3.49 3/184 14308
/proc/meminfo: memFree=23136464/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=11800 CPUtime=0 cores=1,3
/proc/14308/stat : 14308 (runsolver) S 14306 14308 12511 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 569501695 12083200 51 33554432000 4194304 5434984 140737104863248 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/14308/statm: 2950 51 31 303 0 2644 0

[startup+0.0405639 s]
/proc/loadavg: 3.50 3.88 3.49 3/184 14308
/proc/meminfo: memFree=23136464/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=40264 CPUtime=0.01 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 5991 0 0 0 1 0 0 0 21 0 1 0 569501695 41230336 4181 33554432000 4194304 4797429 140733790010320 18446744073709551615 4366925 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 10066 4190 348 148 0 4995 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40264

[startup+0.100493 s]
/proc/loadavg: 3.50 3.88 3.49 3/184 14308
/proc/meminfo: memFree=23136464/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=109588 CPUtime=0.07 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 22985 0 0 0 5 2 0 0 21 0 1 0 569501695 112218112 15730 33554432000 4194304 4797429 140733790010320 18446744073709551615 4366925 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 27397 15737 350 148 0 22326 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 109588

[startup+0.300455 s]
/proc/loadavg: 3.50 3.88 3.49 3/184 14308
/proc/meminfo: memFree=23136464/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=337088 CPUtime=0.27 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 80784 0 0 0 20 7 0 0 22 0 1 0 569501695 345178112 57749 33554432000 4194304 4797429 140733790010320 18446744073709551615 4417161 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 84272 57764 350 148 0 79201 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 337088

[startup+0.700382 s]
/proc/loadavg: 3.50 3.88 3.49 3/184 14308
/proc/meminfo: memFree=23136464/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=662932 CPUtime=0.67 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 184593 0 0 0 49 18 0 0 23 0 1 0 569501695 678842368 125107 33554432000 4194304 4797429 140733790010320 18446744073709551615 4367789 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 165733 125114 350 148 0 160662 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 662932

[startup+1.50023 s]
/proc/loadavg: 3.50 3.88 3.49 4/185 14309
/proc/meminfo: memFree=22380424/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=826100 CPUtime=1.47 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 236091 0 0 0 121 26 0 0 25 0 1 0 569501695 845926400 175716 33554432000 4194304 4797429 140733790010320 18446744073709551615 4431839 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 206525 175717 350 148 0 201454 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 826100

[startup+3.10094 s]
/proc/loadavg: 3.50 3.88 3.49 4/185 14309
/proc/meminfo: memFree=22293500/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1016496 CPUtime=3.07 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 273543 0 0 0 275 32 0 0 25 0 1 0 569501695 1040891904 211927 33554432000 4194304 4797429 140733790010320 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 254124 211928 350 148 0 249053 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1016496

[startup+6.30034 s]
/proc/loadavg: 3.54 3.88 3.49 4/185 14309
/proc/meminfo: memFree=22116376/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1168572 CPUtime=6.26 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 305955 0 0 0 591 35 0 0 25 0 1 0 569501695 1196617728 234219 33554432000 4194304 4797429 140733790010320 18446744073709551615 4427384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 292143 234219 381 148 0 287072 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 1168572

[startup+12.7002 s]
/proc/loadavg: 3.30 3.82 3.47 3/178 14326
/proc/meminfo: memFree=22152312/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1168572 CPUtime=12.66 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 305994 0 0 0 1231 35 0 0 25 0 1 0 569501695 1196617728 234258 33554432000 4194304 4797429 140733790010320 18446744073709551615 4427865 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 292143 234258 382 148 0 287072 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1168572

[startup+25.5008 s]
/proc/loadavg: 2.95 3.73 3.45 2/172 14345
/proc/meminfo: memFree=22072220/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1727872 CPUtime=25.47 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 452137 0 0 0 2494 53 0 0 25 0 1 0 569501695 1769340928 377849 33554432000 4194304 4797429 140733790010320 18446744073709551615 4359156 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 431968 377849 941 148 0 426897 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1727872

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

[startup+26.9005 s]
/proc/loadavg: 2.95 3.73 3.45 3/173 14346
/proc/meminfo: memFree=22008096/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1774452 CPUtime=26.87 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 464664 0 0 0 2632 55 0 0 25 0 1 0 569501695 1817038848 389836 33554432000 4194304 4797429 140733790010320 18446744073709551615 4423875 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 443613 389836 407 148 0 438542 0
Current children cumulated CPU time (s) 26.87
Current children cumulated vsize (KiB) 1774452

[startup+30.1009 s]
/proc/loadavg: 2.87 3.70 3.44 2/172 14346
/proc/meminfo: memFree=22021896/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1774452 CPUtime=30.07 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 464773 0 0 0 2952 55 0 0 25 0 1 0 569501695 1817038848 389945 33554432000 4194304 4797429 140733790010320 18446744073709551615 4341204 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 443613 389945 407 148 0 438542 0
Current children cumulated CPU time (s) 30.07
Current children cumulated vsize (KiB) 1774452

[startup+30.9008 s]
/proc/loadavg: 2.87 3.70 3.44 2/172 14346
/proc/meminfo: memFree=22021896/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1774452 CPUtime=30.86 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 464786 0 0 0 3031 55 0 0 25 0 1 0 569501695 1817038848 389957 33554432000 4194304 4797429 140733790010320 18446744073709551615 4420596 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 443613 389957 412 148 0 438542 0
Current children cumulated CPU time (s) 30.86
Current children cumulated vsize (KiB) 1774452

[startup+31.3007 s]
/proc/loadavg: 2.87 3.70 3.44 2/172 14346
/proc/meminfo: memFree=22114648/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1676144 CPUtime=31.25 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 464786 0 0 0 3070 55 0 0 25 0 1 0 569501695 1716371456 366667 33554432000 4194304 4797429 140733790010320 18446744073709551615 252457715084 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 419036 366667 412 148 0 413965 0
Current children cumulated CPU time (s) 31.25
Current children cumulated vsize (KiB) 1676144

[startup+31.7006 s]
/proc/loadavg: 2.87 3.70 3.44 2/172 14346
/proc/meminfo: memFree=22114648/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1258576 CPUtime=31.66 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 464786 0 0 0 3109 57 0 0 25 0 1 0 569501695 1288781824 275658 33554432000 4194304 4797429 140733790010320 18446744073709551615 4383229 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 314644 275658 412 148 0 309573 0
Current children cumulated CPU time (s) 31.66
Current children cumulated vsize (KiB) 1258576

[startup+31.8006 s]
/proc/loadavg: 2.87 3.70 3.44 2/172 14346
/proc/meminfo: memFree=22114648/32951124 swapFree=67111348/67111528
[pid=14308] ppid=14306 vsize=1258576 CPUtime=31.76 cores=1,3
/proc/14308/stat : 14308 (techdemo) R 14306 14308 12511 0 -1 4202496 464786 0 0 0 3119 57 0 0 25 0 1 0 569501695 1288781824 275658 33554432000 4194304 4797429 140733790010320 18446744073709551615 252457723697 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14308/statm: 314644 275658 412 148 0 309573 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (KiB) 1258576

Child status: 20
Real time (s): 31.8792
CPU time (s): 31.8472
CPU user time (s): 31.2233
CPU system time (s): 0.623905
CPU usage (%): 99.8996
Max. virtual memory (cumulated for all children) (KiB): 1774452

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

runsolver used 0.043993 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 06:38:32
IDJOB=3293749
IDBENCH=88172
IDSOLVER=1585
FILE ID=node111/3293749-1303792712
RUNJOBID= node111-1303792712-14281
PBS_JOBID= 13157239
Free space on /tmp= 70788 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293749-1303792712/watcher-3293749-1303792712 -o /tmp/evaluation-result-3293749-1303792712/solver-3293749-1303792712 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3293749-1303792712.cnf

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

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1168450953

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23139596 kB
Buffers:       1244744 kB
Cached:        7651516 kB
SwapCached:        132 kB
Active:        3425048 kB
Inactive:      5903776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23139596 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          198456 kB
Writeback:           0 kB
AnonPages:      432068 kB
Mapped:          15648 kB
Slab:           417520 kB
PageTables:       5896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   739364 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= 70848 MiB
End job on node111 at 2011-04-26 06:39:04