Trace number 3285933

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-Night-1-stUNSAT 27.1319 27.1322

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3285933-1303767086.cnf'
0.00/0.00	c -- header says num vars:         281936
0.00/0.00	c -- header says num clauses:     2464339
0.49/0.58	c -- clauses added:            0 learnts,      2464339 normals,            0 xors
0.49/0.58	c -- vars added     281936
0.49/0.58	c Parsing time:  0.51 s
0.49/0.58	c  N st     0         0    281936     31087   1758057         0   4261463         0   no data   no data  --
0.99/1.02	c asymm  cl-useful: 7/230/30512 lits-rem:190 time: 0.43
7.69/7.72	c Flit:    28 Blit:  15040 bXBeca:    0 bXProp:   72 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T:  6.57
7.69/7.75	c Cleaning up after failed var search:     0.03 s 
7.79/7.80	c Replacing       72 vars Replaced     1916 lits Time:     0.05 s 
7.99/8.08	c bin-w-bin subsume rem          381 bins  time:  0.19 s
9.29/9.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
12.39/12.47	c Subs w/ non-existent bins:      0 l-rem:    228 v-fix:  1387 done:  12361 time:  3.10 s
12.60/12.62	c Removed useless bin:     292  fixed:     0  props:  20.14M  time:  0.16 s
14.29/14.36	c lits-rem:         0  cl-subs:        7  v-elim:   2695  v-fix:    0  time:  1.73 s
14.89/14.94	c Finding binary XORs  T:     0.59 s  found:     432
14.89/15.00	c Replacing      432 vars Replaced    23659 lits Time:     0.05 s 
15.19/15.26	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
15.19/15.26	c calculated reachability. Time: 0.21
15.19/15.28	c Calc default polars -  time:   0.02 s pos:    1392 undec:  110352 neg:  170192
15.19/15.28	c =========================================================================================
15.19/15.28	c types(t): F = full restart, N = normal restart
15.19/15.28	c types(t): S = simplification begin/end, E = solution found
15.19/15.28	c restart types(rt): st = static, dy = dynamic
15.19/15.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.19/15.28	c  B st     0         0    171585     32753   1509253         0   3701649         0   no data   no data  --
26.99/27.05	c  E st     6      1560    166521     32278   1468276      1111   3599289   1467610   no data   no data  --
26.99/27.05	c num threads              : 1          
26.99/27.05	c restarts                 : 6          
26.99/27.05	c dynamic restarts         : 0          
26.99/27.05	c static restarts          : 6          
26.99/27.05	c full restarts            : 0          
26.99/27.05	c total simplify time      : 0.05       
26.99/27.05	c learnts DL2              : 0          
26.99/27.05	c learnts size 2           : 1758487    
26.99/27.05	c learnts size 1           : 207288      (73.52     % of vars)
26.99/27.05	c filedLit time            : 6.60        (24.57     % time)
26.99/27.05	c v-elim SatELite          : 2695        (0.96      % vars)
26.99/27.05	c SatELite time            : 4.89        (18.21     % time)
26.99/27.05	c v-elim xor               : 0           (0.00      % vars)
26.99/27.05	c xor elim time            : 0.00        (0.00      % time)
26.99/27.05	c num binary xor trees     : 497        
26.99/27.05	c binxor trees' crown      : 504         (1.01      leafs/tree)
26.99/27.05	c bin xor find time        : 0.59       
26.99/27.05	c OTF clause improved      : 32          (0.02      clauses/conflict)
26.99/27.05	c OTF impr. size diff      : 38          (1.19       lits/clause)
26.99/27.05	c OTF cl watch-shrink      : 1019        (0.65      clauses/conflict)
26.99/27.05	c OTF cl watch-sh-lit      : 165524      (162.44     lits/clause)
26.99/27.05	c tried to recurMin cls    : 1101        (70.58      % of conflicts)
26.99/27.05	c updated cache            : 3593        (3.26       lits/tried recurMin)
26.99/27.05	c clauses over max glue    : 0           (0.00      % of all clauses)
26.99/27.05	c conflicts                : 1560        (58.10     / sec)
26.99/27.05	c decisions                : 21585       (0.00      % random)
26.99/27.05	c bogo-props               : 563132010   (20972542.17 / sec)
26.99/27.05	c conflict literals        : 1874552     (33.52     % deleted)
26.99/27.05	c Memory used              : 783.42      MB
26.99/27.05	c CPU time                 : 26.85       s
26.99/27.05	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-3285933-1303767086/watcher-3285933-1303767086 -o /tmp/evaluation-result-3285933-1303767086/solver-3285933-1303767086 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3285933-1303767086.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: 1.43 2.53 2.90 5/183 6852
/proc/meminfo: memFree=17264348/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=24908 CPUtime=0 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 1700 0 0 0 0 0 0 0 21 0 1 0 566939446 25505792 1408 33554432000 4194304 4650387 140735161050496 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 6227 1408 328 112 0 1192 0

[startup+0.100396 s]
/proc/loadavg: 1.43 2.53 2.90 5/183 6852
/proc/meminfo: memFree=17264348/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=55408 CPUtime=0.09 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 7776 0 0 0 9 0 0 0 21 0 1 0 566939446 56737792 5622 33554432000 4194304 4650387 140735161050496 18446744073709551615 4545851 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 13852 5622 330 112 0 8817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55408

[startup+0.200382 s]
/proc/loadavg: 1.43 2.53 2.90 5/183 6852
/proc/meminfo: memFree=17264348/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=69264 CPUtime=0.18 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 12095 0 0 0 17 1 0 0 22 0 1 0 566939446 70926336 9832 33554432000 4194304 4650387 140735161050496 18446744073709551615 4305862 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 17316 9833 330 112 0 12281 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 69264

[startup+0.300361 s]
/proc/loadavg: 1.43 2.53 2.90 5/183 6852
/proc/meminfo: memFree=17264348/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=98612 CPUtime=0.28 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 18985 0 0 0 26 2 0 0 22 0 1 0 566939446 100978688 14596 33554432000 4194304 4650387 140735161050496 18446744073709551615 4316553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 24653 14607 330 112 0 19618 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98612

[startup+0.700296 s]
/proc/loadavg: 1.43 2.53 2.90 5/183 6852
/proc/meminfo: memFree=17264348/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=161264 CPUtime=0.69 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 36601 0 0 0 63 6 0 0 23 0 1 0 566939446 165134336 27888 33554432000 4194304 4650387 140735161050496 18446744073709551615 231895151301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 40316 27888 348 112 0 35281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161264

[startup+1.50114 s]
/proc/loadavg: 1.43 2.53 2.90 5/184 6853
/proc/meminfo: memFree=17004244/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=211268 CPUtime=1.49 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 46544 0 0 0 141 8 0 0 25 0 1 0 566939446 216338432 37005 33554432000 4194304 4650387 140735161050496 18446744073709551615 4370297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 52817 37005 354 112 0 47782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211268

[startup+3.10084 s]
/proc/loadavg: 1.80 2.59 2.92 5/184 6853
/proc/meminfo: memFree=16800884/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=334664 CPUtime=3.09 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 68523 0 0 0 299 10 0 0 25 0 1 0 566939446 342695936 58984 33554432000 4194304 4650387 140735161050496 18446744073709551615 4369346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 83666 58984 354 112 0 78631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 334664

[startup+6.30024 s]
/proc/loadavg: 1.80 2.59 2.92 5/185 6859
/proc/meminfo: memFree=15724776/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=624468 CPUtime=6.29 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 119600 0 0 0 613 16 0 0 25 0 1 0 566939446 639455232 110061 33554432000 4194304 4650387 140735161050496 18446744073709551615 4370217 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 156117 110061 354 112 0 151082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 624468

[startup+12.701 s]
/proc/loadavg: 2.28 2.67 2.94 5/190 6865
/proc/meminfo: memFree=14725568/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=802220 CPUtime=12.69 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 153445 0 0 0 1250 19 0 0 25 0 1 0 566939446 821473280 143906 33554432000 4194304 4650387 140735161050496 18446744073709551615 4422463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 200555 143906 370 112 0 195520 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 802220

[startup+25.5006 s]
/proc/loadavg: 2.55 2.71 2.95 5/190 6865
/proc/meminfo: memFree=14014596/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=802220 CPUtime=25.5 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 155303 0 0 0 2530 20 0 0 25 0 1 0 566939446 821473280 145764 33554432000 4194304 4650387 140735161050496 18446744073709551615 4315949 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 200555 145764 379 112 0 195520 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 802220

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

[startup+26.3005 s]
/proc/loadavg: 2.55 2.71 2.95 5/190 6865
/proc/meminfo: memFree=13978636/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=802220 CPUtime=26.3 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 155406 0 0 0 2610 20 0 0 25 0 1 0 566939446 821473280 145867 33554432000 4194304 4650387 140735161050496 18446744073709551615 4363715 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 200555 145867 379 112 0 195520 0
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (KiB) 802220

[startup+26.7004 s]
/proc/loadavg: 2.55 2.71 2.95 5/190 6865
/proc/meminfo: memFree=13978636/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=802220 CPUtime=26.69 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 155440 0 0 0 2649 20 0 0 25 0 1 0 566939446 821473280 145901 33554432000 4194304 4650387 140735161050496 18446744073709551615 4364909 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 200555 145901 379 112 0 195520 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 802220

[startup+27.1003 s]
/proc/loadavg: 2.55 2.71 2.95 5/190 6865
/proc/meminfo: memFree=13951976/32950928 swapFree=67111528/67111528
[pid=6852] ppid=6850 vsize=758508 CPUtime=27.09 cores=1,3
/proc/6852/stat : 6852 (strangenight1-s) R 6850 6852 5482 0 -1 4202496 155463 0 0 0 2689 20 0 0 25 0 1 0 566939446 776712192 139314 33554432000 4194304 4650387 140735161050496 18446744073709551615 231895148306 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6852/statm: 189627 139314 388 112 0 184592 0
Current children cumulated CPU time (s) 27.09
Current children cumulated vsize (KiB) 758508

Child status: 20
Real time (s): 27.1322
CPU time (s): 27.1319
CPU user time (s): 26.9049
CPU system time (s): 0.226965
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 802220

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

runsolver used 0.042993 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 23:31:28
IDJOB=3285933
IDBENCH=82409
IDSOLVER=1589
FILE ID=node114/3285933-1303767086
RUNJOBID= node114-1303767085-6824
PBS_JOBID= 13157139
Free space on /tmp= 71376 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285933-1303767086/watcher-3285933-1303767086 -o /tmp/evaluation-result-3285933-1303767086/solver-3285933-1303767086 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3285933-1303767086.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=749567699

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.848
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.74
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17264876 kB
Buffers:       2291024 kB
Cached:       12628140 kB
SwapCached:          0 kB
Active:        6712080 kB
Inactive:      8383516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17264876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          222620 kB
Writeback:           0 kB
AnonPages:      175636 kB
Mapped:          15272 kB
Slab:           525300 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   333672 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= 71104 MiB
End job on node114 at 2011-04-25 23:31:55